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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
