Changes between Version 33 and Version 34 of expansion/gw16130
- Timestamp:
- 06/19/2020 12:10:19 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16130
v33 v34 69 69 * CBUS3: not connected 70 70 71 '''Important''' Run the following to configure GPIO & enable the modem ( only works with 4.20 kernel or newer. Note that Newport is on 4.14) :71 '''Important''' Run the following to configure GPIO & enable the modem (requires a 4.20 kernel or newer) : 72 72 {{{ 73 73 base=$(for i in $(ls -1d /sys/class/gpio/gpiochip*); do [ "ftdi-cbus" = "$(cat $i/label)" ] && cat $i/base; done)