Change partition name using .overlay #37545
Unanswered
joaodullius
asked this question in
Q&A
Replies: 1 comment 6 replies
-
@joaodullius, you should use delete-node to remove nodes from the original dts:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add mcuboot support to arduino_nano_33_ble using the following arduino_nano_33_ble.overlay file in the boards directory in my project:
This is the partitions defined on the board dts:
West is correctly applying the above overlay, but it is mixing with the original partition definition, as we can see on the generated build/zephyr/zephyr.dts :
What would be the correct way to remove the original partition name?
Beta Was this translation helpful? Give feedback.
All reactions