User Tools

Site Tools


wiki:getting_started

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:getting_started [2015/05/21 14:19]
dlr
— (current)
Line 1: Line 1:
-====== What do you need to connect to station ? ====== 
-  * two standard RJ45 ethernet cables: one from the network to the PoE injector, and one from the PoE injector to the station. Detailed instructions are available in the LoRa station Installation and Maintenance guide available on the [[wiki:​ressources|Documentations]] page.  
-{{:​images:​loraethernet.png?​nolink&​250|Ethernet connexion}} 
-  * WIRGRID debug tool (access to linux console) ​ 
-{{:​images:​debug-tool.jpg?​nolink&​250|debug probe}} 
-\\ Connect the debug tool on the station front :  
-{{:​images:​console.JPG?​nolink&​250|debug probe connection}} 
-\\ PC Drivers are available at [[http://​www.ftdichip.com/​Drivers/​VCP.htm | ftdi drivers]]\\ 
--Debug probe BOOT button is not used on LoRA Station\\ 
--Debug probe RESET button triggers a hard reset \\ 
-\\ 
-  * USB wire (A type <> B type) to connect debug probe to PC 
-{{:​images:​usb-wire.jpg?​nolink&​250|USB wire AB}} 
-  * PoE injector (class 1, 48V) or DC power supply (10V to 30V). 
- 
-====== How to connect to station ?====== 
-===== Connect to the linux serial console ===== 
-  * firstly connect the debug tool to the station and to the PC : open a serial terminal on PC (typically HyperTerminal application on Windows) on the com port created by FTDI driver with the following standard parameters : <​code>​ 
-baudrate : 115200 
-data length : 8 
-parity : none 
-stop bit : 1 
-flow control : none 
-</​code>​ 
-  * after getting prompt : enter login "​root"​ with password "​root"​. 
- 
-===== Connect to the station using SSH ===== 
-  * PC Ethernet wire can be connected to the PoE power supply unit or directly to the station USB connector using an USB/NET adaptor. Then, start an ssh client (typically Putty on Windows) on port 22 and using the station "out of the box" default IP address which is 192.168.4.155. The PC ethernet address must have been previously configured in the same LAN (192.168.4.150 for example). 
-  * after getting prompt : enter login "​root"​ with password "​root"​. 
- 
-====== What to do with the Station ?​====== ​ 
-===== Firmware version ===== 
-Check the firmware version of your LoRa Station.\\ 
-Kerlink released an improved LoRa Station (so called 27dBm) starting from May 2015. 
-This hardware update implied a Firmware update: kernel update, SDK update, and Semtech'​s LoRa-HAL specific compilation flags. 
-This new firmware is labelled wirmaV2_wirgrid_v2.1. ​ 
-\\ 
-Reference to this firmware is noted "​Firmwave **v2.x**"​ in the wiki, the previous versions (only compatible with 20dBm boards) are noted "​Firmware **v1.x**"​. 
-\\ 
-The firmware **v2.x** is fully compatible with older (20dBm) LoRA IoT Stations. 
- 
-Get the firmware version of your LoRa Station with the command "​get_version"​ 
-\\ 
-The firmware version is after the field **PROD_FW=** 
-\\ 
-<​code>​ 
-[root@Wirgrid_0806xxxx /root]# get_version 
-KERNEL_VER=3.10.37-klk-4281f2b 
-PIC_VER=8.3 
-BOOTSTRAP_VER=1607 
-UBOOT_VER=1609 
-SCRIPT_VER=1609 
-INITRAMFS_VER=g4d7018f 
-FILESYSTEM_VER=2011.08-g5e758a0 
-KNETD_VER="​wirma2_v3.10 WAN_3.15 (Apr 14 2015-11:​18:​56)"​ 
-PROD_FW=wirmaV2_wirgrid_v2.1 
-LORABOARD_MANUFACTURER=00 
-LORABOARD_TYPE="​868-27dBm"​ 
-LORABOARD_HWVERSION=05 
-LORABOARD_SERIALNO=00005B 
- 
-[root@Wirgrid_0806xxxx /root]# 
-[root@Wirgrid_0806xxxx /root]# modem_on.sh 
-INFO: Lora FPGA Board detected: manuf 00, type 1, hwver 05, no 00005B 
-[root@Wirgrid_0806xxxx /root]# 
-</​code>​ 
- 
- 
-===== Pre-installed binaries ===== 
-On Firmware v1.x, several binaries are installed on the LoRa Station filesystem ​ based on the Semtech examples (from [[https://​github.com/​Lora-net/​lora_gateway|github:​lora_gateway]]).\\ 
-  * Go to the path /​mnt/​fsuser-1/​test_hal_v1.5.0_868Mhz 
- 
- 
- 
-Read the readme.md files to learn how to use them. 
- 
-===== Test and demonstration binaries ===== 
-Install the ready-to-use "​packet forwarder"​ on the gateway and see your End Point on the semtech demonstration server. 
-\\ 
-Firmware V2.x: 
-  * Delivered without pre-installed binaries, download and intall them from : [[http://​wikikerlink.fr/​lora-station/​doku.php?​id=wiki:​semtech#​firmware_v2xtest_applications|firmware_v2.x test_applications]] 
-  * Test applications are built with LoRa MAC layer activated by default. 
-  * LoRa Mote provided with this firmware can be configured thanks to a PC tool 
-[[http://​iot.semtech.com/​resources/​LoRamac_test_app_page|LoRa Mote configuration page]] 
- 
-Firmware v1.x: 
-  * Follow the link [[wiki:​semtech|demo_lora_packet_forwarderready-to-use_package]] 
-  * Lora MAC layer not activated by default (test apps and LoRa Motes). 
- 
-===== Software building and Customization ===== 
-Compile the Semtech'​s HAL and test binaries. 
-  * Follow the link [[wiki:​semtech|configuration]] 
- 
-build your own kernel and rootfs 
-  * Follow the link [[wiki:​sdk|Distribution]] 
- 
-===== IBM LRSC ===== 
-Install the IBM/​LRSC-ready firmware and register your LoRa Station to the IBM/LRSC network: 
-  * Follow the direct link [[https://​lrsc.ch/​ssc/​kerlink.html]] and contact LRSC team. 
  
wiki/getting_started.1432210777.txt.gz · Last modified: 2017/07/21 13:53 (external edit)