Tektelic base stations
The Tektelic base station models supported are:
-
Kona Micro8
-
Kona Macro16
-
Kona Mega64
-
Kona Enterprise
Each Tektelic base station model has its own firmware version. Nevertheless, the LRR installation procedure is generic for all the Tektelic models.
Software pre-requisites and compatibility matrix
Base Station Model | LRR Version | Firmware Version | FPGA Version |
---|---|---|---|
Tektelic Micro8 | 2.6.81 | 4.0.2 | Part of firmware |
Tektelic Macro16 | 2.6.79 | 5.1.3, 5.1.9, 5.1.11 | Part of firmware |
Tektelic Mega64 | 2.6.79 | 5.0.2, 5.0.6 | Part of firmware |
Tektelic Enterprise | 2.6.79 | 2.1.4 | Part of firmware |
If your base station's firmware (BSP) version is not as stated above, refer to Tektelic support portal to download the firmware and for details on how to flash the Tektelic firmware.
Checking the firmware version
To check the current Tektelic firmware version of your base station, execute the following command:
# system_version | grep Release
LRR installation
After downloading the base station image as described in Retrieving the base station image, follow the steps provided below to flash your base station with the new image.
-
Connect to the base station via SSH. See Connecting to the base station via SSH for more details.
-
Transfer to the base station the ThingPark image file you downloaded previously using a wget command, or with a tool like WinSCP. Destination directory should be /tmp.
-
Move to this directory under your SSH connection:
# cd /tmp
- Extract all documents in the package:
# tar -xf [TEKTELIC image file name]
where [TEKTELIC image file name]is the file name of the image (.tar.gz file) you previously downloaded and transferred in /tmp.
- Install LRR package using the following command:
# ./postinstall.sh
After running the command, the base station will be flashed with the ThingPark image. This process will take a couple of minutes.
- Reboot the base station.
# safe_reset
Important Avoid rebooting the base station with "reboot" command as you might not be able to connect back to the base station for the next hour due to a known issue at firmware level.
- Once the base station has rebooted, and is up and running, verify that the LRR version installed on the base station is the expected one (refer to the compatibility matrix above). The LRR version can be verified via the SUPLOG menu (see Connecting to SUPLOG). You may also verify on the base station with the following command:
# cat $ROOTACT/usr/etc/lrr/versions.ini