Open Source & Linux Lab

It's better when it's simple

User Tools

Site Tools


etc:users:jcmvbkbc:qemu-target-xtensa:virt
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Next revision
etc:users:jcmvbkbc:qemu-target-xtensa:virt [2018/11/12 11:40] – created jcmvbkbc
Line 1: Line 1:
 +===== Virt machine =====
 +  qemu-system-xtensa -cpu dc233c -M virt -m 2G -nographic -semihosting \
 +      -monitor null -serial mon:stdio \
 +      -device virtio-blk-pci,drive=vd0 \
 +      -drive file=~/ws/tensilica/buildroot/build-xtensa-testing/images/rootfs.ext2.orig,format=raw,id=vd0 \
 +      -device virtio-rng-pci -s \
 +      -kernel builds/default-virt-dc233c/arch/xtensa/boot/Image.elf \
 +      -append 'console=ttyS0,115200n8 debug root=/dev/vda'
  
etc/users/jcmvbkbc/qemu-target-xtensa/virt.txt · Last modified: 2019/10/15 18:59 by jcmvbkbc