Jump to content


Photo

Openpli Quick setup Ubuntu/debian


  • Please log in to reply
572 replies to this topic

Re: Openpli Quick setup Ubuntu/debian #261 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 28 April 2013 - 22:19

Ok, I'll try it tomorrow again.
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.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli Quick setup Ubuntu/debian #262 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 28 April 2013 - 22:37

No, it should boot regardless the modules

Re: Openpli Quick setup Ubuntu/debian #263 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

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.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli Quick setup Ubuntu/debian #264 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 30 April 2013 - 00:38

The compressed binary has to fit in the kernel mtd partition.
I don't think there are size limits, other than that.

Re: Openpli Quick setup Ubuntu/debian #265 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

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 Beeker

  • PLi® Contributor
  • 1,477 posts

+198
Excellent

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 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

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 :angry:. 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?


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli Quick setup Ubuntu/debian #268 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 1 May 2013 - 13:48

In my opinion, you're often better of adding your own printk debug statements.
If you enable all kernel debugging stuff, you'll probably end up whith a whole pile of debug info, 99.99% of which is not even related to what you are trying to debug.

Re: Openpli Quick setup Ubuntu/debian #269 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 1 May 2013 - 14:43

I tend to add "pr_debug(...)" statements, and only add a "#define DEBUG" on top of the files i'm interested in. Without that #define, the pr_debug compiles to "nothing". And pr_debug allows you to use that funky kernel debugging interface if you so chose.
Real musicians never die - they just decompose

Re: Openpli Quick setup Ubuntu/debian #270 donbass

  • Member
  • 1 posts

0
Neutral

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 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

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 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

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 mcs

  • Member
  • 15 posts

0
Neutral

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 mcs

  • Member
  • 15 posts

0
Neutral

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 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

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 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 25 May 2013 - 14:07

There are problems with OpenEmbedded and Ubuntu 13. They're probably solved in the "upstream" branch that more closely follows the OE core. I'd suggest just moving to OpenPLi4 (upstream branch) for your private builds then :)
Real musicians never die - they just decompose

Re: Openpli Quick setup Ubuntu/debian #277 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

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 WanWizard

  • PLi® Core member
  • 68,707 posts

+1,741
Excellent

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 Pro (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 formianodicastellone

  • Member
  • 3 posts

0
Neutral

Posted 29 May 2013 - 08:29

 Resolved.
I enclose the two folders to be replaced openvuplus / openembedded-core / meta / recipes-devtools.

Attached Files


Edited by formianodicastellone, 29 May 2013 - 08:30.


Re: Openpli Quick setup Ubuntu/debian #280 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 31 May 2013 - 15:33

about https://sourceforge....aa6f3eb49af837/

 

where are ui.py and po files ?


Open Vision sources: https://github.com/OpenVisionE2



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users