Difference between revisions of "Talk:SAM9-L9260 Hacking"
From Hive76 Wiki
(Created page with ' Bash Script for modprobe reload. ============= !/bin/bash rmmod pl2303 modprobe usbserial vendor=0x067b product=0x2303 #now you should have /dev/ttyUSBx instead of \usb\ARM…') |
(No difference)
|
Revision as of 16:00, 23 December 2009
Bash Script for modprobe reload.
=
!/bin/bash rmmod pl2303 modprobe usbserial vendor=0x067b product=0x2303
- now you should have /dev/ttyUSBx instead of \usb\ARM0 to connect to your board
echo 'check for /dev/ttyUSB? existing'