Hello all,
I have recently made the switch from Angström to Debian, by installing the following image on an SD card and customizing it further from there:
bone-debian-7.6-lxde-4gb-armhf-2014-09-03-4gb.img.xz
Things work well and I now would like to flash this to the eMMC. I have tried to do so by using the beaglebone-black-copy-microSD-to-eMMC.sh script:
$ sudo ./beaglebone-black-copy-microSD-to-eMMC.sh
Error: script halting, system unrecognized...
It seems that the script is unable to determine the boot drive, which it tries to extract from the output of `LC_ALL=C lsblk -l` by looking for '/boot/uboot'
Executing this by hand, I get:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk1boot0 179:16 0 1M 1 disk
mmcblk1boot1 179:24 0 1M 1 disk
mmcblk0 179:0 0 14.7G 0 disk
mmcblk0p1 179:1 0 96M 0 part /media/BEAGLEBONE_
mmcblk0p2 179:2 0 3.5G 0 part /
mmcblk1 179:8 0 1.8G 0 disk
mmcblk1p1 179:9 0 70.6M 0 part /media/BEAGLEBONE
mmcblk1p2 179:10 0 1.7G 0 part /media/Angstrom
So there's no boot entry to be seen anywhere.
Is my system in a weird state, or does the script need updating to work with the new Debian images?
Jürg