Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ramips-mt7621: add support for D-Link COVR-X1860 a1 #3153

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

maurerle
Copy link
Member

@maurerle maurerle commented Jan 9, 2024

The COVR-X1860 is a wifi6 device quite similar to the DAP-X1860, which is not wall-plugged and has two Gigabit LAN ports.
It is already well tested with ~40 devices in FFAC.

  • Must be flashable from vendor firmware
    • Web interface (recovery when holding the reset button while booting or signed factory image when using D-Link interface
    • TFTP
    • Other:
  • Must support upgrade mechanism
    • 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())')
  • 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#hardware-support-in-packages)
    • 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
    • should support all network ports on the device
    • must have correct port assignment (WAN/LAN)
      • if there are multiple ports but no WAN port:
        • the PoE input should be WAN, all other ports LAN
        • otherwise the first port should be declared as WAN, all other ports LAN
  • Wireless network (if applicable)
    • 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
    • Radio LEDs (none)
      • Should map to their respective radio
      • Should show activity
    • Switch port LEDs (none)
      • Should map to their respective port (or switch, if only one led present)
      • Should show link state and activity
  • Outdoor devices only:
    • Added board name to is_outdoor_device function in package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
  • Cellular devices only:
    • Added board name to is_cellular_device function in package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
    • Added board name with modem setup function setup_ncm_qmi to package/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
  • Docs:
    • Added Device to docs/user/supported_devices.rst

@github-actions github-actions bot added 3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support labels Jan 9, 2024
@maurerle
Copy link
Member Author

maurerle commented Jan 9, 2024

this PR currently awaits #3152 but can be merged afterwards

@blocktrron
Copy link
Member

Please rebase on latest master.

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
@maurerle
Copy link
Member Author

maurerle commented Jan 9, 2024

I just did build firmware from the rebase and tested it on one of my devices.
This is ready to merge

@blocktrron blocktrron merged commit 1ba17d6 into freifunk-gluon:master Jan 9, 2024
10 checks passed
@maurerle maurerle deleted the covr-x1860 branch January 9, 2024 23:08
blocktrron pushed a commit to blocktrron/gluon that referenced this pull request Jan 16, 2024
)

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
(cherry picked from commit 1ba17d6)
hafu pushed a commit to Freifunk-Potsdam/gluon that referenced this pull request Jun 2, 2024
)

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
(cherry picked from commit 1ba17d6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants