JetsonNano-Command line mode enable switch

In the early stage of debugging, boot into the command line mode to save power

Boot into the command line mode, once modification is permanently effective:

sudo systemctl set-default multi-user.target 

Boot into the graphical interface, one-time modification is permanently effective:

sudo systemctl set-default graphical.target 

Guess you like

Origin blog.csdn.net/ManWZD/article/details/104376710