Agx orin modul wi̇th custom carri̇er board flashing problem

Hello,

I am using the AGX Orin module and a carrier board. Below is the link of the carrier board I used.

I successfully flash this carrier board and AGX Orin module with the board’s manual.

The document I used while flashing is in the link below.

Then I install Jetpack Components to my Module using SDK Manager. I have no problem so far

Finally, I want to create an image file to back up.
I am creating a clone.img file using the following command
./flash.sh -r -k APP -G clone.img jetson-agx-orin-devkit mmcblk0p1

My problem is:
When I want to reuse the clone file I created
with the following commands
cp clone.img /bootloader/system.img
./flash.sh -r cti/orin-agx/forge/base mmcblk0p1

I am getting error as below.
Error: Return value 4

failed to flash/read t186ref.

I think it is an error because I used the jetson-agx-orin-devkit.conf file while creating the clone.img file, but I could not find an alternative conf file.

How can we not solve this problem?
How should I create the clone.img file?

Hi emrebahtiyar,

In your case, it looks like using cti/orin-agx/forge/base as your board config on your customized board.
So, if you want to create clone.img, please use the following command:

sudo ./flash.sh -r -k APP -G clone.img cti/orin-agx/forge/base mmcblk0p1