Openpli Quick setup Ubuntu/debian
Re: Openpli Quick setup Ubuntu/debian #261
Posted 28 April 2013 - 22:19
Could it be that it is not working(only black screen with red xtrend logo was visible) because I didn't deploy all new compiled kernel modules?
Tomorrow I will only compile the kernel and not the packages and the image. I hope this works. Otherwise I'll flash a complete image.
Re: Openpli Quick setup Ubuntu/debian #262
Re: Openpli Quick setup Ubuntu/debian #263
Posted 29 April 2013 - 19:54
Third try. Third time it didn't work
Is there something special for a et9200? Or is there a size limit for a kernel (mine is 11,3 MB uncompressed)?
Or I did something wrong, but I don't know what. I only have enabled some parameters in defconfig file like CONFIG_FTRACE, CONFIG_FUNCTION_TRACER, CONFIG_STACK_TRACER, CONFIG_DYNAMIC_DEBUG,...
Unfortunately I don't have a nullmodem cable to check what's the real problem...
I'll test in the next days flashing a complete image.
Re: Openpli Quick setup Ubuntu/debian #264
Re: Openpli Quick setup Ubuntu/debian #265
Posted 30 April 2013 - 20:55
ubuntu 13.04 is not ok with OE
it won't compile m4 package and i don't know how to fix it
any help ?
Open Vision sources: https://github.com/OpenVisionE2
Re: Openpli Quick setup Ubuntu/debian #266
Posted 1 May 2013 - 06:51
ubuntu 13.04 is not ok with OE
it won't compile m4 package and i don't know how to fix it
any help ?
Use the remove-gets.patch and edit m4-1.4.16.inc in openembedded-core/meta/recipes-devtools/m4
to use the patch.
PR = "r4"
SRC_URI += "file://ac_config_links.patch \
+ file://remove-gets.patch \
"
SRC_URI[md5sum] = "a5dfb4f2b7370e9d34293d23fd09b280"
SRC_URI[sha256sum] = "e9176a35bb13a1b08482359aa554ee8072794f58f00e4827bf0e06b570c827da"
put remove-gets.patch in the m4 directory.
Attached Files
Edited by Beeker, 1 May 2013 - 06:52.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: Openpli Quick setup Ubuntu/debian #267
Posted 1 May 2013 - 12:05
Third try. Third time it didn't work
Is there something special for a et9200? Or is there a size limit for a kernel (mine is 11,3 MB uncompressed)?
Or I did something wrong, but I don't know what. I only have enabled some parameters in defconfig file like CONFIG_FTRACE, CONFIG_FUNCTION_TRACER, CONFIG_STACK_TRACER, CONFIG_DYNAMIC_DEBUG,...
Unfortunately I don't have a nullmodem cable to check what's the real problem...
I'll test in the next days flashing a complete image.
Whatever I do, kernel don't boot when I enable kernel tracing . Flashing full image also didn't help...
Really annoying. I'll give up or does anyone here have experiences with kernel tracing on a stb?
Re: Openpli Quick setup Ubuntu/debian #268
Re: Openpli Quick setup Ubuntu/debian #269
Posted 1 May 2013 - 14:43
Re: Openpli Quick setup Ubuntu/debian #270
Posted 2 May 2013 - 17:33
I have dared to build an image
from this git https://github.com/O...Box/oe-core.git
My system Ubuntu 12.04 64 bit
it runs without problems until the task rootfs
and here comes the error
Line 118: mipsel-oe-linux-depmod: command not found
NOTE: package enigma2-OpenPLi-image-1.0-r0: task do_rootfs: Failed
ERROR: Task 8 (/ home/andrej/oamhd/oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb, do_rootfs) failed with exit code '1 '
NOTE: Tasks Summary: Attempted 3634 tasks of witch 3633 did not need to be rerun
what is going wrong
thank donbass
Edited by donbass, 2 May 2013 - 17:36.
Re: Openpli Quick setup Ubuntu/debian #271
Posted 7 May 2013 - 02:56
ubuntu 13.04 is not ok with OE
it won't compile m4 package and i don't know how to fix it
any help ?
Use the remove-gets.patch and edit m4-1.4.16.inc in openembedded-core/meta/recipes-devtools/m4
to use the patch.
PR = "r4"
SRC_URI += "file://ac_config_links.patch \
+ file://remove-gets.patch \
"
SRC_URI[md5sum] = "a5dfb4f2b7370e9d34293d23fd09b280"
SRC_URI[sha256sum] = "e9176a35bb13a1b08482359aa554ee8072794f58f00e4827bf0e06b570c827da"
put remove-gets.patch in the m4 directory.
thanks but now "bison_2.5.bb" won't work
in OE Old after patching m4 "gettext_0.18.bb" won't work
Open Vision sources: https://github.com/OpenVisionE2
Re: Openpli Quick setup Ubuntu/debian #272
Posted 9 May 2013 - 10:29
ubuntu 13.04 is not ok with OE
it won't compile m4 package and i don't know how to fix it
any help ?
Use the remove-gets.patch and edit m4-1.4.16.inc in openembedded-core/meta/recipes-devtools/m4
to use the patch.
PR = "r4"
SRC_URI += "file://ac_config_links.patch \
+ file://remove-gets.patch \
"
SRC_URI[md5sum] = "a5dfb4f2b7370e9d34293d23fd09b280"
SRC_URI[sha256sum] = "e9176a35bb13a1b08482359aa554ee8072794f58f00e4827bf0e06b570c827da"
put remove-gets.patch in the m4 directory.
thanks but now "bison_2.5.bb" won't work
in OE Old after patching m4 "gettext_0.18.bb" won't work
Here is the patch for bison.
Warning you have to add to BASE_SRC_URI and not to SRC_URI
P.s. i think is better to not change the openembedded-core submodule but to use bbappend.
For example for bison:
bison_2.5.bbappend:
PR .= "-p0" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" BASE_SRC_URI += "file://remove-gets.patch"
Re: Openpli Quick setup Ubuntu/debian #273
Posted 24 May 2013 - 19:15
bacicciosat,
Thank you for the help but I think you have forgotten to upload the patch, I would be grateful if you could upload.
Also, I am not sure about bpappend, do I just add the file to the bison recipe folder:
openpli-oe-core/openembedded-core/meta/recipes-devtools/bison/bison
Thanks again
Cheers
mcs
Re: Openpli Quick setup Ubuntu/debian #274
Posted 25 May 2013 - 05:03
Hi,
I have just managed to compile on ubuntu 13.04
Could not use bbappend for the patches as suggested by bacicciosat.
This is too difficult for a simple mind like me.
As mentioned above, bison ( besides m4) does not compile on Ubuntu 13.04.
To get it to compile:
Patch openpli-oe-core/openembedded-core/meta/recipes-devtools/bison/bison_2.5.bb with:
PR = "r1" BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ file://m4.patch \ file://remove-gets-bison.patch \ "
Also problems with gettext:
| ./stdio.h: : error: 'gets' undeclared here (not in a function) | make[3]: *** [config.h] Error 1
Patch openpli-oe-core/openembedded-core/meta/recipes-core/gettext/gettext_0.18.1.1.bb with:
PROVIDES_virtclass-native = "virtual/gettext-native" CONFLICTS_${PN} = "proxy-libintl" SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ + file://remove-gets-gettext.patch \ "
I enclose the patches. You have to remove the .txt extension. I had to rename because I am not allowed to upload patches
Hope that helps soemone
Cheers
mcs
Attached Files
Re: Openpli Quick setup Ubuntu/debian #275
Posted 25 May 2013 - 13:54
I have dared to build an image
from this git https://github.com/O...Box/oe-core.git
My system Ubuntu 12.04 64 bit
it runs without problems until the task rootfs
and here comes the error
Line 118: mipsel-oe-linux-depmod: command not found
NOTE: package enigma2-OpenPLi-image-1.0-r0: task do_rootfs: Failed
ERROR: Task 8 (/ home/andrej/oamhd/oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb, do_rootfs) failed with exit code '1 '
NOTE: Tasks Summary: Attempted 3634 tasks of witch 3633 did not need to be rerun
what is going wrong
thank donbass
Think that You will check this out with the makers off that git. It is not from openpli
Re: Openpli Quick setup Ubuntu/debian #276
Re: Openpli Quick setup Ubuntu/debian #277
Posted 26 May 2013 - 11:41
i think you can stop the build for
http://openpli.org/download/dm7020/
http://openpli.org/download/dm600pvr/
http://openpli.org/download/dm500plus/
like other e1 boxes
Open Vision sources: https://github.com/OpenVisionE2
Re: Openpli Quick setup Ubuntu/debian #278
Posted 26 May 2013 - 21:25
The other E1 images are not being built at the moment because the CDK environment is still broken after the build server crash. As nothing significant has happened in the last few years, it's not high on the priority list...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Openpli Quick setup Ubuntu/debian #279
Re: Openpli Quick setup Ubuntu/debian #280
Posted 31 May 2013 - 15:33
Open Vision sources: https://github.com/OpenVisionE2
22 user(s) are reading this topic
0 members, 22 guests, 0 anonymous users