[U-Boot] mx53loco hangs on 2012.07

Hi,
Just tried 2012.07 on a mx53loco and this is what I got:
U-Boot 2012.07 (Jul 31 2012 - 15:21:51)
Board: MX53 LOCO I2C: ready DRAM: 1 GiB WARNING: Caches not enabled CPU: Freescale i.MX53 family rev2.0 at 1000 MHz Reset cause: POR MMC: FSL_SDHC: 0, FSL_SDHC: 1
(Hangs here)
Have anyone else seen this? I will start debugging it, and any suggestions are welcome.
Regards,
Fabio Estevam

On Tue, Jul 31, 2012 at 1:25 PM, Fabio Estevam festevam@gmail.com wrote:
Hi,
Just tried 2012.07 on a mx53loco and this is what I got:
U-Boot 2012.07 (Jul 31 2012 - 15:21:51)
Board: MX53 LOCO I2C: ready DRAM: 1 GiB WARNING: Caches not enabled CPU: Freescale i.MX53 family rev2.0 at 1000 MHz Reset cause: POR MMC: FSL_SDHC: 0, FSL_SDHC: 1
(Hangs here)
Have anyone else seen this? I will start debugging it, and any suggestions are welcome.
It's actually not hanging up, if you have a boot script, it seems to runs that just fine, but it will not print it to the serial terminal..
This would seem to redirect the prompt the lcd? http://git.denx.de/?p=u-boot.git;a=commit;h=f714b0a911e24cc733553f02b30d5082...
before that commit i was using "4398d55" with no issues..
mx53loco-r
U-Boot 2012.07-00007-g7395c76 (Jul 31 2012 - 11:29:17)
Board: MX53 LOCO
I2C: ready
DRAM: 1 GiB
WARNING: Caches not enabled
CPU: Freescale i.MX53 family rev2.1 at 1000 MHz
Reset cause: WDOG
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment
Uncompressing Linux... done, booting the kernel....
Regards,

On Tue, Jul 31, 2012 at 3:52 PM, Robert Nelson robertcnelson@gmail.com wrote:
On Tue, Jul 31, 2012 at 1:25 PM, Fabio Estevam festevam@gmail.com wrote:
Hi,
Just tried 2012.07 on a mx53loco and this is what I got:
U-Boot 2012.07 (Jul 31 2012 - 15:21:51)
Board: MX53 LOCO I2C: ready DRAM: 1 GiB WARNING: Caches not enabled CPU: Freescale i.MX53 family rev2.0 at 1000 MHz Reset cause: POR MMC: FSL_SDHC: 0, FSL_SDHC: 1
(Hangs here)
Have anyone else seen this? I will start debugging it, and any suggestions are welcome.
It's actually not hanging up, if you have a boot script, it seems to runs that just fine, but it will not print it to the serial terminal..
This would seem to redirect the prompt the lcd?
Yes, just realized that a "#define CONFIG_BOARD_LATE_INIT" is missing.
Will send a patch for fixing this.
Regards,
Fabio Estevam
participants (2)
-
Fabio Estevam
-
Robert Nelson