moodLearning Wiki

This is an old revision of the document!


How to Prepare an eLib Box SDcard Image

1. Download a compressed image of the SD Card from downloads.library.ph

2.Decompress the file. On macOS terminal:

 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 macOS terminal: 3.1. Determine device number of where drive where the new SD Card is mounted. On macOS terminal:

diskutil list

Assuming that the SD Card is on /dev/disk4

 sudo dd bs=1m if=<directory>/tambayayong-eLib-box-20200609.dmg of=/dev/rdisk4