hi, nv team.
I want to clone APP part of the orin. I have read some topics about clone APP part in this forum before clone.
so I follow the below steps
- accroding to
Failed to sparse the raw to img due to the size of system.img.raw is not mulple of 4096 - #24
to add patch. - use cmd
sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1
to flash the w. hole orin - use
sudo ./flash.sh -r -k APP -G original.img jetson-agx-orin-devkit mmcblk0p1
to generate the original.img cp original.img bootloader/system.img
- use
sudo ./flash.sh -r jetson-agx-orin-devkit mmcblk0p1
to refalsh the orin, but it stop at 0% when write APP - change
APP allocation_attribute
inflash_t234_qspi_sdmmc.xml
from0x8
to0x808
. reflash withsudo ./flash.sh -r jetson-agx-orin-devkit mmcblk0p1
and it flash success. - after finish step 6. I want to clone APP out again. it show 4096 error when sparse the raw file. (Whether I modify the APP allocation_attribute to 0x808 or 0x8)
So the image generated by the clone cmd can not be cloned again ?