-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No error while flashing but no behaviour modification (ESF-17) #29
Comments
Hi, I'll try my best. Since there is no official port for PIC, I assume you wrote your own. Does WROOM module print anything at all after programming? |
Yes a wrote my one. And I hope I will be able to share it. Actually my "map" is the same i've seen from python command on PC. 0x00001000 /*bootloader/bootloader.bin */ esp-at.bin file is 1.304.464 byte no messages after programming I have enabled also the MD5 check. Only a check error on ble_data.bin (could this be the problem on everithing?) |
Interesting... I would assume at least some error message from ROM bootloader, even if it wasn't able to boot due to flash integrity for example (wrong MD5 chucksum). |
MD5 check consistently fail on ble_data.bin! Even if I reprogram only the ble_data.bin file. Restarting in normal (NO UPDATE) mode I receive the following messages. ets Jul 29 2 019 12:21:46 |
The same happens also if bluetooth is not selected in menuconfig builded |
At this point I am not able to figure out, why it does not work. |
I'm trying to reprogram an ESP32-WROOM-32E using my mircohip PIC32MZ that read files from SD card.
My target is to have AT Commands on UART0. the software work well if programmed with PC on an AZDelivery board with ESP32-WROOM-32.
It seems everything work well (no error while programming) but when i restart my board, ESP32-WROOM-32E doesn't notify "ready" on UART0.
can you help me to find my mistake?
The text was updated successfully, but these errors were encountered: