Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 763 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 763 Bytes

ESP8266/Arduino with rboot

This repository tries to show how to use the excellent arduino core and libraries from esp8266.com with the open source rboot bootloader by Richard Antony Burton.

How to

  • Build rboot or use the one in bin/rboot.bin, upload it to 0x00000 with make flash_rboot
  • Edit the top of Makefile, set the location of the Arduino custom hardware folder, change other settings as needed
  • Copy config.h.sample to config.h, edit for your network
  • Run make, make flash
  • Start a webserver for the firmware files:
cd firmware
python -m http.server # or
python2 -m SimpleHTTPServer
  • Trigger an update by bringing BUTTON_PIN low.