-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance of kernels that will work with Ubuntu 64 bit? #100
Comments
Duplicate of #99 which I posted two weeks ago |
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. Kernels on this repo are specifically tweaked so that it works with qemu's versatilepb machine since at that time (2015-16), qemu didn't allow Rpi2 machine emulation. Hope it helps. |
RaspberryPi 2 is not 64-bit. Only 3 and so on are
|
Right. Qemu now allows emulation for rpi2 (qemu-system-arm) and rpi3 (qemu-system-aarch64). |
Can you give me an example execution? Been fiddling with it and I am not
sure what args to pass for cpu, kernel, machine and dtb and so on.
|
64bit os can refer this link |
@sfantree Thanks, that might be what I need. But it want you to fiddle with the fstab. Would need to script that, since my lib uses this at the moment: |
Hey, took a look at it and it seems to boot, and then gets stuck. Script I am using: Here is a screenshot of what I get: console log:
|
Ok, update - I removed the sda1 mount and it works.
Which would make me urge @dhruvvyas90 to add a 64bit image that does have networking + USB. Because this configuration is mostly useless without networking. One more thing though, the kernel crashes with lots of errors on the way, but it recovers:
That might need fixing. |
@guysoft : Qemu 5.1+ supports usb controller with raspi machines. Can you follow instructions under |
Saw now, will try when I get time, which I am not sure when that is. |
Ubuntu recently added support for 64bit Linux on Raspberry Pi 3 and 4. I'm guessing these kernels will not work with Ubuntu. Would it be very involved to also release kernels for this distro?
The text was updated successfully, but these errors were encountered: