Skip to content
David Bauer edited this page Jul 27, 2024 · 1 revision

Installation

Download the latest firmware version from the releases page. Take care the device does never start to stock firmware. Otherwise you coud run into problems.

  1. Turn off the GL.iNet Puli (Power LED has to be off)
  2. Turn on the device while pressing the reset button.
  3. Release the power button. Keep the reset button pressed until the LAN LED has blinked 5 times. Release after the 5th illumination.
  4. Connect the LAN Port via Ethernet to a Notebook. Assign the Computer the IP-Address 192.168.1.10/24
  5. Open the Recovery page in any browser at http://192.168.1.1/
  6. Upload the factory-image and confirm the process.

The device will become reachable in the 1nce network roughly two minutes after the WWAN (3G/4G) LED starts to illuminate.

Update

To update the firmware on a device, the following steps are required:

  1. Download the sysupgrade image from the releases page.
  2. Transfer the image using scp to the device via the 1nce VPN: scp -O -J [email protected] <sysupgrade-image> root@<device-ip>:/tmp/image.bin
  3. Start the sysupgrade: ssh -J [email protected] root@<device-ip> "sysupgrade /tmp/image.bin"

Tools

ffda-oob-ntp

Execute to synchronize the time using NTP exactly once. Used to set the system time.

ffda-notes

  • ffda-notes [show] - Show notes located on the device
  • ffda-notes edit - Edit device-notes using vi
  • ffda-notes nano - Edit device-notes using nano

ffda-geolocate

Geolocates the device using WiFi networks in it's vicinity.

This requires to set the API key with uci set ffda-oob-firmware.geolocator.api_key='API_KEY'; uci commit

Clone this wiki locally