Initial commit
This commit is contained in:
21
build.env
Normal file
21
build.env
Normal file
@@ -0,0 +1,21 @@
|
||||
DOCKER_IMAGE_ROOT=monok8s
|
||||
|
||||
# Image tag
|
||||
TAG=dev
|
||||
|
||||
# The Linux kernel, from NXP
|
||||
NXP_VERSION=lf-6.18.2-1.0.0
|
||||
|
||||
# Mono's tutorial said fsl-ls1046a-rdb.dtb but our shipped board is not that one
|
||||
# We need fsl-ls1046a-rdb-sdk.dtb here
|
||||
DTB_TARGET=fsl-ls1046a-rdb-sdk.dtb
|
||||
|
||||
|
||||
# Arch, should always be arm64 for our board. This is here in case branching off to other devices
|
||||
ARCH=arm64
|
||||
|
||||
CROSS_COMPILE=aarch64-linux-gnu-
|
||||
|
||||
# Busybox for initramfs
|
||||
BUSYBOX_VERSION=1_36_1
|
||||
|
||||
Reference in New Issue
Block a user