
20 Jan
2005
20 Jan
'05
10:06 a.m.
Also I have another issue regarding to reset. After linux reboot, it calls hardware reset (arch_reset). My board hangs. The same linux build resets fine with RedBoot. Is there anything specific here? (i do not have debugger to debug it myself :( )
Well, an uneducated hint. Could you define CFG_RESET_ADDRESS in <YOUR-BOARD.h> ?
Oh, seems I figured out what's the problem. That is, after ixdp reset the flash is not resetted and is in undefined state. There is a good discussion about this topic at arm-linux mailing list. One needs to manually reset flash somewhere before the arch_reset function.
Hey I got u-boot running on avila board, i'll soon write a small description of how i ported it.