From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Date: Mon, 4 Aug 2003 19:00:01 -0700 Subject: [U-Boot-Users] Using tools/mkimage Message-ID: <20030805020001.GA15284@buici.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm having trouble understanding how an image should be created. It was my intention to use the zImage file already compressed with a loader. RAM starts at 0xc0000000, the kernel wants to load, after decompression, to 0xc00c8000. Normally, compressed kernel images are loaded at 0xc0008000. tools/mkimage -A arm -C none -a 0xc0008000 -d zImage image