Talk:SAM9-L9260 Hacking

From Hive76 Wiki
Revision as of 16:00, 23 December 2009 by FarMcKon (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Bash Script for modprobe reload.

=

!/bin/bash rmmod pl2303 modprobe usbserial vendor=0x067b product=0x2303

  1. now you should have /dev/ttyUSBx instead of \usb\ARM0 to connect to your board

echo 'check for /dev/ttyUSB? existing'