Is it possible to install JetPack without GUI installation procedure?

Hello All,

I would like to know whether it is possible to install JetPack without the GUI, just by command line?.

Hi saikishor, JetPack requires use of the GUI, however if you flash with L4T directly, that is from the command line.

Thank you @dusty_nv, yes but this requires the JetPack to be initially set up right?

L4T is available as independent tarball(s) that you can extract and run from the command line (which JetPack automates). The downloads are here: https://developer.nvidia.com/embedded/linux-tegra

Some of the other packages are only available through JetPack, like cuDNN and TensorRT. If you need those, you have JetPack download those packages to a PC that has GUI, then copy those packages (from jetpack_downloads/ folder) and install them manually from the command line.

1 Like

Thank you @dusty_nv. I will take a look at the link you provided.