Created a minimal rootfs from the instructions here Root File System — NVIDIA Jetson Linux Developer Guide 1 documentation
When I flashed a 32GB SD card, it told me that the size is too small. I used the instructions here to flash Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
I would like to use an SD card that is less than 64GB. I looked at the flash_l4t_nvme.xml file and I am wondering if this is the file that i should manually adjust to be able to use smaller SD cards?
Hi nvidiartx10000,
Are you using the devkit or custom board for Orin Nano?
What’s the Jetpack version in use?
Where do you get this message?
Please share the exact command you used to flash and the full flash log for further check.
this is the command i use
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device mmcblk0p1
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml”
–showlogs --network usb0 jetson-orin-nano-devkit internal
from this link Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
My 32GB SD card is in use right now and I won’t be able to use that to get the log, but this is reproducible and that flashing works on 64GB card and above. I also think that the SDKManager recommends 64GB SD Card. There must be some verification somewhere regarding the card size before proceeding with flashing.
Are you using SKU2 or SKU5 module?
Please run cat /etc/nv_boot_control.conf
on your board to check.
Could you also try adding -S 20GiB
in your flash command to check if it could help?
Please also provide the full flash log for further check.