|
我要移植 2.6.17到自己的at91rm9200开发板上,然后用u-boot引导,现在的问题我编译的内核烧入板子后,在串后启动是打印到
U-Boot 1.1.2 (Mar 31 2006 - 00:29:24)
U-Boot code: 21F00000 -> 21F1872C BSS: -> 21F1CA6C
RAM Configuration:
Bank #0: 20000000 32 MB
Intel 28F128J3A (128Mbit) 16-Bit
Size: 16 MB in 128 Sectors
Flash: 16 MB
NAND: 64 MB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
## Booting image at 10080000 ...
Image Name:
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 1272586 Bytes = 1.2 MB
Load Address: 20008000
Entry Point: 20008000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
就停止了,我想问问这个跟配置内核menuconfig中的Graphics support选项是否有关,因为我编译时有与这个模块相关的错误,所以我把Graphics support去掉,包括其下面VGA text console的支持也去掉了, 我想这个是图像界面的功能,应该不影响我串后的打印信息吧,至少我的设备支持中的串口相关支持都选择了
郁闷好久了,高手指点下 |
|