On Mon, Oct 6, 2014 at 12:39 PM, Dipl.-Inf. Jakob Bysewski <[email protected]> wrote: >> sudo apt-get update >> sudo apt-get install linux-image-3.14.19-ti-r27 > That's exactly what I did - here is the log (it's only U-Boot) > http://pastebin.com/Xk12zLWW
Yuck!! Your dealing with and old bootloader in the eMMC, the dtb is too big, so it's overlapping with the kernel in memory.. Just: sudo mv /bbb-uEnv.txt /uEnv.txt Regards, -- Robert Nelson http://www.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]. For more options, visit https://groups.google.com/d/optout.
