mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Update README.md
Adding new command for ftdi_sio which applies to Kernel>3.12 used by Ubuntu 14.04 LTS
This commit is contained in:
parent
43731dbb68
commit
a50e933f4b
@ -102,6 +102,11 @@ You will need to install XDS drivers if you want to do anything useful with the
|
||||
|
||||
modprobe ftdi_sio vendor=0x403 product=0xa6d1
|
||||
|
||||
* From Kernel 3.12 run the command below:
|
||||
|
||||
modprobe ftdi_sio
|
||||
echo 0403 a6d1 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id
|
||||
|
||||
* You may have have to remove package `brltty`, if it's installed.
|
||||
* The board should have enumerated as `/dev/ttyUSB{0,1}`. `ttyUSB1` will be the UART backchannel.
|
||||
* **For OS X**: We need to hack the kernel extension (kext) a little bit:
|
||||
|
Loading…
Reference in New Issue
Block a user