gluon icon indicating copy to clipboard operation
gluon copied to clipboard

ipq40xx: Add support for GL.iNet GL-AP1300

Open frederictobiasc opened this issue 2 years ago • 5 comments

Map Link

  • [x] Must be flashable from vendor firmware
    • [x] Web interface
    • [ ] TFTP
    • [ ] Other:
  • [x] Must support upgrade mechanism
    • [x] Must have working sysupgrade
      • [ ] Must keep/forget configuration (sysupgrade [-n], firstboot)
    • [ ] Gluon profile name matches autoupdater image name (lua -e 'print(require("platform_info").get_image_name())')
  • [x] Reset/WPS/... button must return device into config mode
  • [ ] Primary MAC address should match address on device label (or packaging) (https://gluon.readthedocs.io/en/latest/dev/hardware.html#notes)
    • When re-adding a device that was supported by an earlier version of Gluon, a factory reset must be performed before checking the primary MAC address, as the setting from the old version is not reset otherwise.
  • Wired network
    • [X] should support all network ports on the device
    • [X] must have correct port assignment (WAN/LAN)
      • On devices supplied via PoE, there is usually no explicit WAN/LAN labeling on the hardware. The PoE input should be the WAN port in this case.
  • Wireless network (if applicable)
    • [x] Association with AP must be possible on all radios
    • [ ] Association with 802.11s mesh must work on all radios
    • [ ] AP+mesh mode must work in parallel on all radios
  • LED mapping
    • Power/system LED
      • [X] Lit while the device is on
      • [ ] Should display config mode blink sequence (https://gluon.readthedocs.io/en/latest/features/configmode.html)
    • Radio LEDs
      • (not applicable) Should map to their respective radio
      • (not applicable)Should show activity
    • Switch port LEDs
      • (not applicable) Should map to their respective port (or switch, if only one led present)
      • (not applicable) Should show link state and activity
  • Outdoor devices only:
    • (not applicable) Added board name to is_outdoor_device function in package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua

Hi, this is a draft pull request to track the state.

Summary

  • RAM: 256MB
  • FLASH: 4MB NOR + 128MB NAND
  • ETH: 1x WAN (PoE) + 1x LAN port
  • mini PCIe connector Source

To solve:

  • [ ] Primary MAC address does not match label: Is: 94:83:c4:1b:00:8d instead of 94:83:c4:1b:00:8b

Nice-to-have:

  • [ ] Let "World"-LED represent the WAN-Connection-Status

frederictobiasc avatar Jun 19 '22 09:06 frederictobiasc

Primary MAC address does not match label: Is: 94:83:c4:1b:00:8d instead of 94:83:c4:1b:00:8b

With stock OpenWrt, which interface (wired / wireless) corresponds to the MAC on the label?

blocktrron avatar Jun 20 '22 13:06 blocktrron

@frederictobiasc any update on the question?

rotanid avatar Aug 06 '22 15:08 rotanid

Any update?

blocktrron avatar Aug 09 '22 18:08 blocktrron

I checked on another device, hence the different MAC addresses. The primary MAC address corresponds to the bgn radio. The MAC address on the sticker corresponds to the LAN Ethernet port. LAN: 94:83:C4:1B:00:4F (MAC on label) WAN: 94:83:C4:1B:00:50 bgn radio: 94:83:C4:1B:00:51 (Primary MAC address) nac radio: 94:83:C4:1B:00:52

Apart from that, the device runs well since I created this issue.

frederictobiasc avatar Aug 14 '22 10:08 frederictobiasc

@blocktrron how do we go forward?

rotanid avatar Aug 28 '22 21:08 rotanid

Closed with #2635

blocktrron avatar Oct 08 '22 00:10 blocktrron