Jump to content


Photo

How to build Enigma2 images.


  • Please log in to reply
139 replies to this topic

Re: How to build Enigma2 images. #41 citymen34

  • Member
  • 21 posts

0
Neutral

Posted 27 February 2019 - 20:18

In /usr/share/enigma2 you should find a timezone.xml file. Change this file.

Ok. i made it. Please help how to fix this

 

ERROR: linux-etxx00-3.8.7-r6.13 do_fetch: Fetcher failure for URL: 'http://www.et-view.c...ux-3.8.7.tar.gz'. Checksum mismatch!
File: '/home/ozcan/openpli40/openpli-oe-core/sources/linux-3.8.7.tar.gz' has md5 checksum 5ff1696c859144a5a023df540bddf2dd when 5f6aaac90a4587df34e418bedd7d40eb was expected
File: '/home/ozcan/openpli40/openpli-oe-core/sources/linux-3.8.7.tar.gz' has sha256 checksum 830ccfda8e14bcfa22868e415da594d4d272ffa9d083792a1a038ea5e9ee8630 when afc3e654b779f4b994a0d455d6ad12f46ff0dbec2fe222a4f55925744b498218 was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "5ff1696c859144a5a023df540bddf2dd"
SRC_URI[sha256sum] = "830ccfda8e14bcfa22868e415da594d4d272ffa9d083792a1a038ea5e9ee8630"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.



Re: How to build Enigma2 images. #42 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 27 February 2019 - 20:26

it's possible unpack / repack image?

it's possible unpack / repack image?


What exactly is your request with pack unpack?

Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: How to build Enigma2 images. #43 citymen34

  • Member
  • 21 posts

0
Neutral

Posted 27 February 2019 - 20:27

In /usr/share/enigma2 you should find a timezone.xml file. Change this file.

 

and change /usr/share/zoneinfo folder



Re: How to build Enigma2 images. #44 citymen34

  • Member
  • 21 posts

0
Neutral

Posted 27 February 2019 - 20:29

 

it's possible unpack / repack image?

it's possible unpack / repack image?


What exactly is your request with pack unpack?

 

 

unpack rootfs.bin and repack rootfs.bin



Re: How to build Enigma2 images. #45 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 27 February 2019 - 20:33

Change link in bb file to this:

https://github.com/o...00_3.8.7.bb#L23


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

Re: How to build Enigma2 images. #46 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 27 February 2019 - 20:34

I guess similar is needed for the drivers and maybe more.


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

Re: How to build Enigma2 images. #47 citymen34

  • Member
  • 21 posts

0
Neutral

Posted 27 February 2019 - 20:36

Change link in bb file to this:

https://github.com/o...00_3.8.7.bb#L23

 

ok. i will try this. thank you.


Edited by citymen34, 27 February 2019 - 20:37.


Re: How to build Enigma2 images. #48 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 27 February 2019 - 20:37

Would you like to change some files in the roots? I don‘t how to do it on you development system but you can installl the. Image on the Box, then change to files in the roofs and after that make an image backup . Then the rootfs.bin is packed from the roots of the box

Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: How to build Enigma2 images. #49 citymen34

  • Member
  • 21 posts

0
Neutral

Posted 27 February 2019 - 20:47

Would you like to change some files in the roots? I don‘t how to do it on you development system but you can installl the. Image on the Box, then change to files in the roofs and after that make an image backup . Then the rootfs.bin is packed from the roots of the box

i made unpack rootfs with ubi-reader. but i don't know how to repack rootfs.bin



Re: How to build Enigma2 images. #50 WanWizard

  • PLi® Core member
  • 68,611 posts

+1,739
Excellent

Posted 27 February 2019 - 21:21

Change link in bb file to this:

https://github.com/o...00_3.8.7.bb#L23

 

Chances are you can simply switch the meta-xtrend submodule to the new BSP repo, https://github.com/n...end/meta-xtrend, given the fact nothing much has changed in years...

 

I don't have a 4 build environment anymore, so I can't test, but if someone else can confirm it works, I can commit the change.


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: How to build Enigma2 images. #51 citymen34

  • Member
  • 21 posts

0
Neutral

Posted 27 February 2019 - 22:09

 

Change link in bb file to this:

https://github.com/o...00_3.8.7.bb#L23

 

Chances are you can simply switch the meta-xtrend submodule to the new BSP repo, https://github.com/n...end/meta-xtrend, given the fact nothing much has changed in years...

 

I don't have a 4 build environment anymore, so I can't test, but if someone else can confirm it works, I can commit the change.

 

 

this repo same as openpli's repo. i fix my errors. change only this lines https://github.com/o...8e22e168060950d

thank you all.



Re: How to build Enigma2 images. #52 WanWizard

  • PLi® Core member
  • 68,611 posts

+1,739
Excellent

Posted 27 February 2019 - 23:21

I have no clue what you mean by your reply.


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: How to build Enigma2 images. #53 twol

  • Senior Member
  • 444 posts

+15
Neutral

Posted 28 February 2019 - 07:13

He just copied over the OE-A Xtrend changes in the OpenPLi meta to point to the new „Xtrend“ url‘s hosted by OE-A...... at least thats how I read his post.

Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> DUR-Line DCR 5-1-8-L4 Multiswitch to 1.5M dish(28.2E)
------------------> Spaun SUS 5581/33 NFA Multiswitch to 80 cm dish(19.2E)
.........DVB-S2X into 90cm dish (27.5W)

Octagon sf8008, AX HD61, Edision Osmio 4K+, Zgemma H9Combo using Legacy ports on multiswitches
Zgemma H9twin & Zgemma H9 C/S mode into Giga4K
 


Re: How to build Enigma2 images. #54 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 28 February 2019 - 08:14

I agree this


Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: How to build Enigma2 images. #55 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 28 February 2019 - 08:41

I´ve changed now  on my local build system the same things in the xtrend bb-files and now I can also build et9x00 images on openpli 7.0 which was not able before 


Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: How to build Enigma2 images. #56 WanWizard

  • PLi® Core member
  • 68,611 posts

+1,739
Excellent

Posted 28 February 2019 - 11:02

That is also something I don't understand. We build OpenPLi 7 without manual actions, so why should you?


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: How to build Enigma2 images. #57 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 28 February 2019 - 18:14

I have installed my build system some weeks ago and the et-view url doesn´t work because it is down, you know it.

So from scratch with a git clone of the openpli repo in github you get the meta-xtrend infos like 

https://github.com/n...664/recipes-bsp

There are includes the download et-view urls for the drivers and other things.

 

On your build system you have the drivers  in the build directories and if the hashed matched the hashed in the *.bb file, there is no need to download them again. The hashed for xtrend are stable since a long time.

 

But for me and citman34 it is neccessary to have a working link because we started from scratch


Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: How to build Enigma2 images. #58 citymen34

  • Member
  • 21 posts

0
Neutral

Posted 28 February 2019 - 22:32

how to build openpli4 or openpli6 image?



Re: How to build Enigma2 images. #59 anudanan

  • Senior Member
  • 1,185 posts

+16
Neutral

Posted 28 February 2019 - 23:11

on ubuntu 18.04 it is difficult because the openpli 4 build . It works only under older ubuntu systems (I don´t know which exactly) or there are many fixes todo in the toolchain .

 

I haven´t tested openpli6


Receiver:2 x Uno4k SE (PLI 7.3 rel), 1 x ET9200 (PLI 4.0), NAS: 2 x QNAP 410, TV: LG 65C8llla, LG 47LB570V, LG 42LM615S, Sound: Yamaha RX-v663, Teufel System 5 THX


Re: How to build Enigma2 images. #60 WanWizard

  • PLi® Core member
  • 68,611 posts

+1,739
Excellent

Posted 28 February 2019 - 23:40

Which is why I build using CentOS + devtoolsets, which allows you to switch gcc versions. I can build OpenPLi 4 using gcc 4.8, OpenPLi 6 with gcc 6.3, and OpenPLi 7 with gcc 7.3, on the same buildserver.


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.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users