I added a note where you can find the BLANKER (blank.bin) file.
Maybe this helps someone!
develop
Elia Bieri 2015-02-06 11:54:08 +01:00
rodzic c5d81c0fe4
commit 10026b16ff
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -143,6 +143,7 @@ In the Makefile, it will erase section hold the user configuration at 0x3C000
flash: firmware/0x00000.bin firmware/0x40000.bin
$(PYTHON) $(ESPTOOL) -p $(ESPPORT) write_flash 0x00000 firmware/0x00000.bin 0x3C000 $(BLANKER) 0x40000 firmware/0x40000.bin
```
The BLANKER is the blank.bin file you find in your SDKs bin folder.
**Create SSL Self sign**