Talk:Emulator

From AsteroidOS
Revision as of 18:32, 27 October 2023 by Tanox (talk | contribs) (Is it right?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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?