You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a GitHub Action to automate the boot testing of testkernel in QEMU.
This issue provides a concise overview of the steps needed to create a GitHub Action for automated boot testing in QEMU. Detailed implementation will be handled in the GitHub Actions workflow.
TODO
Environment Setup:
Install necessary tools: cross-compiler, QEMU.
Clone repositories: RustSBI, U-Boot, BusyBox, Linux Kernel.
Compilation:
Compile Linux Kernel.
Compile BusyBox.
Compile RustSBI Prototyper.
Compile U-Boot SPL.
Root Filesystem:
Create and format disk image.
Copy binaries to disk image.
Testing:
Configure QEMU for testing.
Run test and verify boot logs.
The text was updated successfully, but these errors were encountered:
Task Description
Set up a GitHub Action to automate the boot testing of
testkernel
in QEMU.This issue provides a concise overview of the steps needed to create a GitHub Action for automated boot testing in QEMU. Detailed implementation will be handled in the GitHub Actions workflow.
TODO
The text was updated successfully, but these errors were encountered: