Skip to content

Instantly share code, notes, and snippets.

@tacettin
Created December 19, 2014 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tacettin/3f366bde2ba2d564b4a4 to your computer and use it in GitHub Desktop.
Save tacettin/3f366bde2ba2d564b4a4 to your computer and use it in GitHub Desktop.
sudo apt-get install ser2net
sudo nano /etc/ser2net.conf
% change last lines to 2000:telnet:600:/dev/ttyAMA0:57600 8DATABITS NONE 1STOPBIT banner
sudo /etc/init.d/ser2net restart
sudo nano /etc/inittab % add hash to this line #T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100
sudo nano /boot/cmdline.txt % delete references to ttyAMA0 % "console=ttyAMA0,115200 kgdboc=ttyAMA0,115200"
sudo shutdown -r now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment