-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat(esp_encrypted_img): Added pre_encrypted_ota example #398
feat(esp_encrypted_img): Added pre_encrypted_ota example #398
Conversation
5b77a12
to
c04fd5a
Compare
esp_encrypted_img/pre_encrypted_ota/pytest_pre_encrypted_ota.py
Outdated
Show resolved
Hide resolved
5e5beda
to
8d12bff
Compare
@igrr any idea about how to fix this issue, actually server is starting on different network(172.21.0.2) and client is in different network (192.168.156.27), thus unable to connect to server. cc @mahavirj |
adb5bd6
to
c34f74e
Compare
273f896
to
47328af
Compare
dd83a5f
to
a1359ca
Compare
a637a8f
to
a10d967
Compare
aff6a30
to
aabcbff
Compare
890e951
to
d5517ca
Compare
@mahavirj PTAL |
a2a9db3
to
61aadf2
Compare
esp_encrypted_img/examples/pre_encrypted_ota/main/tests/test_local_server_ota.c
Outdated
Show resolved
Hide resolved
esp_encrypted_img/examples/pre_encrypted_ota/main/tests/test_local_server_ota.c
Outdated
Show resolved
Hide resolved
esp_encrypted_img/examples/pre_encrypted_ota/main/tests/test_local_server_ota.c
Outdated
Show resolved
Hide resolved
1. Moved pre_encrypted_ota example from esp-idf to idf-extra-component. 2. Created server on app side 3. Flashed the pre_encrypted_ota_secure.bin in OTA1 4. Provided the URI and binary size from the pytest
61aadf2
to
f61f602
Compare
Added the pre_encrypted_ota example in esp_encrypted_img component
Checklist
url
field definedDescription
Added the pre_encrypted_ota in esp_encrypted_img component.