Skip to content

Commit

Permalink
west: sign: add support for NXP i.MX8ULP board
Browse files Browse the repository at this point in the history
Add support for signing i.MX8ULP SOF with Zephyr images with rimage.

Signed-off-by: Zhang Peng <[email protected]>
  • Loading branch information
Zhang Peng authored and fabiobaltieri committed Dec 4, 2023
1 parent 9dd10c2 commit a47aa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/west_commands/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def sign(self, command, build_dir, build_conf, formats):
kernel_name = build_conf.get('CONFIG_KERNEL_BIN_NAME', 'zephyr')

# TODO: make this a new sign.py --bootloader option.
if target in ('imx8', 'imx8m'):
if target in ('imx8', 'imx8m', 'imx8ulp'):
bootloader = None
kernel = str(b / 'zephyr' / f'{kernel_name}.elf')
out_bin = str(b / 'zephyr' / f'{kernel_name}.ri')
Expand Down

0 comments on commit a47aa23

Please sign in to comment.