Changes between Version 36 and Version 37 of expansion/gw16130
- Timestamp:
- 07/06/2020 06:18:04 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16130
v36 v37 62 62 [[Image(16130-block-diagram.png)]] 63 63 64 65 64 The FTDI GPIO pins control the modem: 66 65 * CBUS0: SAT_ON (input to modem; 10k pull-down) … … 68 67 * CBUS2: SAT_SUPPLY_OUT (output from modem) 69 68 * CBUS3: not connected 69 70 By default the FTDI EEPROM is configured by gateworks such that all 4 of the CBUS pins are configured for IOMODE/GPIO mode which means that you need to enable CBUS0 gpio to enable the modem. 70 71 71 72 '''Important''' Run the following to configure GPIO & enable the modem (requires a 4.20 kernel or newer) : … … 81 82 echo in > /sys/class/gpio/gpio$((base+2))/direction 82 83 }}} 84 85 Note that exporting the gpio's above will fail if you have used something like {{{ftx_prog}}} (below) to re-configure the CBUS pins to a mode other than IOMODE/GPIO. 83 86 84 87 === Procedure for kernels prior to Linux 4.20