mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
board: cm3588-nas: Use mainline dts file
Also add temporary compatibility patch for existing installations, since existing installations will look for the old dts file. To make migration smoother, add a pointer to the new file by including the new dts in the old one. For migration: Please edit your `/boot/armbianEnv.txt` as soon as possible to use BOOT_FDT_FILE="rockchip/rk3588-friendlyelec-cm3588-nas.dtb"! This workaround will be removed in kernel version 6.14!
This commit is contained in:
@@ -8,10 +8,10 @@ KERNEL_TARGET="edge,current,vendor"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
IMAGE_PARTITION_TABLE="gpt"
|
||||
BOOT_FDT_FILE="rockchip/rk3588-nanopc-cm3588-nas.dtb"
|
||||
BOOT_FDT_FILE="rockchip/rk3588-friendlyelec-cm3588-nas.dtb"
|
||||
BOOT_SCENARIO="spl-blobs"
|
||||
|
||||
function post_family_tweaks__nanopccm3588nas_udev_naming_audios() {
|
||||
function post_family_tweaks__cm3588_nas_udev_naming_audios() {
|
||||
display_alert "$BOARD" "Renaming CM3588 audio interfaces to human-readable form" "info"
|
||||
|
||||
mkdir -p $SDCARD/etc/udev/rules.d/
|
||||
@@ -27,7 +27,7 @@ function post_family_tweaks__nanopccm3588nas_udev_naming_audios() {
|
||||
|
||||
# Output from CM3588 syslog with edge kernel 6.8: r8169 0004:41:00.0 enP4p65s0: renamed from eth0
|
||||
# Note: legacy kernel 5.10 uses driver r8125, edge kernel uses r8169 as of 6.8
|
||||
function post_family_tweaks__nanopccm3588nas_udev_naming_network_interfaces() {
|
||||
function post_family_tweaks__cm3588_nas_udev_naming_network_interfaces() {
|
||||
display_alert "$BOARD" "Renaming CM3588 LAN interface to eth0" "info"
|
||||
|
||||
mkdir -p $SDCARD/etc/udev/rules.d/
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user