Replies: 2 comments
-
@danie007 , west itself does not implement building, signing or flashing. These are Zephyr-specific whereas west is a generic wrapper (and multi-repo tool). For instance you can find the code that implements flashing here: https://github.com/zephyrproject-rtos/zephyr/tree/d8b45e38c130/scripts/west_commands/runners west is merely invoking west "extensions" implemented by Zephyr https://docs.zephyrproject.org/latest/develop/west/build-flash-debug.html So unless you have any objection I will transfer this issue to https://github.com/zephyrproject-rtos/zephyr/issues I think details on how you already perform fusing now would be very useful; I mean how is it done without any (future) west indirection. |
Beta Was this translation helpful? Give feedback.
-
@marc-hb thanks for the overview on Currently we're using NXP provided tools (blhost & MFGtool - pointing to respective user guides) for programming the OTP fuses on the i.MX RT board. ⬆️ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We're using NXP's i.MX RT 1160 EVK and would like to program One Time Programmable (OTP) fuses on the processor.
Currently we can build, sign (MCUboot) & flash (with JTAG) but the fuse support is unknown
west
support signing of eFuses? Is it planned?Thanks in advance.
CC @tkmozhi @vishnusudhan
Beta Was this translation helpful? Give feedback.
All reactions