DukeChocula / CM3588

Setting up and configuring the FriendlyElec CM3588
Creative Commons Zero v1.0 Universal
40 stars 8 forks source link

Compiling the linux headers leads to package installation errors #1

Closed jgsiqueira87 closed 4 months ago

jgsiqueira87 commented 5 months ago

Before compiling the linux headers, an "apt update" is needed.

Additionally, build-kernel.sh tries to install python2 using apt, leading to an error (has no installation candidate).

DukeChocula commented 5 months ago

You actually can find the kernel headers at /opt/archives/linux-headers-6.1.57_6.1.57-11_arm64.deb

I will update my guide to reflect both the fix to the build-kernel.sh and the fact that they're precompiled.