Skip to content

Commit

Permalink
Add board firefly-itx-3588j
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeleVolleri committed May 27, 2024
1 parent 66b0171 commit 7da0fe5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/boards/firefly-itx-3588j.csc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Rockchip RK3588j Octa core 4GB-32GB eMMC GBE HDMI HDMI-IN PCIe SATA USB3 WiFi 4G 5G
BOARD_NAME="Firefly ITX-3588J"
BOARDFAMILY="rockchip-rk3588"
BOARD_MAINTAINER=""
KERNEL_TARGET="vendor"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588-firefly-itx-3588j.dtb"
SRC_EXTLINUX="yes"
SRC_CMDLINE="console=ttyS02,1500000 console=tty0"
BOOT_SOC="rk3588"
IMAGE_PARTITION_TABLE="gpt"

function post_family_config__firefly-itx-3588j_use_vendor_uboot() {
BOOTCONFIG="rk3588_defconfig"
BOOTSOURCE='https://github.com/150balbes/u-boot-rk'
BOOTBRANCH='branch:rk3588'
BOOTDIR="u-boot-${BOARD}"
BOOTPATCHDIR="u-boot-firefly-itx-3588j"
}

0 comments on commit 7da0fe5

Please sign in to comment.