diff --git a/build-armbian/armbian-files/common-files/etc/model_database.conf b/build-armbian/armbian-files/common-files/etc/model_database.conf index d4f6c58d58..6535daf0e6 100644 --- a/build-armbian/armbian-files/common-files/etc/model_database.conf +++ b/build-armbian/armbian-files/common-files/etc/model_database.conf @@ -42,6 +42,7 @@ #-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+------------+------- 116 :CM311-1/HG680-LC :s905l3 :meson-gxl-s905l2-x7-5g.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxl :s905l3 :no 117 :E900V22E :s905l3b :meson-gxl-s905l3b-e900v22e.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :s905l3b :no +118 :BesTV-R3300L :s905l-b :meson-gxl-s905x-p212.dtb :u-boot-r3300l.bin :r3300l-u-boot.bin.sd.bin :NA :stable :amlogic :meson-gxl :s905l-b :no # Amlogic GXM Family diff --git a/build-armbian/documents/amlogic_model_database.md b/build-armbian/documents/amlogic_model_database.md index 601842f946..8df1e42bde 100644 --- a/build-armbian/documents/amlogic_model_database.md +++ b/build-armbian/documents/amlogic_model_database.md @@ -33,6 +33,7 @@ For users who perform custom compilation in the `fork` source code repository, i 115Q96 minis905l-bmeson-gxl-s905x-p212.dtbu-boot-s905x-s912.binNANA1+8G,100Mb Nicmeson-gxls905l-bno 116CM311-1/HG680-LCs905l3meson-gxl-s905l2-x7-5g.dtbu-boot-p212.binNANA4C@1908Mhz,2+8G,USB2.0x2,LAN 100Mb Nicmeson-gxls905l3no 117E900V22Es905l3bmeson-gxl-s905l3b-e900v22e.dtbu-boot-s905x-s912.binNANA4C@1908Mhz,S905L3b,2+8G,USB2.0x2,LAN 100Mb Nic(Need to flash to android9 system)meson-gxls905l3no +118BesTV R3300Ls905l-bmeson-gxl-s905x-p212.dtbu-boot-r3300l.binr3300l-u-boot.bin.sd.binNA1+8G,100Mb Nicmeson-gxls905l-bno 201Octopus Planets912meson-gxm-octopus-planet.dtbu-boot-zyxq.binNANA4C@1512Mhz+4C@1000Mhz,2GB Mem,1Gb Nicmeson-gxms912yes 202Octopus Planet (FAKE)s912meson-gxm-octopus-planet.dtbu-boot-zyxq.binNAbl-fake-octopus-planet.bin4C@1512Mhz+4C@1000Mhz,2GB Mem,1Gb Nicmeson-gxms912no diff --git a/build-armbian/u-boot/amlogic/bootloader/r3300l-u-boot.bin.sd.bin b/build-armbian/u-boot/amlogic/bootloader/r3300l-u-boot.bin.sd.bin new file mode 100644 index 0000000000..c10d7c0abf Binary files /dev/null and b/build-armbian/u-boot/amlogic/bootloader/r3300l-u-boot.bin.sd.bin differ diff --git a/build-armbian/u-boot/amlogic/overload/u-boot-r3300l.bin b/build-armbian/u-boot/amlogic/overload/u-boot-r3300l.bin new file mode 100644 index 0000000000..448d439b97 Binary files /dev/null and b/build-armbian/u-boot/amlogic/overload/u-boot-r3300l.bin differ