Skip to content

Commit

Permalink
EV3: no console on ttyS1
Browse files Browse the repository at this point in the history
This is still causing problems with UART sensors on input port 1, so
disable it completely by default

Issue ev3dev/ev3dev#623
  • Loading branch information
dlech committed Jun 17, 2016
1 parent 2a07458 commit 5ac0f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootscript/bootscr.ev3
@@ -1,3 +1,3 @@
run loadimage
setenv bootargs mem=${memsize} console=${console} console=tty1 root=/dev/mmcblk0p2 rw rootwait splash @@LINUX_KERNEL_CMDLINE@@
setenv bootargs mem=${memsize} console=tty1 root=/dev/mmcblk0p2 rw rootwait splash @@LINUX_KERNEL_CMDLINE@@
bootm ${loadaddr}

0 comments on commit 5ac0f76

Please sign in to comment.