Outdated kernel building docs
Today I've built my first kernel for the devkit :) Turns out that the docs need some updates. These are the changes I had to apply to the guide in order to succeed:
- current devkit kernel lives here: https://source.puri.sm/Librem5/linux-next/tree/imx8-5.2-devkit
- these dependencies need to be added for Debian:
flex libssl-dev bc kmod
- had to change
librem5-evk_defconfig
tolibrem5-devkit_defconfig
(and same with the device tree:imx8mq-librem5-devkit.dtb
)
Edited by Sebastian Krzyszkowiak