Dear nvidia, hello, my platform is jetson-agx-xavier 32G platform, I make a system image on other boards, copy the image down, and then update to the new board through sudo ./flash.sh -r jetson-xavier mmcblk0p1 command The following error occurs.
[ 1167.2743 ] Writing partition bootloader-dtb with tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt [ 536640 bytes ]
[ 1167.2764 ] 0000000074740204: E> NV3P_SERVER: Accessing offset 536640 after boundary partition size 524288
[ 1167.2764 ]
[ 1167.2764 ]
Error: Return value 4
Command tegradevflash_v2 --pt flash.xml.bin --create
Failed flashing t186ref.
My image size is:
➜ Linux_for_Tegra ll bootloader/system.img
-rwxr-xr-x 1 root root 28G 3月 31 18:56 bootloader/system.img
Why does flash fail and how do I solve system image burning?