Re: [U-Boot] Error uncompressing kernel image

2009-02-22 Thread Michael Lawnick
Alemao said the following: return Z_MEM_ERROR; Any ideas why this is happening? Out of memory. You don't tell us processor architecture/type. In my case (PPC, u-boot 1.3.3 ff) I'd take a look into include/configs/board.h and would increase the constant CONFIG_SYS_MALLOC_LEN HTH

[U-Boot] Error uncompressing kernel image

2009-02-20 Thread Alemao
Hi all, I have two JFFS2 images, both with the _same_ kernel inside. But the images differs in size, cause one is for debugging and has some additional apps: debug.im = 13 MB release.im = 6.2 MB Im loading kernel and dtb via fsload: fsload 200 uImage fsload 400 mpc8343.dtb bootm

Re: [U-Boot] Error uncompressing kernel image

2009-02-20 Thread Jerry Van Baren
Alemao wrote: Hi all, I have two JFFS2 images, both with the _same_ kernel inside. But the images differs in size, cause one is for debugging and has some additional apps: debug.im = 13 MB release.im = 6.2 MB Im loading kernel and dtb via fsload: fsload 200 uImage fsload