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/.h and would
increase the constant CONFIG_SYS_MALLOC_LEN
HTH
-
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 u
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 200
3 matches
Mail list logo