How can i get flash.sh?

Hi, all.

How can i get flash.sh file for download?

Thanks.

Some useful background…

JetPack is just a GUI front end to the flash software. SDK Manager is the smart network layer for automatic download, including JetPack.

In recovery mode a Jetson becomes a custom USB device which needs a custom driver. The “driver package” happens to be that custom driver which runs on the host PC, and is also what provides flash.sh.

Which L4T release? Go to that release here:
https://developer.nvidia.com/linux-tegra

Find the “driver package”. Download that, and unpack as a regular user. This creates subdirectory “Linux_for_Tegra/”, which contains flash.sh. You should also download the “sample root filesystem”, and unpack it with sudo inside of “Linux_for_Tegra/rootfs/”, and then from Linux_for_Tegra/, run “sudo ./apply_binaries.sh”. This completes setup to flash on command line with flash.sh.

Or just tell JetPack/SDK Manager to download the content.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.