1, Downloading links of the mirror files
Download the latest ITEAD OS img file to your hard disk.
2, Installing ITEAD OS under Win system
a) Official address for downloading win32disk imager:
http://sourceforge.net/projects/win32diskimager/files/latest/download
b) Run win32 disk imager
c) Select the downloaded ITEAD OS mirror image and Micro-SD card drive. In this case, Micro-SD card drive is E and OS mirror address is D:/itead.img
d) Click 'Write', select 'Yes' in the pop-up dialogue box,and write ITEAD OS mirror image to Micro-SD card.
e) System is being written, please wait…
f) After it is successfully written, the system will prompt 'Write Successful'.
g) Withdraw Micro-SD card and then insert it into socket on Iteaduino PLUS, connect to power supply and monitor.
Then we can enter the wonderful world of ITEAD OS.
3, Installing ITEAD OS under linux system (let's take Ubuntu as an example)
a) Use shortcut keys Ctrl+Alt+T to open the terminal
b) Insert Micro-SD card into the system and confirm device name of Micro-SD via entering command fdisk
sudo fdisk -l |
As shown in the following figure, in this case, Ubuntu system loads Micro-SD card as /dev/sdc
c) And Micro-SD card file system can be unloaded via command umount
sudo umount /dev/sdc1 sudo umount /dev/sdc2 |
d) In the folder where img file locates, write mirror image file to SD card via command dd
dd ms=1M if=itead-plus-beat-0814-final.img of=/dev/sdc |
e) After the card is successfully written, the system will prompt information such as time spent on and speed of writing the card.
f) Withdraw Micro-SD card and then insert it into socket on Iteaduino PLUS, connect to power supply and monitor.
Then we can enter the wonderful world of ITEAD OS.