ramips-mt7621: add Ubiquiti UniFi nanoHD #3362
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Must be flashable from vendor firmware
Downgrade to 3.9.27 first using this procedure UniFi Recovery Mode > Access Points (installation via ssh while running 6.6.73 was tested and didn't work, it automatically reboots into tftp recovery)
use pitch's acProFlashtool
Give your device
on linux:
chmod +x firmwareloader-linux
./firmwareloader-linux -f sysupgrade-file-name.bin
Must support upgrade mechanism
sysupgrade [-n]
,firstboot
)(
lua -e 'print(require("platform_info").get_image_name())'
)ubiquiti-unifi-nanohd
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)
It the same as the one silkscreened onto the device: E063DA25D25D
factory reset must be performed before checking the primary MAC address, as
the setting from the old version is not reset otherwise.
Wired network
Wireless network (if applicable)
LED mapping
(https://gluon.readthedocs.io/en/latest/features/configmode.html)
Radio LEDsShould map to their respective radioShould show activitySwitch port LEDsShould map to their respective port (or switch, if only one led present)Should show link state and activityOutdoor devices only:Added board name tois_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Cellular devices only:Added board name tois_cellular_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Added board name with modem setup functionsetup_ncm_qmi
topackage/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
Docs:
docs/user/supported_devices.rst