Open CtrlZ233 opened 1 year ago
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:
The qemu emulator is stuck in the following place:
Is there something wrong with my build and run commands?