Skip to content

Commit

Permalink
Merge pull request #429 from bbinet/enable-uart
Browse files Browse the repository at this point in the history
fix enable_uart=1 to enable the serial console
  • Loading branch information
diederikdehaas authored Sep 23, 2016
2 parents 010451a + 59201fa commit 6171a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/etc/init.d/rcS
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ do
# as the statements below disables bluetooth which various/most
# people will prefer over the serial console
echo "# enable the serial console for the installed system"
echo "#device_tree="
echo "enable_uart=1"
fi
} >> /rootfs/boot/config.txt

Expand Down

0 comments on commit 6171a93

Please sign in to comment.