avrdude: stk500_getsync(): not in sync: resp=0x00

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

avrdude: stk500_getsync(): not in sync: resp=0x00

文章 yehlu »

http://www.geek-workshop.com/thread-1251-1-1.html

這是無法與Duemilanove通訊的錯誤

我曾經在Arduino Duemilanove之下發現了一個問題

就是我可以用arduino 1.0 上載資料到Uno 可是Duemilanove就不行

會出現如標題的錯誤信息


找到 "boards.txt" 在 "...\arduino\hardware\arduino\"

代碼: 選擇全部

atmega328.upload.protocol=arduino
改成:

代碼: 選擇全部

atmega328.upload.protocol=stk500
這似乎是編譯器通訊協定的問題 改完之後就能解決了
回覆文章

回到「Arduino」