-
Notifications
You must be signed in to change notification settings - Fork 0
000 ‐ Home
David Bauer edited this page Jul 27, 2024
·
1 revision
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.
- Turn off the GL.iNet Puli (Power LED has to be off)
- Turn on the device while pressing the reset button.
- Release the power button. Keep the reset button pressed until the LAN LED has blinked 5 times. Release after the 5th illumination.
- Connect the LAN Port via Ethernet to a Notebook. Assign the Computer the IP-Address
192.168.1.10/24
- Open the Recovery page in any browser at http://192.168.1.1/
- 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.
To update the firmware on a device, the following steps are required:
- Download the sysupgrade image from the releases page.
- 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
- Start the sysupgrade:
ssh -J [email protected] root@<device-ip> "sysupgrade /tmp/image.bin"
Execute to synchronize the time using NTP exactly once. Used to set the system time.
-
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
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