Teacher Reporting: Difference between revisions
Jrgreen118 (talk | contribs) |
Jrgreen118 (talk | contribs) |
||
| Line 90: | Line 90: | ||
fdisk /dev/mmcblk*p1 | fdisk /dev/mmcblk*p1 | ||
</pre> | </pre> | ||
*where * is the letter associated with the SD device and the 1 is the partition. Once in fdisk, use the help to determine the specific command to mark the boot flag. In most instances it will be "a". | |||
*Next ensure the .img file uncompressed previously is accessible by the Linux machines. I used another flash drive. | *Next ensure the .img file uncompressed previously is accessible by the Linux machines. I used another flash drive. | ||
*Use the command <pre>dd if=OLPC-School-Server-0.5.2-dev01-i386.img of=/dev/sd*1</pre> | *Use the command <pre>dd if=OLPC-School-Server-0.5.2-dev01-i386.img of=/dev/sd*1</pre> | ||