
Hi,
Le 24/07/2015 17:22, Ash Charles a écrit :
On Fri, Jul 24, 2015 at 7:04 AM, Tom Rini trini@konsulko.com wrote:
Can you give us more details on the exact nature of the failure? Thanks!
Oh sorry--that wasn't clear! The boards appear to get stuck in SPL before anything can be printed to the console. Basically, I power on, see gunk from the boot rom on the console port, and then...nothing.
gunk? I think ROM should display nothing if MLO/SPL is found and if nothing is found, you get a '60' for UART boot.
Happy to test further if there is a way to narrow down what precisely is failing.
I have no original beagle, only a xM version with DM3730 which seems to be unaffacted.
But, in Overo config, There are those lines : #undef CONFIG_SPL_MAX_SIZE #define CONFIG_SPL_MAX_SIZE (64*1024) #undef CONFIG_SPL_TEXT_BASE #define CONFIG_SPL_TEXT_BASE 0x40200000
Which bump SPL size from 54*1024 to 64*1024 and moves SPL text base from 0x40200800 to 0x40200000. Any reason for that? What happens if you use original values?
What is the size of your MLO?
Guillaume
--Ash