I am flashing jetson Orin nano with my FW based on jetpack 6.0 , using nVME. With a board similar to the dev-kit.
I am also implementing secure boot and disc encryption.
For scale I am considering 2 options.
-
Flashing one device and duplicating its nVME using a dedicated device, and afterwards any new device needs to have its relevant fuses flashed only (maybe some refinment is needed here)
-
Using dedicated USB HUB with multiple usb cables and using provided mass flash script in Jetpack 6.0
Now here are my considerations:
A. Solution 1 should be faster since the nVME flasher should be much faster
B. When it come to disc encryption, according to the docs To support mass flash, the images are generated one time on the security machine for all devices with a generic key, and the key will be replaced by a per-device unique key during the first boot.
and I think I won’t have this advantage if I duplicate the nVME.
Is it easy to replicate? I saw the instructions in the docs, but it’s not sufficient in my opinion
C. Does flashing the fuses is enough for using a duplicate nVME, or am I missing a step?