# kernel **Repository Path**: greentiansha/kernel ## Basic Information - **Project Name**: kernel - **Description**: copy from github which is the normal version for beagleboard black https://github.com/beagleboard/kernel.git - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repo is now deprecated =========================== Please see https://github.com/beagleboard/linux for the latest official kernels. kernel ====== Kernel for the beagleboard.org boards usage ====== beaglebone-3.2 patchset: ``` git checkout origin/beaglebone-3.2 -b beaglebone-3.2 ./patch.sh ``` beaglebone-3.8 patchset: ``` git checkout origin/3.8 -b 3.8 ./patch.sh ``` beaglebone-3.12 patchset: ``` git checkout origin/3.12 -b 3.12 ./patch.sh ``` beaglebone-3.13 patchset: ``` git checkout origin/3.13 -b 3.13 ./patch.sh ```