Files
lk/target/bananapi-f3/rules.mk
Travis Geiselbrecht d1f4b4a546 [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.
2024-06-19 16:43:16 -07:00

11 lines
197 B
Makefile

LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
PLATFORM := spacemit-k1
MEMSIZE ?= 0x80000000 # 2GB smallest configuration
# set time base
GLOBAL_DEFINES += ARCH_RISCV_MTIME_RATE=24000000