Browse Source
This sample works well for building the open-source first stage bootloader for the SiFive U540 device (and similar): https://github.com/sifive/freedom-u540-c000-bootloader Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>dev-linux

2 changed files with 10 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
CT_EXPERIMENTAL=y |
||||
CT_ARCH_RISCV=y |
||||
# CT_DEMULTILIB is not set |
||||
CT_ARCH_USE_MMU=y |
||||
CT_ARCH_64=y |
||||
CT_DEBUG_GDB=y |
||||
# CT_GDB_CROSS_PYTHON is not set |
Loading…
Reference in new issue