How to set up orin nano 8G to boot into command line mode

I have a development board orin nano 8G module, and I want to boot into the command line mode.
I tried the following two commands to close the graphical interface, but the device will enter a black screen after restarting.

  • sudo systemctl disable gdm3
  • sudo systemctl set-default multi-user.target

The status I hope to get is to boot into command line mode instead of no display.
Hope this helps me solve this problem

To add, the JetPack version I am using is 5.1.1

Jetpack5 does not support command line mode.
Only GUI mode.

Thanks for the reply, but I have this requirement now. Can I achieve this function by modifying the kernel configuration or other methods?

Please upgrade to jetpack6 and it will be supported.

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