-
Notifications
You must be signed in to change notification settings - Fork 93
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
base: master
Are you sure you want to change the base?
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
fa24539
to
ece8898
Compare
d0b9160
to
f272297
Compare
esp_encrypted_img/examples/pre_encrypted_ota/main/idf_component.yml
Outdated
Show resolved
Hide resolved
esp_encrypted_img/examples/pre_encrypted_ota/main/pre_encrypted_ota.c
Outdated
Show resolved
Hide resolved
esp_encrypted_img/examples/pre_encrypted_ota/main/test_dir/certs/prvtkey.pem
Outdated
Show resolved
Hide resolved
@igrr clang-tidy job seems to be failing on this PR:
|
Hello, I think adding diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml
index dedb409f37be..1a3c177af5f0 100644
--- a/.github/workflows/clang-tidy.yml
+++ b/.github/workflows/clang-tidy.yml
@@ -24,6 +24,7 @@ jobs:
curl -sSL https://github.com/psastras/sarif-rs/releases/download/clang-tidy-sarif-v0.3.3/clang-tidy-sarif-x86_64-unknown-linux-gnu -o clang-tidy-sarif
chmod +x clang-tidy-sarif
- name: Install pyclang
+ shell: bash
run: |
. ${IDF_PATH}/export.sh
pip install pyclang~=0.2.0
EDIT: I created PR for this #456 Hopefully it should help. |
maybe off-topic. |
I checked espressif/clang-tidy-runner@v0.2.3...v0.6.0 and don't see any fixes which would affect the CI job in this repo. We can update it there are some new features which will improve the workflow (e.g. espressif/clang-tidy-runner#9) or important fixes. |
no i didn't mean that the upgrade would fix it... off-topic. just in case the version range used in the GH action is written unexpectedly. |
66fec79
to
768c278
Compare
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
768c278
to
f162617
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.