examples.rst 752 B

123456789101112131415161718192021222324
  1. .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
  2. *******************
  3. Real-World Examples
  4. *******************
  5. |
  6. This chapter contains real-world examples.
  7. Slow Write Speed on Live Images
  8. ===============================
  9. In one of our previous releases (denzil), users noticed that booting off
  10. of a live image and writing to disk was noticeably slower. This included
  11. the boot itself, especially the first one, since first boots tend to do
  12. a significant amount of writing due to certain post-install scripts.
  13. The problem (and solution) was discovered by using the Yocto tracing
  14. tools, in this case 'perf stat', 'perf script', 'perf record' and 'perf
  15. report'.
  16. See all the unvarnished details of how this bug was diagnosed and solved
  17. here: Yocto Bug #3049