How to generate a system.img without a jetson connected

Hi there,

Is it possible to generate the system.img and system.img.raw without a Jetson device connected? As in if you know the BOARD SKU and other information that the device provides in recovery mode that required to run the flash.sh script.

I know that the flash.sh script comes with --no-flash flag but this still requires a device to be in recovery mode.

Thanks.

Hi,

Please refer to this Flashing Support — NVIDIA Jetson Linux Developer Guide to do the offline mode.

Thanks