On Mon, Dec 23, 2013 at 3:24 AM, Kishor Dhanawade
<[email protected]> wrote:
>
>> Hello Vesa,
>
>            Thank you for quick reply and helpful information provided by
> you.
>           After reading your post I can't go for XIP. But, can I use
> uncompressed kernel image to save that time of uncompress?
>           If yes, what should be my approach??  How can I get uncompressed
> kernel image and how to link it with u-boot bootloader to boot succesfully??
>           Thanking you.

"zImage" is just a container file for the current compressed kernel
image, it can also hold an uncompressed image.

However your are forgetting one little detail.  It's not just the
"uncompression" time, you also have the image "load" time..

There is a good blog post here:
http://free-electrons.com/blog/arm-xz-kernel-decompression-benchmarks/

Currently we are using: CONFIG_KERNEL_XZ
https://github.com/RobertCNelson/linux-dev/blob/am33x-v3.8/patches/defconfig#L39

you might see a small reduction from: CONFIG_KERNEL_LZO

Post 3.11, take a look at lz4
http://events.linuxfoundation.org/sites/events/files/lcjpcojp13_klee.pdf

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to