Skip to content

Commit 5536f09

Browse files
authored
Merge pull request #210 from darkliang/a311d
A311D Support by @darkliang
2 parents 642cc3c + 6c5a3b4 commit 5536f09

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
1.09 MB
Binary file not shown.

make

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ kernel_path="${amlogic_path}/amlogic-kernel"
5656
uboot_path="${amlogic_path}/amlogic-u-boot"
5757
configfiles_path="${amlogic_path}/common-files"
5858
op_release="etc/flippy-openwrt-release" # Add custom openwrt firmware information
59-
build_openwrt=("s922x" "s922x-n2" "s922x-reva" "s905x3" "s905x2" "s912" "s912-t95z" "s905" "s905d" "s905d-ki" "s905x" "s905w")
59+
build_openwrt=("a311d" "s922x" "s922x-n2" "s922x-reva" "s905x3" "s905x2" "s912" "s912-t95z" "s905" "s905d" "s905d-ki" "s905x" "s905w")
6060
#
6161
# Latest kernel download repository
6262
kernel_repo="https://github.com/ophub/kernel/tree/main/pub"
@@ -315,6 +315,12 @@ confirm_version() {
315315
MAINLINE_UBOOT=""
316316
ANDROID_UBOOT=""
317317
;;
318+
a311d | khadas-vim3)
319+
FDTFILE="meson-g12b-a311d-khadas-vim3.dtb"
320+
UBOOT_OVERLOAD="u-boot-gtkingpro.bin"
321+
MAINLINE_UBOOT="/lib/u-boot/VIM3.u-boot.sd.bin"
322+
ANDROID_UBOOT=""
323+
;;
318324
*)
319325
error_msg "Have no this firmware: [ ${soc} - ${kernel} ]"
320326
;;

0 commit comments

Comments
 (0)