안녕하세요.

Device Drivers  --->

      Graphics support  --->

          Console display driver support  --->

                   [ ] VGA text console
                  <*> Framebuffer Console support
                   [*] Select compiled-in fonts
                   [*]   VGA 8x8 font
                   [*]   VGA 8x16 font
                   [ ]   Mac console 6x11 font (not supported by all drivers)
                   [ ]   console 7x14 font (not supported by all drivers)
                   [ ]   Pearl (old m68k) console 8x8 font
                   [ ]   Acorn console 8x8 font
                   [ ]   Mini 4x6 font
                   [ ]   Sparc console 8x16 font
                   [ ]   Sparc console 12x22 font (not supported by all drivers)
                   [ ]   console 10x18 font (not supported by all drivers)    


커널옵션에서 위와 같이 설정 해 주세요..


그리고 램디스크에서

/etc/inittab

     53     # Example how to put a getty on a serial line (for a terminal)
     54     #
     55     T0:12345:respawn:/sbin/getty -L ttyFC 115200 vt100
     56   #T0:12345:respawn:/sbin/getty -L ttySAC2 115200 vt100
     57   #T0:12345:respawn:/sbin/getty -L ttySP2  115200 vt100
     58   #T0:12345:respawn:/sbin/getty -L ttyCL1  115200 vt100
     59   #T1:12345:respawn:/sbin/getty -L ttyS0 115200 vt100
     60     T1:12345:respawn:/sbin/getty -L tty1 115200 vt100
     61   #T2:12345:respawn:/sbin/getty -L tty2 115200 vt100

60라인의 주석을 풀어 주세요...


적용된 커널 이미지를 올립니다. 이 커널 이미지를 올리면 모니터에 펭귄 그림이 나와야 정상입니다.
만일 나오지 않는다면 보드가 이상하든지 아니면 모니터가 이상한것입니다. 만일 보드가 이상할 경우
A/S를 보내 주세요..

그럼 수고하세요..



>앞에서 MMI보드 키보드/마우스 확인 하는 예제를 물어보신분의 글을 읽었는데요
>
>MMI보드에(커널과 램디스크를 모두 올린) 파워를 연결하고 모니터를 연결하면, 모니터에 콘솔 화면이 나
>
>와야 하는건가요?
>
>만일 콘솔 화면이 나오지 않고, 그냥 시꺼먼 화면만 나온다면
>
>어떤 문제가 있는것인가요?
>
>이제까지 콘솔은 호스트 운영체제에서만 나오는것인줄 알고 있었습니다 ㅡㅡ;