a570dea84f
Tested with Qemu 2.0.0. Overlay is from https://github.com/jcmvbkbc/xtensa-toolchain-build/tree/master/overlays Many thanks to Max Filippov <jcmvbkbc@gmail.com> for his extended help and kernel config examples. A small kernel patch is required, because mkimage does not contain support for Xtensa and the uImage target is failing. Redboot is unused so disable it, too. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
Run the emulation with:
|
|
|
|
qemu-system-xtensa -M lx60 -cpu dc232b -monitor null -nographic -kernel output/images/Image.elf
|
|
|
|
The login prompt will appear in the terminal that started Qemu.
|
|
|
|
Tested with QEMU 2.0.0
|