mirror of
https://github.com/khadas/fenix.git
synced 2025-08-01 16:08:04 +00:00

add configuration file template: config-template.conf usage: source env/setenv.sh config config-template.conf make known issue: Variables in configuration file must be set correctly otherwise error occurs. Signed-off-by: Nick Xie <nick@khadas.com>
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
#####################################
|
|
# Configuration File Template #
|
|
#####################################
|
|
|
|
#KHADAS_BOARD - Supported Khadas Board, check 'config/boards/*.conf'
|
|
#LINUX - Supported Linux version, check array 'SUPPORTED_LINUX' in 'config/boards/*KHADAS_BOARD*.conf'
|
|
#UBOOT - Supported U-boot version, check array 'SUPPORTED_UBOOT' in 'config/boards/*KHADAS_BOARD*.conf'
|
|
#DISTRIBUTION - Supported Distribution, check array 'DISTRIBUTION_ARRAY' in 'env/setenv.sh'
|
|
#DISTRIB_RELEASE - Supported Distribution Release, check array '*DISTRIBUTION*_RELEASE_ARRAY' in 'env/setenv.sh'
|
|
#DISTRIB_TYPE - Supported Distribution Type, check array '*DISTRIBUTION*_TYPE_ARRAY' in 'env/setenv.sh'
|
|
#DISTRIB_ARCH - Supported Distribution Architecture, check array 'DISTRIB_ARCH_ARRAY' in 'env/setenv.sh'
|
|
#INSTALL_TYPE - Supported Installation Type, check array 'INSTALL_TYPE_ARRAY' in 'env/setenv.sh'
|
|
|
|
KHADAS_BOARD=VIM1
|
|
LINUX=mainline
|
|
UBOOT=mainline
|
|
DISTRIBUTION=Ubuntu
|
|
DISTRIB_RELEASE=focal
|
|
DISTRIB_TYPE=server
|
|
DISTRIB_ARCH=arm64
|
|
INSTALL_TYPE=SD-USB
|