add Station M3 rk3588s (#4158)
This commit is contained in:
parent
708b199970
commit
15da346cf9
11
config/boards/station-m3.conf
Normal file
11
config/boards/station-m3.conf
Normal file
@ -0,0 +1,11 @@
|
||||
# Rockchip RK3588s 2GB-16GB GBE eMMC NVMe SATA USB3 WiFi
|
||||
BOARD_NAME="Station M3"
|
||||
BOARDFAMILY="media"
|
||||
BOOTCONFIG="rk3588_defconfig"
|
||||
KERNEL_TARGET="legacy"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3588s-roc-pc.dtb"
|
||||
SRC_EXTLINUX="yes"
|
||||
SRC_CMDLINE="console=ttyS02,1500000 console=tty0"
|
||||
IMAGE_PARTITION_TABLE="gpt"
|
||||
9214
config/kernel/linux-station-m3-legacy.config
Normal file
9214
config/kernel/linux-station-m3-legacy.config
Normal file
File diff suppressed because it is too large
Load Diff
@ -8,11 +8,17 @@ elif [[ $BOARD == quartz64a ]]; then
|
||||
BOOTSOURCE='https://github.com/150balbes/u-boot-rk'
|
||||
BOOTBRANCH='branch:rk35xx'
|
||||
BOOTPATCHDIR="u-boot-station-p2"
|
||||
elif [[ $BOARD == station-m3 ]]; then
|
||||
BOOTSOURCE='https://github.com/150balbes/u-boot-rk'
|
||||
BOOTBRANCH='branch:rk3588'
|
||||
BOOTPATCHDIR="u-boot-station-p2"
|
||||
else
|
||||
BOOTBRANCH="tag:v2022.07"
|
||||
BOOTPATCHDIR="u-boot-media"
|
||||
fi
|
||||
|
||||
SKIP_BOOTSPLASH="yes"
|
||||
|
||||
case $BRANCH in
|
||||
|
||||
legacy)
|
||||
@ -26,6 +32,13 @@ case $BRANCH in
|
||||
LINUXCONFIG='linux-station-p2-'$BRANCH
|
||||
EXTRAWIFI="no"
|
||||
WIREGUARD="no"
|
||||
elif [[ $BOARD == station-m3 ]]; then
|
||||
KERNELSOURCE='https://github.com/150balbes/rockchip-kernel'
|
||||
KERNELBRANCH='branch:kernel-5.10'
|
||||
LINUXFAMILY=station-m3
|
||||
LINUXCONFIG='linux-station-m3-'$BRANCH
|
||||
KERNELPATCHDIR='station-m3-'$BRANCH
|
||||
AUFS="no"
|
||||
elif [[ $BOARD == jetson-nano ]]; then
|
||||
KERNELDIR='linux-nano'
|
||||
KERNELSOURCE='https://github.com/150balbes/Jetson-Nano'
|
||||
@ -58,7 +71,6 @@ case $BRANCH in
|
||||
|
||||
KERNELBRANCH="branch:linux-5.18.y"
|
||||
LINUXCONFIG='linux-media-'$BRANCH
|
||||
SKIP_BOOTSPLASH="yes"
|
||||
|
||||
if [[ $BOARD == station-p2 || $BOARD == station-m2 || $BOARD == quartz64a || $BOARD == bananapir2pro ]]; then
|
||||
KERNELPATCHDIR='station-p2-'$BRANCH
|
||||
@ -78,7 +90,6 @@ case $BRANCH in
|
||||
KERNELBRANCH='branch:linux-5.19.y'
|
||||
LINUXFAMILY=media
|
||||
LINUXCONFIG='linux-media-'$BRANCH
|
||||
SKIP_BOOTSPLASH="yes"
|
||||
|
||||
if [[ $BOARD == jetson-nano ]]; then
|
||||
MODULES_INITRD="jetson-nano-edge"
|
||||
|
||||
@ -927,6 +927,13 @@ station-m2 current jammy desktop s
|
||||
station-m2 current jammy desktop stable yes kde-plasma config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
|
||||
|
||||
# Station M3
|
||||
station-m3 legacy bullseye cli stable yes
|
||||
station-m3 legacy jammy cli stable yes
|
||||
station-m3 legacy bullseye desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
station-m3 legacy jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
|
||||
|
||||
# Station P2
|
||||
station-m2 legacy bullseye cli stable yes
|
||||
station-m2 legacy jammy cli stable yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user