Device Tree Error: Interrupt controller lacks binding while porting to visionfive2 #64228
Replies: 2 comments 3 replies
-
@kanakshilledar I followed steps to reproduce but i get this error : pratik-HP-EliteBook-840-G5:~/official-zephyr/zephyr$ west build -p always -b visionfive2_jh7110 samples/hello_world Can you add steps to initialize west also? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I close this discussion marked as duplicate as there is another discussion opened by the maintainer at #64235 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello, I have created an issue linked to this discussion #64214 . I along with @pratikfarkase94 are working on porting visionfive2 to zephyr rtos. Visionfive2 is a RISCV based SBC based on JH7110 SoC (full specifications)
There was a similar discussion #44137 regarding some similar lacks binding error but I am not able to solve it.
The source code for our work is in the branch support_visionfive2 based off on zephyr-v3.5.0 branch.
I am using the following command to build the
samples/hello_world
application$ west build -p always -b visionfive2_jh7110 samples/hello_world
The following build logs I get
Changes to sifive,s7.yaml
There were a lot of properties missing in the
dts/bindings/riscv/sifive,s7.yaml
file which were declared indts/riscv/starfive/jh7110.dtsi
file.The following properties were added
Steps to reproduce
You should get the similar device tree related error.
Any solution on how can I solve this issue. I am fairly new to zephyr rtos and apologize if I miss anything.
If you need any more input from my side I am willing to share.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions