On Fri, Apr 13, 2018 at 9:54 AM, Bobbi N Sean Donovan <[email protected]> wrote: > > Well, I performed the Kernel update yesterday. It appeared to be > successful, but after a reboot to the SD Card, still same failure. Not sure > what I did wrong. Attached is the log file of the update. Thank you again > for all the help. ~Sean
No you didn't.. You just "built it".. ----------------------------- Script Complete eewiki.net: [user@localhost:~$ export kernel_version=3.8.13-bone56] ----------------------------- debian@beaglebone:/yakbuild$ debian@beaglebone:/yakbuild$ uname -r 3.8.13-bone70 debian@beaglebone:/yakbuild$ U-Boot SPL 2016.01-00001-g4eb802e (Jan 13 2016 - 11:14:31) Trying to boot from MMC bad magic You never actually "installed" it.. PS, why did you build "bone56", you were running "bone70" The "doc" https://gist.github.com/RobertCNelson/39faf80ddc9fcefae74dce2c6ca2eb45 is generic, as this same question comes up too often.. So where it says: sed -i -e 's:3.8.13-bone86:3.8.13-bone56:g' recipe.sh Change that to: sed -i -e 's:3.8.13-bone86:3.8.13-bone70:g' recipe.sh as you were running bone70.. 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/CAOCHtYhwGAOD65ZA4Nw3bdEkgv%3DPCpXM5M-qootAw44BLfES5w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
