OpenWRT + Router Station Pro + Arduino = Fun
Around 11PM last night I finally was able to get all the Arduino Hardware talking to my Openwrt Router Station Pro Installation. These are the packages you need to have on your system. (if you built your own firmware with theses great! otherwise just opkg install them)
Like So:
root@OpenWrt:~# opgk install usbutils
Install the rest of these packages the exact same way:
- usb-ohci
- kmod-usb-serial-ftdi
- kmod-usb2
- kmod-usb-serial(Note: these packages are needed if you want to us the MMC/SD Card on the RS PRO)
- kmod-usb-storage
- kmod-mmc
Once that is done you can issue the lsusb command to see if your system recognizes the Arduino FTDI interface. You should see something like this.
Bus 002 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 05e3:0723 Genesys Logic, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
If you do not see the UART (FTDI) device go ahead and reboot your system and it should come up. If it does not you are missing a package email me we can see whats up.
Will add more later but here some screenshots of the system working.
