<div dir="ltr">Hello.<br>
<br>
I want to emulate the raspberry pi 3 on my 
Jetson nano (aarch64) using virt-install. I'm learning how to do that by
 reading heavily here :<br>
<br>
<a href="https://github.com/dhruvvyas90/qemu-rpi-kernel" target="_blank" rel="nofollow">https://github.com/dhruvvyas90/qemu-rpi-kernel</a><br>
<br>
I tried to do something like this :<br>
<br>
<div style="margin:5px 20px 20px">
<div class="gmail-smallfont" style="margin-bottom:2px">Code:</div>
<pre class="gmail-bbcodeblock" dir="ltr" style="padding:3px;border:1px inset;width:98%;height:226px;text-align:left;overflow:auto">virt-install
--name pi \
--machine raspi3 \
--cpu arm1176 \
--memory 1024 \
--import \ 
--disk /root/Desktop/zi/Work/Android/Raspy/Debian/2019-09-26-raspbian-buster-lite.img,format=raw,bus=virtio \
--network user,model=virtio \
--video vga \
--graphics spice \
--rng device=/dev/urandom,model=virtio \
--boot 'uefi=RPI_EFI.fd,dtb=bcm2710-rpi-3-b-plus.dtb,kernel=kernel8.img,kernel_args=root=/dev/vda2 rootwait panic=1 dwc_otg.fiq_fsm_enable=0'\
--events on_reboot=destroy</pre>
</div><br>
But I get this error :<br>
<br><b>ERROR internal error: Unexpected enum value 0 for virDomainDeviceAddressType
</b><br>
<br>
I've got the UEFI BIOS file from here :<br>
<br>
<br>
<a href="https://github.com/andreiw/RaspberryPiPkg/blob/master/Binary/prebuilt/2019Jan16-GCC5/RELEASE/RPI_EFI.fd" target="_blank" rel="nofollow">https://github.com/andreiw/Raspberry...ASE/RPI_EFI.fd</a><br>
<br>
<br>
I'm not sure if it isn't the right efi file to use in this specific 
configuration or if it is,but I'm passing the parameter badly. What do 
you suggest me to do ?<br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Mario.<br></div></div>