The quick start guide provides an example flashing usage shown below.
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
It specifies the <rootdev>
as internal
.
What is the purpose of setting this as internal when there is no internal storage on the Jetson Orin Nano Devboard? When should we use external and how does using external differ from using the flag --external-device
?
Any information would be helpful.