mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
MBa8MPxL: cleanup board configs and leave WIP state
Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
BOARD_NAME="TQ8MP-RAS314"
|
||||
BOARDFAMILY="imx8m"
|
||||
BOARD_MAINTAINER="schmiedelm"
|
||||
HAS_VIDEO_OUTPUT="yes"
|
||||
ATF_PLAT="imx8mp"
|
||||
ATF_UART_BASE="0x30a60000"
|
||||
BOOTCONFIG="tqma8mpxl_multi_mba8mp_ras314_defconfig"
|
||||
@@ -10,7 +11,6 @@ DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttymxc3"
|
||||
BOOT_FDT_FILE="freescale/imx8mp-tqma8mpql-mba8mp-ras314.dtb"
|
||||
ASOUND_STATE="asound.state.tqma"
|
||||
PACKAGE_LIST_BOARD="gpiod python3-pip python3-periphery"
|
||||
|
||||
function post_family_tweaks_bsp__mba8mpxl-ras314() {
|
||||
|
||||
@@ -26,15 +26,6 @@ function post_family_tweaks_bsp__mba8mpxl-ras314() {
|
||||
KERNEL=="mlan*", ACTION=="add", RUN+="/sbin/modprobe btnxpuart"
|
||||
EOF
|
||||
|
||||
mkdir -p $destination/etc/udev/rules.d
|
||||
cat <<- EOF > "$destination"/etc/udev/70-periphery.rules
|
||||
# Allow group periphery to access devices
|
||||
SUBSYSTEM=="gpio*", GROUP="periphery", MODE="0660"
|
||||
SUBSYSTEM=="spidev*", GROUP="periphery", MODE="0660"
|
||||
SUBSYSTEM=="pwm*", GROUP="periphery", MODE="0660"
|
||||
SUBSYSTEM=="leds*", GROUP="periphery", MODE="0660"
|
||||
EOF
|
||||
|
||||
# Define a function to be run board-side during postinst of the BSP
|
||||
display_alert "Adding to bsp-cli" "${BOARD}: postinst for periferial access" "info"
|
||||
postinst_functions+=("board_side_imx8m_bsp_cli_postinst") # add to the postinst function list
|
||||
@@ -2,6 +2,7 @@
|
||||
BOARD_NAME="MBa8MPxL"
|
||||
BOARDFAMILY="imx8m"
|
||||
BOARD_MAINTAINER="schmiedelm"
|
||||
HAS_VIDEO_OUTPUT="yes"
|
||||
ATF_PLAT="imx8mp"
|
||||
ATF_UART_BASE="0x30a60000"
|
||||
BOOTCONFIG="tqma8mpxl_multi_mba8mpxl_defconfig"
|
||||
@@ -10,7 +11,6 @@ DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttymxc3"
|
||||
BOOT_FDT_FILE="freescale/imx8mp-tqma8mpql-mba8mpxl.dtb"
|
||||
ASOUND_STATE="asound.state.tqma"
|
||||
PACKAGE_LIST_BOARD="gpiod python3-pip python3-periphery"
|
||||
|
||||
function post_family_tweaks_bsp__mba8mpxl() {
|
||||
mkdir -p "$destination"/etc/X11/xorg.conf.d
|
||||
Reference in New Issue
Block a user