2020-08-28 22:16:28 +00:00
|
|
|
# Rockchip RK3399 hexa core 1-4GB SoC GBe eMMC USB3 WiFi/BT PoE
|
2020-07-17 08:39:12 +00:00
|
|
|
BOARD_NAME="Rockpi 4B"
|
2019-01-02 00:37:27 +00:00
|
|
|
BOARDFAMILY="rockchip64"
|
2023-06-19 18:08:36 +00:00
|
|
|
BOARD_MAINTAINER=""
|
2020-05-03 17:15:46 +00:00
|
|
|
BOOTCONFIG="rock-pi-4-rk3399_defconfig"
|
2023-10-12 15:55:18 +00:00
|
|
|
KERNEL_TARGET="current,edge"
|
2024-08-21 09:43:41 +00:00
|
|
|
KERNEL_TEST_TARGET="current"
|
2019-09-01 20:13:13 +00:00
|
|
|
FULL_DESKTOP="yes"
|
2020-06-27 17:14:38 +00:00
|
|
|
BOOT_LOGO="desktop"
|
2020-08-28 22:16:28 +00:00
|
|
|
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4b.dtb"
|
2023-05-05 15:07:07 +00:00
|
|
|
BOOT_SCENARIO="tpl-spl-blob"
|
2021-10-26 20:14:41 +00:00
|
|
|
BOOT_SUPPORT_SPI=yes
|
|
|
|
|
DDR_BLOB="rk33/rk3399_ddr_933MHz_v1.20.bin"
|
2023-03-21 14:40:22 +00:00
|
|
|
|
|
|
|
|
function post_family_tweaks_bsp__rockpi-4b_BSP() {
|
2024-07-08 15:00:38 +00:00
|
|
|
display_alert "Installing BSP firmware and fixups"
|
2023-03-21 14:40:22 +00:00
|
|
|
|
|
|
|
|
if [[ $BRANCH == legacy ]]; then
|
|
|
|
|
|
|
|
|
|
# Bluetooth for most of others (custom patchram is needed only in legacy)
|
|
|
|
|
install -m 755 $SRC/packages/bsp/rk3399/brcm_patchram_plus_rk3399 $destination/usr/bin
|
|
|
|
|
cp $SRC/packages/bsp/rk3399/rk3399-bluetooth.service $destination/lib/systemd/system/
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
return 0
|
2023-05-05 15:07:07 +00:00
|
|
|
}
|