Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| devdoc:devdoc_create_image [2011/05/04 19:04] – abelbeck | devdoc:devdoc_create_image [2022/05/21 15:53] (current) – mkeuter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Create | + | ====== Create |
| - | After running '' | + | After running '' |
| - | ./makerunnix.sh | + | ./scripts/ |
| - | This creates an astlinux-xxx.img.gz file with a single FAT16 partition of 128MB. | + | This creates an astlinux-xxx.img.gz file with a single FAT16 partition of 256MB. |
| Burn this image to a CF or USB flash drive: | Burn this image to a CF or USB flash drive: | ||
| Line 12: | Line 12: | ||
| zcat astlinux-xxx.img.gz | dd of=/dev/sdc bs=64k | zcat astlinux-xxx.img.gz | dd of=/dev/sdc bs=64k | ||
| - | (if ''/ | + | (if ''/ |
| If you hadn't used the -z flag, then it would just be: | If you hadn't used the -z flag, then it would just be: | ||
| Line 24: | Line 24: | ||
| sync | sync | ||
| - | At this point, you may remove your CF and install it into your target system, power up... boot, and follow | + | At this point, you may remove your CF and install it into your target system, power up... boot,\\ and follow |
| + | \\ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | !!Note:!! The above '' | ||