File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Amlogic S905X3 quad core 4GB RAM SoC eMMC GBE USB2 SPI
2
+ BOARD_NAME="JetHub D2 family"
3
+ BOARDFAMILY="jethub"
4
+ BOARD_MAINTAINER="adeepn"
5
+ BOOTCONFIG="jethub_j200_defconfig"
6
+ KERNEL_TARGET="current,edge"
7
+ MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
8
+ FULL_DESKTOP="yes"
9
+ SERIALCON="ttyAML0"
10
+ #BOOT_LOGO="desktop"
11
+
12
+ BOOTBRANCH_BOARD="tag:v2024.01"
13
+ BOOTPATCHDIR="v2024.01"
14
+
15
+ BOOT_FDT_FILE="amlogic/meson-sm1-jethome-jethub-j200.dtb"
16
+
17
+ # To enable the SPI NOR the -spi .dtb is required, because eMMC shares a pin with SPI on the D2. To use it:
18
+ # fdtfile=amlogic/meson-sm1-jethome-jethub-j200-spinor.dtb # in armbianEnv.txt and reboot, then run armbian-install
19
+ # After deploying to SPI-NOR/MTD, return back to the normal DTB, otherwise eMMC speed is impaired.
20
+ #UBOOT_TARGET_MAP="u-boot-dtb.img;;u-boot.bin.sd.bin:u-boot.bin u-boot-dtb.img u-boot.bin:u-boot-spi.bin"
You can’t perform that action at this time.
0 commit comments