From 69e71d1048941fb7f724d85805dc18dfe24eee4d Mon Sep 17 00:00:00 2001 From: ophub Date: Fri, 27 Jan 2023 06:00:30 +0000 Subject: [PATCH] Add HG680-LC(S905l3) support --- CONTRIBUTORS.md | 1 + README.cn.md | 2 +- README.md | 2 +- .../armbian-files/common-files/etc/model_database.conf | 2 +- build-armbian/documents/amlogic_model_database.md | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b80c999f07..910dfb5c9d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -63,4 +63,5 @@ The `kernel` / `u-boot` and other resources used by this system are mainly copie | [texaszc](https://github.com/texaszc) | 52. [2023-01-14] After his test feedback in [Issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/921), `MGV3000(S905l3)` box can be installed in eMMC, kernel uses `5.15.y`, dtb uses `meson-gxl-s905l2-x7-5g.dtb` file, and u-boot uses `u-boot-s905x-s912.bin` file. The 100Mb wired network works fine. | | [tuzhis](https://github.com/tuzhis) | 53. [2023-01-18] After his test feedback in [Issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/939), `E900V22E(S905l3b)` box can be installed in eMMC, dtb uses `meson-gxl-s905l3b-e900v22e.dtb` file, and u-boot uses `u-boot-s905x-s912.bin` file. The 100Mb wired network works fine (Need to flash to `Android 9` system). | | [OPMonday](https://github.com/OPMonday) | 54. [2023-01-24] After his test feedback in [Issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/970), `UNT403A(S905l3a)` box can be installed in eMMC, dtb uses `meson-g12a-s905l3a-cm311.dtb` file, and u-boot uses `u-boot-e900v22c.bin` file. The 100Mb wired network works fine. | +| [1904688138](https://github.com/1904688138) | 55. [2023-01-27] After his test feedback in [Issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/978), `HG680-LC(S905l3)` box can be installed in eMMC, dtb uses `meson-gxl-s905l2-x7-5g.dtb` file, and u-boot uses `u-boot-p212.bin` file. The 100Mb wired network works fine. | diff --git a/README.cn.md b/README.cn.md index 25b98a93da..c3f030964a 100644 --- a/README.cn.md +++ b/README.cn.md @@ -23,7 +23,7 @@ | s905 | [Beelink-Mini-MX-2G](https://www.gearbest.com/tv-box-mini-pc/pp_321409.html), [Sunvell-T95M](https://github.com/ophub/amlogic-s9xxx-openwrt/issues/337), [MXQ-Pro+4K](https://www.gearbest.com/tv-box-mini-pc/pp_354313.html) | 全部 | armbian_aml_s905_*.img | | s905l3a | [E900V22C/D](https://github.com/Calmact/e900v22c), [CM311-1a-YST](https://github.com/ophub/amlogic-s9xxx-armbian/issues/517), [M401A](https://github.com/ophub/amlogic-s9xxx-armbian/issues/732), [M411A](https://blog.csdn.net/fatiaozhang9527/article/details/126388479), [UNT403A](https://github.com/ophub/amlogic-s9xxx-armbian/issues/970), [UNT413A](https://blog.csdn.net/fatiaozhang9527/article/details/122232733), [ZTE-B863AV3.2-M](https://github.com/ophub/amlogic-s9xxx-armbian/issues/741) | 全部 | armbian_aml_s905l3a_*.img | | s905l3b | [M302A/M304A](https://blog.csdn.net/fatiaozhang9527/article/details/122006745), [E900V22E](https://github.com/ophub/amlogic-s9xxx-armbian/issues/939) | 全部 | armbian_aml_s905l2_*.img | -| s905l2/3 | [MGV2000](https://github.com/ophub/amlogic-s9xxx-armbian/issues/648), [MGV3000](https://github.com/ophub/amlogic-s9xxx-armbian/issues/921), [Wojia-TV-IPBS9505](https://github.com/ophub/amlogic-s9xxx-armbian/issues/648), [CM311-1(s905l3)](https://github.com/ophub/amlogic-s9xxx-armbian/issues/763) | 全部 | armbian_aml_s905l2_*.img | +| s905l2/3 | [MGV2000](https://github.com/ophub/amlogic-s9xxx-armbian/issues/648), [MGV3000](https://github.com/ophub/amlogic-s9xxx-armbian/issues/921), [Wojia-TV-IPBS9505](https://github.com/ophub/amlogic-s9xxx-armbian/issues/648), [CM311-1(s905l3)](https://github.com/ophub/amlogic-s9xxx-armbian/issues/763), [HG680-LC(s905l3)](https://github.com/ophub/amlogic-s9xxx-armbian/issues/978) | 全部 | armbian_aml_s905l2_*.img | | rk3588 | [Radxa-Rock5B](https://wiki.radxa.com/Rock5/5b) | [rk3588](https://github.com/ophub/kernel/tree/main/pub/rk3588) | armbian_rockchip_rock5b.img | | rk3568 | [FastRhino-R66S](https://r68s.cn/), [FastRhino-R68S](https://r68s.cn/) | [6.x.y](https://github.com/ophub/kernel/tree/main/pub/stable) | armbian_rockchip_r66s.img
armbian_rockchip_r68s.img | | rk3328 | [beikeyun](https://www.cnblogs.com/milton/p/15391525.html), [l1pro](https://post.smzdm.com/p/a4wkdo7l/) | 全部 | armbian_rockchip_beikeyun.img
armbian_rockchip_l1pro.img | diff --git a/README.md b/README.md index 1a672c3e81..3ede13220d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The latest version of the Armbian firmware can be downloaded in [Releases](https | s905 | [Beelink-Mini-MX-2G](https://www.gearbest.com/tv-box-mini-pc/pp_321409.html), [Sunvell-T95M](https://github.com/ophub/amlogic-s9xxx-openwrt/issues/337), [MXQ-Pro+4K](https://www.gearbest.com/tv-box-mini-pc/pp_354313.html) | All | armbian_aml_s905_*.img | | s905l3a | [E900V22C/D](https://github.com/Calmact/e900v22c), [CM311-1a-YST](https://github.com/ophub/amlogic-s9xxx-armbian/issues/517), [M401A](https://github.com/ophub/amlogic-s9xxx-armbian/issues/732), [M411A](https://blog.csdn.net/fatiaozhang9527/article/details/126388479), [UNT403A](https://github.com/ophub/amlogic-s9xxx-armbian/issues/970), [UNT413A](https://blog.csdn.net/fatiaozhang9527/article/details/122232733), [ZTE-B863AV3.2-M](https://github.com/ophub/amlogic-s9xxx-armbian/issues/741) | All | armbian_aml_s905l3a_*.img | | s905l3b | [M302A/M304A](https://blog.csdn.net/fatiaozhang9527/article/details/122006745), [E900V22E](https://github.com/ophub/amlogic-s9xxx-armbian/issues/939) | All | armbian_aml_s905l2_*.img | -| s905l2/3 | [MGV2000](https://github.com/ophub/amlogic-s9xxx-armbian/issues/648), [MGV3000](https://github.com/ophub/amlogic-s9xxx-armbian/issues/921), [Wojia-TV-IPBS9505](https://github.com/ophub/amlogic-s9xxx-armbian/issues/648), [CM311-1(s905l3)](https://github.com/ophub/amlogic-s9xxx-armbian/issues/763) | All | armbian_aml_s905l2_*.img | +| s905l2/3 | [MGV2000](https://github.com/ophub/amlogic-s9xxx-armbian/issues/648), [MGV3000](https://github.com/ophub/amlogic-s9xxx-armbian/issues/921), [Wojia-TV-IPBS9505](https://github.com/ophub/amlogic-s9xxx-armbian/issues/648), [CM311-1(s905l3)](https://github.com/ophub/amlogic-s9xxx-armbian/issues/763), [HG680-LC(s905l3)](https://github.com/ophub/amlogic-s9xxx-armbian/issues/978) | All | armbian_aml_s905l2_*.img | | rk3588 | [Radxa-Rock5B](https://wiki.radxa.com/Rock5/5b) | [rk3588](https://github.com/ophub/kernel/tree/main/pub/rk3588) | armbian_rockchip_rock5b.img | | rk3568 | [FastRhino-R66S](https://r68s.cn/), [FastRhino-R68S](https://r68s.cn/) | [6.x.y](https://github.com/ophub/kernel/tree/main/pub/stable) | armbian_rockchip_r66s.img
armbian_rockchip_r68s.img | | rk3328 | [beikeyun](https://www.cnblogs.com/milton/p/15391525.html), [l1pro](https://post.smzdm.com/p/a4wkdo7l/) | All | armbian_rockchip_beikeyun.img
armbian_rockchip_l1pro.img | 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 7dff36d9a6..310f330bd3 100644 --- a/build-armbian/armbian-files/common-files/etc/model_database.conf +++ b/build-armbian/armbian-files/common-files/etc/model_database.conf @@ -40,7 +40,7 @@ 114 :Wojia-TV-IPBS9505 :s905l2 :meson-gxl-s905l2-ipbs9505.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :s905l2 :no 115 :Q96-mini :s905l-b :meson-gxl-s905x-p212.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :s905l-b :no #-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+------------+------- -116 :CM311-1 :s905l3 :meson-gxl-s905l2-x7-5g.dtb :u-boot-p212.bin :NA :NA :stable :amlogic :meson-gxl :s905l3 :no +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 diff --git a/build-armbian/documents/amlogic_model_database.md b/build-armbian/documents/amlogic_model_database.md index 3915959cbb..601842f946 100644 --- a/build-armbian/documents/amlogic_model_database.md +++ b/build-armbian/documents/amlogic_model_database.md @@ -31,7 +31,7 @@ For users who perform custom compilation in the `fork` source code repository, i 113MGV2000/MGV3000s905l2meson-gxl-s905l2-x7-5g.dtbu-boot-s905x-s912.binNANA4C@1908Mhz,S905L2,2+8G,USB2.0x2,LAN 100Mb Nic,2.4/5GHz Wi-Fi + Bluetooth(Cdtech 47822BS/Realtek 8822BS,no work)meson-gxls905l2yes 114Wojia-TV-IPBS9505s905l2meson-gxl-s905l2-ipbs9505.dtbu-boot-s905x-s912.binNANA4C@1908Mhz,S905L2,2+8G,USB2.0x2,LAN 100Mb Nicmeson-gxls905l2no 115Q96 minis905l-bmeson-gxl-s905x-p212.dtbu-boot-s905x-s912.binNANA1+8G,100Mb Nicmeson-gxls905l-bno -116CM311-1s905l3meson-gxl-s905l2-x7-5g.dtbu-boot-p212.binNANA4C@1908Mhz,2+8G,USB2.0x2,LAN 100Mb Nicmeson-gxls905l3no +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 201Octopus Planets912meson-gxm-octopus-planet.dtbu-boot-zyxq.binNANA4C@1512Mhz+4C@1000Mhz,2GB Mem,1Gb Nicmeson-gxms912yes