Burning a different bootloader...prepareing "Arduino as ISP" madness
hi,
the final target of experimenting flash tsb bootloader 1 of my
arduino pro minis.
since have no real isp, flashed pro mini (8mhz crystal, 3.3v atmega 328p(!)) "arduino isp" sketch.
another pro mini (8mhz ceramic resonator, 3.3v atmega 328(!)) connected follows first one:
"isp" programmed
d10 <=> rst
d11 <=> d11
d12 <=> d12
d13 <=> d13
vcc <=> vcc
gnd <=>gnd
the "isp" furthermore connected via ftdi usbtoserial adapter linux pc.
the adapter working fine...i flashed "arduino isp" it.
before doing "the real thing" (read: more dangerous job) tried flash simple
sketch via isp onto target:
but git message:
avrdude: version 6.0.1, compiled on apr 14 2015 @ 19:04:16
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2009 joerg wunsch
system wide configuration file "/usr/local/arduino-1.6.9/hardware/tools/avr/etc/avrdude.conf"
user configuration file "/home/mccramer/.avrduderc"
user configuration file not exist or not regular file, skipping
using port : /dev/ttyusb0
using programmer : stk500v1
overriding baud rate : 19200
avr part : atmega328p
chip erase delay : 9000 us
pagel : pd7
bs2 : pc2
reset disposition : dedicated
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 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
programmer type : stk500
description : atmel stk500 version 1.x firmware
hardware version: 2
firmware version: 1.18
topcard : unknown
vtarget : 0.0 v
varef : 0.0 v
oscillator : off
sck period : 0.1 us
avrdude: avr device initialized , ready accept instructions
reading | ################################################## | 100% 0.02s
avrdude: device signature = 0x1e9514
avrdude: expected signature atmega328p 1e 95 0f
double check chip, or use -f override check.
avrdude done. thank you.
this looks had choosen wrong board it.
now have question mark in face:
* board settings need reflect board of "isp" or of target?
* regardless board, message not change. how comes
and finally:
* how can beast , running?
thank in advance help!
best regards
mcc
ps: both types of boards flashed via bootloarder (tx/rx) directly without
any problems.
the final target of experimenting flash tsb bootloader 1 of my
arduino pro minis.
since have no real isp, flashed pro mini (8mhz crystal, 3.3v atmega 328p(!)) "arduino isp" sketch.
another pro mini (8mhz ceramic resonator, 3.3v atmega 328(!)) connected follows first one:
"isp" programmed
d10 <=> rst
d11 <=> d11
d12 <=> d12
d13 <=> d13
vcc <=> vcc
gnd <=>gnd
the "isp" furthermore connected via ftdi usbtoserial adapter linux pc.
the adapter working fine...i flashed "arduino isp" it.
before doing "the real thing" (read: more dangerous job) tried flash simple
sketch via isp onto target:
but git message:
avrdude: version 6.0.1, compiled on apr 14 2015 @ 19:04:16
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2009 joerg wunsch
system wide configuration file "/usr/local/arduino-1.6.9/hardware/tools/avr/etc/avrdude.conf"
user configuration file "/home/mccramer/.avrduderc"
user configuration file not exist or not regular file, skipping
using port : /dev/ttyusb0
using programmer : stk500v1
overriding baud rate : 19200
avr part : atmega328p
chip erase delay : 9000 us
pagel : pd7
bs2 : pc2
reset disposition : dedicated
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 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
programmer type : stk500
description : atmel stk500 version 1.x firmware
hardware version: 2
firmware version: 1.18
topcard : unknown
vtarget : 0.0 v
varef : 0.0 v
oscillator : off
sck period : 0.1 us
avrdude: avr device initialized , ready accept instructions
reading | ################################################## | 100% 0.02s
avrdude: device signature = 0x1e9514
avrdude: expected signature atmega328p 1e 95 0f
double check chip, or use -f override check.
avrdude done. thank you.
this looks had choosen wrong board it.
now have question mark in face:
* board settings need reflect board of "isp" or of target?
* regardless board, message not change. how comes
and finally:
* how can beast , running?
thank in advance help!
best regards
mcc
ps: both types of boards flashed via bootloarder (tx/rx) directly without
any problems.
1e9514 atmega328, not atmega328p. check markings on processor. looks might have slipped bad clone.
Arduino Forum > Using Arduino > Installation & Troubleshooting > Burning a different bootloader...prepareing "Arduino as ISP" madness
arduino
Comments
Post a Comment