moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
prepare-elib-box-sdcard-image [2020/07/13 05:44]
serbizadmin
prepare-elib-box-sdcard-image [2020/07/13 08:01] (current)
serbizadmin [How to Prepare an eLib Box SDcard Image]
Line 5: Line 5:
 gunzip tambayayong-eLib-box-20200609.dmg.xz gunzip tambayayong-eLib-box-20200609.dmg.xz
 </code> </code>
-The resulting file is tambayayong-eLib-box-20200609.dmg +The resulting file is **tambayayong-eLib-box-20200609.dmg** 
-3. Copy the disk image into the SD Card. On macOS terminal: +\\ \\ 
-3.1. Determine device number of where drive where the new SD Card is mounted and copy image to such disk. On macOS terminal:+3. Copy the disk image into the SD Card. On Windows, you may use [[https://www.balena.io/etcher/|balenaEtcher]]. On macOS terminal: \\ 
 +3.1. Determine device number of the drive where the new SD Card is mounted, so you can copy the downloaded image to such disk:
 <code> <code>
 diskutil list diskutil list
Line 19: Line 20:
 sudo dd bs=1m if=<directory>/tambayayong-eLib-box-20200609.dmg of=/dev/rdisk4 sudo dd bs=1m if=<directory>/tambayayong-eLib-box-20200609.dmg of=/dev/rdisk4
 </code> </code>
-3.4. Once done, dismount disk properly:+3.4. Once done, dismount the disk properly:
 <code> <code>
 diskutil unmountDisk /dev/disk4 diskutil unmountDisk /dev/disk4
 </code> </code>
 +Done.
 \\ \\
 \\ \\