PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [AzBoxHD] Multiboot



morly
16.04.2015, 12:07
Bitte um Infos:
- wo landet Kernel?
- wo Image?
- wie kann Image gewählt werden?
will das in MAT implementieren

Info needed for multiboot:
- kernel destination?
- image destination?
- how to choose booted image?
want to implement multiboot within MAT

macmanolo
16.04.2015, 13:48
Also damit das Multiboot leuft brauch erstmal einen plugin in OpenSPA wird dises hier benutz.
97399742
Nach der instalation wen das erste mal gestartet wird mus man wählen wo das Multiboot benutz werden soll USB oder hdd dan werden 2 ordner hergestelt "MultiBootI" und "MultiBootUpload.
9745

und danach kan es loos gehen mit de instalation der verschidene Images.
9743
Die Images werden von pluginaus in .zip format instaliert und auch gelösch (wen nötig) das medium sollte aber in xtension3 formatier sein damit es keine probleme gebs, die .zip datein (Images) selbs sollten per FTP in den ordner /usb/MultiBootUpload geladen werden.

Di Images werden von plugin aus in ordner instaliert mit der nahme das das image hat (z.b HDMU_13999.zip = HDMU_13999) es wird immer nur das Image instaliert aber nicht der Kernel, der Kernel das benutz wird ist der der in Flash liegt.
9744
Noch welche fragen?

mfg

joeuser
16.04.2015, 14:30
Disregard my post I see you are only interested in mips...

santa
16.04.2015, 14:38
I don't know how it can use in mips boxes, the most of sh4 use multiboot in this way.

arci
17.04.2015, 00:03
AZBoxHD boot sequence:

XPU (XOS)
CS2 XENV
CS2 ZBOOT
CS2 YAMON ---> XENV y.start vector for kernel load: CS2 MTD4 (nor-flash); NFS server (TFTP) or second-stage IDE bootloader "MIPSBOOT" (disk: first contiguos sector of selected partition on IDE hda/hdb : ex. linux help ask - http://www.linux-mips.org/archives/linux-mips/2007-09/msg00280.html )

Of course custom Kernel version (vmlinux format) can be loading from kexec function ... how used on FW4USB mechanism on USB device partitions ...

Regards ... :)