Tektelic KONA Micro

Prerequisite

Enable Root Access

Log into the box with the username "admin"

Run this command to enable root access (BSP 4.0.x+)

sudo opkg remove disable-root-login

Once this package is removed you can log into the box with the username "root" and the default Tektelic password

Remove the following opkg's

opkg remove kona-pkt-forwarder
opkg remove tektelic-mqtt-bridge

Reboot the system

In order for the mqtt-bridge process to be properly terminated you will need to reboot the system.

tektelic_reset

SenRa Packet Forwarder for Developers

Registration

If you have not done so already you will need to register your gateway through your Developer or RAN Provider account.

Note

The serial number for this device is the 8 digit Product Type (starting with a "T") an underscore "_" followed by the 9 digit serial number which can be found on bottom of the Gateway. e.g. T0001234_123456789

Installation

Copy and paste the following command into the Tektelic KONA Micro SSH console.

BSP Version Command
3.0.X
dlF=lgwInstaller_02_14_12.sh;dlC=senraco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_14_12/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t DEV
4.0.X
dlF=lgwInstaller_02_22_10.sh;dlC=senraco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_22_10/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t DEV

Run the command. The installation is automatic and will prompt you once it has completed.

Once registration and Gateway software installation are complete the Gateway will be displayed in the SenRa Portal Dashboard with the current registration status (this may require a refresh of the browser).