We bought a new batch of orin modules and when I flash the previously cloned file system image to the new module, there was an emmc size misalignment issue.
The flash command I use is as follows:
sudo ./flash.sh -r -S 62090379264 jetson-agx-orin-devkit mmcblk0p1
When I use ‘sudo. / flash.sh jetson-agx-orin-devkit mmcblk0p1’, both the old and new orin modules work fine, but I find that the emmc size of the two orin modules is different.,So the size of the app partition is also different
The emmc app partition size of the new orin module is 62023270400,I’m still having trouble flashing with -S 62023270400.
Also, I tried changing allocation_attribute to 0x808 when I was flashing the image and it didn’t work.
Could you please give me some advice on how to solve this problem? Thank you!