OpenDevicePartnership / OpenDevicePartnership/embedded-services
Create on-device/emulator firmware testing CI gate
Open
@tullom is already working on this.
Since Oct 24, 2024.
for sync
- Dominant language
- Rust
- Stars
- 23
- Forks
- 53
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 13
Description
We would like to test our EC firmware on-device as a CI gate. We can do so setting up a GitHub runner attached to the DUT with ProbeRS through https://github.com/embassy-rs/teleprobe and a GitHub action.
To start, we would like to just run all the examples in embassy-imxrt to make sure all the examples passed.
Consideration
- Consider loading this as a RAM image so the flash does not get worn out on the DUT
Deliverable
- Physical host set up with DUT connection + static IP that can be reach by GitHub + the right SW setup (Linux would be the preferred choice for ease of management)
- GitHub action for embassy-imxrt to run all the examples, some change to the examples might be needed
- CI gate integration
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.