-
Notifications
You must be signed in to change notification settings - Fork 78
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
Trying to bring up Android cuttlefish on my Jetson nano ; error = exiting with error 1: failed to create IRQ chip #46
Comments
I don't really know anything about this, but the "Address family not supported" errors might mean you need to modify your kernel configuration to add support for the VSOCK address family. Adding |
Maybe you mean these entries ?
they are set to m,so probably I can load these modules using this command :
right ? that's correct ? |
No, I meant VHOST_VSOCK |
Ok Matt,I have enabled VHOST_VSOCK in the kernel. This is what happens now :
Instead,the Android emulator works good :
Maybe because with the android emulator I have used gic-version=2 but not in Cuttlefish ? How can I define the gic-version in cuttlefish ? Which parameter should I use ? |
Can I know if your patches include the KVM irqchip ? thanks. |
I don't use KVM myself, but a bunch of KVM-related patches were ported over, some time back. If you have |
Hello Matt.
I'm trying an experiment that no one tried yet : trying to booting up Android cuttlefish on my Jetson nano 4 GB,where I have installed Ubuntu 22.04 and the kernel 4.9. At the beginning the default compiler was gcc 7.5 linaro. So the first thing that I did has been to upgrade it.
I've upgraded gcc on the jetson nano,following these tutorials :
https://huobur.medium.com/build-gcc-10-to-support-c-20-on-windows-10-raspberry-pi-and-jetson-nano-929f9439c143
https://askubuntu.com/questions/26498/how-to-choose-the-default-gcc-and-g-version
and now this is the version reported :
and then,based on this tutorial :
https://linaro.atlassian.net/wiki/spaces/QEMU/pages/29464068097/Run+Android+using+QEMU
This is what I did :
and then :
I tried also like so :
I have no idea about what's broken. Someone can help ? thanks.
The text was updated successfully, but these errors were encountered: