This shows you the differences between two versions of the page.
|
how_to_make_a_sd_image_from_sd_bootable_os [2014/03/13 14:15] sam [Tips] |
how_to_make_a_sd_image_from_sd_bootable_os [2014/03/13 14:22] (current) sam |
||
|---|---|---|---|
| Line 70: | Line 70: | ||
| $cd $WORK_DIR | $cd $WORK_DIR | ||
| - | //associateing /dev/loop0 with image again | + | associateing /dev/loop0 with image again |
| $sudo losetup -d /dev/loop0 && sudo losetup /dev/loop0 disk.img | $sudo losetup -d /dev/loop0 && sudo losetup /dev/loop0 disk.img | ||
| //associateing /dev/loop1 with the first partition of /dev/loop0,1048576=512*2048) | //associateing /dev/loop1 with the first partition of /dev/loop0,1048576=512*2048) | ||