Hello everyone,
I’m customing Jetpack 6 (r363) on Jetson Orin Nano. I’m trying to disable/modulize device drivers to optimize the boot time using the xconfig (make ARCH=arm64 xconfig)
But when I flash to the board with nvme ssd and USB type C cable, I catch this ERROR:
What type of external storage are you using ? Is it SSD or SD Card?
The issue you are experiencing seems to be related to the size specified in your partition layout configuration file, given that a larger size is specified in there and your actual memory size seems to be smaller.
If you were using a 32GB SD Card, I found this on NVIDIA Documentation:
By default, Linux_for_Tegra/tools/kernel_flash/flash_l4t_external.xml only supports a 64GiB SD card and above. If you want to flash a 32GiB SD card, you will need to modify the num_sectors field in Linux_for_Tegra/tools/kernel_flash/flash_l4t_external.xml so that num_sectors * 512 = 32GiB. The command to run is: