« OSMC sur une cubox » : différence entre les versions
Aller à la navigation
Aller à la recherche
(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... ») |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
Tested on a cubox-i4Pro (GC2000 gpu) | |||
You'll need : | You'll need : | ||
* latest Vero image from https://osmc.tv/download/images/ | * latest Vero image from https://osmc.tv/download/images/ | ||
Ligne 31 : | Ligne 33 : | ||
9. Boot to OSMC | 9. Boot to OSMC | ||
You might need to repeat steps 5-7 if your cubox does not boot anymore after an OSMC update |
Version du 8 juin 2015 à 09:19
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