From mboxrd@z Thu Jan 1 00:00:00 1970 From: A. Geisreiter Date: Fri, 4 Sep 2009 12:14:08 +0200 Subject: [U-Boot] Starting compressed win CE kernel Message-ID: <000e01ca2d48$728b0890$57a119b0$@de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I use U-Boot for starting Windows CE. At the moment I take the nk.bin File and start it with the U-Boot patch of Ryan Chen. Now I will compress the nk.bin file, because in addition to that it takes much less space in the Flash memory. I have tried it with the unzip command, but it takes too much time. Can I use another compression tool from u-boot. I think a compressed linux kernel can be started with bootm. So can I use maybe only the compression tool of the bootm command? If so, how can I do this? Thanks, Andreas