Jump to content


Photo

Vu+ 4K Multiboot


  • Please log in to reply
592 replies to this topic

Re: Vu+ 4K Multiboot #201 rantanplan

  • PLi® Contributor
  • 1,857 posts

+87
Good

Posted 4 April 2023 - 23:10

@neo
The content is already clear.

On the one hand, the working boot version is always my top priority.
The users didn't miss it in this forum and liked their VU+ just the way it is.

So now they're being forced to change their ways, even though it's not coming from VU+.

On the other hand, the acceptance of commits that not only make it necessary to check the construction, and also the flash image, is not so easy.

@
littlesat's statement

I cannot simply forward this PR because I cannot control it.
This should really only be done by people who have tested it on their own VU+ box.

Something is being changed on the boot here.
This is something different than any other .bb
 



Re: Vu+ 4K Multiboot #202 Ev0

  • Senior Member
  • 102 posts

+7
Neutral

Posted 4 April 2023 - 23:13

@neo
The content is already clear.

On the one hand, the working boot version is always my top priority.
The users didn't miss it in this forum and liked their VU+ just the way it is.

So now they're being forced to change their ways, even though it's not coming from VU+.

On the other hand, the acceptance of commits that not only make it necessary to check the construction, and also the flash image, is not so easy.

@
littlesat's statement

I cannot simply forward this PR because I cannot control it.
This should really only be done by people who have tested it on their own VU+ box.

Something is being changed on the boot here.
This is something different than any other .bb
 

Nobody is forced to change anything.

You (the end user) has the option to enable it or not.

If you do not enable, then the image is the same as it always was, except it will show 1 new option (to enable multiboot), if you don't select that new option then nothing has changed.



Re: Vu+ 4K Multiboot #203 neo

  • PLi® Contributor
  • 715 posts

+48
Good

Posted 4 April 2023 - 23:14

So now they're being forced to change their ways, even though it's not coming from VU+.

 

No, there are not. There is nothing multiboot in the standard image. You need to manually enable "multiboot mode" if you want to use it.
 



Re: Vu+ 4K Multiboot #204 Dimitrij

  • PLi® Core member
  • 10,258 posts

+347
Excellent

Posted 5 April 2023 - 05:24

What I would like to add is the auto removal after boot /usr/bin/kernel_auto.bin &/usr/bin/STARTUP.cpio.gz , if the slot is not recovery(slot 0).


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Vu+ 4K Multiboot #205 Dimitrij

  • PLi® Core member
  • 10,258 posts

+347
Excellent

Posted 5 April 2023 - 18:02

[FlashImage] add support more images

 

This requires discussion.

 

For me it is very convenient, in the presence of a multiboot.


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Vu+ 4K Multiboot #206 Tech

  • Forum Moderator
    PLi® Core member
  • 14,888 posts

+485
Excellent

Posted 5 April 2023 - 18:16

install: cannot stat '/home/andre/openpli/oe/develop/build/tmp/work/vuultimo4k-oe-linux-gnueabi/vuplus-kexec/1.0-r1/vuplus-kexec-vuultimo4k/STARTUP_cpio.bin': No such file or directory

Still something wrong with the workdir for kexec, the files are located one directory 'lower' , I copied both bin files to the vuplus-kexec-vuultimo4k folder in the workdir and the build succeeded.....

 

Still weird cause the recipe points to the right workdir.....


Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

On the edge of the abyss, a step forward is not always progress....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Posted Image button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: Vu+ 4K Multiboot #207 Abu Baniaz

  • PLi® Contributor
  • 2,493 posts

+64
Good

Posted 5 April 2023 - 18:16

Being able to select different image teams to flash is very useful even for non-multiboot receivers.


Edited by Abu Baniaz, 5 April 2023 - 18:17.


Re: Vu+ 4K Multiboot #208 neo

  • PLi® Contributor
  • 715 posts

+48
Good

Posted 5 April 2023 - 18:24

install: cannot stat '/home/andre/openpli/oe/develop/build/tmp/work/vuultimo4k-oe-linux-gnueabi/vuplus-kexec/1.0-r1/vuplus-kexec-vuultimo4k/STARTUP_cpio.bin': No such file or directory

Still something wrong with the workdir for kexec, the files are located one directory 'lower' , I copied both bin files to the vuplus-kexec-vuultimo4k folder in the workdir and the build succeeded.....

 

Still weird cause the recipe points to the right workdir.....

 

 

Might be a PR issue? You can try a bitbake clean <package> to check....



Re: Vu+ 4K Multiboot #209 Huevos

  • PLi® Contributor
  • 4,621 posts

+161
Excellent

Posted 5 April 2023 - 18:49

[FlashImage] add support more images

 

This requires discussion.

 

For me it is very convenient, in the presence of a multiboot.

 

 

We have had similar for a long time and it is very simple now we all follow the same json download system.

https://github.com/O...ager.py#L79-L86

Attached Files

  • Attached File  1.jpg   133.31KB   4 downloads

Edited by Huevos, 5 April 2023 - 18:52.


Re: Vu+ 4K Multiboot #210 Dimitrij

  • PLi® Core member
  • 10,258 posts

+347
Excellent

Posted 5 April 2023 - 19:20

SRC_URI = " \
	file://kernel_auto.bin \
	file://STARTUP_cpio.bin \
"

S="${WORKDIR}/vuplus-kexec-${MACHINE}"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${S}/kernel_auto.bin ${D}${bindir}/kernel_auto.bin
	install -m 0755 ${S}/STARTUP_cpio.bin ${D}${bindir}/STARTUP.cpio.gz

Maybe this SRC_URI wrong?


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Vu+ 4K Multiboot #211 littlesat

  • PLi® Core member
  • 57,060 posts

+698
Excellent

Posted 5 April 2023 - 19:57

Regarding this one [FlashImage] add support more images I prefer that an url is arranged where you simply can pickup a list with more alternatives…. not this way. I think this shoukd be done differently eg having the list of urls where you can select Nine as default and then one of the listed and an option to add text…

Edited by littlesat, 5 April 2023 - 19:59.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Vu+ 4K Multiboot #212 Tech

  • Forum Moderator
    PLi® Core member
  • 14,888 posts

+485
Excellent

Posted 5 April 2023 - 20:00

I think I've to clean my build environment, the workdir "${WORKDIR}/vuplus-kexec-${MACHINE}" (in my case the machine is vuultimo4k) does exist but the two bin files are not copied to the correct folder....

Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

On the edge of the abyss, a step forward is not always progress....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Posted Image button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: Vu+ 4K Multiboot #213 neo

  • PLi® Contributor
  • 715 posts

+48
Good

Posted 5 April 2023 - 20:04

@Dimitrij, @Tech: Issue fixed.


Edited by neo, 5 April 2023 - 20:05.


Re: Vu+ 4K Multiboot #214 Dimitrij

  • PLi® Core member
  • 10,258 posts

+347
Excellent

Posted 5 April 2023 - 20:10

@Dimitrij, @Tech: Issue fixed.

Thanks


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Vu+ 4K Multiboot #215 littlesat

  • PLi® Core member
  • 57,060 posts

+698
Excellent

Posted 5 April 2023 - 20:16

I like dimatrij’s selector more… just select None, one or all… but it would be helpfull to still be able to enter at leas one manually (eg for your local build server). So none, all, select one and manually (when you choose manually you just have the manuall one as extra field….’maybe also add all+manually)

I’m happy that finally the others also choose for the Json standard.

Edited by littlesat, 5 April 2023 - 20:17.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Vu+ 4K Multiboot #216 cobus

  • Senior Member
  • 4,774 posts

+69
Good

Posted 5 April 2023 - 20:46

When will the first version be ready to try?


Groetjes Cobus R

 

VU+ UNO 4K SE FBC DVB-C (8x)

MUTANT HD66SE FBC DVB-C (3x)

MAXYTEC MULTIBOX COMBO

MUTANT HD60 DVB-S

 

 

Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner

 


Re: Vu+ 4K Multiboot #217 dpeddi

  • Senior Member
  • 41 posts

+4
Neutral

Posted 5 April 2023 - 20:50

Sorry for late reply:

 

Where do the binaries come from?

There are no original binaries.

 

 

https://forums.openp...dpost&p=1529427

 

The binary were generated on an openbh 5.1 build system.

I've added the recipes to meta-local, then patched the linux-kernel bb and defconfig for the 4k boxes. (oe-a.patch applied to meta-oe-alliance)

The build procedure is tricky and time consuming.. 

 

I'm not a master of bitbake so maybe someone could integrate better in the build system.

However basic instruction are in the readme.

 

- The kernel is a normal kernel with just liked an initrd with embedded kexec and the init script that do some magic..

- STARTUP.initrd.gz is just an initrd with busybox and another init script that do some other magic..



Re: Vu+ 4K Multiboot #218 WanWizard

  • PLi® Core member
  • 70,207 posts

+1,798
Excellent

Posted 5 April 2023 - 21:00

When will the first version be ready to try?

 

I will restart the develop build in a minute. So when that build is finished ;).
 


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: Vu+ 4K Multiboot #219 Tech

  • Forum Moderator
    PLi® Core member
  • 14,888 posts

+485
Excellent

Posted 5 April 2023 - 21:31

I like the addition :) it's a lot easier to play around with my main box ;)

 

I cleaned my build environment and everything is building fine now.


Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

On the edge of the abyss, a step forward is not always progress....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Posted Image button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: Vu+ 4K Multiboot #220 littlesat

  • PLi® Core member
  • 57,060 posts

+698
Excellent

Posted 5 April 2023 - 22:25

So we merge it also for 8.3?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W



23 user(s) are reading this topic

0 members, 23 guests, 0 anonymous users