Jump to content

Recommended Posts

Posted

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.

Posted

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=...

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines