public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  u-boot hangs on panda board after some time
@ 2011-06-09  7:28 Vivi
  2011-06-09 14:42 ` Mike Frysinger
  0 siblings, 1 reply; 4+ messages in thread
From: Vivi @ 2011-06-09  7:28 UTC (permalink / raw)
  To: u-boot

On TI panda board, stay in u-boot and do nothing in 30 minutes, then
try to get mmc info or reset, u-boot will hang.

Bellow is the error log:
--
Panda # printenv

baudrate=115200
bootcmd=if mmc rescan ${mmcdev}; then if run loadbootscript; then run
bootscript; else if run loaduimage; then run mmcboot; fi; i
bootdelay=3
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}


console=ttyS2,115200n8
loadaddr=0x82000000
loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr
loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage
mmcargs=setenv bootargs console=${console} vram=${vram}
root=${mmcroot} rootfstype=${mmcrootfstype}


mmcboot=echo Booting from mmc${mmcdev} ...; run mmcargs; bootm ${loadaddr}
mmcdev=0
mmcroot=/dev/mmcblk0p2 rw
mmcrootfstype=ext3 rootwait
usbtty=cdc_acm
vram=16M

Environment size: 686/262140 bytes


Panda # mmcinfo

--

Thanks and best regards,
Vivi Li

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-10  4:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09  7:28 [U-Boot] u-boot hangs on panda board after some time Vivi
2011-06-09 14:42 ` Mike Frysinger
2011-06-09 15:52   ` Igor Grinberg
2011-06-10  4:31   ` John Rigby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox