|
发表于 2015-9-10 00:45:16
|
显示全部楼层
我下載了 Arduino IDE 1.0.6 並安裝了 Core13.
嘗試刷 Bootloader 時, 出現了以下的錯誤:
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny13
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny13
***failed;
avrdude: verification error, first mismatch at byte 0x0000
0xff != 0x3f
avrdude: verification error; content mismatch
再三檢查過連線沒問題, ArduinoISP 也是剛 upload 的, 成功 upload 沒錯誤.
已嘗試了三顆 ATtiny13A, 都是相同的錯誤, 而且表面上看, 也不像是 硬件引致的問題.
感覺好像是 Core 的問題 (PAGEL 及 BS2 沒有定義?), 但不知這裡指的 configuration file 在那裡 (就是知道我也不會怎樣改).
請問大大出現這樣的錯誤, 會是我的安裝出了問題嗎? 請問你用的 Arduino IDE 是那個版本.
我用的是 Windows 8.1 x64, 執行 1.0.6 時有時會不能啟動, 要手動殺掉 Java 的 SE binary. 但使用 1.6.5 時完全沒問題, 所以我一直都是用 1.6.5 的, 如果有對應 1.6.X 的 core 就最好了. |
|