loader: add script to de-register ftdi_sio
This commit is contained in:
@@ -28,6 +28,17 @@ Test it out
|
||||
|
||||
`./alchitry_loader`
|
||||
|
||||
|
||||
## Linux and macOS and libftd2xx
|
||||
|
||||
On Linux (and macOS?) the default kernel drivers prevent libftd2xx from working properly.
|
||||
On Linux, you can use this to de-register all ftdi-sio devices (until plugged again):
|
||||
|
||||
```
|
||||
make ftdi-unbind
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
@@ -60,4 +71,4 @@ flash memory. It acts as a bridge from the JTAG port to the SPI of the flash mem
|
||||
|
||||
The source for the bridge files can be found here https://github.com/alchitry/au-bridge
|
||||
|
||||
This isn't needed for the Cu which has direct access to the flash over the SPI protocol.
|
||||
This isn't needed for the Cu which has direct access to the flash over the SPI protocol.
|
||||
|
||||
Reference in New Issue
Block a user