![]() |
HowTo.SplitAnImageIntoPartsUsingSlugTool HistoryHide minor edits - Show changes to markup March 25, 2006, at 03:14 PM
by --
Added lines 1-2:
Note that SlugTool is obsoleted by SlugImage. Changed line 21 from:
slugtool unpack <image-file> to:
slugtool unpack <image-file>
November 05, 2004, at 03:19 PM
by --
Changed line 1 from:
If you have an 8MB image file, and you need it split into it's constituent parts (RedBoot, SysConf, ramdisk.gz, vmlinuz), then you need to use slugtool. to:
If you have an 8MB image file, and you need it split into it's constituent parts (RedBoot, SysConf, vmlinuz, ramdisk.gz), then you need to use slugtool. Changed lines 5-6 from:
1/ From the author's home page: http://www.lantz.com to:
Changed lines 9-10 from:
2/ From the Unslung CVS repository. to:
Changed lines 13-14 from:
3/ From the nslu2-linux OpenEmbedded repository. to:
October 09, 2004, at 09:50 AM
by --
Changed line 1 from:
If you have an 8MB image file, and you need it split into it's constituent parts (RedBoot, SysConf?, ramdisk.gz, vmlinuz), then you need to use slugtool. to:
If you have an 8MB image file, and you need it split into it's constituent parts (RedBoot, SysConf, ramdisk.gz, vmlinuz), then you need to use slugtool. Changed line 13 from:
3/ From the nslu2-linux OpenEmbedded repository. to:
3/ From the nslu2-linux OpenEmbedded repository. Changed line 15 from:
If you have built an image using the OpenEmbedded build system, then you will find slugtool in the build/tmp/staging/i686-linux/bin directory. to:
If you have built an image using the OpenEmbedded build system, then you will find slugtool in the build/tmp/staging/i686-linux/bin directory. October 09, 2004, at 09:49 AM
by --
Changed line 7 from:
Note that the original slugtool has a typo, and emits a "RedBook?" file instead of a "RedBoot" file. Also, at the time of writing this HowTo, the slugtool author's site was down. to:
Note that the original slugtool has a typo, and emits a "RedBook" file instead of a "RedBoot" file. Also, at the time of writing this HowTo, the slugtool author's site was down. October 09, 2004, at 09:48 AM
by --
Changed line 7 from:
Note that the original SlugTool? has a typo, and emits a "RedBook?" file instead of a "RedBoot" file. Also, at the time of writing this HowTo, the slugtool author's site was down. to:
October 09, 2004, at 09:47 AM
by --
Changed lines 1-19 from:
Describe SplitAnImageIntoPartsUsingSlugTool here. to:
If you have an 8MB image file, and you need it split into it's constituent parts (RedBoot, SysConf?, ramdisk.gz, vmlinuz), then you need to use slugtool. You can get slugtool from one of a number of places: 1/ From the author's home page: http://www.lantz.com Note that the original SlugTool? has a typo, and emits a "RedBook?" file instead of a "RedBoot" file. Also, at the time of writing this HowTo, the slugtool author's site was down. 2/ From the Unslung CVS repository. If you check out the unslung module, then "make slugtool" will put an executable in the "firmware" directory. 3/ From the nslu2-linux OpenEmbedded repository. If you have built an image using the OpenEmbedded build system, then you will find slugtool in the build/tmp/staging/i686-linux/bin directory. Once you have your hands on a slugtool executable, then you can use it as follows: slugtool unpack <image-file> |