How to install DRIVE OS without GUI

Hardware Platform: DRIVE AGX Pegasus™
Software Version: DRIVE Software 10
Host Machine Version: native Ubuntu 18.04
SDK Manager Version: Example: 1.0.1.5538

Is it possible to install Drive OS from command line ? From documentation, it seems that we can install it using sdk manager, but even though it launches gui for installation.

Hi @roshanchaudhari,

Please check if Command-Line Install :: NVIDIA SDK Manager Documentation helps. Thanks!

Hi… Thanks for your response.! I tried with the link you sent and it still tries to launch SDK manager. How do I remote install it.

Could you let me know what command you are using in details or what steps you are taking? Thanks!

Could you try with setting the variable? Thanks!

$ export DISPLAY=:0

Please try with below commands. Thanks!

$ export DISPLAY=:0
$ sdkmanager --cli install --user <your email account> --logintype devzone --product DRIVE --query # to get available verions for the next command
$ sdkmanager --cli install --user <your email account> --logintype devzone --product DRIVE --version OS_5.1.6.1_SDK --targetos Linux --host --target E3550 --flash all

Yes, it worked . Thanks.!

We can close this topic.