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.
11 lines
197 B
Makefile
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
|