RobertCNelson / bb-kernel

MIT License
130 stars 102 forks source link

3.8.13 eMMC 5.1 #50

Open RobertCNelson opened 6 years ago

RobertCNelson commented 6 years ago

Issue created to walk users thru this...

#yakbuild:

git clone https://github.com/RobertCNelson/yakbuild
cd ./yakbuild/
cp recipe.sh.v3.8.x.sample recipe.sh

#Open recipe.sh and change: 3.8.13-bone86 -> (your version)

#Download the patches:

wget https://raw.githubusercontent.com/RobertCNelson/bb-kernel/am33x-v3.8/patches/emmc/0001-mmc-core-Update-the-ext-csd.rev-check-for-eMMC5.1.patch
wget https://raw.githubusercontent.com/RobertCNelson/bb-kernel/am33x-v3.8/patches/emmc/0002-mmc-Allow-forward-compatibility-for-eMMC.patch

#Move them into ./patches/local_patches/

mv 0001-mmc-core-Update-the-ext-csd.rev-check-for-eMMC5.1.patch ./patches/local_patches/
mv 0002-mmc-Allow-forward-compatibility-for-eMMC.patch ./patches/local_patches/

#run ./build_kernel.sh