-
Notifications
You must be signed in to change notification settings - Fork 2k
Problem flashing Riot to Arduino UNO/Mega2560 boards #6535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hum .. don't seem related with arduino API ? |
@mali : the avrdude is avrdude -v avrdude: Version 6.2 I think it's the default one provided by the vagrant VM |
I think the problem lies on the fact that you're using the vagrant VM. It comes with predefined default access to several boards which provide UART connectivity, and usually it works good so far. At the same time, if the resources of the host are not so high, of course it has a consequence on the communication with external hardware. Which kind of native OS are you using? Be aware that RIOT can be built in any Linux or OS X based system. |
@yijiazi could you try |
Totally true - my fault. |
I use avrdude: Version 6.1, compiled on Sep 11 2014 at 20:00:34 and never had this kind of problem. |
@cgundogan : What I used was But I'll try Riot without using the VM as @mali and @kYc0o suggested, and come back to you later. thanks a lot. |
OK, I tried it without using VM -- apparently, it works fine now. Now the problem is solved -- thanks very much! |
I guess we can close then? |
Before we close this issue I would actually like to confine the problem. AFAIK, flashing arduino boards (at least used to) work with a linux host. @yijiazi is using a OSX machine and we had several problems before with OSX. Can anyone with an OSX host ( @kYc0o ?) try to reproduce this error by flashing an |
hi,
I can't find |
Hi, Did you try on a Debian-like system ? If yes, can you try this:
|
arduino Mega2560 or Uno ? |
Sorry for my misstake, I copied when I tried with Uno. I fixed it |
Hi,
I'm trying to flash Riot to Arduino boards -- however, I need very good luck to flash the Riot OS to the UNO board, because most of the time, I got error messages like (it might stop at any point):
(I'm using the Ubuntu VM downloaded from vagrant https://github.com/RIOT-OS/RIOT/tree/master/dist/tools/vagrant running on a Mac OS host.)
If I was in luck (after 20~ retries), I will be able to see:
I tried different kinds of Arduino UNO R3 boards, including the original Arduino version, but still hard to get the Riot OS uploaded.
It seems to be problem related to avrdude -- but without knowing detail of it, I have no idea what's wrong.
When I try with Arduino Mega2560, I will also get error message like:
Any idea what's wrong?
thanks in advance
The text was updated successfully, but these errors were encountered: