Install and config done.
"ERROR: [main] failed to start the concentrator" Likely due to permission error on GPIO.
This commit is contained in:
parent
c8dd05f71a
commit
17f9bfe280
11
run.sh
11
run.sh
@ -145,18 +145,22 @@ echo -e "{\n\
|
|||||||
\t\t\"gps\": $GW_GPS,\n\
|
\t\t\"gps\": $GW_GPS,\n\
|
||||||
\t\t\"gps_tty_path\": \"$GW_GPS_TTY_PATH\",\n\
|
\t\t\"gps_tty_path\": \"$GW_GPS_TTY_PATH\",\n\
|
||||||
\t\t\"fake_gps\": $GW_FAKE_GPS,\n\
|
\t\t\"fake_gps\": $GW_FAKE_GPS,\n\
|
||||||
\t\t\"gateway_ID\": \"0000000000000000\"\n\
|
\t\t\"gateway_ID\": \"0000000000000000\",\n\
|
||||||
\t\t\"servers\": [\n\
|
\t\t\"servers\": [\n\
|
||||||
\t\t{\
|
\t\t{\
|
||||||
\t\t\t\"serv_type\": \"ttn\",\n\
|
\t\t\t\"serv_type\": \"ttn\",\n\
|
||||||
\t\t\t\"serv_address\": \"router.$GW_REGION.thethings.network\",\n\
|
\t\t\t\"serv_address\": \"router.$GW_REGION.thethings.network\",\n\
|
||||||
\t\t\t\"serv_gw_id\": \"$GW_ID\",\n\
|
\t\t\t\"serv_gw_id\": \"$GW_ID\",\n\
|
||||||
\t\t\t\"serv_gw_key\": \"$GW_KEY\",\n\
|
\t\t\t\"serv_gw_key\": \"$GW_KEY\",\n\
|
||||||
\t\t\t\"serv_enabled\", true
|
\t\t\t\"serv_enabled\": true\n\
|
||||||
\t\t}],\
|
\t\t}]\n\
|
||||||
\t}\n\
|
\t}\n\
|
||||||
}" >./local_conf.json
|
}" >./local_conf.json
|
||||||
|
|
||||||
|
echo "local_conf.json"
|
||||||
|
echo "==============="
|
||||||
|
cat local_conf.json
|
||||||
|
echo "==============="
|
||||||
|
|
||||||
echo "******************"
|
echo "******************"
|
||||||
# get gateway ID from its MAC address
|
# get gateway ID from its MAC address
|
||||||
@ -224,7 +228,6 @@ do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "[TTN Gateway]: Starting packet forwarder..."
|
echo "[TTN Gateway]: Starting packet forwarder..."
|
||||||
cp /opt/ttn-gateway/dev/packet_forwarder/mp_pkt_fwd/mp_pkt_fwd mp_pkt_fwd
|
|
||||||
./mp_pkt_fwd
|
./mp_pkt_fwd
|
||||||
echo "****************** $CUSTOM_RESET_PIN"
|
echo "****************** $CUSTOM_RESET_PIN"
|
||||||
echo "*** [TTN Gateway]: EXIT (retrying in 15s)"
|
echo "*** [TTN Gateway]: EXIT (retrying in 15s)"
|
||||||
|
Loading…
Reference in New Issue
Block a user