-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
bugSomething isn't working as expectedSomething isn't working as expected
Milestone
Description
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).
- Kernel: N/A
- SOF: Main SHA: 40625f0
- Name of the topology file
- Topology: N/A
- Name of the platform(s) on which the bug is observed.
- Platform: MTL (other not tested)
- Operating system:
- Windows
Screenshots or console output
error.log
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as expectedSomething isn't working as expected