On Fri, Oct 13, 2017 at 3:00 PM, <[email protected]> wrote: > I have an older BBB that is flashing just fine from my SD (3.8 kernel img). > When I put this same SD into a newer BBB it fails to flash because mmcblk1 > doesn't exist. So I disabled the emmc flash script at the end of uEnv.txt, > and did an lsblk. Sure enough there is no emmc enabled, or at least mmcblk1 > is not seen/mounted. > > The SD card is unchanged from one device to another, and the only thing I > can see that's different is the newer one seems to be running U-Boot > 2016.11-rc3-00002-g73df7f7, as apposed to the older one running U-Boot > 2015.01. > > If I grab a newer image (4.4) and put it on the SD, it works fine. The issue > is, I need to keep 3.8 for the time being, and I need it to properly enable > the emmc. > > Anyone run into this type of issue? Any advice would be amazing! Thank you.
This was fixed in 3.8.13-bone80, which is the "first" 3.8.13 kernel to support eMMC5.1.. It's not any issue in any other kernel branches. If you "MUST" have a specific 3.8.13 version follow these directions: https://gist.github.com/RobertCNelson/39faf80ddc9fcefae74dce2c6ca2eb45 and rebuild it yourself.. ;) 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/CAOCHtYiQ4Wq3wd4EzaJv6i89iYWT6uvoFD1ir6-Fitj0DV2arA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
