ARTIK 10 Setup
by Taehee Jeong
In order to mount Tizen 3.0 on ARTIK, I refered following articles.
- ARTIK 10 for Tizen 3.0
- How To – Boot Tizen 3.0 on ARTIK 5 and ARTIK 10 Dev Boards
- How to Boot Tizen on ARTIK
The first two approaches - which required me to compile and flash Tizen 3.0 kernel was not so successful(detailed failure log will come if the problem is repeated), but thanks for the latter two approaches, which provided pre-built qcow2 file for the Tizen 3.0 by Phil Coval, I managed to flash Tizen 3.0 on sdcard and eventually on eMMC on ARTIk 10.
However, the script from last blog for flashing image to SD card need to be modified, according to the filename
sd_flash.sh
lsblk
#Change sdX to your SD card drive path
disk=/dev/sdX
#change file name to match your qcow2 name
file=tizen-common-artik10-20160801rzr.qcow2
time qemu-img convert -p "${file}" "${disk}"
then run the following commands from the terminal:
chmod +x sd_flash.sh
./sd_flash.bash