Search found 5 matches

by huynh213
Fri Dec 21, 2018 4:25 pm
Forum: ESP32 Arduino
Topic: ESP32 Download Tool Address
Replies: 5
Views: 19528

Re: ESP32 Download Tool Address

Just an update though the board still doesn't work. I did also post this question on Github espressif/arduino-esp32 for more feedback. Goal: Loading firmware to my custom board using ESP32 Download Tool. I've been developing my code on my custom board (use ESP32-WROOM32D module) in Arduino IDE, and ...
by huynh213
Fri Dec 21, 2018 1:40 am
Forum: ESP32 Arduino
Topic: ESP32 Download Tool Address
Replies: 5
Views: 19528

Re: ESP32 Download Tool Address

Hi chegewara, I used PY to generate the partition table bin file from that min_spiffs.csv. The bin file I addressed at 0x10000 (app0) should be right, but I am not sure what addresses I should use for the Bootloader and partition table? Also, do you know where and how I can obtain the bootloader.bin...
by huynh213
Fri Dec 21, 2018 1:09 am
Forum: ESP32 Arduino
Topic: ESP32 Download Tool Address
Replies: 5
Views: 19528

Re: ESP32 Download Tool Address

Does anyone have a suggestion?
by huynh213
Wed Dec 19, 2018 11:23 pm
Forum: ESP32 Arduino
Topic: ESP32 Download Tool Address
Replies: 5
Views: 19528

ESP32 Download Tool Address

Hi, I've been always using Arduino IDE to load firmware to my ESP32 device, but recently I need to switch over to the ESP32 Download Tool. I have a hard time to find/fill in the Bootloader and Partition Bin files and their addresses, hope someone can help provide some hints or guideline. This is my ...
by huynh213
Tue Dec 18, 2018 8:09 pm
Forum: ESP32 Arduino
Topic: Load Arduino Sketch to a custom board using ESP32 (8MB SPI Flash)
Replies: 1
Views: 3835

Load Arduino Sketch to a custom board using ESP32 (8MB SPI Flash)

Hi there, Goal: To load my sketch (1,508,722 bytes) to a custom board using ESP32-WROM-32D (8MB) module I recently upgrade my design from using the ESP32-WROM-32D (4MB) module to the ESP32-WROM-32D (8MB) module since my new sketch, which includes BLE, OTA, and Wifi libraries, is too big. In the past...