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
Your QEMU emulates just one core, so the boot is stuck waiting for the other core to come up. There is no timeout in the seL4 boot process, so the boot will always be stuck if the machine has less cores than expected.
Your QEMU emulates just one core, so the boot is stuck waiting for the other core to come up. There is no timeout in the seL4 boot process, so the boot will always be stuck if the machine has less cores than expected.
It seems that I should specify parameters to the simulate script. What parameters should I specify?
The build command is as follows:
../init-build.sh -DPLATFORM=spike -DSIMULATION=TRUE -DSMP=1 -DKernelMaxNumNodes=2 && ninja ./simulate
The qemu emulator is stuck in the following place:
Is there something wrong with my build and run commands?
The text was updated successfully, but these errors were encountered: