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

minimal QEMU example #3

Merged
merged 1 commit into from
Jul 28, 2020
Merged

minimal QEMU example #3

merged 1 commit into from
Jul 28, 2020

Conversation

japaric
Copy link
Member

@japaric japaric commented Jul 28, 2020

Try with:

$ cd firmware
$ cargo run --bin log > output.txt
$ hexyl output.txt

Note that output.txt will contain a newline character (b'\n') at the end. Without this hack QEMU will not output the data to the text file.

@japaric japaric merged commit 751a006 into main Jul 28, 2020
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.

1 participant