Skip to content

Commit

Permalink
ath79-nand: add support for GL.iNet E750
Browse files Browse the repository at this point in the history
The gl-e750 is a portable travel router that gives you safe access to
the internet while traveling.

Specifications:
- SoC: Qualcomm Atheros AR9531 (650MHz)
- RAM: 128 MB DDR2
- Flash: 16 MB SPI NOR (W25Q128FVSG) + 128 MB SPI NAND (GD5F1GQ4UFYIG)
- Ethernet: 10/100: 1xLAN
- Wireless: QCA9531 2.4GHz (bgn) + QCA9887 5GHz (ac)
- USB: 1x USB 2.0 port
- Switch: 1x switch
- Button: 1x reset button
- OLED Screen: 128*64 px

MAC addresses based on vendor firmware:
LAN *:a0 art 0x0
2.4GHz *:a1 art 0x1002
5GHz *:a2 art calculated from art 0x0 + 2

Flash firmware:
Since openwrt's kernel already exceeds 2MB, upgrading from the official
version of GL-inet (v3.100) using the sysupgrade command will break the
kernel image. Users who are using version 3.100 can only upgrade via
uboot. The official guidance for GL-inet is as follows:
https://docs.gl-inet.com/en/3/troubleshooting/debrick/
  • Loading branch information
ambassador86 committed Feb 14, 2024
1 parent f3a2bcd commit fd30677
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions targets/ath79-nand
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s-nor', {
packages = ATH10K_PACKAGES_QCA9887,
})

device('gl.inet-gl-e750', 'glinet_gl-e750', {
factory = false,
packages = ATH10K_PACKAGES_QCA9887,
})

device('gl.inet-gl-xe300', 'glinet_gl-xe300', {
factory = false,
})
Expand Down

0 comments on commit fd30677

Please sign in to comment.