Filesystem: How to Integrate and Flash PEM and INI Files into STM32 Internal Flash Using Zephyr? #73478
Unanswered
srikanthpalvai
asked this question in
Q&A
Replies: 3 comments 4 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you look at how the sample does it here in the cmake file? https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/net/sockets/http_client |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't need to store certificates but I need to write to the flash. And yes I started looking into the examples provided by zephyr |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a project using an STM32 microcontroller with the Zephyr OS, and I need to integrate and flash a cacert.pem file and a config.ini file into the internal flash memory. My development board does not have an SD card integrated, so I need to use the internal flash memory for this purpose. At runtime, I will load the cacert.pem file for mbedTLS usage and read configurations from the config.ini file.
Are there any specific Zephyr features or best practice example avaibale in this use case ?
Beta Was this translation helpful? Give feedback.
All reactions