File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
amlogic-s9xxx/common-files/files/lib/u-boot Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ kernel_path="${amlogic_path}/amlogic-kernel"
56
56
uboot_path=" ${amlogic_path} /amlogic-u-boot"
57
57
configfiles_path=" ${amlogic_path} /common-files"
58
58
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" )
60
60
#
61
61
# Latest kernel download repository
62
62
kernel_repo=" https://github.com/ophub/kernel/tree/main/pub"
@@ -315,6 +315,12 @@ confirm_version() {
315
315
MAINLINE_UBOOT=" "
316
316
ANDROID_UBOOT=" "
317
317
;;
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
+ ;;
318
324
* )
319
325
error_msg " Have no this firmware: [ ${soc} - ${kernel} ]"
320
326
;;
You can’t perform that action at this time.
0 commit comments