> So following the instructions seen here: > https://gist.github.com/RobertCNelson/39faf80ddc9fcefae74dce2c6ca2eb45 > In my case I'm using Ubuntu 19.10 through a VM, I noticed that after cloning > the repo and placing both patches in /yakbuild/patches/local_patches/ > > and editting recipe.sh to use toolchain "gcc_linaro_gnueabihf_4_8" and > kernel_tag="3.14.77-ti-r90", then running build_kernel.sh, I noticed the > following lines in the terminal: > > > Applying: mmc: core: Update the ext-csd.rev check for eMMC5.1 > error: patch failed: drivers/mmc/core/mmc.c:292 > error: drivers/mmc/core/mmc.c: patch does not apply > Patch failed at 0001 mmc: core: Update the ext-csd.rev check for eMMC5.1 > hint: Use 'git am --show-current-patch' to see the failed patch > When you have resolved this problem, run "git am --continue". > If you prefer to skip this patch, run "git am --skip" instead. > To restore the original branch and stop patching, run "git am --abort". > fatal: previous rebase directory .git/rebase-apply still exists but mbox > given. > patch.sh ran successfully > > In any case the script continues to run for another ~30-40 mins and yielded > the following files: > 3.14.77-ti-r90.zImage, 3.14.77-ti-r90-dtbs.tar.gz, > 3.14.77-ti-r90-firmware.tar.gz, 3.14.77-ti-r90-modules.tar.gz and > config-3.14.77-ti-r90 > > Of course placing the files in their corresponding locations on my BBB, > didn't work. I also attempted the process with other 3.14.x kernel_tags but > the same error occured. Just wondering if there's something I am overlooking?
Okay, gist/repo is now updated.. https://gist.github.com/RobertCNelson/39faf80ddc9fcefae74dce2c6ca2eb45#file-procedure-3-14-x https://github.com/RobertCNelson/yakbuild/commit/f69aa1dbf1347cce2dc6b19de33c8bc4f3af3226 Based on your current seria logs, you should just do the "./build_deb.sh" route, and install the file via dpkg on your microsd card.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYizh1i6fquR1atgKc-H1PeZ23XicYqVTL7O7DOfBXn26w%40mail.gmail.com.
