Search found 4 matches

by jasper.z
Wed Mar 28, 2018 3:53 am
Forum: General Discussion
Topic: Customize boot mode
Replies: 5
Views: 9971

Re: Customize boot mode

Thank u so much for these detailed solution on bootloader. Meanwhile, the further question is how to customize partition table which define two partition in app type simultaneously. It's required that one is factory app,the other is test app. What's we final expected is to jump into factory app or t...
by jasper.z
Wed Mar 28, 2018 2:08 am
Forum: General Discussion
Topic: ESP32-AT cmd response with same string
Replies: 0
Views: 2363

ESP32-AT cmd response with same string

Hi Guys, I'm trying to run esp32-at application: https://github.com/espressif/esp32-at when i send command like "AT" , it received the same string like "AT", rather than "OK". I think that proves uart read/write do works ,but seems libat_core.a failed to work. do you any suggestion for further debug...
by jasper.z
Tue Mar 27, 2018 7:12 am
Forum: General Discussion
Topic: Customize boot mode
Replies: 5
Views: 9971

Re: Customize boot mode

i know how to edit bootloader 2nd stage source,but the key issue is how to detect status of key pressing(state of a GPIO) on bootloader 2nd stage?
by jasper.z
Tue Mar 27, 2018 2:23 am
Forum: General Discussion
Topic: Customize boot mode
Replies: 5
Views: 9971

Customize boot mode

Hey Guys, As i knows,there are two boot mode currenlty: boot mode 11 : Flash download mode 31 : Flash boot mode I'd like to implement third option: factory mode which would be used for verifying functionality on production line. The initial idea is to detect status of key pressing on bootloader phas...