From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Guilliams Date: Thu, 14 Aug 2003 21:34:57 -0700 Subject: [U-Boot-Users] uImage wrapper removal? Message-ID: <3F3C62F1.8060509@san.rr.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Does anyone know if there's a utility to remove the U-Boot wrapper from a uImage (gzipped kernel, etc)? I'm creating a single uImage with kernel and ramdisk and I need to extract the kernel, replace the ramdisk and put it all back together after my Linux kernel has booted. I believe objcopy will allow me to extract the kernel from kernel/ramdisk ELF image but that's off-topic. Just checking to see if there's something already out there of if this has been discussed before. Thanks, Tom