Talk:Emulator
I have built the emulator using the following command with podman:
podman run --rm -it -v "$(pwd)":/asteroid:z --userns keep-id \ asteroidos-toolchain bash \ -c "source ./prepare-build.sh qemux86 && bitbake asteroid-image".
Then I have ran the image with qemu using the same command line shown in this page. I expected that once the emulator was started a graphical window would appear, but there is only the prompt. I can access the emulator with ssh -p2222 localhost. Is everything fine? What's the next step?