dhruvvyas90 / qemu-rpi-kernel

Qemu kernel for emulating Rpi on QEMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aarch64/arm64 kernel

guysoft opened this issue · comments

Hey, I have a 64bit image based on: https://wiki.ubuntu.com/ARM/RaspberryPi

Can you provide aarch64/arm64 kernel @guysoft

@xieydd Raspbian ships with a aarch64 bit kernel:
https://www.raspberrypi.org/forums/viewtopic.php?t=250730

I am not sure how to go about building one, because that would require a 64bit toolchain and I am not sure how to set that up. I have a vague idea but I would need help from someone already building it. And I don't know how to build this repo.

I believe that one should be able to use Qemu's aarch64 (qemu-system-aarch64) emulation to emulate 64 bit Raspberry pi with raspi2 machine option with shipped kernel and image without modification. I haven't tried it, though.

@dhruvvyas90
Hey, did some testing, its unable to do networking or keyboard taps, full information in this comment: #100 (comment)
Note: it has to be raspi3 and not raspi2 since raspi2 is not 64bit AFAIK

@guysoft : Please check additional instructions on how to use native qemu machine raspi2/raspi3 under native-emulation folder. You would need Qemu 5.1 + in order to use keyboard afaik.