Create a Flash Image

After running ./scripts/build, do:

./scripts/astlinux-makeimage -z 192 192 0

This creates an astlinux-xxx.img.gz file with a single FAT16 partition of 192MB.

Burn this image to a CF or USB flash drive:

zcat astlinux-xxx.img.gz | dd of=/dev/sdc bs=64k

(if /dev/sdc is where my system detects the CF… Be very careful to get of= correct…)

If you hadn't used the -z flag, then it would just be:

dd if=astlinux-xxx.img of=/dev/sdc bs=64k

to burn this image onto a CF.

Wait until the 'busy' light on your CF reader stops blinking. Just to be sure, do:

sync

At this point, you may remove your CF and install it into your target system, power up… boot, and follow http://doc.astlinux.org/userdoc:new-install to complete the process.

devdoc/devdoc_create_image.txt · Last modified: 2011/11/20 09:49 by abelbeck
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0