awef Posted 13 hours ago Posted 13 hours ago Does anyone know if it's possible to use the docker-shell to patch linux and compile, but NOT make the .img file? Maybe something like ./compile.sh unpack-linux ./compile.sh apply-patches ALL=THE_SETTINGS ./compile.sh build-kernel but not make .img I'm trying to change some network driver settings and want to just copy the new kernel module to my target board instead of flashing the entire SD card. 0 Quote
SteeMan Posted 12 hours ago Posted 12 hours ago https://docs.armbian.com/Developer-Guide_Build-Commands If I read your post correctly, I think you want ./compile.sh kernel ... which will build the kernel debs but not the full image 1 Quote
Werner Posted 6 hours ago Posted 6 hours ago The correct way to modify a kernel with patches is to use - ./compile kernel-patch BOARD=... BRANCH=... - review your patches and if you are satisfied move them to patch/ or the equivalent directory under userpatches/ - ./compile.sh kernel BOARD=... BRANCH=... 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.