4@@@@
16-10-2010, 01:37 PM
Does anybody have experience with mipsboot?
I found this:
---cut---
MIPSboot is my rather hacked bootloader that goes with the MIPS/TimeSys
Linux distro, and does not as yet sit in the MBR...one day perhaps.
Anyway, it sits at the beginning of the first partition on disk (which
should not be formatted with a filesystem and can be very small), and
then loaded with a YAMON command line like:
YAMON> disk read hda 3f ff 800d0000; go 800d0000
MIPSboot version 0.3
Loading /boot/mb.conf . ok
Choose a kernel image to boot:
(0) aprp-2.6.19-glibc root=/dev/hda3
(1) smtc-2.6.19-glibc root=/dev/hda3
...
You can put that command line in the "start" environment variable to
autostart it.
I've dropped source and binary tarballs together with an example conf
file on our ftp site:
ftp://ftp.mips.com/pub/tools/software/timesys/extras/mipsboot/
---cut---
So disk is available in our yamon. We can use one unformated partition in usb stick (the first one) or internal HDD and the second with the E2 and the /boot with different kernel.
If we can build a working mipsboot, the multiboot is reality, I think.
What do you think?
I found this:
---cut---
MIPSboot is my rather hacked bootloader that goes with the MIPS/TimeSys
Linux distro, and does not as yet sit in the MBR...one day perhaps.
Anyway, it sits at the beginning of the first partition on disk (which
should not be formatted with a filesystem and can be very small), and
then loaded with a YAMON command line like:
YAMON> disk read hda 3f ff 800d0000; go 800d0000
MIPSboot version 0.3
Loading /boot/mb.conf . ok
Choose a kernel image to boot:
(0) aprp-2.6.19-glibc root=/dev/hda3
(1) smtc-2.6.19-glibc root=/dev/hda3
...
You can put that command line in the "start" environment variable to
autostart it.
I've dropped source and binary tarballs together with an example conf
file on our ftp site:
ftp://ftp.mips.com/pub/tools/software/timesys/extras/mipsboot/
---cut---
So disk is available in our yamon. We can use one unformated partition in usb stick (the first one) or internal HDD and the second with the E2 and the /boot with different kernel.
If we can build a working mipsboot, the multiboot is reality, I think.
What do you think?