Bootloader download, where?
after did testing externa eeprom nano fails react.
as suspect action somehow killed bootloader trying program nano v3.0 bootloader.
but can find bootloader file used aver studio download device using icsp connector on board.
regards
harry
as suspect action somehow killed bootloader trying program nano v3.0 bootloader.
but can find bootloader file used aver studio download device using icsp connector on board.
regards
harry
the arduino 'boards.txt' file tells find bootloader each type of board. example:
this means hardware/arduino/bootloaders/atmega/atmegaboot_168_atmega328.hex
quote
##############################################################
atmega328.name=arduino duemilanove or nano w/ atmega328
atmega328.upload.protocol=stk500
atmega328.upload.maximum_size=30720
atmega328.upload.speed=57600
atmega328.bootloader.low_fuses=0xff
atmega328.bootloader.high_fuses=0xda
atmega328.bootloader.extended_fuses=0x05
atmega328.bootloader.path=atmega
atmega328.bootloader.file=atmegaboot_168_atmega328.hex
atmega328.bootloader.unlock_bits=0x3f
atmega328.bootloader.lock_bits=0x0f
atmega328.build.mcu=atmega328p
atmega328.build.f_cpu=16000000l
atmega328.build.core=arduino
this means hardware/arduino/bootloaders/atmega/atmegaboot_168_atmega328.hex
Arduino Forum > Using Arduino > Installation & Troubleshooting > Bootloader download, where?
arduino
Comments
Post a Comment