Sources here:
https://github.com/o...e/openmultiboot
https://github.com/o...ultibootmanager
Thanks to all the creators of this supplement.
From my small patch for openPli .
Edited by Dimitrij, 28 May 2015 - 17:06.
Posted 28 May 2015 - 17:03
Sources here:
https://github.com/o...e/openmultiboot
https://github.com/o...ultibootmanager
Thanks to all the creators of this supplement.
From my small patch for openPli .
Edited by Dimitrij, 28 May 2015 - 17:06.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 28 May 2015 - 17:57
Sources here:
https://github.com/o...e/openmultiboot
https://github.com/o...ultibootmanager
Thanks to all the creators of this supplement.
From my small patch for openPli .
I think a warn notification is need for this plugin. Plugin doesn't support multiboot but it loads a select root. So it's important that all images have the same kernel.
Mut@nt HD51 STB 4K
Posted 28 May 2015 - 19:24
More explanation require about that, Its working and procedure
https://github.com/o...aster/README.md
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 30 May 2015 - 12:10
Dimitrij ... thanks alot but it doesnt work here
i tested your plugin but i got some thing like this error .. cannot instal kernel-module-nandsim
i installed these files manually ( update-modules.ipk and kernel-module-nandsim_3.13.5-r0.6.1_vuduo2.ipk )after that restart mine vuduo2
when i use your plugin to instal other image on multiboot ,, i got just empty file
other question ..are all these images work with multiboot ( pli-4.0-openatv-4.2-openatv-5.0 .vti image 8.2.1 ) ?
i reflashed mine box but if you have any question .. im ready to test it again
еще раз спасибо
Posted 30 May 2015 - 15:44
Dimitrij ... thanks alot but it doesnt work here
i tested your plugin but i got some thing like this error .. cannot instal kernel-module-nandsim
i installed these files manually ( update-modules.ipk and kernel-module-nandsim_3.13.5-r0.6.1_vuduo2.ipk )after that restart mine vuduo2
when i use your plugin to instal other image on multiboot ,, i got just empty file
other question ..are all these images work with multiboot ( pli-4.0-openatv-4.2-openatv-5.0 .vti image 8.2.1 ) ?
i reflashed mine box but if you have any question .. im ready to test it again
еще раз спасибо
Need this https://github.com/v...vuplus/issues/5
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 30 May 2015 - 16:14
Dimitrij ... thanks alot but it doesnt work here
i tested your plugin but i got some thing like this error .. cannot instal kernel-module-nandsim
i installed these files manually ( update-modules.ipk and kernel-module-nandsim_3.13.5-r0.6.1_vuduo2.ipk )after that restart mine vuduo2
when i use your plugin to instal other image on multiboot ,, i got just empty file
other question ..are all these images work with multiboot ( pli-4.0-openatv-4.2-openatv-5.0 .vti image 8.2.1 ) ?
i reflashed mine box but if you have any question .. im ready to test it again
еще раз спасибо
Need this https://github.com/v...vuplus/issues/5
Please support me.
Hallo Dimitrij
i did
Posted 1 June 2015 - 06:51
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 1 June 2015 - 17:44
Maybe I made a mistake somewhere in the plugin?
if BOX_MODEL == "vuplus": OMB_GETIMAGEFILESYSTEM = "ubi" OMB_GETMACHINEMTDROOT = "mtd0" OMB_GETMACHINEKERNELFILE = "kernel_cfe_auto.bin" OMB_GETMACHINENAME = "Vu+" if BOX_NAME == "solo2" or BOX_NAME == "duo2" or BOX_NAME == "solose" or BOX_NAME == "zero": OMB_GETMACHINEMTDKERNEL = "mtd2" OMB_GETMACHINEROOTFILE = "root_cfe_auto.bin" else: OMB_GETMACHINEMTDKERNEL = "mtd1" OMB_GETMACHINEROOTFILE = "root_cfe_auto.jffs2" if BOX_NAME == "solo2" or BOX_NAME == "solose" or BOX_NAME == "zero": OMB_GETMACHINEMKUBIFS = "-m 2048 -e 126976 -c 4096" elif BOX_NAME == "ultimo": OMB_GETMACHINEMKUBIFS = "-m 2048 -e 126976 -c 3894 -F" elif BOX_NAME == "duo2": OMB_GETMACHINEMKUBIFS = "-m 2048 -e 126976 -c 8192" else: OMB_GETMACHINEMKUBIFS = "-m 2048 -e 126976 -c 4096 -F" OMB_GETMACHINEUBINIZE = "-m 2048 -p 128KiB" if BOX_NAME == "duo": OMB_GETMACHINEPROCMODEL = "bcm7335" elif BOX_NAME == "solo": OMB_GETMACHINEPROCMODEL = "bcm7325" elif BOX_NAME == "solo2": OMB_GETMACHINEPROCMODEL = "bcm7346" elif BOX_NAME == "solose": OMB_GETMACHINEPROCMODEL = "bcm7241" elif BOX_NAME == "ultimo" or BOX_NAME == "uno": OMB_GETMACHINEPROCMODEL = "bcm7413" elif BOX_NAME == "zero": OMB_GETMACHINEPROCMODEL = "bcm7362" elif BOX_NAME == "duo2": OMB_GETMACHINEPROCMODEL = "bcm7425"
Edited by Dimitrij, 1 June 2015 - 17:47.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 1 June 2015 - 18:33
Maybe I made a mistake somewhere in the plugin?
if BOX_MODEL == "vuplus": OMB_GETIMAGEFILESYSTEM = "ubi" OMB_GETMACHINEMTDROOT = "mtd0" OMB_GETMACHINEKERNELFILE = "kernel_cfe_auto.bin" OMB_GETMACHINENAME = "Vu+" if BOX_NAME == "solo2" or BOX_NAME == "duo2" or BOX_NAME == "solose" or BOX_NAME == "zero": OMB_GETMACHINEMTDKERNEL = "mtd2" OMB_GETMACHINEROOTFILE = "root_cfe_auto.bin" else: OMB_GETMACHINEMTDKERNEL = "mtd1" OMB_GETMACHINEROOTFILE = "root_cfe_auto.jffs2" if BOX_NAME == "solo2" or BOX_NAME == "solose" or BOX_NAME == "zero": OMB_GETMACHINEMKUBIFS = "-m 2048 -e 126976 -c 4096" elif BOX_NAME == "ultimo": OMB_GETMACHINEMKUBIFS = "-m 2048 -e 126976 -c 3894 -F" elif BOX_NAME == "duo2": OMB_GETMACHINEMKUBIFS = "-m 2048 -e 126976 -c 8192" else: OMB_GETMACHINEMKUBIFS = "-m 2048 -e 126976 -c 4096 -F" OMB_GETMACHINEUBINIZE = "-m 2048 -p 128KiB" if BOX_NAME == "duo": OMB_GETMACHINEPROCMODEL = "bcm7335" elif BOX_NAME == "solo": OMB_GETMACHINEPROCMODEL = "bcm7325" elif BOX_NAME == "solo2": OMB_GETMACHINEPROCMODEL = "bcm7346" elif BOX_NAME == "solose": OMB_GETMACHINEPROCMODEL = "bcm7241" elif BOX_NAME == "ultimo" or BOX_NAME == "uno": OMB_GETMACHINEPROCMODEL = "bcm7413" elif BOX_NAME == "zero": OMB_GETMACHINEPROCMODEL = "bcm7362" elif BOX_NAME == "duo2": OMB_GETMACHINEPROCMODEL = "bcm7425"
BTW i used in the past a different approach to ensure the compatibility with OE-A plugins globally without to patch sources.
A simple fake module "boxbranding.py" in python folder
"""Fake module for Oe-Alliance compatibility""" def getImageDistro(): return "OpenPli"
But i have not found time to fill it with functions requested by OpenMultiBoot
0 members, 1 guests, 0 anonymous users