Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. U-Boot 2013.04-dirty (Apr 22 2013 - 10:29:56)
  2.  
  3. I2C: ready
  4. DRAM: 256 MiB
  5. WARNING: Caches not enabled
  6. NAND: No NAND device found!!!
  7. 0 MiB
  8. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  9. *** Warning - readenv() failed, using default environment
  10.  
  11. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  12. musb-hdrc: MHDRC RTL version 2.0
  13. musb-hdrc: setup fifo_mode 4
  14. musb-hdrc: 28/31 max ep, 16384/16384 memory
  15. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  16. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  17. musb-hdrc: MHDRC RTL version 2.0
  18. musb-hdrc: setup fifo_mode 4
  19. musb-hdrc: 28/31 max ep, 16384/16384 memory
  20. USB Host mode controller at 47401800 using PIO, IRQ 0
  21. Net: <ethaddr> not set. Validating first E-fuse MAC
  22. cpsw, usb_ether
  23. Hit any key to stop autoboot: 0
  24. gpio: pin 53 (gpio 53) value is 1
  25. mmc0 is current device
  26. micro SD card found
  27. mmc0 is current device
  28. gpio: pin 54 (gpio 54) value is 1
  29. SD/MMC found on device 0
  30. reading uEnv.txt
  31. 247 bytes read in 3 ms (80.1 KiB/s)
  32. Loaded environment from uEnv.txt
  33. Importing environment from mmc ...
  34. Running uenvcmd ...
  35. ** File not found uImage **
  36. 24191 bytes read in 38 ms (621.1 KiB/s)
  37. Wrong Image Format for bootm command
  38. ERROR: can't get kernel image!
  39. gpio: pin 55 (gpio 55) value is 1
  40. 4204512 bytes read in 739 ms (5.4 MiB/s)
  41. gpio: pin 56 (gpio 56) value is 1
  42. ** File not found /boot/am335x-bone.dtb **
  43. Booting from mmc ...
  44. ## Booting kernel from Legacy Image at 80007fc0 ...
  45. Image Name: Linux-3.8.8-00517-g1cef1bb-dirty
  46. Image Type: ARM Linux Kernel Image (uncompressed)
  47. Data Size: 4204448 Bytes = 4 MiB
  48. Load Address: 80008000
  49. Entry Point: 80008000
  50. Verifying Checksum ... OK
  51. ## Flattened Device Tree blob at 80f80000
  52. Booting using the fdt blob at 0x80f80000
  53. XIP Kernel Image ... OK
  54. OK
  55. Using Device Tree in place at 80f80000, end 80f88e7e
  56.  
  57. Starting kernel ...
  58.  
  59. Uncompressing Linux... done, booting the kernel.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement