hi all,
Has anybody got Anbox successfully working on the jetson nano ?
https://anbox.io/
https://anbox.io/https://github.com/HarleyPato/anbox-arm64/
It requires a couple of kernel modules ( anbox-modules-dkms
) as given here:
https://github.com/HarleyPato/anbox-arm64/blob/master/docs/install.md
But on installing the build fails because L4T has the kernel 4.9, but the modules required kernel above 4.15.
Some log here…
It is likely that 4.9.140-tegra belongs to a chroot's host Building for 4.15.0-124-generic and 4.9.140-tegra Building initial module for 4.15.0-124-generic Done.Building initial module for 4.9.140-tegra
ERROR (dkms apport): kernel package linux-headers-4.9.140-tegra is not supported
Error! Bad return status for module build on kernel: 4.9.140-tegra (aarch64)
Consult /var/lib/dkms/anbox/1/build/make.log for more information.
Thanks