New install of Debian 12 x64 I was setting up cross compile for kernel modules for BPlay 5.10.168-ti-arm64-r108. Is there a repository I need to add or what?
We do not ship or package arm64
headers for your amd64
based machine
Our build script can be found here, this will recommend a proper toolset, pre-tested gcc, pull the kernel repo down with git, and allow to build linux-image*.deb you can install on your BeaglePlay…
git clone -b ti-linux-arm64-5.10.y https://git.beagleboard.org/RobertCNelson/ti-linux-kernel-dev.git
cd ./ti-linux-kernel-dev/
./build_deb.sh
Regards,
Thanks. Better safe than too speedy and wrong.