Num sectors l4t_initrd_flash.sh 35.4.1

Hello

With the Jetson Linux 35.4.1 I noticed that there is another parameter that can be provided to the flash.sh script, namely -T .
Since I am using the l4t_initrd_flash.sh script, I noticed that configuring the mentioned parameter is not possible since it has not been added.
Am I missing something or how can I set the num_of_sectors when using the l4t_initrd_flash.sh script?

Any help is highly appriciated
Kind Regards

Hi,

you may also specify it with the EXT_NUM_SECTOR environment variable.
For example

sudo EXT_NUM_SECTOR=xxxxxxxxxx ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
  -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 jetson-orin-nano-devkit internal

Or it’s fine you just overwrite the num_sectors section in flash_l4t_external.xml as you would do in previous releases.

Thanks for the fast response.

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