You've already forked documentation
mirror of
https://github.com/Dasharo/documentation.git
synced 2026-03-06 15:26:51 -08:00
c5a516be99
Performed some spell checking on the source/*.rst files in most places as needed Signed-off-by: James Gutbub <james.gutbub@intel.com>
15 lines
663 B
ReStructuredText
Executable File
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)
|
|
|
|
|