Use customized rootfs in JetPack Cross Compilation container

Hi,

According to this doc, I cloned the rootfs from the Jetson Orin AGX device.

sudo ./flash.sh -r -k APP -G rootfs.img jetson-agx-orin-devkit mmcblk0p1

Then, I copied rootfs.img.raw to JetPack Cross Compilation container. And mount this rootfs.

mkdir /rootfs
mount -t ext4 rootfs.img.raw /rootfs

However, the symbolic links in /rootfs are broken.

Is there a good way to solve these broken symbolic links?

Thanks.

Hi,

Is this a duplicate of the topic below?

If so, would you mind sharing your use case so we can provide a more accurate suggestion/recommendation?

Thanks.

@AastaLLL I’ve shared the use case in this topic. And this topic can be set as duplicated.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.