Kernel Build Instructions #643
pectec
started this conversation in
General Discussion
Replies: 1 comment 1 reply
-
I found out by playing around, I'll document my findings for the OG PinePhone in case somebody wants to build the kernel.
Now if you just want to checkout the kernel headers, the above revealed that you can just install the package |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody!
I got plans to implement an I2C to SPI kernel module, with the end goal of exposing the Pinedio Pinephone backplate as an SPI device and hopefully running
meshtasticd
using the standard SX1262 module.I am currently stuck at the beginning stage of building the kernel such that I can begin development on this project.
Tried following the Arch Wiki but I fail at the step of installing
devtools
which on ARM doesn't seem to havepkgctl
included. Downloaded the Kernel 6.9.3 but won't build sadly.Also tried cloning this repository and making a guess on what to do with the
./build.sh
script, to no surprise I don't know what I am doing here.I am trying to build on the pinephone itself, on following uname:
Linux mtt 6.7.7-1-danctnix #1 SMP PREEMPT_DYNAMIC Wed Mar 6 16:53:44 UTC 2024 aarch64 GNU/Linux
If anyone got any pointers on how to proceed, I would be thankful.
Got to be said tough, good distro so far!
Beta Was this translation helpful? Give feedback.
All reactions