Re: [U-Boot] MPC8313 board hanging

2009-07-28 Thread Patrick Heffernan
Thanks, I figured it out. I was decompressing the kernel over itself in RAM. pat -Original Message- From: Scott Wood [mailto:scottw...@freescale.com] Sent: Tuesday, July 28, 2009 4:15 PM To: Patrick Heffernan Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] MPC8313 board hanging On Mon

Re: [U-Boot] MPC8313 board hanging

2009-07-28 Thread Scott Wood
On Mon, Jul 27, 2009 at 03:46:07PM -0700, Patrick Heffernan wrote: > I'm working on a custom MPC8313 board. It was booting up fine using NOR > flash and ext2 filesystem. > > Configured u-boot and Linux and made transition to use NAND flash and > JFFS2 filesystem and now system hangs when running

[U-Boot] MPC8313 board hanging

2009-07-27 Thread Patrick Heffernan
Hi, I'm working on a custom MPC8313 board. It was booting up fine using NOR flash and ext2 filesystem. Configured u-boot and Linux and made transition to use NAND flash and JFFS2 filesystem and now system hangs when running Linux kernel. I've tried different things but I'm stuck. Thanks in