Skip to content

Commit

Permalink
Add support for rk3566-box-demo
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Yan <[email protected]>
  • Loading branch information
andyshrk committed Jul 17, 2023
1 parent fdc8e98 commit 00b1ccc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions config/boards/rk3566-box-demo.csc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Rockchip RK3566 BoX Demo with 4GB DDR/HDMI/USB3/WIFI/GMAC
BOARD_NAME="RK3566 BOX DEMO"
BOOT_SOC="rk3568"
BOARDFAMILY="rk35xx"
BOOTCONFIG="rk3568_defconfig"
KERNEL_TARGET="current,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3566-box-demo.dtb"
BOOT_SCENARIO="spl-blobs"
WIREGUARD="no"
IMAGE_PARTITION_TABLE="gpt"
5 changes: 4 additions & 1 deletion config/sources/families/media.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ $BOARD == station-p2 || $BOARD == station-m2 || $BOARD == bananapir2pro ]]
BOOTSOURCE='https://github.com/150balbes/u-boot-rk'
BOOTBRANCH='branch:rk356x'
BOOTPATCHDIR="u-boot-station-p2"
elif [[ $BOARD == quartz64a || $BOARD == quartz64b ]]; then
elif [[ $BOARD == quartz64a || $BOARD == quartz64b || $BOARD == rk3566-box-demo ]]; then
BOOTSOURCE='https://github.com/150balbes/u-boot-rk'
BOOTBRANCH='branch:rk35xx'
BOOTPATCHDIR="u-boot-station-p2"
Expand Down Expand Up @@ -69,6 +69,9 @@ case $BRANCH in
KERNELPATCHDIR='media-'$BRANCH
LINUXFAMILY=media
LINUXCONFIG='linux-media-'$BRANCH
if [[ $BOARD == rk3566-box-demo ]]; then
EXTRAWIFI="no"
fi
;;
esac

Expand Down

0 comments on commit 00b1ccc

Please sign in to comment.