On Tue, Feb 3, 2015 at 2:05 AM, Micheal De Burca <[email protected]> wrote: > Hi guys > > I updated the kernel to this version with > > BeagleBone/BeagleBone Black: v3.14.26-ti-r43 kernel > > I got the name on http://elinux.org/BeagleBoardDebian > > Now I cant access the board at all. No SSH or I cant see the board on my PC > via USB. > All four user leds and the power led is lit. > Do I need to flash a new Debian image or is there another recovery > technique? > If I flash a new image will all my files be wiped clean?
Based on that error, you must have the original May 2014 release flashed to the eMMC. The *.dtb's in v3.14.x-ti and mainline are too "fat" for the original memory positions we used in that release. and corrupt the kernel image on bootup... It hard locks pretty quick.. The new future proof magic number for u-boot are: loadaddr=0x82000000 fdtaddr=0x88000000 rdaddr=0x88080000 1: reflash (using a newer image: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2015-02-01 ) 2: boot with the microSD and edit "uEnv.txt" in the first partition. 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.
