Otabootloader upload ?
-
I can upload the bootloader using Arduino as ISP ? who i need add in a board.txt?
im use this but give an error
#######################################
Mysensors.name=[Mysensors OTA] Arduino Uno
Mysensors.upload.protocol=arduino
Mysensors.upload.maximum_size=32256
Mysensors.upload.speed=115200
Mysensors.bootloader.low_fuses=0xff
Mysensors.bootloader.high_fuses=0xde
Mysensors.bootloader.extended_fuses=0x05
Mysensors.bootloader.path=MySensorsOTA
Mysensors.bootloader.file=MyOtaBootloader.hex
Mysensors.bootloader.unlock_bits=0x3F
Mysensors.bootloader.lock_bits=0x0F
Mysensors.build.mcu=atmega328p
Mysensors.build.f_cpu=16000000L
Mysensors.build.core=arduino
Mysensors.build.variant=standard
#####################################@ch3b7 this setting is working for me (4k BL)
proMS.name=Arduino Pro Mini (3V3 & 5V, 16 MHz) w/ ATmega328 MySensors
proMS.upload.tool=avrdude
proMS.upload.protocol=arduino
proMS.upload.maximum_size=28672
proMS.upload.maximum_data_size=2048
proMS.upload.speed=115200proMS.bootloader.tool=avrdude
proMS.bootloader.unlock_bits=0x3F
proMS.bootloader.lock_bits=0x0F
proMS.bootloader.low_fuses=0xFF
proMS.bootloader.high_fuses=0xD8
proMS.bootloader.extended_fuses=0x05
proMS.bootloader.file=MySensors/MyOtaBootloader.hexproMS.build.board=AVR_PRO
proMS.build.core=arduino
proMS.build.variant=standardproMS.build.mcu=atmega328p
proMS.build.f_cpu=16000000L -
@ch3b7 this setting is working for me (4k BL)
proMS.name=Arduino Pro Mini (3V3 & 5V, 16 MHz) w/ ATmega328 MySensors
proMS.upload.tool=avrdude
proMS.upload.protocol=arduino
proMS.upload.maximum_size=28672
proMS.upload.maximum_data_size=2048
proMS.upload.speed=115200proMS.bootloader.tool=avrdude
proMS.bootloader.unlock_bits=0x3F
proMS.bootloader.lock_bits=0x0F
proMS.bootloader.low_fuses=0xFF
proMS.bootloader.high_fuses=0xD8
proMS.bootloader.extended_fuses=0x05
proMS.bootloader.file=MySensors/MyOtaBootloader.hexproMS.build.board=AVR_PRO
proMS.build.core=arduino
proMS.build.variant=standardproMS.build.mcu=atmega328p
proMS.build.f_cpu=16000000L -
@daulagari said:
What kind of error do you get?
this error:
avrdude: WARNING: no end of file record found for Intel Hex file "G:\arduino-1.0.5-r2\hardware\arduino\bootloaders\MySensorsOTA\MyOtaBootloader.hex"
avrdude: WARNING: no end of file record found for Intel Hex file "G:\arduino-1.0.5-r2\hardware\arduino\bootloaders\MySensorsOTA\MyOtaBootloader.hex" -
@daulagari said:
What kind of error do you get?
this error:
avrdude: WARNING: no end of file record found for Intel Hex file "G:\arduino-1.0.5-r2\hardware\arduino\bootloaders\MySensorsOTA\MyOtaBootloader.hex"
avrdude: WARNING: no end of file record found for Intel Hex file "G:\arduino-1.0.5-r2\hardware\arduino\bootloaders\MySensorsOTA\MyOtaBootloader.hex" -
-
@tekka
Is OTA or MYS bootloader end to end working for you. if yes, let me know the steps that needs to be followed. i'm getting error in gateway where I_FIND_PARENT request(from sensor) response is failing and not reaching to sensor node. however, it works after fresh make load command issue.. -
@tekka
Is OTA or MYS bootloader end to end working for you. if yes, let me know the steps that needs to be followed. i'm getting error in gateway where I_FIND_PARENT request(from sensor) response is failing and not reaching to sensor node. however, it works after fresh make load command issue..
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login