You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, modify `reset pin` for SX1302 and SX1261 in `reset_lgw.sh` script, with text editor `nano`:
223
+
:::caution Note
224
+
In the new Linux kernel, the **sysfs interface** has been replaced by the **chardev interface**. This causes the reset_lgw.sh provided in the sx_1302 repository to not reset the module properly.
225
+
226
+
To determine if the system you are running on still has the sysfs interface, you can run the following command:
227
+
228
+
```shell
229
+
ls /sys/class/gpio
230
+
```
231
+
232
+
:::
233
+
234
+
**For Linux with sysfs interface:**
235
+
236
+
If a series of `gpiox` folders appear in it, it means that your system kernel still has the sysfs interface, and you can use the script above to reset the module.
237
+
238
+
Modify `reset pin` for SX1302 and SX1261 in `reset_lgw.sh` script, with text editor `nano`:
Copy `reset_lgw.sh` to `packet_forwarder` folder, then run `lora_pkt_fwd`. Please note that you should select a `global_conf.json.sx1250.xxxx` config file based on the module you are using:
0 commit comments