-
Notifications
You must be signed in to change notification settings - Fork 21
smaeul/sun20i_d1_spl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NOTE: This project is obsolete now that U-Boot SPL is working. https://github.com/smaeul/u-boot/releases/tag/d1-2022-10-31 You can use any riscv64 ELF/GNU/musl toolchain. 1.build mmc make CROSS_COMPILE=riscv64-linux-musl- p=sun20iw1p1 mmc 2.build nand make CROSS_COMPILE=riscv64-linux-musl- p=sun20iw1p1 nand 3.build spinor make CROSS_COMPILE=riscv64-linux-musl- p=sun20iw1p1 spinor 4.build fes make CROSS_COMPILE=riscv64-linux-musl- p=sun20iw1p1 fes