Skip to content

Commit 9b8dee5

Browse files
committed
Added usb_modeswitch V2.5.0 build
1 parent bff2184 commit 9b8dee5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,25 @@ Install some prerequisites tools
6666
sudo apt-get install build-essential gcc make libftdi-dev git-core python-serial
6767
```
6868

69+
70+
Install and build lastest usb_modeswitch
71+
72+
```
73+
cd
74+
sudo apt-get install libusb-1.0-0-dev
75+
wget http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.5.0.tar.bz2
76+
bzip2 -d usb-modeswitch-2.5.0.tar.bz2
77+
tar -xvf usb-modeswitch-2.5.0.tar
78+
cd usb-modeswitch-2.5.0/
79+
make
80+
sudo make install
81+
```
82+
83+
6984
Then install and build the test tools
7085

7186
```
87+
cd
7288
git clone https://github.com/ch2i/ftx_prog
7389
cd ftx_prog
7490
make

0 commit comments

Comments
 (0)