RTEMS | risc-v: FDT copy fails if BSP_FDT_BLOB_READ_ONLY is false (#5543)
Gedare Bloom (@gedare)
gitlab at rtems.org
Wed Apr 1 18:21:26 UTC 2026
Gedare Bloom created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5543
Assignee: Gedare Bloom
## Summary
<!--
Please provide as much information as possible such as error messages or attaching logs
-->
When `BSP_FDT_BLOB_READ_ONLY` is `False` the FDT gets copied into the BSS section before clearing the BSS during system initialization. This causes the FDT to get zeroed out after being copied.
## Steps to reproduce
Use config:
```
[riscv/rv64imafdc]
BSP_FDT_BLOB_READ_ONLY = False
```
configure and build, run hello.exe and it hangs.
<!-- Pre-set options
- milestone
-->
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5543
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260401/6c80aa51/attachment.htm>
More information about the bugs
mailing list