Files
documentation/source/developer-guides/boot-performance.rst
T
James Gutbub c5a516be99 Clean up spelling (#41)
Performed some spell checking on the source/*.rst files
in most places as needed

Signed-off-by: James Gutbub <james.gutbub@intel.com>
2019-04-23 15:34:23 -07:00

15 lines
663 B
ReStructuredText
Executable File

Boot Performance
------------------
|SPN| aims to boot very quickly. This is mandatory, for some use cases, e.g., turning on rear-view camera system when a car is started.
Boot performance is designed in every stage of |SPN|. There are some trade-offs to be considered when one optimizes the boot time.
* Type of boot media (e.g., fast boot media such as eMMC)
* Security features (signing or hashing algorithms, use of hardware acceleration)
* Hardware configuration (processor frequency, memory size, device configuration etc)
* Image size with compression algorithm (e.g. Lz4)
* Generic features (e.g. splash screen, number of boot options)