Re: Booting uncompressed kernel image

2009-01-27 Thread Matteo Fortini
You're right, to be precise, the --no-gzip option was given to the wrapper script, the option I gave to mkimage was -C none. The change in the wrapper script was adding: case "$platform" in ubootraw) rm -f "$ofile" mkimage -A ppc -O linux -T kernel -C none -a -e \ $ub

Re: Booting uncompressed kernel image

2009-01-26 Thread Wolfgang Denk
Dear Matteo Fortini, In message <497d9bc...@mta.it> you wrote: > > I built an uncompressed uImage using mkimage --no-gzip -C none in the > wrapper scripts. Hm... you must be using a funny version of mkimage, then. The cod in mainline will bail out on "--no-gzip". Best regards, Wolfgang Denk -

Re: Booting uncompressed kernel image

2009-01-26 Thread Luotao Fu
Matteo Fortini wrote: > Hi all, > I built an uncompressed uImage using mkimage --no-gzip -C none in the > wrapper scripts. > Only, u-boot recognizes it as uncompressed and launches the kernel > properly (it's around 4MB), but in the end linux just prints > OK and stops. Powerpc make compress the bi

Booting uncompressed kernel image

2009-01-26 Thread Matteo Fortini
Hi all, I built an uncompressed uImage using mkimage --no-gzip -C none in the wrapper scripts. Only, u-boot recognizes it as uncompressed and launches the kernel properly (it's around 4MB), but in the end linux just prints OK and stops. Has anyone done the same? Thanks , Matteo

Booting uncompressed kernel image

2009-01-26 Thread Matteo Fortini
Hi all, I built an uncompressed uImage using mkimage --no-gzip -C none in the wrapper scripts. Only, u-boot recognizes it as uncompressed and launches the kernel properly (it's around 4MB), but in the end linux just prints OK and stops. Has anyone done the same? Thanks , Matteo ___