Skip to content

Instantly share code, notes, and snippets.

@Pelirrojo
Created April 7, 2021 22:23
Show Gist options
  • Save Pelirrojo/7128bf99635d5c87e10b58ade1bf74fe to your computer and use it in GitHub Desktop.
Save Pelirrojo/7128bf99635d5c87e10b58ade1bf74fe to your computer and use it in GitHub Desktop.
How to boot Jetson Nano in text mode?
#!/usr/bin/env bash
sudo systemctl set-default multi-user.target
echo "\n▂▃▅▇█▓▒░ Mission Accomplished ░▒▓█▇▅▃▂\n"
#!/usr/bin/env bash
sudo systemctl set-default graphical.target
echo "\n▂▃▅▇█▓▒░ Mission Accomplished ░▒▓█▇▅▃▂\n"
#!/usr/bin/env bash
sudo systemctl start gdm3.service
echo "\n▂▃▅▇█▓▒░ Mission Accomplished ░▒▓█▇▅▃▂\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment