[SOLVED] MySensors FOTA - Bare ATMega328p
-
Hi,
I want to know if it is possible to upload firmware to a Bare ATMega328p working with MYSController (FOTA).
Im using the latest Mysbootloader from https://github.com/mysensors/MySensorsBootloaderRF24This is the result i get from the Bare ATMega flash (0A...FFFFF..)..
After a few tries it just continues normal booting procedure
I use this firmware also on an Arduino Pro mini where FOTA works.
Can someone give me some advice?
Thank you in advance.
Edit:
Just tried a fresh bare atmega, same result

This is the boards.txt i'm using;
MYSBLMOD.name=ATmega328 with MYSBootloader 1.3.0 8 MHz (2018/01)
MYSBLMOD.upload.tool=arduino:avrdude
MYSBLMOD.upload.protocol=arduino
MYSBLMOD.upload.maximum_size=30720
MYSBLMOD.upload.maximum_data_size=2048
MYSBLMOD.bootloader.tool=arduino:avrdude
MYSBLMOD.bootloader.unlock_bits=0x3F
MYSBLMOD.bootloader.lock_bits=0x0F
MYSBLMOD.build.mcu=atmega328p
MYSBLMOD.build.board=AVR_PRO
MYSBLMOD.build.core=arduino:arduino
MYSBLMOD.build.variant=arduino:standard
MYSBLMOD.f_cpu=8000000L
MYSBLMOD.upload.speed=57600
MYSBLMOD.bootloader.low_fuses=0xE2
MYSBLMOD.bootloader.high_fuses=0xD2
MYSBLMOD.bootloader.extended_fuses=0x06
MYSBLMOD.build.f_cpu=8000000L
MYSBLMOD.bootloader.file=MySensors/MYSBootloader_8MHz.hex
-
Nevermind i fixed it! had something to do with my radio...
Driving me nuts

#lovemysensors!!
can close this topic when needed