Describe the bug
During firmware building using xtensa-build-zephyr.py script, rimage fails to generate final sof-mtl.ri image file with error
"mtl_private_key.pem: error: unable to open file for reading. No such file or directory (errno = 2)"
To Reproduce
Run building command (in "west top" directory):
python sof\scripts\xtensa-build-zephyr.py mtl -k mtl_private_key.pem
Reproduction Rate
100%.
Expected behavior
Rimage generates signed sof-mtl.ri file in build-sof-staging directory.
Workaround
Run building command (in "west top" directory) with absolute path to the private key:
python sof\scripts\xtensa-build-zephyr.py mtl -k C:\Workspace\my_sof_workspace\mtl_private_key.pem
Impact
Annoyance.
Environment
- Branch name and commit hash of the 2 repositories: sof (firmware/topology) and linux (kernel driver).
- Name of the topology file
- Name of the platform(s) on which the bug is observed.
- Platform: MTL (other not tested)
- Operating system:
Screenshots or console output
error.log
Describe the bug
During firmware building using xtensa-build-zephyr.py script, rimage fails to generate final sof-mtl.ri image file with error
To Reproduce
Run building command (in "west top" directory):
python sof\scripts\xtensa-build-zephyr.py mtl -k mtl_private_key.pemReproduction Rate
100%.
Expected behavior
Rimage generates signed sof-mtl.ri file in build-sof-staging directory.
Workaround
Run building command (in "west top" directory) with absolute path to the private key:
python sof\scripts\xtensa-build-zephyr.py mtl -k C:\Workspace\my_sof_workspace\mtl_private_key.pemImpact
Annoyance.
Environment
Screenshots or console output
error.log