ESP32 AT Cmd Programming problem
Posted: Wed Aug 08, 2018 5:14 am
Hi There
I have a little eval board which didn't come with AT commands and I've tried downloading V1.0, V1.1 and V1.1.1 each with limited success. V1.0 went the furthest, the rest complained there was no code and continually re-booted.
Information on where to put segments is limited so I used the download.config to manually enter the values (and in this order):
0x1000 bootloader/bootloader.bin
0x20000 at_customize.bin
0x21000 customized_partitions/ble_data.bin
0x24000 customized_partitions/server_cert.bin
0x26000 customized_partitions/server_key.bin
0x28000 customized_partitions/server_ca.bin
0xf000 phy_init_data.bin
0x100000 esp-at.bin
0x8000 partitions_at.bin
Although the program seems to have loaded, nothing is happening when I type "AT"
NOTE: There was something before the "2nd stage bootloader" line, but it was at a different baud rate and appeared as garbage (and was deleted)
Any help would be appreciated.
Thanks
Simon
I have a little eval board which didn't come with AT commands and I've tried downloading V1.0, V1.1 and V1.1.1 each with limited success. V1.0 went the furthest, the rest complained there was no code and continually re-booted.
Information on where to put segments is limited so I used the download.config to manually enter the values (and in this order):
0x1000 bootloader/bootloader.bin
0x20000 at_customize.bin
0x21000 customized_partitions/ble_data.bin
0x24000 customized_partitions/server_cert.bin
0x26000 customized_partitions/server_key.bin
0x28000 customized_partitions/server_ca.bin
0xf000 phy_init_data.bin
0x100000 esp-at.bin
0x8000 partitions_at.bin
Although the program seems to have loaded, nothing is happening when I type "AT"
NOTE: There was something before the "2nd stage bootloader" line, but it was at a different baud rate and appeared as garbage (and was deleted)
Any help would be appreciated.
Thanks
Simon