Put console and syslog on UART8, added support to nshterm for proper serial port config

This commit is contained in:
Lorenz Meier
2013-08-18 21:00:47 +02:00
parent 061be7f7fe
commit 80f38e3dea
5 changed files with 47 additions and 10 deletions
+9
View File
@@ -58,6 +58,15 @@ fi
if [ $MODE == autostart ]
then
#
# Start terminal
#
if sercon
then
echo "USB connected"
nshterm /dev/ttyACM0 &
fi
#
# Start the ORB (first app to start)
#