Talk:SAM9-L9260 Hacking: Difference between revisions

From Hive76 Wiki
Jump to navigationJump to search
(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 edit summary
Line 1: Line 1:
Bash Script for modprobe reload.
Bash Script for modprobe reload.
=============
<pre>
!/bin/bash
!/bin/bash
rmmod pl2303
rmmod pl2303
Line 7: Line 6:
#now you should have /dev/ttyUSBx instead of \usb\ARM0 to connect to your board
#now you should have /dev/ttyUSBx instead of \usb\ARM0 to connect to your board
echo 'check for /dev/ttyUSB? existing'
echo 'check for /dev/ttyUSB? existing'
</pre>

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'