A decent 8 core riscv64 board with dual ethernet and 2 or 4GB ram. Fairly easy to bring up on, though not a lot of docs at the moment.
8 lines
141 B
Makefile
8 lines
141 B
Makefile
# main project for banana pi f3 test project
|
|
MODULES += \
|
|
app/shell
|
|
|
|
include project/virtual/test.mk
|
|
include project/target/bananapi-f3.mk
|
|
|