-
Notifications
You must be signed in to change notification settings - Fork 0
Run arduino mega 2560 elfs in qemu #1
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
Comments
|
Now run the arduino ide, build a sample project. ide doesn't respect the 200% scaling, it's tiny. built files go into /tmp/build1703114282366706709.tmp and similar.
A new window opens, can set it to serial0 and see a single loop of output from the example code that I added:
but the delay doesn't work, or the system is stopped? Try out Figure out how to build arduino project from command line. |
https://qemu.readthedocs.io/en/latest/system/target-avr.html But want to leave serial monitor running in another window, automatically reconnect when server goes up and down Thought udp would work, but locks up qemu sometimes, doesn't like recycling the server
|
|
The arduino
(also |
Want to slow down the emulator,
But this crashes hard on typing May need to free up the port if cycling rapidly:
Actually can do ctrl-c instead of quit, then |
Use qemu 5.2.0 or later
https://www.qemu.org/
Install ninja
(arm-softmmu also of interest, add it to the target list, comma no spaces)
2557 files to build including arm-softmmu, 1931 without.
The text was updated successfully, but these errors were encountered: