OSMC sur une cubox

De Linux Server Wiki
Révision datée du 8 juin 2015 à 10:16 par Pfoo (discussion | contributions) (Page créée avec « You'll need : * latest Vero image from https://osmc.tv/download/images/ * OpenELEC's bootloader for Cubox-i/Hummingboard from http://sources.openelec.tv/devel/bootloader-c... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

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