SB-Freeduino (a.k.a. Arduino DueMilanove) - Other Embedded Platforms and Hardware Hacking
Users browsing this thread: 1 Guest(s)
|
|||
I have an SB-Freeduino (FT232 FTDI and ATMega328 processor), and I cannot, for the life of me, get this whore to take a program...
I see the USB device come on-line Code: battlelap ~ # dmesg And the Arduino sketch environment/ide sees; I have manually set the board to Duemilanove and the processor to ATMega328, and when I try to write one of the example sketches to it (I'm using File > Examples > Basic > Blink), and when I upload it, I see the following in the console... Code: Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 30,720 bytes. WHAT IN THE ACTUAL FUCK?!? I've tried all the programmers available... Reading through the `avrdude` man page, I see there are some options to specify the product, provided avrdude was compiled with libusb support (which I checked; `ldd \`which avrdude\`` shows libusb-0.1.so.4 is provided by my system.) SO, I tried `avrdude` from command-line... Code: [1]battlelap ~ # avrdude -p ATmega328 -b 56000 -n -P /dev/ttyUSB0 -c stk500 I've googled this and asked elsewhere, was wondering if anyone here might have a clue how to unfuck my stupidity. Cheers, Soda |
|||
Messages In This Thread |
SB-Freeduino (a.k.a. Arduino DueMilanove) - by sodaphish - 19-08-2014, 01:14 PM
RE: SB-Freeduino (a.k.a. Arduino DueMilanove) - by GLN - 20-08-2014, 05:48 AM
RE: SB-Freeduino (a.k.a. Arduino DueMilanove) - by sodaphish - 20-08-2014, 01:17 PM
RE: SB-Freeduino (a.k.a. Arduino DueMilanove) - by pvtmert - 20-08-2014, 07:41 PM
RE: SB-Freeduino (a.k.a. Arduino DueMilanove) - by sodaphish - 20-08-2014, 08:21 PM
RE: SB-Freeduino (a.k.a. Arduino DueMilanove) - by sodaphish - 21-08-2014, 07:31 PM
RE: SB-Freeduino (a.k.a. Arduino DueMilanove) - by GLN - 22-08-2014, 04:27 AM
|