Talk:SAM9-L9260 Hacking
From Hive76 Wiki
Jump to navigationJump to search
Script for reloading for modprobe for FTDI cable
!/bin/bash #bash Script for modprobe reload for FTDI USB to Serial. 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'
Script for reloading for modprobe for direct l9260 connection
#!/bin/bash rmmod usbserial modprobe usbserial vendor=0x03eb product=0x6124 #now you should have /dev/ttyUSBx instead of \usb\ARM0 to connect to your board echo 'check for /dev/ttyUSB? existing'