rboot-sample icon indicating copy to clipboard operation
rboot-sample copied to clipboard

Sample ESP 8266 SDK project demonstrating rBoot OTA

Results 4 rboot-sample issues
Sort by recently updated
recently updated
newest added

Hi, Can you tell me how do you determine which flash sector should be flashed with binary and booted from after update ?. Where is the structure variable "bootconf.roms[upgrade->rom_slot]" is...

i flashed with ```` esptool.py --port /dev/cu.usbserial-A7012RPU write_flash -fs 1MB -fm dout -ff 40m 0x00000 rboot.bin 0x02000 rom0.bin 0x82000 rom1.bin 0xfc000 blank4.bin ```` rboot.h #define BOOT_RTC_ENABLED or //#define BOOT_RTC_ENABLED didnt...

Hi, I've compiled the esp-open-sdk + esp2tool + rboot, all from master git branches, all seem to compile successfully.\ However, when i building rboot-sample i get make CC main.c CC...

Hi @raburton With this tiny change is possible define the host and the port of server. A sample code: ``` void config_cmd_ota(uint8_t argc, char *argv[]) { char msg[50]; char *val;...