Jump to content


Photo

OpenMultiboot for openPLi


  • Please log in to reply
474 replies to this topic

Re: OpenMultiboot for openPLi #321 Dimitrij

  • PLi® Core member
  • 10,188 posts

+346
Excellent

Posted 17 October 2016 - 14:34

Test ...Two images

Merlin3 = the box freezes on boot logo (dhcp...x-3.2dm800se.gz)

OpenATV = the box doesn't complete booting

Perhaps the reason is boot kernel doesn't work correctly ...

 

If I select and choose flash image box run just fine ... 

 

I will test also Openpli4 ...

So, dreambox not support.


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


Re: OpenMultiboot for openPLi #322 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 17 October 2016 - 18:26

Perhaps you should NOT use nfidump binaries from the stoneage and especially NOT distribute it or use in your plugin without permission of the author - which you will not get.

 

There is a fully working and Open Source nfiextract.py alternative available under GPL - with which you can do whatever you want.

 

#
# nfi Extrac by gutemine is licensed under GPL Version 3
#

 


Edited by gutemine, 17 October 2016 - 18:26.


Re: OpenMultiboot for openPLi #323 Dimitrij

  • PLi® Core member
  • 10,188 posts

+346
Excellent

Posted 17 October 2016 - 21:02

root@et8500:~# nfidump

>>>>>> nfidump 0.4.2 by gutemine <<<<<<

based on code from tmbinc, noggie and others

usage: nfidump [--options] <nfi imagefile> <output directory>

possible options:       --devtab --pass --squashfskeep --overwrite
                        --temp --jffs2 --loaderextract --reboot

this version 2011

 

https://github.com/D...d748755951bad73


Edited by Dimitrij, 17 October 2016 - 21:04.

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


Re: OpenMultiboot for openPLi #324 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 18 October 2016 - 10:28

And because it is old you are allowed to check it in without permission of the author? Where is the license that allowed you to do so ?

Re: OpenMultiboot for openPLi #325 Dimitrij

  • PLi® Core member
  • 10,188 posts

+346
Excellent

Posted 18 October 2016 - 11:18

And because it is old you are allowed to check it in without permission of the author? Where is the license that allowed you to do so ?

Sorry, I did not think it would cause such problems :) .


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


Re: OpenMultiboot for openPLi #326 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 18 October 2016 - 11:28

The binary is old has no lzo compression or ubifs support and is only popular because it runs on clone hardware too. So it is not me who causes here a problem. BTW there is a fully working version 1.0 from this year available so why use a 5 year old binary ? And no you will not get Permission to use it in OpenMultiboot, you either use the GPL version or nothing at all.

Re: OpenMultiboot for openPLi #327 mrvica

  • Senior Member
  • 1,254 posts

+86
Good

Posted 18 October 2016 - 16:26

I am happy to have cloud-ibox3=miracle box mini to be able to boot image from USB stick, no fiddling around with flash, takes about few minutes for booting, with USB hard disk a bit faster, it is a pitty they closed the cloud ibox3 board so I can´t give you any link and the author named Jacek (sounds polish) could not be reached at all, I think live image is a better idea then multiboot, just copy .img onto usb stick or hard drive using Win32DiskImager or with Linux dd command, you are done, I have here OpeanATV 4.2 Image (~50MB), would prefer OpenPLi, I don´t know how to do it, it is not easy because Jacek didn´t reveal all details

Re: OpenMultiboot for openPLi #328 mrvica

  • Senior Member
  • 1,254 posts

+86
Good

Posted 18 October 2016 - 19:45

I´ve found the thread, I saved it but only 1 page, blame it on me, they announced closing the board before, if you have any idea how he did it, just tell me (us), just click on .htm file

Attached Files



Re: OpenMultiboot for openPLi #329 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 18 October 2016 - 22:10

ask Dumbo  :D  he knows since years how to do this on a dreambox.

 

Rambo and Flodder know alternative solutions but they are still chroot booting of alternative roots after flash kernel boot like most Multiboot Tools do it.

 

When the bios is enabled to look for a config (bat) file on a FAT USB partition to get kernel boot parameters you can boot kernel from there and with the right root= the kernel can boot rootfs from USB too.

 

But as I said --- Dumbo Plugin knowns how to fly this way this since years. And old Multboot Plugin could to this 15 years ago - so you are really looking for something revolutionary here ....


Edited by gutemine, 18 October 2016 - 22:13.


Re: OpenMultiboot for openPLi #330 mrvica

  • Senior Member
  • 1,254 posts

+86
Good

Posted 18 October 2016 - 22:40

a little help, Start.bat looks like this

#loop printenv -forever
boot -elf usbdisk0:/mini/kernel.bin 'root=/dev/sda2 rootfstype=ext4 rw bmem=256M@512M bmem=16M'

the right values you can get with
cat /proc/cmdline
or
dmesg | grep "Kernel command line"

on my box I get

root@mbmini:~# cat /proc/cmdline
root=/dev/sda2 rootfstype=ext4 rw bmem=256M@512M bmem=16M console=ttyS0,115200n8
root@mbmini:~#

as you see looks pretty much the same as Start.bat

Re: OpenMultiboot for openPLi #331 Dimitrij

  • PLi® Core member
  • 10,188 posts

+346
Excellent

Posted 19 October 2016 - 10:39

BTW there is a fully working version 1.0

That is, you do not give permission for its use for OpenMultiboot?


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


Re: OpenMultiboot for openPLi #332 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 19 October 2016 - 13:37

Read my reply. You can use the GPL licensed nfiextract.py without further permission. I know the origin of this Open Multiboot hence the answer for nfidump is no.

Edited by gutemine, 19 October 2016 - 13:38.


Re: OpenMultiboot for openPLi #333 Dimitrij

  • PLi® Core member
  • 10,188 posts

+346
Excellent

Posted 19 October 2016 - 13:55

OpenMultiboot is open source project LICENSE  "GPLv2"


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


Re: OpenMultiboot for openPLi #334 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 19 October 2016 - 14:23

Yes I know, but I remember also where the sources came from and I will not support this approach.

Re: OpenMultiboot for openPLi #335 asdas11

  • Senior Member
  • 55 posts

0
Neutral

Posted 23 October 2016 - 20:57

dFlash ist DISABLED in BA

I am not BA, not see on DCC, but dflash can't  function?



Re: OpenMultiboot for openPLi #336 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 24 October 2016 - 09:36

How often do I need to reply that dFlash is ONLY for backup of Flash image because it doesn't handle Multiboot specific things? If your great Booting tool doesn't offer a working embedded backup like BA does this is not my problem.

Re: OpenMultiboot for openPLi #337 asdas11

  • Senior Member
  • 55 posts

0
Neutral

Posted 2 November 2016 - 23:20

cosa finita?



Re: OpenMultiboot for openPLi #338 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 3 November 2016 - 18:39

si



Re: OpenMultiboot for openPLi #339 frh1219

  • Member
  • 6 posts

0
Neutral

Posted 18 November 2016 - 23:01

hi 

 

i have vu duo  

image : open pli4  

 

when i used openmultiboo to install image on my HDD 

 

give me this massage ( cannot create virtual MTD device ).

 

p_322oazyc1.jpg

 

 

p_3226rz5n2.jpg

 

 

any solution for this problem ?



Re: OpenMultiboot for openPLi #340 Dimitrij

  • PLi® Core member
  • 10,188 posts

+346
Excellent

Posted 19 November 2016 - 09:48

Other images unpacked?

Error only BH?


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



16 user(s) are reading this topic

0 members, 16 guests, 0 anonymous users