Create SD card image from JetPack rather than disk cloning

Hello All,

I have seen various threads around creating an SD card image straight from JetPack, but not sure if this is still supported.

Seems there was as script called:

create-jetson-nano-sd-card-image.sh at one point, but I cannot find it in the SDK.

Is creating an image directly from JetPack still supported (or was it ever formally supported)?

Thanks!

hello mumi1048576,

there’s script file for Jetson-Nano SD image creation. it creates a disk image for the target system based on specified command line switches.
for example, $OUT/Linux_for_Tegra/tools/jetson-disk-image-creator.sh.
please refer to developer guide, To generate an image to be flashed to an SD card for more details.
thanks