Advertisement
Guest User

Untitled

a guest
May 26th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. U-Boot SPL 2014.04-rc2-00015-g99288ca (Mar 12 2014 - 09:49:41)
  2. reading args
  3. spl_load_image_fat_os: error reading image args, err - -1
  4. reading u-boot.img
  5. reading u-boot.img
  6.  
  7.  
  8. U-Boot 2014.04-rc2-00015-g99288ca (Mar 12 2014 - 09:49:41)
  9.  
  10. I2C: ready
  11. DRAM: 512 MiB
  12. NAND: 0 MiB
  13. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  14. *** Warning - readenv() failed, using default environment
  15.  
  16. Net: <ethaddr> not set. Validating first E-fuse MAC
  17. cpsw, usb_ether
  18. Hit any key to stop autoboot: 0
  19. gpio: pin 53 (gpio 53) value is 1
  20. Card did not respond to voltage select!
  21. mmc0(part 0) is current device
  22. Card did not respond to voltage select!
  23. gpio: pin 56 (gpio 56) value is 0
  24. gpio: pin 55 (gpio 55) value is 0
  25. gpio: pin 54 (gpio 54) value is 0
  26. mmc1(part 0) is current device
  27. gpio: pin 54 (gpio 54) value is 1
  28. SD/MMC found on device 1
  29. reading uEnv.txt
  30. 1417 bytes read in 7 ms (197.3 KiB/s)
  31. gpio: pin 55 (gpio 55) value is 1
  32. Loaded environment from uEnv.txt
  33. Importing environment from mmc ...
  34. Checking if uenvcmd is set ...
  35. gpio: pin 56 (gpio 56) value is 1
  36. Running uenvcmd ...
  37. reading zImage
  38. 3717224 bytes read in 208 ms (17 MiB/s)
  39. reading initrd.img
  40. 2870944 bytes read in 164 ms (16.7 MiB/s)
  41. reading /dtbs/am335x-boneblack.dtb
  42. 25080 bytes read in 12 ms (2 MiB/s)
  43. Kernel image @ 0x82000000 [ 0x000000 - 0x38b868 ]
  44. ## Flattened Device Tree blob at 88000000
  45. Booting using the fdt blob at 0x88000000
  46. Using Device Tree in place at 88000000, end 880091f7
  47.  
  48. Starting kernel ...
  49.  
  50. Uncompressing Linux... done, booting the kernel.
  51. [ 0.381472] omap2_mbox_probe: platform not supported
  52. [ 0.548948] tps65217-bl tps65217-bl: no platform data provided
  53. [ 0.610338] bone-capemgr bone_capemgr.9: slot #0: No cape found
  54. [ 0.647445] bone-capemgr bone_capemgr.9: slot #1: No cape found
  55. [ 0.684553] bone-capemgr bone_capemgr.9: slot #2: No cape found
  56. [ 0.721662] bone-capemgr bone_capemgr.9: slot #3: No cape found
  57. [ 0.737814] bone-capemgr bone_capemgr.9: slot #6: BB-BONELT-HDMIN conflict P8.45 (#5:BB-BONELT-HDMI)
  58. [ 0.747401] bone-capemgr bone_capemgr.9: slot #6: Failed verification
  59. [ 0.754143] bone-capemgr bone_capemgr.9: loader: failed to load slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  60. [ 0.770688] omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed
  61. [ 0.833263] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.8
  62. [ 0.844953] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22
  63. [ 0.852225] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
  64. Loading, please wait...
  65. Scanning for Btrfs filesystems
  66. systemd-fsck[202]: rootfs: clean, 75756/111104 files, 374938/444160 blocks
  67. [ 8.819871] libphy: PHY 4a101000.mdio:01 not found
  68. [ 8.824924] net eth0: phy 4a101000.mdio:01 not found on slave 1
  69.  
  70. Debian GNU/Linux 7 beaglebone ttyO0
  71.  
  72. default username:password is [debian:temppwd]
  73.  
  74. Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
  75.  
  76. The IP Address for eth0 is: 192.168.1.3
  77. The IP Address for usb0 is: 192.168.7.2
  78. beaglebone login: root
  79. Last login: Mon May 26 17:50:15 UTC 2014 from polaris.tlmat.unican.es on pts/0
  80. Linux beaglebone 3.8.13-bone43 #1 SMP Wed Mar 26 14:21:39 UTC 2014 armv7l
  81.  
  82. The programs included with the Debian GNU/Linux system are free software;
  83. the exact distribution terms for each program are described in the
  84. individual files in /usr/share/doc/*/copyright.
  85.  
  86. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  87. permitted by applicable law.
  88. root@beaglebone:~# reboot
  89.  
  90. Broadcast message from root@beaglebone (ttyO0) (Mon May 26 18:03:11 2014):
  91. The system is going down for reboot NOW!
  92. root@beaglebone:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement