Hi folks, I know, its a beginner question and I should read all the manuals and docus, but I'm getting lost. I thought I'll start from the scratch, install a prebuilt-kernel for Ubuntu (BBB A6) and therefore followed to some extend:
http://elinux.org/BeagleBoardUbuntu#eMMC:_BeagleBone_Black Downloaded the image from https://rcn-ee.net/deb/microsd/trusty/bone-ubuntu-14.04-console-armhf-2014-08-13-2gb.img.xz flashed it with Win32DiskManager with success. Inserting the SD-card and nothing happens: - Only the blue light next to the power lights, none more - holding the button next to the SD-card, plugin the power cable, lights still remain with the single blue line above mentioned - trying to boot without SD-card fails, only the blue light - inserting an *old* uSD-image worx cause now the 4 lights blink differently What I wanted to achieve? Somehow to flash an Ubuntu image from uSD to eMMC - preferable my existing one and than be able to boot from eMMC despite uSD-card is available. Flashing failed for some reasons cause I get always the response 'Your foo is too weak'. Any ideas what is the best way to proceed? Start from the scratch? Try to the the flasher running? thx leo ubuntu@arm:~$ sudo /bin/bash ./bbb-eMMC-flasher-eewiki-12mb.sh Valid EEPROM header found ----------------------------- debug copying: [/dev/mmcblk0] -> [/dev/mmcblk1] 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 7.4G 0 disk ├─mmcblk0p1 179:1 0 64M 0 part /boot/uboot └─mmcblk0p2 179:2 0 7.3G 0 part / mmcblk1 179:8 0 1.8G 0 disk ├─mmcblk1p1 179:9 0 12M 0 part └─mmcblk1p2 179:10 0 1.8G 0 part ----------------------------- update-initramfs: Generating /boot/initrd.img-3.8.13-bone53 Erasing: /dev/mmcblk1 20+0 records in 20+0 records out 20971520 bytes (21 MB) copied, 5.09356 s, 4.1 MB/s 20+0 records in 20+0 records out 20971520 bytes (21 MB) copied, 1.27908 s, 16.4 MB/s Formatting: /dev/mmcblk1 Checking that no-one is using this disk right now ... OK Disk /dev/mmcblk1: 58624 cylinders, 4 heads, 16 sectors/track sfdisk: ERROR: sector 3070070784 does not have an msdos signature /dev/mmcblk1: unrecognized partition table type Old situation: No partitions found New situation: Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End MiB #blocks Id System /dev/mmcblk1p1 * 1 12 12 12288 e W95 FAT16 (LBA) /dev/mmcblk1p2 13 1831 1819 1862656 83 Linux /dev/mmcblk1p3 0 - 0 0 0 Empty /dev/mmcblk1p4 0 - 0 0 0 Empty Successfully wrote the new partition table Re-reading the partition table ... If you created or changed a DOS partition, /dev/foo7, say, then use dd(1) to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1 (See fdisk(8).) mkfs.fat 3.0.26 (2014-03-07) mke2fs 1.42.9 (4-Feb-2014) Discarding device blocks: done Filesystem label=rootfs OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) Stride=0 blocks, Stripe width=0 blocks 116640 inodes, 465664 blocks 23283 blocks (5.00%) reserved for the super user First data block=0 Maximum filesystem blocks=478150656 15 block groups 32768 blocks per group, 32768 fragments per group 7776 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: done Writing inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done mount: /dev/mmcblk0p1 already mounted or /boot/uboot busy mount: according to mtab, /dev/mmcblk0p1 is already mounted on /boot/uboot Copying: /dev/mmcblk0p1 -> /dev/mmcblk1p1 ‘/boot/uboot/MLO’ -> ‘/tmp/boot/MLO’ ‘/boot/uboot/u-boot.img’ -> ‘/tmp/boot/u-boot.img’ rsync: /boot/uboot/ -> /tmp/boot/ rsync: write failed on "/tmp/boot/zImage": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(389) [receiver=3.1.0] writing to [/dev/mmcblk1] failed... ----------------------------- ./bbb-eMMC-flasher-eewiki-12mb.sh: line 35: 5304 Terminated cylon_leds Your foo is weak. -- 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.
