NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » Nerdkits and FreeBSD
January 25, 2010 by davidcollins001 |
Hi, I run FreeBSD and wanted to see if I could interface it with my new Nerdkit before having to use another OS. It was very simple to get working. The pl2303 driver is supported in the uplcom driver that can be loaded either by:
or by:
dmesg shows the device appear as /dev/cuaU0 (on FreeBSD-8 at least). To install the programmer from ports:
The avr tool chain also needs to be installed from ports:
This installs all the dependancies also, and prevents the documentation system (including doxygen and tetex) from being installed. I ran avrdude as root Thanks for a great kit David |
---|---|
January 09, 2012 by fc |
This worked on 7.4 like a champ. Thanks. One last trick if you don't like to 'su' or log in as root. cuaUx belongs to the 'dialer' group. Go into '/etc/group', find the line 'dialer', and add your login to the end of the line, as in - Find - dialer:*:68: end with dialer:*:68:<logname> No more root requirement for avrdude. fc |
Please log in to post a reply.
Did you know that a microcontroller can measure an RC time constant? Learn more...
|