thesofproject / rimage

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

rimage: add error message in the openssl 3.0 stub #104

Closed yongzhi1 closed 2 years ago

yongzhi1 commented 2 years ago

The error status caused by unsupported openssl is cryptic:

"FATAL ERROR: command exited with status 234:..."

Add an error message to save troubleshooting time.

Signed-off-by: Yong Zhi yong.zhi@intel.com

aiChaoSONG commented 2 years ago

@lgirdwood It can not work for me,t I see signing failure 234 also. signing on ubuntu20.04 works fine.

➜  sof git:(main) openssl version
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

https://github.com/thesofproject/rimage/issues/107

juimonen commented 2 years ago

@yongzhi1 & @aiChaoSONG & @lgirdwood ssl3.0 support is missing for mtl/ace support in rimage, it is only up until tgl. So that needs to be added...

aiChaoSONG commented 2 years ago

@juimonen @yongzhi1 I don't think any of us has time for migrating to ssl3.x, so a simple workaround: #108

juimonen commented 2 years ago

https://github.com/thesofproject/rimage/pull/109, let's see....

lgirdwood commented 2 years ago

109, let's see....

Now merged. @yongzhi1 can we close ?

yongzhi1 commented 2 years ago

Sorry I should not post anything before long vacation, thanks @aiChaoSONG @juimonen and @lgirdwood !!