-
Notifications
You must be signed in to change notification settings - Fork 7.3k
MMU Support for RISCV Arch #81717
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
Comments
Hi, I can't seem to reproduce the exact error you've attached using the instructions you've provided, but
That's correct, Zepyr's RISC-V port, as of date, doesn't support MMU. If you try to build Zephyr for RISC-V with MMU support enabled, you should see a warning message about unsatisfied Kconfig dependencies:
|
Hi @fkokosinski Thanks for response, yeah I forgot to mention I also enabled an internal flag Changes:
Full Build Logs:
|
Hey! |
Describe the bug
I've tried to enable CONFIG_MMU for my qemu_riscv64 board, but build fails giving some linker stage error related to undefine
z_mapped_start
&arch_mem_map
symbols.west build -p always -b qemu_riscv64 samples/hello_world
To Reproduce
Steps to reproduce the behavior:
CONFIG_MMU=y
in prj.confIs there no MMU Support for RISCV arch till now? Because I find out this article it doesn't mention about MMU (memory management Unit) related anything ??
https://docs.zephyrproject.org/latest/hardware/arch/risc-v.html
Please help me in this regard, like if its enabled is there anything else I've to configured.
Best,
Akif
The text was updated successfully, but these errors were encountered: