【问题标题】:Updating Arduino Wifi shield firmware update更新 Arduino Wifi shield 固件更新
【发布时间】:2013-06-24 18:08:37
【问题描述】:

我正在尝试按照提供的说明升级 wifi shield 固件 http://arduino.cc/en/Hacking/WiFiShieldFirmwareUpgrading

但我得到的消息是

root@Joms-PC:/home/joms/arduino-1.0.5/hardware/arduino/firmwares/wifishield/scripts#      ./ArduinoWifiShield_upgrade.sh -f all

   Arduino WiFi Shield upgrade
 =========================================
 Instructions:
To access to the USB devices correctly, the dfu-programmer needs to have the root           permissions.

You can upgrade the firmware of the antenna togheter with the shield firmware or only    the shield firmware
if there aren't changes on the antenna firmware.
  Use the '-h' parameter for help
=========================================

如何为我安装的 dfu-programmer 提供 root 权限

sudo apt-get install dfu-programmer

如果这是问题???或者我应该尝试别的方法

【问题讨论】:

  • 指令要求sudo apt-get install dfu-programme。最后没有r。这可能是问题吗?
  • 我认为这是错字 dfu-programme 不会锻炼

标签: arduino wifi


【解决方案1】:

您需要使用 sudo 运行脚本:

sudo ./ArduinoWifiShield_upgrade.sh -f all

您还需要使用 -a 开关(必须在 -f 开关之前)添加 Arduino IDE 文件的路径,因此:

sudo ./ArduinoWifiShield_upgrade.sh -a PATH/TO/ARDUINO/FILES -f all

将 PATH/TO/ARDUINO/FILES 替换为您提取 Arduino 文件的路径。

【讨论】:

  • 这回答了您的问题吗?如果没有,如果您提供更多信息,我可以尝试提供帮助,但如果提供了,请您投票并将其标记为正确答案。谢谢。
  • 谢谢!在 Mac 上为我工作!
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2021-06-09
  • 1970-01-01
  • 1970-01-01
  • 2012-01-22
  • 2014-08-06
  • 1970-01-01
  • 2022-10-26
相关资源
最近更新 更多