TIP&TECH/리눅스

리눅스 부팅 메시지를 LCD에 표시하기

kyudoc 2013. 3. 12. 19:47
728x90

※ 이 글에 사용된 마이크로프로세서는 TI사의 Sitara AM1808을 사용하였습니다.

 

menuconfig를 실행하여 다음 항목들을 사용하도록 설정합니다.

 

 General setup  --->
     [*] Configure standard kernel features (for small systems)
 Device Drivers  --->
     Character Devices  --->
         [*] Virtual terminal
         [*]   Support for console on virtual terminal
 Boot options  --->
     (...console=tty1) Default kernel command string

 

728x90