Hello,
I'd like to build RTEMS' tools from git (rtems 6), but I'd like gdb
configured with "--enable-tui". Any advice on where/how to tweak
the scripts would be appreciated.
Thanks,
Shiro
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/ma
From: Chris Johns
- Fix listener done state
- Finish open with the state as finished
Closes #4959
---
tester/rt/config.py | 38 ++-
tester/rt/report.py | 2 +-
tester/rt/tftp.py | 41 ++---
tester/rt/tftpserver.py | 57
On 7 Oct 2023, at 6:36 pm, Shiro wrote:Hello, I'd like to build RTEMS' tools from git (rtems 6), but I'd like gdb configured with "--enable-tui". Any advice on where/how to tweak the scripts would be appreciated.Edit the configure command line here …gdb-common-1.cfg « config « source-builder - rt
Hi,
This is v2 of the fixes for timouts for TFTP testing. I am testing
i386/pc686 on hardware using grub to PXE boot the executable. This
configuration is different to uboot because a failure to load the
executable stops loading and this hangs the tester. A uboot target
keeps attempting TFTP loads
From: Chris Johns
- Fix listener done state
- Finish open with the state as finished
Closes #4959
---
tester/rt/config.py | 42 +-
tester/rt/report.py | 2 +-
tester/rt/test.py | 1 +
tester/rt/tftp.py | 44 +++
test