linux 将debug信息重定向到LCD(屏幕)

/***********************************************************************
* linux 将debug信息重定向到LCD(屏幕)
* 说明:
* 我们经常会想做的这件事就是将输出信息输出到屏幕,而不是需要debug口
* 来做这件事。
*
* 2016-10-4 深圳 南山平山村 曾剑锋
**********************************************************************/ 参考文章:
. 让Linux的启动信息从LCD和串口同时输出
http://blog.csdn.net/chenbang110/article/details/7870072
. Is it possible the serial console messages on LCD in u-boot?
https://e2e.ti.com/support/arm/sitara_arm/f/791/t/196311
. Boot into login console on LCD
https://e2e.ti.com/support/embedded/linux/f/354/t/324198
上一篇:Android Studio上的几个插件


下一篇:gdb调试相关