thesofproject / rimage

DSP firmware image creation and signing tool
Other
7 stars 62 forks source link

Unable to sign Intel CAVS #147

Closed majunkier closed 9 months ago

majunkier commented 1 year ago

Describe the bug For all CAVS platform, when using rimage to sign the binary after last few commits there is an error during signing (not all binary fails):

error: 'alias_mask' not found
error: segment DATA [0xbe018000:0xbe01e000] overlaps with BSS [0xbe01d000:0xbe01e000]
rimage: rimage/src/manifest.c:938: man_write_fw_v1_8: Assertion `image->image_end > MAN_FW_DESC_OFFSET_V1_8' failed.
FATAL ERROR: command exited with status 250: west sign -d <path_config>
lgirdwood commented 1 year ago

@majunkier the FW DATA section is too big (i.e. not aligned with the SRAM description in the toml file).

marc-hb commented 9 months ago

Please re-open with more details if needed