Arduino uno is not working on A13-olinuxino-wifi

Started by amir, October 29, 2013, 03:54:13 PM

Previous topic - Next topic

amir

Hello guys!

I'm trying to upload code on my arduino uno to olinuxinot but I'm geting error:
avrdude stk500_recv() programmer is not responding
What did I miss here, does it need drivers?
Any sugestions? Thank u for any help-....

davidefa

What do you mean by saying:
QuoteI'm trying to upload code on my arduino uno to olinuxinot but I'm geting error:
avrdude stk500_recv() programmer is not responding
What are you trying to do?

amir

sorry, there wasn't so much info in my post.
I am running the latest version of debian on sd-card and I m trying to get som communication between arduino and the A13 board.
I have installed the arduino ide on the board, and connected to the usb com port and now trying to upload som testing code to arduino but I get this message: avrdude stk500_recv() programmer is not responding
(installed even librxtx-java and chose the port /dev/ttyS0)
Should the arduino work only by doing this what i ve done? ( I am really new in linux:)
thanks for any reply

davidefa

The serial port uart1 is used by uboot/linux, so you can't use it 'as-is' ( see https://www.olimex.com/forum/index.php?topic=1788.0 )
solutions ( that come to my mind )
- use an usb to serial converter ( you need drivers, if not included in your distribution )
- free uart1 from uboot/linux
- use uart3

SlyCom

Hi,

I've checked active uart on my A13 board and there is only active ttyS0. How I can enable other port?

davidefa

#5
There is another thread explaining this ( post #8 I think, didn't try myself ).
In short you need to enable uart3 in the script.bin

P.S. uart0 is referenced sometimes, but according to A13 datasheet only uart1 and uart3 is present