Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non conan, filter SeaBIOS control chars, detect reboots #24

Merged
merged 13 commits into from
Jun 8, 2024
Merged

Conversation

alfreb
Copy link
Contributor

@alfreb alfreb commented May 25, 2024

  • Add requirements.txt and non-conan instructions
  • Add more error handling, especially for missing chainloader
  • Make grubify produce images at cwd, not next to binary, to allow direct boot of nix read-only binaries.
  • Filter out terminal control characters from SeaBIOS, which prevents us from detecting reboots
    • This has the nice side-effect of making your terminal not broken after running qemu
  • Detect and warn about reboots

@alfreb alfreb changed the title Non conan Non conan, filter SeaBIOS control chars, detect reboots May 26, 2024
@alfreb
Copy link
Contributor Author

alfreb commented May 26, 2024

For the SeaBIOS output, Zephyr had a bug about this as well:
zephyrproject-rtos/zephyr#11717

alfreb added 3 commits May 27, 2024 05:32
To fail more gracefully when the bridge is not there or when qemu
fails to start for some other reason.
Copy link
Member

@MagnusS MagnusS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

README.md Outdated Show resolved Hide resolved
@alfreb alfreb merged commit 11ac338 into master Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants