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就输出这些,然后控制台挂住了 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. 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 I'm sorry that nothine help for me.
I use smdk2410_config for u-boot.
at91rm92 will run well but s3c2410 .
页:
[1]