-
Notifications
You must be signed in to change notification settings - Fork 7.6k
boards: nordic: add runner config qualifiers for 54h20 'iron' variants #90868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards: nordic: add runner config qualifiers for 54h20 'iron' variants #90868
Conversation
soc/nordic/soc.yml
Outdated
@@ -126,7 +126,9 @@ runners: | |||
- nrf54l20/cpuflpr | |||
- qualifiers: | |||
- nrf54h20/cpuapp | |||
- nrf54h20/cpuapp/iron |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
board qualifiers are not allowed in a soc file, put it in the board.yml file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonathannilsen it can be done similar like for L15:
https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/nordic/nrf54l15dk/board.yml#L17
8d3eb65
to
d1b4d55
Compare
boards/nordic/nrf54h20dk/board.yml
Outdated
run: first | ||
groups: | ||
- boards: | ||
- [email protected]/nrf54h20/cpuapp/iron |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you will need to add the other ones from the base soc.yml file or they will vanish because of this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, do they need to be added both with and without the 0.9.0 revision as well?
d1b4d55
to
1493417
Compare
Make it so the 54h20 'iron' variants have the same flashing behavior as the other 54h20 targets. Signed-off-by: Jonathan Nilsen <[email protected]>
1493417
to
89816c6
Compare
|
Closing, will be invalidated by #91413 |
Make it so the 54h20 'iron' variants have the same flashing behavior as the other 54h20 targets.