
27 Feb
2012
27 Feb
'12
3:34 a.m.
Hello Pavel,
Not bad so far. :)
...it started something. According to gdb it looks like "new" u-boot executes briefly, but fails in C code while processing intialization, and it seems that "old" u-boot takes over. (Some kind of failure and board resets itself?).
Yes, the u-boot resets itself. This is a workaround of a known problem The code lies at arch/arm/cpu/arm_cortexa8/spear13xx/cpu.c search for config_spear1300_issue_101435.
It can be disabled during development
Regards Vipin