lilofreeman 发表于 2006-4-3 17:36:02

U-BOOT启动后的串口问题!

U-Boot 1.1.3 (Apr3 2006 - 19:36:49)

U-Boot code: 33F80000 -> 33F96DF0BSS: -> 33F9B324
RAM Configuration:
Bank #0: 30000000 64 MB
.................................
.................................
都没问题
到了下面
In:    serial
Out:   serial
Err:   serial
What# ?????????????????????????????????????????????????????????????????????????????
skyeye就输出这些,然后控制台挂住了

ksh 发表于 2006-4-5 09:23:04

Please see http://lists.gro.clinux.org/pipermail/skyeye-developer/2006-March/000907.html or send your question to skyeye developer maillist for quick response.

allen_hus 发表于 2006-4-6 15:13:15

I modified
skyeye-v1/arch/arm/mach/skyeye_mach_at91rm92.c

205c205
< if ((io.uart0.imr & AT91RM92_US_RXRDY)) {
> if (1 || (io.uart0.imr & AT91RM92_US_RXRDY)) {

therefore I can type in U-boot shell.

U-boot is base on V1.1.4

lilofreeman 发表于 2006-4-7 08:30:31

I'm sorry that nothine help for me.
I use smdk2410_config for u-boot.
at91rm92 will run well but s3c2410 .
页: [1]
查看完整版本: U-BOOT启动后的串口问题!