[Buildroot] [PATCH] odroid: enable console display.

Dagg Stompler daggs at gmx.com
Sun Aug 7 18:10:53 UTC 2016


the below change will redirect the output to screen and not only to
serial.

Signed-off-by: Dagg Stompler <daggs at gmx.com>
---
 board/hardkernel/odroidc2/boot.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/hardkernel/odroidc2/boot.ini b/board/hardkernel/odroidc2/boot.ini
index 4f17fec..203a42a 100644
--- a/board/hardkernel/odroidc2/boot.ini
+++ b/board/hardkernel/odroidc2/boot.ini
@@ -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
-- 
2.9.2



More information about the buildroot mailing list