This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
prepare-elib-box-sdcard-image [2020/07/13 03:54] serbizadmin |
prepare-elib-box-sdcard-image [2020/07/13 08:01] (current) serbizadmin [How to Prepare an eLib Box SDcard Image] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== How to Prepare an eLib Box SDcard Image ====== | ====== How to Prepare an eLib Box SDcard Image ====== | ||
| 1. Download a compressed image of the SD Card from [[https:// | 1. Download a compressed image of the SD Card from [[https:// | ||
| - | 2.Decompress the file: | + | 2. Decompress the file. On Windows, you may use [[https:// |
| - | On macOS terminal: | + | |
| < | < | ||
| - | gunzip tambayayong-eLib-box-20200609.dmg.xz | + | gunzip tambayayong-eLib-box-20200609.dmg.xz |
| </ | </ | ||
| + | The resulting file is **tambayayong-eLib-box-20200609.dmg** | ||
| + | \\ \\ | ||
| + | 3. Copy the disk image into the SD Card. On Windows, you may use [[https:// | ||
| + | 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: | ||
| + | < | ||
| + | diskutil list | ||
| + | </ | ||
| + | 3.2. Assuming that the SD Card is on /dev/disk4, you may have a subpartition (say, disk4s2) that you need to unmount: | ||
| + | < | ||
| + | diskutil umount / | ||
| + | </ | ||
| + | 3.3. Copy the image: | ||
| + | < | ||
| + | sudo dd bs=1m if=< | ||
| + | </ | ||
| + | 3.4. Once done, dismount the disk properly: | ||
| + | < | ||
| + | diskutil unmountDisk /dev/disk4 | ||
| + | </ | ||
| + | Done. | ||
| + | \\ | ||
| + | \\ | ||
| + | ===== See Also ===== | ||
| + | * [[physical-assembly-of-tambayayong-elib-box|Assembly of the Tambayayong eLib Box]] | ||
| + | |||