現時点の私の結論から言うと、Optiboot の tiny84版は・・動かない!
そのまんまtiny84に入れて動かないのだ・・USBシリアルを色々変えてみたりしたあげく。UNOのmega328pを外して、ピンで接続してもダメだった。
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84
avrdude: stk500_recv(): programmer is not responding
そのまんまtiny84に入れて動かないのだ・・USBシリアルを色々変えてみたりしたあげく。UNOのmega328pを外して、ピンで接続してもダメだった。
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84
avrdude: stk500_recv(): programmer is not responding
こうゆうのが出るんだけど・・認識してるのかどうか・・Arduinoのフォーラムにも結構これは出てるだけどーーこれはstk500のメッセージだから通じてはいるっぽいのだ。
実は同じメッセージなら、tiny85でも出ていた、85の場合、LEDが点灯しなくて、ダメだと思って居たが・・
手作業でやると書けてるわ・・
avrdude -p t84 -c stk500 -b9600 -P /dev/cu.usbmodem5d21
avrdude: successfully opened stk500v1 device -- please use -c stk500v1
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e930c
avrdude: safemode: Fuses OK
avrdude done. Thank you.
やっててやっと理解したんだけど、これって、ブートローダー部って、ライターその物なんだね。自分に書くか、他のチップに書くか・・って言う感じが・・
だったらって事で、AVRfuseで接続してみると・・おおこうゆう事か
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84
avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATtiny84 is 1E 93 0C
avrdude: erasing chip
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84
avrdude: reading input file "/Users/comori/Tiny13ArduinoAutorestart.hex"
avrdude: input file /Users/comori/Tiny13ArduinoAutorestart.hex auto detected as Intel Hex
avrdude: writing flash (50 bytes):
avrdude: stk500_recv(): programmer is not responding
とりあえず書いてるけれど、書き込んだ後にレスポンスが無くなってる訳だ・・
この結果書き込み終了してないと見なされる訳じゃ無いかな・・
チップの中身を確認したが、ブートローダー以外何も入って無かった。
書き込まれて無いと考えるべきなのだろう。
こんなこと帰って来るがーー
avrdude: Version 5.4-arduino, compiled on Oct 9 2007 at 11:20:31
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
System wide configuration file is "/usr/local/etc/avrdude.conf"
User configuration file is "/Users/comori/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.usbmodem5d21
Using Programmer : stk500v1
Overriding Baud Rate : 9600
AVR Part : ATtiny84
Chip Erase delay : 4500 us
PAGEL : P00
BS2 : P00
RESET disposition : possible i/o
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 6 4 0 no 512 4 0 4000 4500 0xff 0xff
flash 65 6 32 0 yes 8192 64 128 4500 4500 0xff 0xff
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
Programmer Type : STK500
Description : Atmel STK500 Version 1.x firmware
Hardware Version: 3
Firmware Version: 3.3
Vtarget : 0.3 V
Varef : 0.3 V
Oscillator : 28.800 kHz
SCK period : 3.3 us
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e930c
avrdude: safemode: lfuse reads as 0
avrdude: safemode: hfuse reads as 0
avrdude: safemode: efuse reads as 0
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84
avrdude: reading input file "Tiny13ArduinoAutorestart.hex"
avrdude: input file Tiny13ArduinoAutorestart.hex auto detected as Intel Hex
avrdude: writing flash (50 bytes):
Writing | | 0% 0.00savrdude: stk500_recv(): programmer is not responding
手動の時はシグニチャーを読んでる。AVRFUSEだと読まない・・疑問だ・・
なんとなくだが、この状態でフューズを読むと、ResetEnabledになってる。この辺かもなーーとりあえずなんとなく意味が解って来た。
コメント
コメントを投稿