On Tue, Dec 15, 2015 at 4:41 PM, <[email protected]> wrote: > Hi, > I have a custom BeagleBone Black and I'm trying to install Debian onto it, > but it's not working. The output is attached. I'm getting the output > through a serial cable. >
You mean x15... Update the bootloader on your microSD card: wget http://rcn-ee.homeip.net:81/farm/testing/MLO-beagle_x15_ti-v2015.07-r24 wget http://rcn-ee.homeip.net:81/farm/testing/u-boot-beagle_x15_ti-v2015.07-r24.img sudo dd if=./MLO-beagle_x15_ti-v2015.07-r24 of=/dev/mmcblk0 count=1 seek=1 bs=128k sudo dd if=./u-boot-beagle_x15_ti-v2015.07-r24.img of=/dev/mmcblk0 count=2 seek=1 bs=384k 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]. For more options, visit https://groups.google.com/d/optout.
