Go to file
2025-07-27 16:06:38 -04:00
ap3825i.expect feat: parameterize the sysupgrade url source 2025-07-27 13:15:46 -04:00
Makefile feat: parameterize the sysupgrade url source 2025-07-27 13:15:46 -04:00
README.md doc: mention it's possible to skip configuration mode 2025-07-27 16:06:38 -04:00
toggle_jg928a_port.sh feat: ap3825i: parameterize everything 2025-07-26 18:29:02 -04:00

ap3825i

To flash: make run0 runs against /dev/ttyUSB0 on misbah, Martin's basement chromebox, to flash with whatever parameters are configured in the Makefile.

Config mode

After flashing: you can run the following segment to turn a freshly flashed Gluon router into a configured one; notably, this reconfigures WAN to be uplink+mesh, not just uplink:

uci del_list gluon.iface_wan.role='mesh'
uci add_list gluon.iface_wan.role='mesh'
uci commit gluon

uci set gluon-setup-mode.@setup_mode[0].configured='1'
uci commit gluon-setup-mode

gluon-reconfigure
reboot

Note: it's also possible to skip config mode by using setup_mode : package in site.conf. See https://gluon.readthedocs.io/en/latest/user/site.html, setup_mode : package section.