dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
build(deps): bump vue and vue-t… (compare)
dependabot[bot] on npm_and_yarn
build(deps-dev): bump @vue/cli-… (compare)
dependabot[bot] on npm_and_yarn
build(deps): bump core-js from … (compare)
dependabot[bot] on npm_and_yarn
build(deps-dev): bump @vue/cli-… (compare)
can you help me to point stable version on this repo which is tested
You can find this answer at Zephyr discord channel at Vendors/Nordic
Hello
I'm testing the updatehub using nrf5340dk and quectel BG96 as modem.
I used the zephyr/samples/subsys/mgmt/updatehub sample and I used the updatehub cloud for update (free version for now)
1- I build and flash the version 1.0.0
2-Create and push the update package 2.0.0 to updatehub cloud using https://docs.updatehub.io/zephyr-project/zephyr-project-guide/ , steps: 8-9 then create rollout using step 11
3- start the FOTA using updatehub run command
4- the nrf5340dk connect to updatehub cloud, download the binary and update it after reboot and the firmware 2.0.0 is running.
Then I tested the updatehub with DTLS by including overlay-dtls.conf using the default certificates.
But I always got
[00:02:15.450,164] <err> net_sock_tls: TLS handshake error: -6800
[00:02:15.459,075] <err> updatehub: Could not send request
[00:02:15.473,327] <err> main: Invalid response
Is there a certificate that must upload to updatehub cloud?
Is there any config missing to make the updatehub example connect to updatehub cloud using DTLS ?