...
2-Once SSH'd into the gateway, check the status of the gateway:
Run these commands (queries the current BSP version, current firmware version, and current APN, curent Chirpstack version, and current DPS version):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
...
4-If BSP version is less than 3.0.4, run these commands (takes 20 minutes to update after the last command is issued):rm /lib/firmware/*
mkdir /dev/fw304
cd /dev/fw304
curl https://myd-rnd-static.sfo2.digitaloceanspaces.com/vendor/tektelic/ipk.tar.gz > /dev/fw304/ipk.tar.gz
tar -xf ipk.tar.gz
mv ipk /lib/firmware
rm ipk.tar.gz
mv network-monitor.conf /opt/network-monitor-db
mv interface_priority_file /opt/network-monitor-db
mv tektelic-lab-feed.conf /etc/opkg/
opkg update
tektelic-dist-upgrade -Duf
...