I received a BeagleBone Black (rev B) today and naturally wanted to get Fedora running on it. The Fedora 20 image booted fine, although after doing a yum update it wouldn't load the kernel anymore, it just stuck at "starting kernel...". Anyhow, after reading a few of the threads on this list I though that I'd give rawhide a try. Here's a log of my latest attempt (I already had a copy of MLO and u-boot.img from a previous attempt): [root@lt33223 ~]# umount /dev/mmcblk0p1 [root@lt33223 ~]# umount /dev/mmcblk0p3 [root@lt33223 bbb]# wipefs -a /dev/mmcblk0 /dev/mmcblk0: 2 bytes were erased at offset 0x000001fe (dos): 55 aa /dev/mmcblk0: calling ioclt to re-read partition table: Success [root@lt33223 bbb]# xzcat Fedora-Minimal-armhfp-rawhide-20140508-sda.raw.xz | dd of=/dev/mmcblk0 bs=4M 0+259756 records in 0+259756 records out 2139095040 bytes (2.1 GB) copied, 525.464 s, 4.1 MB/s [root@lt33223 bbb]# sync [root@lt33223 bbb]# dd if=/tmp/MLO of=/dev/mmcblk0 count=1 seek=1 conv=notrunc bs=128k 0+1 records in 0+1 records out 81904 bytes (82 kB) copied, 0.0284869 s, 2.9 MB/s [root@lt33223 bbb]# sync [root@lt33223 bbb]# dd if=/tmp/u-boot.img of=/dev/mmcblk0 count=2 seek=1 conv=notrunc bs=384k 1+1 records in 1+1 records out 415481 bytes (415 kB) copied, 0.115809 s, 3.6 MB/s [root@lt33223 bbb]# sync And here's what I get when I try and boot it up: U-Boot SPL 2013.04-dirty (Jul 10 2013 - 14:02:53) musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn) musb-hdrc: MHDRC RTL version 2.0 musb-hdrc: setup fifo_mode 4 musb-hdrc: 28/31 max ep, 16384/16384 memory USB Peripheral mode controller at 47401000 using PIO, IRQ 0 musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn) musb-hdrc: MHDRC RTL version 2.0 musb-hdrc: setup fifo_mode 4 musb-hdrc: 28/31 max ep, 16384/16384 memory USB Host mode controller at 47401800 using PIO, IRQ 0 OMAP SD/MMC: 0 mmc_send_cmd : timeout: No status update reading u-boot.img reading u-boot.img U-Boot 2013.04-dirty (Jul 10 2013 - 14:02:53) I2C: ready DRAM: 512 MiB WARNING: Caches not enabled NAND: No NAND device found!!! 0 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 *** Warning - readenv() failed, using default environment musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn) musb-hdrc: MHDRC RTL version 2.0 musb-hdrc: setup fifo_mode 4 musb-hdrc: 28/31 max ep, 16384/16384 memory USB Peripheral mode controller at 47401000 using PIO, IRQ 0 musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn) musb-hdrc: MHDRC RTL version 2.0 musb-hdrc: setup fifo_mode 4 musb-hdrc: 28/31 max ep, 16384/16384 memory USB Host mode controller at 47401800 using PIO, IRQ 0 Net: <ethaddr> not set. Validating first E-fuse MAC cpsw, usb_ether Hit any key to stop autoboot: 0 gpio: pin 53 (gpio 53) value is 1 mmc0 is current device micro SD card found mmc0 is current device gpio: pin 54 (gpio 54) value is 1 SD/MMC found on device 0 ** File not found uEnv.txt ** gpio: pin 55 (gpio 55) value is 1 Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** U-Boot# Can anyone tell me what I'm doing wrong here? -- Jeff Ollie _______________________________________________ arm mailing list arm@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/arm