Skip to content

Commit

Permalink
Merge branch 'armbian:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sicXnull authored Sep 18, 2024
2 parents c817db7 + 6ee98e7 commit ceb52e2
Show file tree
Hide file tree
Showing 167 changed files with 9,415 additions and 387 deletions.
9 changes: 9 additions & 0 deletions config/boards/armsom-w3.csc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ function post_family_tweaks__armsom-w3_naming_audios() {

return 0
}

function post_family_tweaks__armsom-w3_fix_m2_bluetooth() {
display_alert "$BOARD" "Fixing armsom-w3 m.2 usb bluetooth" "info"

mkdir -p $SDCARD/etc/udev/rules.d/
echo 'ACTION=="add", SUBSYSTEM=="usb",ATTR{bConfigurationValue}=="", ATTR{bConfigurationValue}="1"' > $SDCARD/etc/udev/rules.d/91-m2-usb-bluetooth.rules

return 0
}
9 changes: 9 additions & 0 deletions config/boards/nanopct6-lts.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Rockchip RK3588S octa core 8GB RAM SoC eMMC USB3 USB2 1x GbE 2x 2.5GbE
source "${SRC}/config/boards/nanopct6.conf"
BOARD_NAME="NanoPC T6 LTS"
# Important: despite sourcing the nanopct6 file above, this file still has to contain some variables, due the way Armbian's JSON matrix generator works.
BOARDFAMILY="rockchip-rk3588"
BOARD_MAINTAINER=""
BOOT_FDT_FILE="rockchip/rk3588-nanopc-t6-lts.dtb" # As opposed to "rockchip/rk3588-nanopc-t6.dtb" for the non-LTS version
KERNEL_TARGET="edge,current,vendor"
KERNEL_TEST_TARGET="vendor,current"
Loading

0 comments on commit ceb52e2

Please sign in to comment.