I know that this is not a new topic at all but, since I’m running out of memory, I need to know how can I boot my Jetson from the SD Card. I followed a few steps that I saw in some posts. This is one of them:
Run the flash script on host.
$ sudo ./flash.sh jetson-xavier mmcblk1p1
reboot from the SD card.
But sudo ./flash.sh jetson-xavier mmcblk1p1 it just doesn’t work for me. I supposed this was because the topic where I took this steps is from the 2018 when SDK manager had not yet come out (correct me if I’m wrong).
So as far I know I have to format the Micro SD and copy the AGX system in the Micro SD but the next steps I’m not sure at all if are all correct or there are other ways that I can follow to reach my objective. Following the JetsonHacks video, when I reboot the AGX I just keep staying at the same point as I started, with just 300mb of free disk, when I have a 128GB Micro SD card ready to be fulled of material from my projects.
Please can anyone help me with this? I just need to know what I’m not seeing or what I’m skipping.
Well, it seems that I don’t have the Linux_for_Tegra directory. I looked for it during a while and couldn’t find it. I supposed that if I don’t have this directory I can’t access to rootfs.
Right now i’m a little bit stuck since I can’t unzip Tegra_Linux_Sample-Root-Filesystem_R32.5.0_aarch64.tbz2 because I have no space left on device. I hope I can continue without this step.