VisionFive 2 ROM addresses for Zephyr RTOS #66093
Unanswered
kanakshilledar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@kanakshilledar, it seems the issue has been resolved, right? zephyr/include/zephyr/arch/riscv/common/linker.ld Lines 39 to 60 in 6f6fc4e |
Beta Was this translation helpful? Give feedback.
1 reply
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 and @pfarwsi are working on adding support for VisionFive 2 in Zephyr RTOS. I have created a device tree by referencing the starfive linux, patches of
hifive_unmatched
FU740 SoC, and patches of BeagleV Starlight.The porting work is done in this repo: https://github.com/pfarwsi/zephyr-visionfive2/tree/visionfive2
I have created a devicetree for JH7110 SoC.
The build errors out at Linking C executable step while building for
samples/hello_world
.Build Instructions:
Error log:
It gives error of undefined symbol for
ROM_BASE
.Full build log: https://pastebin.com/JHLZrx66
Where is the memory addresses for the boards defined in Zephyr RTOS?
How can I solve the ROM_BASE issue?
Thanks!
Kanak Shilledar
Beta Was this translation helpful? Give feedback.
All reactions