* [ rockchip64] second round config migration Recommend all @armbian/boards-rockchip maintainers double check the resulting configurations, as stated in the PR the level of confusion in the family config logic likely means some boards have unnecessary extra stuff.
22 lines
670 B
Plaintext
22 lines
670 B
Plaintext
# Rockchip RK3568 quad core 2GB-4GB GBE eMMC NVMe SATA USB3 WiFi
|
|
BOARD_NAME="Station P2"
|
|
BOARDFAMILY="media"
|
|
BOOTCONFIG="firefly-p2-rk3568_defconfig"
|
|
KERNEL_TARGET="legacy,current,edge"
|
|
FULL_DESKTOP="yes"
|
|
BOOT_LOGO="desktop"
|
|
BOOT_FDT_FILE="rockchip/rk3568-firefly-roc-pc.dtb"
|
|
SRC_EXTLINUX="yes"
|
|
SRC_CMDLINE="console=ttyS02,1500000 console=tty0"
|
|
ASOUND_STATE="asound.state.station-p2"
|
|
IMAGE_PARTITION_TABLE="gpt"
|
|
|
|
function post_family_tweaks__station_p2() {
|
|
display_alert "$BOARD" "Installing board tweaks" "info"
|
|
|
|
cp -R $SRC/packages/blobs/rtl8723bt_fw/* $SDCARD/lib/firmware/rtl_bt/
|
|
cp -R $SRC/packages/blobs/station/firmware/* $SDCARD/lib/firmware/
|
|
|
|
return 0
|
|
}
|