[coreboot] Question about flashing only the bootblock

Maxim Gusev mail at maximgusev.com
Fri Feb 17 13:25:50 CET 2017


Hello!

I am compiling some sourses.
I have compiled bootblock and there is what I have:

"OBJCOPY cbfs/fallback/bootblock.elf
OBJCOPY bootblock.raw.bin"

Now I want to see how the binary file works on the our hardware and debug it.
But... The make file asks me to compile romstage... And I think ramstage will be:

toolchain.inc:165: *** The toolchain architecture for romstage is unknown.
toolchain.inc:165: *** Check your .config file for CONFIG_ARCH_romstage_* settings. Stop.
(I have set the No parameters in Kconfig http://pastebin.com/vbAkdKtb for the romstage and ramstage of my arch).

How to escape this step? How to programming the binary file only with bootblock?

With Y parameters in the Kconfig file I have the same proplem:

"make: *** No rule to make target `build/cbfs/fallback/romstage.elf', needed by `build/coreboot.pre'. Stop."

Thank you a lot for helping!

Regards,
Maxim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20170217/11d3e4eb/attachment.html>


More information about the coreboot mailing list