-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Burning BIOS #3
Comments
ARM use no burnable BIOS lol.
all settings are done with jumpers, so there's no need to burn anything actually. |
So bootROM takes the job of BIOS, and reads the kernel from external storage, executing it thereafter? What if one would like to modify the content of bootROM? Or is that necessary? |
Loongson users could circumvent burning BIOS by booting from network.
Network devices, VGA, USB and others could be ignored. I've asked Loongson Tech to provide the original PMON binary used by the 3A2H box. An available programmer would be purchased after the binary has been tested in RAM. |
bootROM does not read kernel. it reads bootloader. when using SD card this goes to MBR, therefore there's no need to modify that. all control can be done with jumpers. |
I see, so the default PMON for MIPS is special because it initializes everything and bootloads kernel from ROM. Shall we unify the bootloader design? I guess PMON, i386 BIOS and Zedboard boot ROM really differ from each other. |
I think the MIPS ROM should include a very basic bios just to load and verify MBR from SATA, and we can almost share a bootloader from then on, which should load and verify kernel from the reserved partition. The only difference should be the data loading interface, and will not cause any trouble. |
… after mmu enabled.
龙芯2H机箱的BIOS烧写比较麻烦。开发团队使用的是XELTEK烧录器,SUPERPRO系列,型号为580U。 然而
现在需要确认的有龙芯机箱ROM的型号:看Logo似乎是Macronix的。简单过了一下Google和淘宝,型号应该是MX25L8006EPI,八脚,仍需要向龙芯官方确认。若有可能,需要使用别的支持该型号和Linux的烧录器。
目前Xeltek正在生产的几个烧录器在淘宝上价格最低的是SuperPRO 610P,支持前述型号,至少800,官网上没有看到报价。
@leon001
@davidgao 你这里的BIOS ROM是什么样的?烧起来有问题么
The text was updated successfully, but these errors were encountered: