Arduino 上传错误“stk500_recv(): 程序员没有响应"在 Fedora [英] Arduino upload error "stk500_recv(): programmer is not responding" in Fedora

查看:128
本文介绍了Arduino 上传错误“stk500_recv(): 程序员没有响应"在 Fedora的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用 Fedora Core 15 Linux 中的 Arduino IDE 上传库存 Blink 草图.我收到此错误:

I am attempting to upload the stock Blink sketch using the Arduino IDE in Fedora Core 15 Linux. I get this error:

avrdude: stk500_recv(): 程序员没有响应

avrdude: stk500_recv(): programmer is not responding

重现问题:

  1. 通过 USB 电缆插入 Arduino Uno 板
  2. 打开 Arduino IDE
  3. 菜单文件示例1.基础眨眼
  4. 菜单工具串口 →然后勾选 /dev/ttyACM0
  5. 菜单工具董事会Arduino Uno
  6. 点击Play"按钮验证/编译(此步骤成功)
  7. 点击上传按钮,获取错误
  1. Plug in the Arduino Uno board via USB cable
  2. Open the Arduino IDE
  3. Menu FileExamples1. BasicsBlink
  4. Menu ToolsSerial Port → then check the box for /dev/ttyACM0
  5. Menu ToolsBoardArduino Uno
  6. Click the "Play" button to Verify/Compile (this step is successful)
  7. Click the Upload button, to get the error

我在 Windows XP 中尝试了这些完全相同的步骤,并且上传成功,所以我一定没有正确配置 Fedora.

I tried these same exact steps in Windows XP, and the upload was successful, so I must not have Fedora configured correctly.

我按照 Arduino Playground 说明,使用 yum 安装客户端code> 并将我的用户 ID 添加到 uucplockdialout 组中.

I followed the Arduino Playground instructions, installing the client using yum and adding my user ID to the groups uucp, lock and dialout.

没有遵循指南的RXTX fixup -- Link the right files部分,因为给定的命令没有返回任何匹配项:find ~-name librxtxSerial.so -o -name RXTXcomm.jar |grep -v 下载

I did not follow the RXTX fixup -- Link the proper files part of the guide, since the given command did not return any matches: find ~ -name librxtxSerial.so -o -name RXTXcomm.jar | grep -v Download

推荐答案

自从发布这个问题以来,Arduino 的新稳定版本已经发布.它们现在是 1.0,它可以在 Fedora Core Linux 16 中运行.可以在这里下载:http://arduino.cc/en/Main/Software

Since this question was posted, a new stable version of Arduino has been released. They are now on 1.0, and it works in Fedora Core Linux 16. It can be downloaded here: http://arduino.cc/en/Main/Software

这篇关于Arduino 上传错误“stk500_recv(): 程序员没有响应"在 Fedora的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆