rtems6 sb-set-builder gdb enable-tui?

2023-10-07 Thread Shiro
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

[rtems-tools PATCH] tester/tftp: Add a session timeout

2023-10-07 Thread chrisj
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

Re: rtems6 sb-set-builder gdb enable-tui?

2023-10-07 Thread Chris Johns
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

RTEMS Tester TFTP Timeout Fixes

2023-10-07 Thread chrisj
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

[rtems-tools PATCH v2] tester/tftp: Add a session timeout

2023-10-07 Thread chrisj
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