RE: Help with RTEMS Tester Results for uC5282

2021-07-20 Thread gerberhe11
If you’d like I can send over the Git repo that has the Qemu that I’ve been working on that includes the current state of the uC5282 emulation! Let me know if this would be good, and I’ll make sure it is completely up to date with what I have working locally. I’ll continue to look into some of t

Help with RTEMS Tester Results for uC5282

2021-07-19 Thread gerberhe11
Hello all, I've been working on getting support into Qemu for the uC5282 board recently, and today got the rtems-test tool running with this Qemu emulation for that board. The results with the first run of the full test suite since the emulation has been operational appears very promising, whic

RTEMS Net Services Repository Ready

2021-07-06 Thread gerberhe11
Hi all, We have been working on adding support for the net-services within the rtems-net-legacy project. In the current state, we are successfully able to build and test the net-services as a submodule within the net-legacy repository for telnetd and tftpfs. Next, we will be working on addi

CPU Context Switch Confusion

2021-06-30 Thread gerberhe11
Hello, I am working on re-implementing support for the uC5282 board in Qemu for use with RTEMS. I think I am getting close, but am running into some debugging issues in regards to context switching. I am using the RTEMS 'hello' application for uC5282 to work on and debug my modifications. Curre