Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

  1. Log onto Gateway

  2. Run: system_version
    konaLTEmodem.py -c 'at!gobiimpref?'
    konaLTEmodem.py -c "AT+CGDCONT?"
    /opt/chirpstack-gateway-bridge/chirpstack-gateway-bridge version
    /opt/mydevices/dps-client -v
    ifconfig eth0 | grep HWaddr to check what chirpstack Version and DPS client.

  3. Run: curl https://hwdartifacts.blob.core.windows.net/hwdassets/chirpstack-gateway-bridge_3.13.3-r1_kona.ipk > /home/root/chirpstack-gateway-bridge_3.13.3-r1_kona.ipk for the chirpstack version to add this package in the specified folders.

  4. Run: opkg install chirpstack-gateway-bridge_3.13.3-r1_kona.ipk to install the package that was entered in step 3.

  5. Run: curl https://hwdartifacts.blob.core.windows.net/hwdassets/dps-client_1.3.7-r0_kona.ipk > /home/root/dps-client_1.3.7-r0_kona.ipk for the DPS client to add this package in the specified folders

  6. Run: opkg install dps-client_1.3.7-r0_kona.ipk to install the package that was entered in step 4.

  • No labels