Hi there,
Please check below steps. actually they are located at LoRaWAN Gateway website. thanks.
Installation steps
Download and boot the Raspbian image on your Raspberry Pi.
Feel free to use any other distributions / your existing image, but then additional installation steps might be required that are not covered in this guide.
You will need SSH / SCP or direct console access to your Raspberry Pi to perform the following steps.
- Install cacertificates by running apt-get install ca-certificates
- Install libftdi by running apt-get install libftdi1
- Make sure that no other process is accessing the SX1301! Otherwise, the binary might fail to start or will only receive a subset of all the packets on the air.
- Use the command of the Quick install on your gateway page to download and install Loriot gateway binary.
Once connected on the gateway with an SSH console. Run the folowing commands
cd /tmp
wget <LINK_TEXT text=“http://cn1.loriot.io/home/gwsw/loriot-p … -latest.sh”>http://cn1.loriot.io/home/gwsw/loriot-pi-3-rhf1257-SPI-0-latest.sh</LINK_TEXT> -O loriot-install.sh
chmod +x loriot-install.sh
./loriot-install.sh
Bill