Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 414 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 414 Bytes

This is the utils for RISC-V Berkeley Bootloader (BBL).

  • bbl-patch -- this util allows one to patch Berkeley Bootloader (bbl) image file with kernel included to it.
  • mkbbl -- this script uses objcopy to strip vmlinux ELF and obtain raw binary of a kernel. Then it will concatenate bbl and raw kernel binary, patch it and out to a new binary file.

Author: Nikita Ermakov [email protected] [email protected]