Error with QSPI Flashing

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:


It is okay if I descrease the number of diabled driver.
How can I fix this problem.
Thank you so much,

1 Like

Hello @viet1.lehung,

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:

$ sudo BOARDID=3701 BOARDSKU=0000 FAB=TS4 ./tools/kernel_flash/l4t_initrd_flash.sh -c tools/kernel_flash/flash_l4t_external.xml -S 20GiB --external-device sda1 --direct sdb jetson-agx-orin-devkit external

You have to specify ``to 20GiB to be smaller then the SD card size.

Please let us know if what is your actual system configuration in terms of storage.

regards,
Andrew
Embedded Software Engineer at ProventusNova

Hi @proventusnova,
Thank you for your response,
We are using a 250 GB SSD.

Hello @viet1.lehung,

Thanks for getting back with more details.

Would it be possible to get the debug log mentioned in the error result ?
It should be stored in:

/tmp/tmp-vR5MOSkYPf

regards,
Andrew
Embedded Software Engineer at ProventusNova

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