-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Problem with applying overlay for custom board in blinky example #23777
Comments
Can you check if the PR below fixes it? |
@carlescufi it doesn't fix the problem, nothing changes |
I just tested this and it worked fine:
|
The board names in steps 1 and 2 do not match. Does the problem persist even when the overlay is for the right board? |
@kubazdz The flag |
Right, thanks all, I managed to apply all your comments and to build exapmle. It was all matter of a wrong version |
actually this issue can be closed, but I have another similar to this but with few changes. I made a new issue |
Thanks! We'll continue discussion in the new issue then. |
Description
I am trying to flash my custom board with blinky sample. I have created nrf52811_pca10056.overlay file. My board is based on nrf52811 and the overlay file is made only to switch led0 pin to 18 (13 originally). After trying to build the example, overlay is loaded and the "Unable to parse input tree" error is risen due to the syntax error in nrf52811_pca10056.dts.pre.tmp file pointing at line with this code:
gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
need help to figure out what is wrong or is it some bug
To Reproduce
Steps to reproduce the behavior:
west build -b nrf52_pca10056
Expected behavior
Succesful build of blinky sample with led0 pin changed to 18
Impact
Can't build an app
Screenshots or console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: