emmc backup

Greetings,
Is it possible to backup/clone the emmc drive and restore on another tk1?

After many hours of getting my tk1 production ready, I’m looking for a way of not having to repeat the same process for all the other tk1’s I have to modify.

Hope I’m clear.

In short I need a method to clone one tk1 to another.

Thanks

See:
[url]http://elinux.org/Jetson/Cloning[/url]

Thanks:
The post states:

"To make a carbon copy of an existing Jetson install, first connect the Jetson’s micro-B USB flash port to the Linux machine that you originally flashed L4T from. Then enter the Jetson into recovery mode by holding RECOVERY and pressing RESET. "

But I never flashed my TK1. I’m using it as it came out the box. Can I still follow the above guide?

This is not a problem. It just means you’d be flashing a stock L4T R19.2 install. The R21.3 is highly recommended, and among R19.x, the R19.3 was much better than R19.2. The point I think that is being emphasized is that the same cable used for flash with the recovery mode entered just like you were going to flash is also the state used during cloning.

One suggestion you might experiment with…what you really need in terms of your own software is simply mmcblk0p1 root partition. If you clone that, you can loopback mount it and read or write to it from the clone on your host. This means you can also use the “apply_binaries.sh” from flashing R21.3 to this loopback mounted partition and at least in part bring it up to date to R21.3, then flash this updated partition with your original updates plus the apply_binaries.sh update (there is an option in flash.sh to re-use this partition copy during flash). Since you can copy this partition like a file and do not have to modify all of your copies of this partition you have a way of experimenting with at least some partial update of the L4T and not risking your original work.

I C. Thank you for your information. Very informative.