Volunteers to test? I have no working build environment of myself, at the moment.
Openpli-5 (still next master)
Re: Openpli-5 (still next master) #781
Posted 16 December 2016 - 11:38
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Openpli-5 (still next master) #782
Re: Openpli-5 (still next master) #783
Re: Openpli-5 (still next master) #784
Posted 16 December 2016 - 13:39
AFAIK dm800se and dm500 insufficient flashmemory.
tested by me(master-next):
dm8000: ok
vu duo solo2/duo2/solo4K tested ok.
mutant hd51 tested and ok.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #785
Posted 16 December 2016 - 15:10
hd51, probably, after bsp pull and update, of course.
xsarius doesn't build, feedback given to manufacturer
dm8000 doesn't build (still), although it seems to build ok occasionally:
016-12-16 11:35:02: NOTE: recipe openpli-enigma2-image-1.0-r0: task do_image_ubinfi: Started 2016-12-16 11:35:02: ERROR: openpli-enigma2-image-1.0-r0 do_image_ubinfi: Function failed: do_image_ubinfi (log file is located at /data_ssd/openpli/oe/test-5/build/tmp/work/dm8000-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_ubinfi.2627) 2016-12-16 11:35:02: ERROR: Logfile of failure stored in: /data_ssd/openpli/oe/test-5/build/tmp/work/dm8000-oe-linux/openpli-enigma2-image/1.0-r0/temp/log.do_image_ubinfi.2627 2016-12-16 11:35:02: NOTE: recipe openpli-enigma2-image-1.0-r0: task do_image_ubinfi: Failed 2016-12-16 11:35:02: ERROR: Task (/data_ssd/openpli/oe/test-5/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_ubinfi) failed with exit code '1' 2016-12-16 11:35:02: NOTE: Tasks Summary: Attempted 4345 tasks of which 4311 didn't need to be rerun and 1 failed.
Others all work now
Edited by WanWizard, 21 February 2017 - 23:18.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Openpli-5 (still next master) #786
Posted 16 December 2016 - 18:03
Hmm.,,strange ..I don't have that race condition with dm8000, but i guess it has something to do with this DEPLOY_DIR_IMAGE/IMGDEPLOYDIR story.
Can you try this file in meta-openpli/classes (dreambox only).
It change DEPLOY_DIR_IMAGE to IMGDEPLOYDIR for the ubi part except for the second stage bootloader. Secondstage bootloader is not shipping in IMGDEPLOYDIR.
Attached Files
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #787
Posted 16 December 2016 - 19:31
The entire meta-hd. to test for master / master-for-gcc5.
I start build from scratch for master-next
That don't work on master branch.
ERROR: Error: The image creation script '/mnt/build/openpli/openpli-oe-core4/build/tmp/work/hd51-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/create_image.hd-emmc' returned 1: dd: failed to open '/openpli-enigma2-4-hd51.emmc.img': Permission denied WARNING: /mnt/build/openpli/openpli-oe-core4/build/tmp/work/hd51-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/create_image.hd-emmc:1 exit 1 from dd if=/dev/zero of=${IMGDEPLOYDIR}/openpli-enigma2-4-hd51.emmc.img bs=1024 count=0 seek=3817472
In the meta-hd.tar.gz also this was included:
diff --git a/conf/machine/include/hd.inc b/conf/machine/include/hd.inc index 7ab96ed..055554b 100644 --- a/conf/machine/include/hd.inc +++ b/conf/machine/include/hd.inc @@ -22,8 +22,7 @@ MACHINE_EXTRA_RRECOMMENDS = " \ DVBMEDIASINK_CONFIG = "--with-wma --with-wmv --with-pcm --with-dts --with-eac3" IMAGEDIR ?= "${MACHINE}" -IMGDEPLOYDIR ?= "${DEPLOY_DIR_IMAGE}"
Is that correct? I guess master branch needs IMGDEPLOYDIR.
Re: Openpli-5 (still next master) #788
Posted 16 December 2016 - 19:44
Yes if i understand correct, for master we have to add
IMGDEPLOYDIR ?= "${DEPLOY_DIR_IMAGE}"
to meta-openpli/conf/distro/openpli.conf
Because we can't use that code for master-next.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #789
Re: Openpli-5 (still next master) #790
Posted 16 December 2016 - 20:37
Yes if i understand correct, for master we have to add
IMGDEPLOYDIR ?= "${DEPLOY_DIR_IMAGE}"to meta-openpli/conf/distro/openpli.conf
Because we can't use that code for master-next.
You can add that to the BSP recipe. The "=" in bitbake.conf will take precedence over the "?=".
Re: Openpli-5 (still next master) #791
Re: Openpli-5 (still next master) #792
Posted 16 December 2016 - 21:56
Here is the PR: https://github.com/H.../meta-hd/pull/8
Re: Openpli-5 (still next master) #793
Posted 17 December 2016 - 12:29
Yes, adding it seems to fix master build. And also master-next build is still working. I'll create pull request later.
Sorry,my fault. Misunderstanding. Thx for PR.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli-5 (still next master) #794
Posted 20 December 2016 - 15:46
I already mentioned this problem some time ago, so I'm hoping they will act soon.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Openpli-5 (still next master) #795
Posted 23 December 2016 - 07:41
good morning, guys.
I'm an older boy from italy, so my english is very poor.
I'm trying to make next-master for my new Mut@nt HD51.
I start from fresh git clone in Ubuntu 16.04LTS (git -b next-master h..ps://github.com/OpenPLi/openpli-oe-core ...)
MACHINE=hd51 make
MACHINE=hd51 make image
after one night of work, I see this message:
open: No such file or directory while opening .../build/tmp/deploy/images/hd51/openpli-enigma2-5-hd51.rootfs.ext4
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_image_hd_emmc
I've searched for rootfs.ext4 file in build filesystem, found .../build/tmp/work/hd51-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/deploy-openpli-enigma2-image-image-complete/openpli-enigma2-5-hd51.rootfs.*, and copied that files to .../build/tmp/deploy/images/hd51/
restarted build:
MACHINE=hd51 make image
but I still have a error:
cp: cannot stat '.../build/tmp/work/hd51-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/deploy-openpli-enigma2-image-image-complete/openpli-enigma2-5-hd51.emmc.img': No such file or directory
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_image_hd_emmc (log file is located at .../build/tmp/work/hd51-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/log.do_image_hd_emmc.5488)
ERROR: Task (.../meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_hd_emmc) failed with exit code '1'
Seems to be near the victory, but only near...
thank for your pay attention.
Re: Openpli-5 (still next master) #796
Re: Openpli-5 (still next master) #797
Re: Openpli-5 (still next master) #798
Posted 23 December 2016 - 09:31
I don't know if I was right, but that is the place for asking questions...
libde265 (https://github.com/s...reamer-libde265), a gstreamer plugin to software decode h265 compressed multimedia files, is not present in enigma2 (due to strong pocessing capabilities requested?).
if I want try to embed libde265 in openpli5, i must create a valid script in meta-openpli/recipes-multimedia/gstreamer/, with correct depedencies, it's right?
Can I find documentation about bb designing rules for openpli?
thanks in advance for your attention.
Re: Openpli-5 (still next master) #799
Re: Openpli-5 (still next master) #800
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users