RTEMS Tools | tester/bsps/lm3s6965_qemu: Enable automated tests for lm3s6965_qemu (!80)
Armaan Chowfin (@ar-in0)
gitlab at rtems.org
Mon Mar 9 17:20:32 UTC 2026
Armaan Chowfin commented on a discussion: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/80#note_144930
Hi Joel
> Do you have local changes which are not in RTEMS main?
Yes. The BSP\_ config parameters and various simple console fixes for the TI bsps.
* MR: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1094, pending approval to be merged into main.
> What's different between the default configuration of the lm3s6965_qemu BSP and what you have above?
>From `linkcmds.lm3s6965_qemu` linker script on main:
```dsconfig
MEMORY {
RAM_INT (AIW) : ORIGIN = 0x20000000, LENGTH = 16M
ROM_INT (RX) : ORIGIN = 0x00000000, LENGTH = 64M
}
```
In the default configuration, applications perform MMIO writes and reads at addresses that are outside the the QEMU lm3s6965evb machine memory map. When run with `-d guest_errors`, the applications fail with invalid memory reads/writes.
* Initial post in the users forum flagging this problem: https://users.rtems.org/t/arm-lm3s6965-qemu-debugging-hello-exe-datasheet-differences/561
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/80#note_144930
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/20260309/a3e6e1f4/attachment.htm>
More information about the bugs
mailing list