1. U-Boot SPL 2013.04-dirty (Jun 19 2013 - 09:57:14)
  2. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  3. musb-hdrc: MHDRC RTL version 2.0
  4. musb-hdrc: setup fifo_mode 4
  5. musb-hdrc: 28/31 max ep, 16384/16384 memory
  6. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  7. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  8. musb-hdrc: MHDRC RTL version 2.0
  9. musb-hdrc: setup fifo_mode 4
  10. musb-hdrc: 28/31 max ep, 16384/16384 memory
  11. USB Host mode controller at 47401800 using PIO, IRQ 0
  12. OMAP SD/MMC: 0
  13. mmc_send_cmd : timeout: No status update
  14. reading u-boot.img
  15. reading u-boot.img
  16.  
  17.  
  18. U-Boot 2013.04-dirty (Jun 19 2013 - 09:57:14)
  19.  
  20. I2C: ready
  21. DRAM: 512 MiB
  22. WARNING: Caches not enabled
  23. NAND: No NAND device found!!!
  24. 0 MiB
  25. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  26. *** Warning - readenv() failed, using default environment
  27.  
  28. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  29. musb-hdrc: MHDRC RTL version 2.0
  30. musb-hdrc: setup fifo_mode 4
  31. musb-hdrc: 28/31 max ep, 16384/16384 memory
  32. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  33. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  34. musb-hdrc: MHDRC RTL version 2.0
  35. musb-hdrc: setup fifo_mode 4
  36. musb-hdrc: 28/31 max ep, 16384/16384 memory
  37. USB Host mode controller at 47401800 using PIO, IRQ 0
  38. Net: <ethaddr> not set. Validating first E-fuse MAC
  39. cpsw, usb_ether
  40. Hit any key to stop autoboot: 0
  41. gpio: pin 53 (gpio 53) value is 1
  42. mmc0 is current device
  43. micro SD card found
  44. mmc0 is current device
  45. gpio: pin 54 (gpio 54) value is 1
  46. SD/MMC found on device 0
  47. reading uEnv.txt
  48. 154 bytes read in 3 ms (49.8 KiB/s)
  49. Loaded environment from uEnv.txt
  50. Importing environment from mmc ...
  51. Running uenvcmd ...
  52. reading uImage
  53. 4384392 bytes read in 502 ms (8.3 MiB/s)
  54. ## Booting kernel from Legacy Image at 82000000 ...
  55. Image Name: Linux-3.8.13
  56. Image Type: ARM Linux Kernel Image (uncompressed)
  57. Data Size: 4384328 Bytes = 4.2 MiB
  58. Load Address: 80008000
  59. Entry Point: 80008000
  60. Verifying Checksum ... OK
  61. Loading Kernel Image ... OK
  62. OK
  63.  
  64. Starting kernel ...
  65.  
  66.  
  67. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  68. uENV.txt
  69. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  70. bootargs=console=ttyO0,115200n8 root=/dev/mmcblk0p2 mem=128M rootwait
  71. bootcmd=mmc rescan; fatload mmc 0 0x82000000 uImage; bootm 0x82000000
  72. uenvcmd=boot
  73.  
  74. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  75. boot partition
  76. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77. /media/boot/
  78. ├── boot.scr
  79. ├── MLO
  80. ├── u-boot.bin
  81. ├── uEnv.txt
  82. └── uImage
  83.  
  84. I'm pretty sure boot.scr doesn't need to be there because my target is a Beaglebone Black not a Beagleboard-xM. Either way it get stuck at "Starting kernel ..."