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

Raspberry Pi 4 : MultiCore support under QEMU #486

Open
stephaneweg opened this issue Oct 11, 2024 · 2 comments
Open

Raspberry Pi 4 : MultiCore support under QEMU #486

stephaneweg opened this issue Oct 11, 2024 · 2 comments

Comments

@stephaneweg
Copy link

hi,
i am able to run Circle on qemu using the following command:
"c:\Program Files\qemu\qemu-system-aarch64" -machine raspi4b -cpu cortex-a72 -smp 4 -m 2G -kernel c:\temp\circle.img

it boots correctly, except that when i call the initalize method of CMultiCoreSupport , it can not start the other core. there is a message "CPU core 1 did not start"; this log is reported when it checks, that the secondary cores responded

Have you experienced the same issue ? what are the correct parameters for qemu ?

@rsta2
Copy link
Owner

rsta2 commented Oct 11, 2024 via email

@stephaneweg
Copy link
Author

I know, multi core works well on my rpi too, i was wondering if there is a solution for qemu

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

No branches or pull requests

2 participants