On Wed, May 25, 2016 at 7:42 PM, Matt99eo <[email protected]> wrote:
> Trying to clone a Debian Jesse distro (4.1.21) > I made a uSD using the beaglebone-black-make-microSD-flasher-from-eMMC.sh > > What am I missing here? > > When I insert this into another BBB it crashes before flashing > completion. Here is what I see when a serial debug cable is connected: > > > Starting eMMC Flasher from microSD media > Version: [1.20160222: deal with v4.4.x+ back to old eeprom location...] > ----------------------------- > Checking for Valid bbb-eeprom header > Valid bbb-eeprom header found [335] > ----------------------------- > copying: [/dev/mmcblk0] -> [/dev/mmcblk1] > lsblk: > 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 3.7G 0 disk > `-mmcblk0p1 179:1 0 3.7G 0 part / > mmcblk1 179:8 0 3.7G 0 disk > ----------------------------- > df -h | grep rootfs: > ----------------------------- > Erasing: /dev/mmcblk1 > 108+0 records in > 108+0 records out > 113246208 bytes (113 MB) copied, 16.1838 s, 7.0 MB/s > [ 31.654940] random: nonblocking pool is initialized > 108+0 records in > 108+0 records out > 113246208 bytes (113 MB) copied, 4.25127 s, 26.6 MB/s > Erasing: /dev/mmcblk1 complete > ----------------------------- > Writing bootloader to [/dev/mmcblk1] > dd if= of=/dev/mmcblk1 count=1 seek=1 bs=128k > ^^ that should have been: dd if=/opt/backup/uboot/MLO of=/dev/mmcblk1....... Which means the "beaglebone-black-make-microSD-flasher-from-eMMC.sh" script failed to get a network connect to grab a good bootloader: https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh#L445-L449 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhmmYnnH%3DNojCbJyPM%2B8L%3D9%3DTayyYAty8BHXceLqq%3DTOg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
