This is an old revision of the document!


Install licenses via USB stick

How-to

  1. Router must be in factory reset state (unconfigured)
  2. Format an USB-Stick FAT16/32
  3. Download the files autorun.key and autorun.sh
  4. Copy autorun.key and autorun.sh on the stick
  5. If you got the licenses in an archive, extract the license files
  6. Copy all the license files (00112B*.lic) on the stick
  7. Power on the router and wait until it has booted completely
  8. Plug in the USB stick and wait

The STATUS LED will be solid green and after inserting the USB Stick the WLAN1 LED will also start blinking green/off. Afer a few seconds all LEDs will blink green/off together.

When the update is done the LEDs will be in a stare where STATUS LED is solid yellow and WLAN1 LED is blinking yellow/red. All other LEDs are solid red.

You can now reboot the device and check the status of the licenses with the command:

cli status license

Files

autorun.key
$1$LVOmS4hg$h3X0lt8xMrlElRyqXODLC/
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
0876dfca6d6fedf99b2ab87b6e2fed4bd4051ede78a8a9135b500b2e94d99b88
d6414f06abe9d25df078def16971fc48a0c18fb5da799c141cc8c555683467a7
autorun.sh
#!/bin/ash/
set -xv
echo "SLOW GREEN" > /tmp/status/led-manager/led3
 
eval $(/usr/local/sbin/cli status -s )
 
sleep 3
cp /mnt/media/autorun/$SERIAL_NUMBER\.lic /tmp/ || echo "FAST RED" > /tmp/status/led-manager/led3 
cli update license file:///tmp/$SERIAL_NUMBER\.lic  ||  echo "FAST YELLOW" > /tmp/status/led-manager/led3
sleep 5
 
eval $(/usr/local/sbin/cli status -s )
 
if [ "$FEATURE_WLAN" != licensed ]; then
    for i in $(ls /sys/class/leds/*green/brightness); do echo 1 > $i; done
else
	for i in $(ls /sys/class/leds/*red/brightness); do echo 1 > $i; done
fi

Reset router into factor reset state

  1. Power off you device
  2. Place a tiny pin in to the reset hole and press the reset button
  3. Power on the device and keep the reset button pressed
  4. Keep the reset button pressed for aprrox. 40 sec. until all LEDs flashed up in the color RED (excluded are NB800 modules they will flash green)
  5. Release the reset button now