You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'contrib/github_pr_17464' into 'master'
Update the QEMU instructions for the security_features_app example (GitHub PR)
Closes IDFGH-16318 and IDFGH-16311
See merge request espressif/esp-idf!41438
Copy file name to clipboardExpand all lines: examples/security/security_features_app/README.md
+24-10Lines changed: 24 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,14 @@ If you want to enable the security features on a target which has been virtually
67
67
68
68
The detailed instructions on how to use QEMU can be found in the [QEMU documentation](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/qemu.html).
69
69
70
+
For QEMU emulation, the eFuses are emulated and are saved in a file. The default location for this file is `build/qemu_efuse.bin`.
71
+
72
+
It is possible to save the eFuses in a different location by specifying the `--efuse-file` option when running QEMU commands. This is useful as the build directory may get modified and the flashed eFuse context may get reset.
**NOTE: The `idf.py merge-bin`command runs with `build` as the working directory. Make sure the relative path provided are relative to the `build` directory
622
+
**NOTE: The `idf.py merge-bin`command runs with `build` as the working directory. Make sure the relative path provided are relative to the `build` directory**
609
623
610
624
### Run example on QEMU
611
625
612
626
The following command can be used to run example on qemu
0 commit comments