« OSMC sur une cubox » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
[[category:desktop]] | [[category:desktop]] | ||
[[category:mediacenter]] | [[category:mediacenter]] |
Dernière version du 7 juillet 2017 à 04:21
Tested on a cubox-i4Pro (GC2000 gpu)
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-cubox-i.tar.xz
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