forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradxa-nio-12l.conf
More file actions
25 lines (23 loc) · 880 Bytes
/
Copy pathradxa-nio-12l.conf
File metadata and controls
25 lines (23 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Mediatek MT8395 quad core 4GB 8GB 16GB
BOARD_NAME="Radxa Nio 12L"
BOARDFAMILY="genio"
BOARD_MAINTAINER="HeyMeco"
KERNEL_TARGET="collabora"
KERNEL_TEST_TARGET="collabora"
BOOT_FDT_FILE="mediatek/mt8395-radxa-nio-12l.dtb"
SERIALCON="ttyS0:921600"
HAS_VIDEO_OUTPUT="yes"
# Post-config function for vendor branch
function post_family_config__nio12l_vendor_setup() {
if [[ "${BRANCH}" == "vendor" ]]; then
display_alert "Setting up Genio-Firmware package for ${BOARD}" "${RELEASE}///${BOARD}" "info"
add_packages_to_image "linux-firmware-mediatek-genio" "ubuntu-dev-tools" "ubuntu-desktop"
fi
}
# Post-config function for collabora branch
function post_family_config__nio12l_collabora_setup() {
if [[ "${BRANCH}" == "collabora" ]]; then
display_alert "Setting up Firmware-Full for ${BOARD}" "${RELEASE}///${BOARD}" "info"
declare -g BOARD_FIRMWARE_INSTALL="-full"
fi
}