Either the device cannot mount the NFS server on the host or a flash command has failed

Hi. I have Jetson orin nx module with my own carrier board. I try to flash the module with the following command:

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/generic/cfg/flash_t234_qspi_nvme.xml" --showlogs jetson-orin-nano-devkit external
The module reboots and below is the output of the flashing script:

**************************************
*                                     *
*  Step 3: Start the flashing process *
*                                     *
***************************************
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for device to expose ssh ......Waiting for device to expose ssh ...Run command: flash on fc00:1:1:0::2
SSH ready
blockdev: cannot open /dev/mmcblk0boot0: No such file or directory
[ 0]: l4t_flash_from_kernel: Serial Number: 1414222000133
[ 0]: l4t_flash_from_kernel: Starting to create gpt for emmc
Active index file is /mnt/internal/flash.idx
Number of lines is 79
max_index=78
[ 2]: l4t_flash_from_kernel: Successfully create gpt for emmc
[ 2]: l4t_flash_from_kernel: Starting to create gpt for external device
Active index file is /mnt/external/flash.idx
Number of lines is 18
max_index=17
writing item=1, 9:0:primary_gpt, 512, 19968, gpt_primary_9_0.bin, 16896, fixed-<reserved>-0, bedfe69342414f914deb5eba1665e42b223c97e3
Writing primary_gpt partition with gpt_primary_9_0.bin
Offset is not aligned to K Bytes, no optimization is applied
dd if=/mnt/external/gpt_primary_9_0.bin of=/dev/nvme0n1 bs=1 skip=0  seek=512 count=16896
16896+0 records in
16896+0 records out
16896 bytes (17 kB, 16 KiB) copied, 0.0221983 s, 761 kB/s
Writing primary_gpt partition done
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
Warning: Not all of the space available to /dev/nvme0n1 appears to be used, you can fix the GPT to use all of the space (an extra 525168 blocks) or continue with the current setting? 
Writing secondary_gpt partition with gpt_secondary_9_0.bin
Offset is not aligned to K Bytes, no optimization is applied
dd if=/mnt/external/gpt_secondary_9_0.bin of=/dev/nvme0n1 bs=1 skip=0  seek=999935983104 count=16896
16896+0 records in
16896+0 records out
16896 bytes (17 kB, 16 KiB) copied, 0.0222294 s, 760 kB/s
Writing secondary_gpt partition done
Warning: Not all of the space available to /dev/nvme0n1 appears to be used, you can fix the GPT to use all of the space (an extra 525168 blocks) or continue with the current setting? 
Fix/Ignore? Fix                                                           
Model: KINGSTON SFYRS1000G (nvme)
Disk /dev/nvme0n1: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name                Flags
 2      20.5kB  134MB   134MB                A_kernel            msftdata
 3      134MB   135MB   786kB                A_kernel-dtb        msftdata
 4      135MB   168MB   33.2MB               A_reserved_on_user  msftdata
 5      168MB   302MB   134MB                B_kernel            msftdata
 6      302MB   303MB   786kB                B_kernel-dtb        msftdata
 7      303MB   336MB   33.2MB               B_reserved_on_user  msftdata
 8      336MB   420MB   83.9MB               recovery            msftdata
 9      420MB   421MB   524kB                recovery-dtb        msftdata
10      421MB   488MB   67.1MB  fat32        esp                 boot, esp
11      488MB   572MB   83.9MB               recovery_alt        msftdata
12      572MB   572MB   524kB                recovery-dtb_alt    msftdata
13      572MB   639MB   67.1MB               esp_alt             msftdata
14      639MB   1059MB  419MB                UDA                 msftdata
15      1059MB  1562MB  503MB                reserved            msftdata
 1      1562MB  1000GB  998GB   ext4         APP                 msftdata

[ 15]: l4t_flash_from_kernel: Expanding last partition to fill the storage device
[ 15]: l4t_flash_from_kernel: Successfully create gpt for external device
[ 15]: l4t_flash_from_kernel: Starting to flash to emmc
Active index file is /mnt/internal/flash.idx
[ 15]: l4t_flash_from_kernel: Starting to flash to external device
Active index file is /mnt/external/flash.idx
Flash index file is /mnt/internal/flash.idx
Number of lines is 79
max_index=78
Number of lines is 79
max_index=78
Number of lines is 18
max_index=17
[ 16]: l4t_flash_from_kernel: Starting to flash to qspi
writing item=0, 9:0:master_boot_record, 0, 512, mbr_9_0.bin, 512, fixed-<reserved>-0, 694898d1c345bdb31b377790ed7fc0b0db184bf7
writing item=1, 9:0:primary_gpt, 512, 19968, gpt_primary_9_0.bin, 16896, fixed-<reserved>-0, bedfe69342414f914deb5eba1665e42b223c97e3
writing item=2, 9:0:A_kernel, 20480, 134217728, boot.img, 54286336, fixed-<reserved>-2, de7f2ba992268143111cae0b327f2448d8cf7b06
QSPI storage size: 67108864 bytes.
Writing A_kernel partition with boot.img
Get size of partition through connection.
54286336 bytes from /mnt/external/boot.img to /dev/nvme0n1: 1KB block=53014 remainder=0
dd if=/mnt/external/boot.img of=/dev/nvme0n1 bs=1K skip=0  seek=20 count=53014
[ 16]: l4t_flash_from_kernel: Successfully flash the emmc
53014+0 records in
53014+0 records out
54286336 bytes (54 MB, 52 MiB) copied, 2.83623 s, 19.1 MB/s
Writing A_kernel partition done
writing item=3, 9:0:A_kernel-dtb, 134238208, 786432, kernel_tegra234-p3768-0000+p3767-0000-nv.dtb, 244084, fixed-<reserved>-3, 3a05f3e5429b41dd271a36ce9fd6ce30f6e65abd
Writing A_kernel-dtb partition with kernel_tegra234-p3768-0000+p3767-0000-nv.dtb
Get size of partition through connection.
244084 bytes from /mnt/external/kernel_tegra234-p3768-0000+p3767-0000-nv.dtb to /dev/nvme0n1: 1KB block=238 remainder=372
dd if=/mnt/external/kernel_tegra234-p3768-0000+p3767-0000-nv.dtb of=/dev/nvme0n1 bs=1K skip=0  seek=131092 count=238
238+0 records in
238+0 records out
243712 bytes (244 kB, 238 KiB) copied, 0.0134321 s, 18.1 MB/s
dd if=/mnt/external/kernel_tegra234-p3768-0000+p3767-0000-nv.dtb of=/dev/nvme0n1 bs=1 skip=243712  seek=134481920 count=372
372+0 records in
372+0 records out
372 bytes copied, 0.000953088 s, 390 kB/s
Writing A_kernel-dtb partition done
writing item=4, 9:0:A_reserved_on_user, 135024640, 33161216, , , fixed-<reserved>-4, 
[ 19]: l4t_flash_from_kernel: Warning: skip writing A_reserved_on_user partition as no image is specified
writing item=5, 9:0:B_kernel, 168185856, 134217728, boot.img, 54286336, fixed-<reserved>-5, de7f2ba992268143111cae0b327f2448d8cf7b06
Writing B_kernel partition with boot.img
Get size of partition through connection.
54286336 bytes from /mnt/external/boot.img to /dev/nvme0n1: 1KB block=53014 remainder=0
dd if=/mnt/external/boot.img of=/dev/nvme0n1 bs=1K skip=0  seek=164244 count=53014
53014+0 records in
53014+0 records out
54286336 bytes (54 MB, 52 MiB) copied, 0.400551 s, 136 MB/s
Writing B_kernel partition done
writing item=6, 9:0:B_kernel-dtb, 302403584, 786432, kernel_tegra234-p3768-0000+p3767-0000-nv.dtb, 244084, fixed-<reserved>-6, 3a05f3e5429b41dd271a36ce9fd6ce30f6e65abd
Writing B_kernel-dtb partition with kernel_tegra234-p3768-0000+p3767-0000-nv.dtb
Get size of partition through connection.
244084 bytes from /mnt/external/kernel_tegra234-p3768-0000+p3767-0000-nv.dtb to /dev/nvme0n1: 1KB block=238 remainder=372
dd if=/mnt/external/kernel_tegra234-p3768-0000+p3767-0000-nv.dtb of=/dev/nvme0n1 bs=1K skip=0  seek=295316 count=238
238+0 records in
238+0 records out
243712 bytes (244 kB, 238 KiB) copied, 0.00264058 s, 92.3 MB/s
dd if=/mnt/external/kernel_tegra234-p3768-0000+p3767-0000-nv.dtb of=/dev/nvme0n1 bs=1 skip=243712  seek=302647296 count=372
372+0 records in
372+0 records out
372 bytes copied, 0.00079392 s, 469 kB/s
Writing B_kernel-dtb partition done
writing item=7, 9:0:B_reserved_on_user, 303190016, 33161216, , , fixed-<reserved>-7, 
[ 19]: l4t_flash_from_kernel: Warning: skip writing B_reserved_on_user partition as no image is specified
writing item=8, 9:0:recovery, 336351232, 83886080, recovery.img, 59383808, fixed-<reserved>-8, ffb8f87a633341e5902e209b1bb5f6ba594f11c0
Writing recovery partition with recovery.img
Get size of partition through connection.
59383808 bytes from /mnt/external/recovery.img to /dev/nvme0n1: 1KB block=57992 remainder=0
dd if=/mnt/external/recovery.img of=/dev/nvme0n1 bs=1K skip=0  seek=328468 count=57992
57992+0 records in
57992+0 records out
59383808 bytes (59 MB, 57 MiB) copied, 3.10276 s, 19.1 MB/s
Writing recovery partition done
writing item=9, 9:0:recovery-dtb, 420237312, 524288, tegra234-p3768-0000+p3767-0000-nv.dtb.rec, 244084, fixed-<reserved>-9, 3a05f3e5429b41dd271a36ce9fd6ce30f6e65abd
Writing recovery-dtb partition with tegra234-p3768-0000+p3767-0000-nv.dtb.rec
Get size of partition through connection.
244084 bytes from /mnt/external/tegra234-p3768-0000+p3767-0000-nv.dtb.rec to /dev/nvme0n1: 1KB block=238 remainder=372
dd if=/mnt/external/tegra234-p3768-0000+p3767-0000-nv.dtb.rec of=/dev/nvme0n1 bs=1K skip=0  seek=410388 count=238
238+0 records in
238+0 records out
243712 bytes (244 kB, 238 KiB) copied, 0.0130856 s, 18.6 MB/s
dd if=/mnt/external/tegra234-p3768-0000+p3767-0000-nv.dtb.rec of=/dev/nvme0n1 bs=1 skip=243712  seek=420481024 count=372
372+0 records in
372+0 records out
372 bytes copied, 0.000965088 s, 385 kB/s
Writing recovery-dtb partition done
writing item=10, 9:0:esp, 420761600, 67108864, esp.img, 67108864, fixed-<reserved>-10, 3979d729d52241e485a3dcce380e655eda5e0e0e
Writing esp partition with esp.img
Get size of partition through connection.
67108864 bytes from /mnt/external/esp.img to /dev/nvme0n1: 1KB block=65536 remainder=0
dd if=/mnt/external/esp.img of=/dev/nvme0n1 bs=1K skip=0  seek=410900 count=65536
65536+0 records in
65536+0 records out
67108864 bytes (67 MB, 64 MiB) copied, 3.46013 s, 19.4 MB/s
Writing esp partition done
writing item=11, 9:0:recovery_alt, 487870464, 83886080, , , fixed-<reserved>-11, 
[ 26]: l4t_flash_from_kernel: Warning: skip writing recovery_alt partition as no image is specified
writing item=12, 9:0:recovery-dtb_alt, 571756544, 524288, , , fixed-<reserved>-12, 
[ 26]: l4t_flash_from_kernel: Warning: skip writing recovery-dtb_alt partition as no image is specified
writing item=13, 9:0:esp_alt, 572280832, 67108864, , , fixed-<reserved>-13, 
[ 26]: l4t_flash_from_kernel: Warning: skip writing esp_alt partition as no image is specified
writing item=14, 9:0:UDA, 639401984, 419430400, , , fixed-<reserved>-14, 
[ 26]: l4t_flash_from_kernel: Skip writing UDA partition
writing item=15, 9:0:reserved, 1058832384, 502792192, , , fixed-<reserved>-15, 
[ 26]: l4t_flash_from_kernel: Warning: skip writing reserved partition as no image is specified
writing item=16, 9:0:APP, 1561624576, 998374354944, , , expand-<reserved>-1, 
Formatting APP partition /dev/nvme0n1p1 ...
mke2fs 1.46.5 (30-Dec-2021)
Discarding device blocks: done                            
Creating filesystem with 243809385 4k blocks and 60956672 inodes
Filesystem UUID: 1a926b34-aea3-4247-8aac-05589e739cb9
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
	4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, 
	102400000, 214990848

Allocating group tables: done                            
Writing inode tables: done                            
Creating journal (262144 blocks): done
Writing superblocks and filesystem accounting information: done     

Formatting APP parition done
Formatting APP partition /dev/nvme0n1p1 ...
tar -x -I 'zstd -T0' -pf /mnt/external/system.img  --checkpoint=10000 --warning=no-timestamp --numeric-owner --xattrs --xattrs-include=*  -C  /tmp/ci-d5HVE4ooP4
tar: Read checkpoint 10000
tar: Read checkpoint 20000
tar: Read checkpoint 30000
tar: Read checkpoint 40000
tar: Read checkpoint 50000
tar: Read checkpoint 60000
tar: Read checkpoint 70000
tar: Read checkpoint 80000
tar: Read checkpoint 90000
tar: Read checkpoint 100000
tar: Read checkpoint 110000
tar: Read checkpoint 120000
tar: Read checkpoint 130000
tar: Read checkpoint 140000
tar: Read checkpoint 150000
tar: Read checkpoint 160000
tar: Read checkpoint 170000
tar: Read checkpoint 180000
tar: Read checkpoint 190000
tar: Read checkpoint 200000
tar: Read checkpoint 210000
tar: Read checkpoint 220000
tar: Read checkpoint 230000
tar: Read checkpoint 240000
tar: Read checkpoint 250000
tar: Read checkpoint 260000
tar: Read checkpoint 270000
tar: Read checkpoint 280000
tar: Read checkpoint 290000
tar: Read checkpoint 300000
tar: Read checkpoint 310000
tar: Read checkpoint 320000
tar: Read checkpoint 330000
tar: Read checkpoint 340000
tar: Read checkpoint 350000
tar: Read checkpoint 360000
tar: Read checkpoint 370000
tar: Read checkpoint 380000
tar: Read checkpoint 390000
tar: Read checkpoint 400000
tar: Read checkpoint 410000
tar: Read checkpoint 420000
tar: Read checkpoint 430000
tar: Read checkpoint 440000
tar: Read checkpoint 450000
tar: Read checkpoint 460000
tar: Read checkpoint 470000
tar: Read checkpoint 480000
tar: Read checkpoint 490000
tar: Read checkpoint 500000
tar: Read checkpoint 510000
tar: Read checkpoint 520000
tar: Read checkpoint 530000
tar: Read checkpoint 540000
tar: Read checkpoint 550000
tar: Read checkpoint 560000
tar: Read checkpoint 570000
tar: Read checkpoint 580000
tar: Read checkpoint 590000
tar: Read checkpoint 600000
tar: Read checkpoint 610000
tar: Read checkpoint 620000
tar: Read checkpoint 630000
tar: Read checkpoint 640000
tar: Read checkpoint 650000
tar: Read checkpoint 660000
writing item=17, 9:0:secondary_gpt, 999935983104, 16896, gpt_secondary_9_0.bin, 16896, fixed-<reserved>-0, 2463a5167029a3ae20b9311955b84d94d1b827d0
[ 147]: l4t_flash_from_kernel: Successfully flash the external device
Erased 67108864 bytes from address 0x00000000 in flash
Flash index file is /mnt/internal/flash.idx
Number of lines is 79
max_index=78
Writing br_bct_BR.bct (parittion: BCT) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/br_bct_BR.bct
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:0
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00000000 in flash
[ 187]: l4t_flash_from_kernel: QSPI erase block size is 16384
[ 187]: l4t_flash_from_kernel: Writing 64 copies of /mnt/internal/br_bct_BR.bct
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:16384
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00004000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:32768
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00008000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:49152
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0000c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:65536
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00010000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:81920
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00014000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:98304
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00018000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:114688
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0001c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:131072
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00020000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:147456
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00024000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:163840
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00028000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:180224
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0002c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:196608
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00030000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:212992
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00034000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:229376
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00038000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:245760
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0003c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:262144
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00040000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:278528
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00044000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:294912
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00048000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:311296
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0004c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:327680
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00050000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:344064
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00054000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:360448
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00058000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:376832
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0005c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:393216
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00060000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:409600
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00064000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:425984
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00068000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:442368
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0006c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:458752
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00070000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:475136
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00074000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:491520
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00078000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:507904
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0007c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:524288
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00080000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:540672
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00084000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:557056
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00088000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:573440
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0008c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:589824
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00090000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:606208
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00094000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:622592
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x00098000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:638976
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x0009c000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:655360
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000a0000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:671744
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000a4000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:688128
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000a8000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:704512
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000ac000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:720896
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000b0000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:737280
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000b4000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:753664
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000b8000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:770048
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000bc000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:786432
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000c0000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:802816
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000c4000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:819200
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000c8000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:835584
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000cc000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:851968
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000d0000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:868352
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000d4000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:884736
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000d8000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:901120
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000dc000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:917504
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000e0000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:933888
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000e4000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:950272
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000e8000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:966656
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000ec000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:983040
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000f0000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:999424
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000f4000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:1015808
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000f8000 in flash
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:1032192
Copied 8192 bytes from /mnt/internal/br_bct_BR.bct to address 0x000fc000 in flash
Writing mb1_t234_prod_aligned_sigheader.bin.encrypt (parittion: A_mb1) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mb1_t234_prod_aligned_sigheader.bin.encrypt
Writing /mnt/internal/mb1_t234_prod_aligned_sigheader.bin.encrypt (282544 bytes) into  /dev/mtd0:1048576
Copied 282544 bytes from /mnt/internal/mb1_t234_prod_aligned_sigheader.bin.encrypt to address 0x00100000 in flash
Writing psc_bl1_t234_prod_aligned_sigheader.bin.encrypt (parittion: A_psc_bl1) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/psc_bl1_t234_prod_aligned_sigheader.bin.encrypt
Writing /mnt/internal/psc_bl1_t234_prod_aligned_sigheader.bin.encrypt (123008 bytes) into  /dev/mtd0:1572864
Copied 123008 bytes from /mnt/internal/psc_bl1_t234_prod_aligned_sigheader.bin.encrypt to address 0x00180000 in flash
Writing mb1_cold_boot_bct_MB1_sigheader.bct.encrypt (parittion: A_MB1_BCT) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
Writing /mnt/internal/mb1_cold_boot_bct_MB1_sigheader.bct.encrypt (17600 bytes) into  /dev/mtd0:1835008
Copied 17600 bytes from /mnt/internal/mb1_cold_boot_bct_MB1_sigheader.bct.encrypt to address 0x001c0000 in flash
Writing mem_coldboot_sigheader.bct.encrypt (parittion: A_MEM_BCT) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mem_coldboot_sigheader.bct.encrypt
Writing /mnt/internal/mem_coldboot_sigheader.bct.encrypt (243712 bytes) into  /dev/mtd0:1966080
Copied 243712 bytes from /mnt/internal/mem_coldboot_sigheader.bct.encrypt to address 0x001e0000 in flash
Writing tsec_t234_sigheader.bin.encrypt (parittion: A_tsec-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/tsec_t234_sigheader.bin.encrypt
Writing /mnt/internal/tsec_t234_sigheader.bin.encrypt (176128 bytes) into  /dev/mtd0:2228224
Copied 176128 bytes from /mnt/internal/tsec_t234_sigheader.bin.encrypt to address 0x00220000 in flash
Writing nvdec_t234_prod_sigheader.fw.encrypt (parittion: A_nvdec) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/nvdec_t234_prod_sigheader.fw.encrypt
Writing /mnt/internal/nvdec_t234_prod_sigheader.fw.encrypt (294912 bytes) into  /dev/mtd0:3276800
Copied 294912 bytes from /mnt/internal/nvdec_t234_prod_sigheader.fw.encrypt to address 0x00320000 in flash
Writing mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt (parittion: A_mb2) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt
Writing /mnt/internal/mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt (439968 bytes) into  /dev/mtd0:4325376
Copied 439968 bytes from /mnt/internal/mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt to address 0x00420000 in flash
Writing xusb_t234_prod_sigheader.bin.encrypt (parittion: A_xusb-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/xusb_t234_prod_sigheader.bin.encrypt
Writing /mnt/internal/xusb_t234_prod_sigheader.bin.encrypt (164864 bytes) into  /dev/mtd0:4849664
Copied 164864 bytes from /mnt/internal/xusb_t234_prod_sigheader.bin.encrypt to address 0x004a0000 in flash
Writing bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt (parittion: A_bpmp-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt
Writing /mnt/internal/bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt (1027008 bytes) into  /dev/mtd0:5111808
Copied 1027008 bytes from /mnt/internal/bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt to address 0x004e0000 in flash
Writing tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt (parittion: A_bpmp-fw-dtb) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt
Writing /mnt/internal/tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt (383232 bytes) into  /dev/mtd0:6684672
Copied 383232 bytes from /mnt/internal/tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt to address 0x00660000 in flash
Writing pscfw_t234_prod_sigheader.bin.encrypt (parittion: A_psc-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/pscfw_t234_prod_sigheader.bin.encrypt
Writing /mnt/internal/pscfw_t234_prod_sigheader.bin.encrypt (310768 bytes) into  /dev/mtd0:10878976
Copied 310768 bytes from /mnt/internal/pscfw_t234_prod_sigheader.bin.encrypt to address 0x00a60000 in flash
Writing mce_flash_o10_cr_prod_sigheader.bin.encrypt (parittion: A_mts-mce) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mce_flash_o10_cr_prod_sigheader.bin.encrypt
Writing /mnt/internal/mce_flash_o10_cr_prod_sigheader.bin.encrypt (187120 bytes) into  /dev/mtd0:11665408
Copied 187120 bytes from /mnt/internal/mce_flash_o10_cr_prod_sigheader.bin.encrypt to address 0x00b20000 in flash
Writing sc7_t234_prod_sigheader.bin.encrypt (parittion: A_sc7) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/sc7_t234_prod_sigheader.bin.encrypt
Writing /mnt/internal/sc7_t234_prod_sigheader.bin.encrypt (186656 bytes) into  /dev/mtd0:12189696
Copied 186656 bytes from /mnt/internal/sc7_t234_prod_sigheader.bin.encrypt to address 0x00ba0000 in flash
Writing psc_rf_t234_prod_sigheader.bin.encrypt (parittion: A_pscrf) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/psc_rf_t234_prod_sigheader.bin.encrypt
Writing /mnt/internal/psc_rf_t234_prod_sigheader.bin.encrypt (122464 bytes) into  /dev/mtd0:12386304
Copied 122464 bytes from /mnt/internal/psc_rf_t234_prod_sigheader.bin.encrypt to address 0x00bd0000 in flash
Writing mb2rf_t234_sigheader.bin.encrypt (parittion: A_mb2rf) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mb2rf_t234_sigheader.bin.encrypt
Writing /mnt/internal/mb2rf_t234_sigheader.bin.encrypt (122672 bytes) into  /dev/mtd0:12582912
Copied 122672 bytes from /mnt/internal/mb2rf_t234_sigheader.bin.encrypt to address 0x00c00000 in flash
Writing uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader.bin.encrypt (parittion: A_cpu-bootloader) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader.bin.encrypt
Writing /mnt/internal/uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader.bin.encrypt (3258288 bytes) into  /dev/mtd0:12713984
Copied 3258288 bytes from /mnt/internal/uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader.bin.encrypt to address 0x00c20000 in flash
Writing tos-optee_t234_sigheader.img.encrypt (parittion: A_secure-os) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/tos-optee_t234_sigheader.img.encrypt
Writing /mnt/internal/tos-optee_t234_sigheader.img.encrypt (1633344 bytes) into  /dev/mtd0:16384000
Copied 1633344 bytes from /mnt/internal/tos-optee_t234_sigheader.img.encrypt to address 0x00fa0000 in flash
[ 202]: l4t_flash_from_kernel: Warning: skip writing A_smm-fw partition as no image is specified
Writing eks_t234_sigheader.img.encrypt (parittion: A_eks) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/eks_t234_sigheader.img.encrypt
Writing /mnt/internal/eks_t234_sigheader.img.encrypt (9232 bytes) into  /dev/mtd0:22675456
Copied 9232 bytes from /mnt/internal/eks_t234_sigheader.img.encrypt to address 0x015a0000 in flash
Writing display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0000-nv_aligned_blob_w_bin_sigheader.bin.encrypt (parittion: A_dce-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0000-nv_aligned_blob_w_bin_sigheader.bin.encrypt
Writing /mnt/internal/display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0000-nv_aligned_blob_w_bin_sigheader.bin.encrypt (780160 bytes) into  /dev/mtd0:22937600
Copied 780160 bytes from /mnt/internal/display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0000-nv_aligned_blob_w_bin_sigheader.bin.encrypt to address 0x015e0000 in flash
Writing spe_t234_sigheader.bin.encrypt (parittion: A_spe-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/spe_t234_sigheader.bin.encrypt
Writing /mnt/internal/spe_t234_sigheader.bin.encrypt (270336 bytes) into  /dev/mtd0:28180480
Copied 270336 bytes from /mnt/internal/spe_t234_sigheader.bin.encrypt to address 0x01ae0000 in flash
Writing camera-rtcpu-t234-rce_sigheader.img.encrypt (parittion: A_rce-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt
Writing /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt (458096 bytes) into  /dev/mtd0:28770304
Copied 458096 bytes from /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt to address 0x01b70000 in flash
Writing adsp-fw_sigheader.bin.encrypt (parittion: A_adsp-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/adsp-fw_sigheader.bin.encrypt
Writing /mnt/internal/adsp-fw_sigheader.bin.encrypt (414960 bytes) into  /dev/mtd0:29818880
Copied 414960 bytes from /mnt/internal/adsp-fw_sigheader.bin.encrypt to address 0x01c70000 in flash
Writing nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt (parittion: A_pva-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt
Writing /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt (67024 bytes) into  /dev/mtd0:31916032
Copied 67024 bytes from /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt to address 0x01e70000 in flash
[ 206]: l4t_flash_from_kernel: Warning: skip writing A_reserved_on_boot partition as no image is specified
Writing mb1_t234_prod_aligned_sigheader.bin.encrypt (parittion: B_mb1) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mb1_t234_prod_aligned_sigheader.bin.encrypt
Writing /mnt/internal/mb1_t234_prod_aligned_sigheader.bin.encrypt (282544 bytes) into  /dev/mtd0:33292288
Copied 282544 bytes from /mnt/internal/mb1_t234_prod_aligned_sigheader.bin.encrypt to address 0x01fc0000 in flash
Writing psc_bl1_t234_prod_aligned_sigheader.bin.encrypt (parittion: B_psc_bl1) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/psc_bl1_t234_prod_aligned_sigheader.bin.encrypt
Writing /mnt/internal/psc_bl1_t234_prod_aligned_sigheader.bin.encrypt (123008 bytes) into  /dev/mtd0:33816576
Copied 123008 bytes from /mnt/internal/psc_bl1_t234_prod_aligned_sigheader.bin.encrypt to address 0x02040000 in flash
Writing mb1_cold_boot_bct_MB1_sigheader.bct.encrypt (parittion: B_MB1_BCT) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
Writing /mnt/internal/mb1_cold_boot_bct_MB1_sigheader.bct.encrypt (17600 bytes) into  /dev/mtd0:34078720
Copied 17600 bytes from /mnt/internal/mb1_cold_boot_bct_MB1_sigheader.bct.encrypt to address 0x02080000 in flash
Writing mem_coldboot_sigheader.bct.encrypt (parittion: B_MEM_BCT) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mem_coldboot_sigheader.bct.encrypt
Writing /mnt/internal/mem_coldboot_sigheader.bct.encrypt (243712 bytes) into  /dev/mtd0:34209792
Copied 243712 bytes from /mnt/internal/mem_coldboot_sigheader.bct.encrypt to address 0x020a0000 in flash
Writing tsec_t234_sigheader.bin.encrypt (parittion: B_tsec-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/tsec_t234_sigheader.bin.encrypt
Writing /mnt/internal/tsec_t234_sigheader.bin.encrypt (176128 bytes) into  /dev/mtd0:34471936
Copied 176128 bytes from /mnt/internal/tsec_t234_sigheader.bin.encrypt to address 0x020e0000 in flash
Writing nvdec_t234_prod_sigheader.fw.encrypt (parittion: B_nvdec) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/nvdec_t234_prod_sigheader.fw.encrypt
Writing /mnt/internal/nvdec_t234_prod_sigheader.fw.encrypt (294912 bytes) into  /dev/mtd0:35520512
Copied 294912 bytes from /mnt/internal/nvdec_t234_prod_sigheader.fw.encrypt to address 0x021e0000 in flash
Writing mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt (parittion: B_mb2) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt
Writing /mnt/internal/mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt (439968 bytes) into  /dev/mtd0:36569088
Copied 439968 bytes from /mnt/internal/mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt to address 0x022e0000 in flash
Writing xusb_t234_prod_sigheader.bin.encrypt (parittion: B_xusb-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/xusb_t234_prod_sigheader.bin.encrypt
Writing /mnt/internal/xusb_t234_prod_sigheader.bin.encrypt (164864 bytes) into  /dev/mtd0:37093376
Copied 164864 bytes from /mnt/internal/xusb_t234_prod_sigheader.bin.encrypt to address 0x02360000 in flash
Writing bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt (parittion: B_bpmp-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt
Writing /mnt/internal/bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt (1027008 bytes) into  /dev/mtd0:37355520
Copied 1027008 bytes from /mnt/internal/bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt to address 0x023a0000 in flash
Writing tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt (parittion: B_bpmp-fw-dtb) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt
Writing /mnt/internal/tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt (383232 bytes) into  /dev/mtd0:38928384
Copied 383232 bytes from /mnt/internal/tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt to address 0x02520000 in flash
Writing pscfw_t234_prod_sigheader.bin.encrypt (parittion: B_psc-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/pscfw_t234_prod_sigheader.bin.encrypt
Writing /mnt/internal/pscfw_t234_prod_sigheader.bin.encrypt (310768 bytes) into  /dev/mtd0:43122688
Copied 310768 bytes from /mnt/internal/pscfw_t234_prod_sigheader.bin.encrypt to address 0x02920000 in flash
Writing mce_flash_o10_cr_prod_sigheader.bin.encrypt (parittion: B_mts-mce) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mce_flash_o10_cr_prod_sigheader.bin.encrypt
Writing /mnt/internal/mce_flash_o10_cr_prod_sigheader.bin.encrypt (187120 bytes) into  /dev/mtd0:43909120
Copied 187120 bytes from /mnt/internal/mce_flash_o10_cr_prod_sigheader.bin.encrypt to address 0x029e0000 in flash
Writing sc7_t234_prod_sigheader.bin.encrypt (parittion: B_sc7) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/sc7_t234_prod_sigheader.bin.encrypt
Writing /mnt/internal/sc7_t234_prod_sigheader.bin.encrypt (186656 bytes) into  /dev/mtd0:44433408
Copied 186656 bytes from /mnt/internal/sc7_t234_prod_sigheader.bin.encrypt to address 0x02a60000 in flash
Writing psc_rf_t234_prod_sigheader.bin.encrypt (parittion: B_pscrf) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/psc_rf_t234_prod_sigheader.bin.encrypt
Writing /mnt/internal/psc_rf_t234_prod_sigheader.bin.encrypt (122464 bytes) into  /dev/mtd0:44630016
Copied 122464 bytes from /mnt/internal/psc_rf_t234_prod_sigheader.bin.encrypt to address 0x02a90000 in flash
Writing mb2rf_t234_sigheader.bin.encrypt (parittion: B_mb2rf) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/mb2rf_t234_sigheader.bin.encrypt
Writing /mnt/internal/mb2rf_t234_sigheader.bin.encrypt (122672 bytes) into  /dev/mtd0:44826624
Copied 122672 bytes from /mnt/internal/mb2rf_t234_sigheader.bin.encrypt to address 0x02ac0000 in flash
Writing uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader.bin.encrypt (parittion: B_cpu-bootloader) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader.bin.encrypt
Writing /mnt/internal/uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader.bin.encrypt (3258288 bytes) into  /dev/mtd0:44957696
Copied 3258288 bytes from /mnt/internal/uefi_jetson_with_dtb_aligned_blob_w_bin_sigheader.bin.encrypt to address 0x02ae0000 in flash
Writing tos-optee_t234_sigheader.img.encrypt (parittion: B_secure-os) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/tos-optee_t234_sigheader.img.encrypt
Writing /mnt/internal/tos-optee_t234_sigheader.img.encrypt (1633344 bytes) into  /dev/mtd0:48627712
Copied 1633344 bytes from /mnt/internal/tos-optee_t234_sigheader.img.encrypt to address 0x02e60000 in flash
[ 220]: l4t_flash_from_kernel: Warning: skip writing B_smm-fw partition as no image is specified
Writing eks_t234_sigheader.img.encrypt (parittion: B_eks) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/eks_t234_sigheader.img.encrypt
Writing /mnt/internal/eks_t234_sigheader.img.encrypt (9232 bytes) into  /dev/mtd0:54919168
Copied 9232 bytes from /mnt/internal/eks_t234_sigheader.img.encrypt to address 0x03460000 in flash
Writing display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0000-nv_aligned_blob_w_bin_sigheader.bin.encrypt (parittion: B_dce-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0000-nv_aligned_blob_w_bin_sigheader.bin.encrypt
Writing /mnt/internal/display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0000-nv_aligned_blob_w_bin_sigheader.bin.encrypt (780160 bytes) into  /dev/mtd0:55181312
Copied 780160 bytes from /mnt/internal/display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0000-nv_aligned_blob_w_bin_sigheader.bin.encrypt to address 0x034a0000 in flash
Writing spe_t234_sigheader.bin.encrypt (parittion: B_spe-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/spe_t234_sigheader.bin.encrypt
Writing /mnt/internal/spe_t234_sigheader.bin.encrypt (270336 bytes) into  /dev/mtd0:60424192
Copied 270336 bytes from /mnt/internal/spe_t234_sigheader.bin.encrypt to address 0x039a0000 in flash
Writing camera-rtcpu-t234-rce_sigheader.img.encrypt (parittion: B_rce-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt
Writing /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt (458096 bytes) into  /dev/mtd0:61014016
Copied 458096 bytes from /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt to address 0x03a30000 in flash
Writing adsp-fw_sigheader.bin.encrypt (parittion: B_adsp-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/adsp-fw_sigheader.bin.encrypt
Writing /mnt/internal/adsp-fw_sigheader.bin.encrypt (414960 bytes) into  /dev/mtd0:62062592
Copied 414960 bytes from /mnt/internal/adsp-fw_sigheader.bin.encrypt to address 0x03b30000 in flash
Writing nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt (parittion: B_pva-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt
Writing /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt (67024 bytes) into  /dev/mtd0:64159744
Copied 67024 bytes from /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt to address 0x03d30000 in flash
[ 223]: l4t_flash_from_kernel: Warning: skip writing B_reserved_on_boot partition as no image is specified
[ 223]: l4t_flash_from_kernel: Warning: skip writing uefi_variables partition as no image is specified
[ 223]: l4t_flash_from_kernel: Warning: skip writing uefi_ftw partition as no image is specified
[ 223]: l4t_flash_from_kernel: Warning: skip writing reserved partition as no image is specified
[ 223]: l4t_flash_from_kernel: Warning: skip writing worm partition as no image is specified
Writing bct_backup.img (parittion: BCT-boot-chain_backup) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/bct_backup.img
Writing /mnt/internal/bct_backup.img (32768 bytes) into  /dev/mtd0:66715648
Copied 32768 bytes from /mnt/internal/bct_backup.img to address 0x03fa0000 in flash
[ 223]: l4t_flash_from_kernel: Warning: skip writing reserved_partition partition as no image is specified
Writing gpt_backup_secondary_3_0.bin (parittion: secondary_gpt_backup) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/gpt_backup_secondary_3_0.bin
Writing /mnt/internal/gpt_backup_secondary_3_0.bin (16896 bytes) into  /dev/mtd0:999935737856
lseek(): Invalid argument
[ 223]: l4t_flash_from_kernel: Writing /mnt/internal/gpt_backup_secondary_3_0.bin (16896 bytes) into /dev/mtd0:999935737856 failed
[ 223]: l4t_flash_from_kernel: The device size indicated in the partition layout xml is smaller than the actual size. This utility will try to fix the GPT.
[ 223]: l4t_flash_from_kernel: Error flashing qspi
Flash failure
Either the device cannot mount the NFS server on the host or a flash command has failed. Debug log saved to /tmp/tmp.n5VhYWCFJf. You can access the target's terminal through "sshpass -p root ssh root@fc00:1:1:0::2" 
Cleaning up...

And also the console keeps showing below output

NFS: state manager: check lease failed on NFSv4 server fc00:1:1:0::1 with error 13

What am I missing here ?

Thanks,
Ben

Hi benyamin,

What’s the Jetpack version in use?

Could you specify -c bootloader/generic/cfg/flash_t234_qspi.xml instead here?
and also add --network usb0 in your command.

Hi @KevinFFF

thanks for your reply.

Nothing changed.

The following commands have the same results as mentioned below:

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" --showlogs jetson-orin-nano-devkit external

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/generic/cfg/flash_t234_qspi_nvme.xml" --showlogs jetson-orin-nano-devkit external

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/generic/cfg/flash_t234_qspi_nvme.xml" --showlogs jetson-orin-nano-devkit nvme0n1p1

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" --showlogs jetson-orin-nano-devkit nvme0n1p1

Writing spe_t234_sigheader.bin.encrypt (parittion: B_spe-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/spe_t234_sigheader.bin.encrypt
Writing /mnt/internal/spe_t234_sigheader.bin.encrypt (270336 bytes) into  /dev/mtd0:60424192
Copied 270336 bytes from /mnt/internal/spe_t234_sigheader.bin.encrypt to address 0x039a0000 in flash
Writing camera-rtcpu-t234-rce_sigheader.img.encrypt (parittion: B_rce-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt
Writing /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt (458096 bytes) into  /dev/mtd0:61014016
Copied 458096 bytes from /mnt/internal/camera-rtcpu-t234-rce_sigheader.img.encrypt to address 0x03a30000 in flash
Writing adsp-fw_sigheader.bin.encrypt (parittion: B_adsp-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/adsp-fw_sigheader.bin.encrypt
Writing /mnt/internal/adsp-fw_sigheader.bin.encrypt (414960 bytes) into  /dev/mtd0:62062592
Copied 414960 bytes from /mnt/internal/adsp-fw_sigheader.bin.encrypt to address 0x03b30000 in flash
Writing nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt (parittion: B_pva-fw) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt
Writing /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt (67024 bytes) into  /dev/mtd0:64159744
Copied 67024 bytes from /mnt/internal/nvpva_020_aligned_blob_w_bin_sigheader.fw.encrypt to address 0x03d30000 in flash
[ 248]: l4t_flash_from_kernel: Warning: skip writing B_reserved_on_boot partition as no image is specified
[ 248]: l4t_flash_from_kernel: Warning: skip writing uefi_variables partition as no image is specified
[ 248]: l4t_flash_from_kernel: Warning: skip writing uefi_ftw partition as no image is specified
[ 248]: l4t_flash_from_kernel: Warning: skip writing reserved partition as no image is specified
[ 248]: l4t_flash_from_kernel: Warning: skip writing worm partition as no image is specified
Writing bct_backup.img (parittion: BCT-boot-chain_backup) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/bct_backup.img
Writing /mnt/internal/bct_backup.img (32768 bytes) into  /dev/mtd0:66715648
Copied 32768 bytes from /mnt/internal/bct_backup.img to address 0x03fa0000 in flash
[ 248]: l4t_flash_from_kernel: Warning: skip writing reserved_partition partition as no image is specified
Writing gpt_backup_secondary_3_0.bin (parittion: secondary_gpt_backup) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/gpt_backup_secondary_3_0.bin
Writing /mnt/internal/gpt_backup_secondary_3_0.bin (16896 bytes) into  /dev/mtd0:999935737856
lseek(): Invalid argument
[ 248]: l4t_flash_from_kernel: Writing /mnt/internal/gpt_backup_secondary_3_0.bin (16896 bytes) into /dev/mtd0:999935737856 failed
[ 248]: l4t_flash_from_kernel: The device size indicated in the partition layout xml is smaller than the actual size. This utility will try to fix the GPT.
[ 248]: l4t_flash_from_kernel: Error flashing qspi
Flash failure
Either the device cannot mount the NFS server on the host or a flash command has failed. Debug log saved to /tmp/tmp.Dphs6JaV1H. You can access the target's terminal through "sshpass -p root ssh root@fc00:1:1:0::2" 
Cleaning up...

It is Jetpack 6.

As it’s mentioned in the output, l4t_flash_from_kernel: The device size indicated in the partition layout xml is smaller than the actual size. This utility will try to fix the GPT., it seems that the device size is not correct in xml file.
I assume it’s num_sectors in bootloader/generic/cfg/flash_t234_qspi.xml

<device type="spi" instance="0" sector_size="512" num_sectors="1953000000" >

OK. Following my last observation, the problem stems from tools/kernel_flash/flash_l4t_external.xml

the num_sectors in tools/kernel_flash/flash_l4t_external.xml should be 1953000000, if the nvme capacity is 1TB.
<device type="spi" instance="0" sector_size="512" num_sectors="1953000000" >

At the same time, the value of t he num_sectors in bootloader/generic/cfg/flash_t234_qspi.xml should be 131072
<device type="spi" instance="0" sector_size="512" num_sectors="131072" >

Now, I can flash the device successfully.

2 Likes

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