[Armadillo:01246] Re: [Armadillo-240]qtopiaアプリケーション上でのキーボード/マウス使用
Masai Murabayashi
email@hidden
2006年 9月 22日 (金) 11:47:03 JST
村林 理偉@TNESです
いつもお世話になっております
回答ありがとうございました。
以下、2通り(1)(2)で試してみましたが、make dep all でエラーになってしまいました。
手順等間違いがありましたら、ご指摘いただけると幸いです。
(1)atmark-dist-20060801/.configをviで開いて直接に以下の行を最後尾に追加
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
$make dep all
結果
-----------------------------------------------------------------------
〜省略
: undefined reference to `schedule_console_callback'
drivers/built-in.o(.text+0x18a2c): In function `$a':
: undefined reference to `do_poke_blanked_console'
drivers/built-in.o(.init.text+0xb5c): In function `console_map_init':
: undefined reference to `vc_cons_allocated'
drivers/built-in.o(.init.text+0xb90): In function `console_map_init':
: undefined reference to `vc_cons'
make[1]: *** [.tmp_vmlinux1] エラー 1
-----------------------------------------------------------------------
(2)make menuconfigから以下を指定
$make menuconfig
Kernel/Library/Defaults Selection --->
↓
[*] Customize Kernel Settings (NEW)
↓
Device Drivers --->
↓
Character devices --->
↓
[*] Virtual terminal
[*] Support for console on virtual terminal (NEW)
$make dep all
結果
-----------------------------------------------------------------------
〜省略〜
drivers/video/console/vgacon.c: In function `vgacon_startup':
drivers/video/console/vgacon.c:289: error: `PCIMEM_BASE' undeclared (first use in this function)
drivers/video/console/vgacon.c:289: error: (Each undeclared identifier is reported only once
drivers/video/console/vgacon.c:289: error: for each function it appears in.)
drivers/video/console/vgacon.c: In function `vgacon_do_font_op':
drivers/video/console/vgacon.c:732: error: `PCIMEM_BASE' undeclared (first use in this function)
make[4]: *** [drivers/video/console/vgacon.o] エラー 1
make[3]: *** [drivers/video/console] エラー 2
make[2]: *** [drivers/video] エラー 2
make[1]: *** [drivers] エラー 2
-----------------------------------------------------------------------
以上です。
>At Wed, 20 Sep 2006 11:37:04 +0900,
>Masai Murabayashi wrote:
>[...]
>> Armadillo-240上で
>> [email@hidden (ttyAM0) ~]#qpe
>> や
>> [email@hidden (ttyAM0) ~]#video -qws
>> のようにコンソール(シリアル接続PC)から入力すると、
>> ディスプレイに、qtopiaアプリケーションが表示されるところまで出来ました。
>> しかし、USBキーボード、USBマウスが動作せず、qtopiaアプリケーションを
>> 操作できない状態です。
>
>frame bufferとしては動いているが、VTとして動いていないと上記のような状
>態になったような気がします。つまり、画面と input deviceがつながってい
>ない状態です。
>
>現状の 240では出荷時に入れているデモ用に VGA出力を VTとして選択してい
>ません。
>
>CONFIG_VT=y
>CONFIG_VT_CONSOLE=y
>
>とすることで、改善できるか試していただけますか?
armadillo メーリングリストの案内