Skip to content

Commit

Permalink
configs/odroidc2: enable console display
Browse files Browse the repository at this point in the history
Redirect the console output to the screen and not only to the serial
port.

Signed-off-by: Dagg Stompler <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
daggs1 authored and tpetazzoni committed Aug 7, 2016
1 parent feedf86 commit 61b6abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/hardkernel/odroidc2/boot.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ setenv m_bpp "32"
setenv hpd "true"

# Default Console Device Setting
setenv condev "console=ttyS0,115200n8" # Serial Console
setenv condev "console=ttyS0,115200n8 console=tty0" # on both

# Meson Timer
# 1 - Meson Timer
Expand Down

0 comments on commit 61b6abb

Please sign in to comment.