* Add support to RTEMS Tester for this BSP on Qemu
part of the project description.
Are you able to run the BSP on qemu by manually invoking it? That would be the first step, and if it works you should include that as part of your proposal. If it doesn’t run/work, can you attach GDB to qemu and trace how far it gets in the boot process? Discovering where it breaks would be part of determining your plan for how you would proceed with fixing it in the early parts of a GSoC effort.
Yes I’m able to run it. So I’m kind of confused what break in the testing part. I tried some of the libtests like block01 to block03, and the results seems ok (but actually I’m not sure about expected output). One exception is qemu will keep running after finished, unliked the erc32 which will exit, and I need to curl-C to terminate.
That’s fine then, qemu can be harder to terminate gracefully. The bsp_reset may need to be modified for that to work properly, which can take some research. It can be part of the tasks in this proposal.