[U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread Vivi
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

Re: [U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread Mike Frysinger
On Thu, Jun 9, 2011 at 03:28, Vivi wrote: 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. sounds like the core timer logic is broken for whatever omap part is on there -mike ___

Re: [U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread Igor Grinberg
On 06/09/11 17:42, Mike Frysinger wrote: On Thu, Jun 9, 2011 at 03:28, Vivi wrote: 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. sounds like the core timer logic is broken for whatever omap part is on there or the

Re: [U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread John Rigby
On Thu, Jun 9, 2011 at 8:42 AM, Mike Frysinger vap...@gentoo.org wrote: On Thu, Jun 9, 2011 at 03:28, Vivi wrote: 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. sounds like the core timer logic is broken for whatever omap