File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
docs/content/install/gateway Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,20 @@ or EU band configuration, based on the used hardware. Please refer to the
113
113
[ Multitech documentation] ( http://www.multitech.net/developer/software/lora/aep-lora-packet-forwarder/ )
114
114
for alternative configurations.
115
115
116
+ To find out if you should follow the ` MTAC-LORA-H ` or ` MTAC-LORA `
117
+ instructions, you could use the following commands:
118
+
119
+ ``` bash
120
+ # mCard in ap1 slot
121
+ $ mts-io-sysfs show ap1/product-id
122
+
123
+ # mCard in ap2 slot
124
+ $ mts-io-sysfs show ap2/product-id
125
+
126
+ # detect first mCard
127
+ $ mts-io-sysfs show lora/product-id
128
+ ```
129
+
116
130
#### mLinux with MTAC-LORA-H-915 or MTAC-LORA-H-868
117
131
118
132
** Important:** Follow these steps only when you have a ` MTAC-LORA-H ` (v1.5)
@@ -141,7 +155,7 @@ card which uses the SPI interface.
141
155
Example:
142
156
``` text
143
157
root@mtcdt:~# /etc/init.d/lora-packet-forwarder-ap1 start
144
- root@mtcdt:~# / update-rc.d lora-packet-forwarder-ap1 defaults
158
+ root@mtcdt:~# update-rc.d lora-packet-forwarder-ap1 defaults
145
159
```
146
160
147
161
** Note:** on the first start of the packet-forwarder it will detect for you
@@ -181,7 +195,7 @@ card which uses the FTDI interface.
181
195
Example:
182
196
``` text
183
197
root@mtcdt:~# /etc/init.d/lora-packet-forwarder-usb start
184
- root@mtcdt:~# / update-rc.d lora-packet-forwarder-usb defaults
198
+ root@mtcdt:~# update-rc.d lora-packet-forwarder-usb defaults
185
199
```
186
200
187
201
** Note:** on the first start of the packet-forwarder it will detect for you
You can’t perform that action at this time.
0 commit comments