What is default login/password?
What to do in case the password has been lost?
How to read software version?
How to manually update the gateway firmware?
How to factory reset the gateway?
What is the default LEDs behavior?
What is the button behavior?
How to shutdown/restart the gateway?
Where are the logs?
Is an SDK available?
How to install additional python modules?
What is default Wirnet iBTS hostname?
How to configure DIVERSITY on iBTS?
How to read FPGA version?
What is default Wirnet iFemtoCell hostname?
What is default Wirnet iStation hostname?
What is default Wirnet iZeptoCell hostname?
The default root password is defined here: Credentials.
In case the root password of the gateway has been lost, an autorun script can be used on a USB key to reset the password. Refer to the USB autorun section and to the change the passwords section for more information.
If the USB password has also been lost, the product can be restored to factory settings, please refer to How to factory reset the gateway section
Otherwise, please contact the support.
Firmware version is written in the file /etc/version
.
$ cat /etc/version 4.0.2_20180821165420
Firmware version is also displayed on Web Interface:
It can be done by IP network or USB. Please refer to Software update dedicated section.
Please refer to Manual stock restore dedicated section.
To factory reset the gateway, you can use the stock restore feature. A “stock restore” will factory reset the gateway. All data will be lost.
To trigger a “stock restore” execute the following commands:
# kerosd -s # reboot
More information about “stock restore” feature is available here.
Two SMS can be sent to the gateway to factory reset the gateway.
1st SMS to send to the gateway:
[login:password] [sms_command_id] system/restore/stock
2nd SMS to send to the gateway:
[login:password] [sms_command_id] system/reboot
More information about “SMS” feature is available here.
The LEDs behavior is described here.
Once connected:
halt
.reboot
.Manually, you can also use ON/OFF button (excepting for iFemtocell).
Most traces of the Wirnet™ i-series gateways can be found under /var/log/messages*
.
Kerlink doesn’t provide an SDK to generate KerOs firmwares, just what is necessary to build an application. Information about the Toolchain is available in the toolchain page.
Pip3 python package manager is available on KerOS 5.
This tool is not available on previous KerOS version.
Modules without C binding can be added with the command pip3 install <module>
.
root@klk-wifc-0609C9:~ # pip3 install serial
The default hostname of the Wirnet iBTS is “klk-lpbs-04014F” where 04014F is the end of the CPU serial number. This information is present on the sticker placed on the CPU module.
It's possible to install a second LoRa antenna on iBTS.
FPGA versions are contained in /tmp/board_info.json
file: parameter fpga_swver
.
There is one FPGA per LoRaLOC board. If you have 3 LoRaLOC, there will be 3 versions in the file.
Example: On this gateway, FPGA version is v61.
# grep "fpga_swver" /tmp/board_info.json "fpga_swver": "61", "fpga_swver": "61", "fpga_swver": "61",
The default hostname of the Wirnet iFemtoCell is “klk-wifc-020010” where 020010 is the end of the board ID. This information is present on the sticker placed on the rear side of the case.
The default hostname of the Wirnet iStation is “klk-wiis-020011” where 020011 is the end of the board ID. This information is present on a sticker placed on the right view of the case.
The default hostname of the Wirnet iZeptoCell Ethernet is “klk-zeth-020011” where 020011 is the end of the gateway EUI.