install debian on beaglebone black

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.

Thanks in advance.

This is certainly not a BeagleBone Black. More like and X15 flavor.

Gerald

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,