ophub / amlogic-s9xxx-openwrt

Support for OpenWrt in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
1.71k stars 1.51k forks source link

Wetek Hub #80

Closed muetzekoeln closed 3 years ago

muetzekoeln commented 3 years ago

Could you please also support (legacy device) WETEK Hub?

ophub commented 3 years ago

I searched for information about Wetek Hub:

https://tokopedia.link/POyPfkeDdhb

CPU AMLogic S905-H
Memory 1GB DDR3 RAM
Internal storage 8GB eMMC 5.0 Flash memory Samsung
Connectivity Gigabit Ethernet and Dual Band B/G/N/AC WiFi (external antenna), BT 4.0
Interfaces HDMI 2.0, Micro SD card slot, USB2.0

According to this configuration information, you can try this dtb startup:

https://github.com/ophub/amlogic-s9xxx-openwrt/blob/main/amlogic-s9xxx/amlogic-dtb/meson-gxbb_p200_1G_wetek_hub.dtb

  1. Download this file: openwrt_s905d_v5.4.127_2021-----.img.gz
  2. Then write the IMG file to the USB hard disk through software such as Rufus or balenaEtcher.
  3. Modify the /boot/uEnv.txt file, change meson-gxl-s905d-phicomm-n1.dtb to meson-gxbb_p200_1G_wetek_hub.dtb
  4. Insert the USB hard disk into the Wetek Hub to start.
muetzekoeln commented 3 years ago

Thanks. I tried it. Copied image to micro-SD, copied dtb file and changed uEnv.txt. But WETEK Hub did not even try to start from micro-SD. It instantly boots from NAND. There seems to be something very basic missing or wrong.