OSMC sur une cubox

De Linux Server Wiki
Aller à la navigation Aller à la recherche

Tested on a cubox-i4Pro (GC2000 gpu)

You'll need :

Steps to install:

1. extract OSMC image:

gunzip OSMC_TGT_vero1_20150322.img.gz

2. write OSMC image to SD-Card: (DANGER: check the path to the SDCard carefully, any disk will be overwritten!!!)

sudo dd if=OSMC_TGT_vero1_20150322.img of=/dev/mmcblk0

3. extract OpenELECs bootloadfiles:

tar xJf bootloader-cubox-i.tar.xz

4. write SPL bootloader file to SD-Card: (DANGER: check the path to the SDCard carefully, any disk will be overwritten!!!)

sudo dd if=bootloader/SPL of=/dev/mmcblk0 bs=512 seek=2 conv=notrunc

5. mount SD-Card

sudo mount /dev/mmcblk0p1 /mnt

6. copy bootloaderfiles to SD-Card:

sudo cp bootloader/*.dtb /mnt
sudo cp bootloader/u-boot.img /mnt

7. unmount SD-Card:

sudo umount /mnt

8. Boot Cubox-i/ Hummingboard with this SD-Card, OSMC will start installing itself

9. After this is done, repeat steps 5.-7.

9. Boot to OSMC

You might need to repeat steps 5-7 if your cubox does not boot anymore after an OSMC update