After installing docker of jetbot it is only showing commandline (black) Screen without UI of jetpack 4.5.1

I am using jetpack 4.5.1. After installiing the docker and files of jetbot from the link → GitHub - NVIDIA-AI-IOT/jetbot: An educational AI robot based on NVIDIA Jetson Nano. and rebooting, it is just showing a black (command line) Screen with no UI of jetpack. What should I do to remove that screen and get into the UI of jetpack.
Please tell the solution for this.

Hi @vashisht.akshat.rn.04 ,

Thanks for reaching out!

For the JetBot SD card images, the GUI is disabled to conserve memory for other processing. The GUI is typically not needed for Jupyter lab programming, which is done over the web.

That said, to re-enable the desktop GUI you’ll need to

First, sign in using the default jetbot username / password jetbot / jetbot from the terminal displayed at boot.

Next, re-enable the screen by entering the command

sudo systemctl set-default graphical.target

Finally, reboot the system and you should see the graphical user interface.

Please let me know if this helps or you run into any issues.

Best,
John

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