[target][banana pi f3] quick n dirty port to the bananapi f3 board
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.
This commit is contained in:
7
project/bananapi-f3-test.mk
Normal file
7
project/bananapi-f3-test.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
# main project for banana pi f3 test project
|
||||
MODULES += \
|
||||
app/shell
|
||||
|
||||
include project/virtual/test.mk
|
||||
include project/target/bananapi-f3.mk
|
||||
|
||||
2
project/target/bananapi-f3.mk
Normal file
2
project/target/bananapi-f3.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
TARGET := bananapi-f3
|
||||
|
||||
Reference in New Issue
Block a user