Cheat sheet: Download the Raspberry Pi Linux kernel sources

I do not often work on the Linux kernel and I’m also not a Git expert. Therefore getting the latest Linux kernel sources for the Raspberry Pi always takes time. This is a short cheat sheet how to get the latest 3.12 kernel sources:

mkdir linux3.12
cd linux3.12/
git init
git fetch https://github.com/raspberrypi/linux rpi-3.12.y:refs/remotes/origin/rpi-3.12.y
git checkout rpi-3.12.y

2 thoughts on “Cheat sheet: Download the Raspberry Pi Linux kernel sources

    1. Daniel Post author

      This is not planned yet. We might do it in the future, but it has no priority at the moment.

      Reply

Leave a Reply