HSS build process vs hss-payload-generator
#504
-
Reading the top-level HSS However, I'm having trouble understanding how the It seems like the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @pcrosemurgy The HSS runs from eNVM, due to the size of the eNVM not much else can fit in there with it (128KB). The HSS payload generator creates payloads with headers which can be booted from external non-volatile memory, like eMMC, SD cards etc. The payload generator is not part of the HSS build process but is actually part of the embedded software build process. I would suggest having a look at this document on the tool flow and also this document which describes HSS payloads. |
Beta Was this translation helpful? Give feedback.
Hey @pcrosemurgy
The HSS runs from eNVM, due to the size of the eNVM not much else can fit in there with it (128KB). The HSS payload generator creates payloads with headers which can be booted from external non-volatile memory, like eMMC, SD cards etc. The payload generator is not part of the HSS build process but is actually part of the embedded software build process.
I would suggest having a look at this document on the tool flow and also this document which describes HSS payloads.