Re: [U-Boot] [PATCH 3/4] dumpimage: Added a tool to extract data files from U-Boot multifile images

2013-09-19 Thread Guilherme Maciel Ferreira
Humm, you are right, Bash expands this. Anyway, I'll remove the {env,} (along with Simon's suggestions) once there is no such dumpenvimage tool. My mistake. Kind regards, 2013/9/18 Otavio Salvador ota...@ossystems.com.br: On Tue, Sep 17, 2013 at 9:42 PM, guilherme.maciel.ferre...@gmail.com

Re: [U-Boot] [PATCH 3/4] dumpimage: Added a tool to extract data files from U-Boot multifile images

2013-09-18 Thread Simon Glass
Hi, On Tue, Sep 17, 2013 at 6:42 PM, guilherme.maciel.ferre...@gmail.comwrote: From: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com Given a multifile image created through the mkimage's -d option: $ mkimage -A x86 -O linux -T multi -n x86 -d vmlinuz:initrd.img:System.map \

[U-Boot] [PATCH 3/4] dumpimage: Added a tool to extract data files from U-Boot multifile images

2013-09-17 Thread guilherme . maciel . ferreira
From: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com Given a multifile image created through the mkimage's -d option: $ mkimage -A x86 -O linux -T multi -n x86 -d vmlinuz:initrd.img:System.map \ multi.img Image Name: x86 Created: Thu Jul 25 10:29:13 2013 Image

Re: [U-Boot] [PATCH 3/4] dumpimage: Added a tool to extract data files from U-Boot multifile images

2013-09-17 Thread Otavio Salvador
On Tue, Sep 17, 2013 at 9:42 PM, guilherme.maciel.ferre...@gmail.com wrote: From: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com Given a multifile image created through the mkimage's -d option: $ mkimage -A x86 -O linux -T multi -n x86 -d vmlinuz:initrd.img:System.map \