qemu options to emulate LS2160ARDB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

qemu options to emulate LS2160ARDB

752 Views
ksrikanth
Contributor I

Hello,

   Has anyone tried to emulate LS2160A with qemu ? 

   If yes could you share the the options used to emulate the LS2160ARDB reference board ? 

 

Thanks

Srikanth

Tags (3)
0 Kudos
1 Reply

730 Views
yipingwang
NXP TechSupport
NXP TechSupport

Below is an example command-line a user would run from the host Linux to start virt virtual machine booting a Linux guest:

qemu-system-aarch64 -smp 8 -m 1024 -cpu host -machine type=virt,gic-version=3 -kernel /boot/Image -enable-kvm -display none -serial tcp::4446,server,telnet -drive if=none,file=rootfs__ubuntu__arm64.ext4,id=foo,format=raw -device virtioblk-device,drive=foo -append 'root=/dev/vda rw console=ttyAMA0 rootwait earlyprintk' -monitor stdio

0 Kudos