Advertisement
ungureanuvladvictor

Untitled

Jun 17th, 2013
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. U-Boot# setenv bootargs console=ttyO0,115200n8 quiet root=/dev/ram
  2. U-Boot# bootm 0x80200000 0x80700000
  3. ## Booting kernel from Legacy Image at 80200000 ...
  4. Image Name: Linux-3.8.13-00650-gb0f8aff
  5. Image Type: ARM Linux Kernel Image (uncompressed)
  6. Data Size: 4280393 Bytes = 4.1 MiB
  7. Load Address: 80008000
  8. Entry Point: 80008000
  9. Verifying Checksum ... OK
  10. ## Loading init Ramdisk from Legacy Image at 80700000 ...
  11. Image Name: vvu
  12. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  13. Data Size: 1905664 Bytes = 1.8 MiB
  14. Load Address: 00000000
  15. Entry Point: 00000000
  16. Verifying Checksum ... OK
  17. Loading Kernel Image ... OK
  18. OK
  19.  
  20. Starting kernel ...
  21.  
  22. Uncompressing Linux... done, booting the kernel.
  23. [ 0.208184] omap2_mbox_probe: platform not supported
  24. [ 0.218883] tps65217-bl tps65217-bl: no platform data provided
  25. [ 0.294965] bone-capemgr bone_capemgr.8: slot #0: No cape found
  26. [ 0.332073] bone-capemgr bone_capemgr.8: slot #1: No cape found
  27. [ 0.369182] bone-capemgr bone_capemgr.8: slot #2: No cape found
  28. [ 0.406291] bone-capemgr bone_capemgr.8: slot #3: No cape found
  29. [ 0.426200] bone-capemgr bone_capemgr.8: slot #6: BB-BONELT-HDMIN conflict P8.45 (#5:BB-BONELT-HDMI)
  30. [ 0.435816] bone-capemgr bone_capemgr.8: slot #6: Failed verification
  31. [ 0.442592] bone-capemgr bone_capemgr.8: loader: failed to load slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  32. [ 0.465139] omap_hsmmc mmc.4: of_parse_phandle_with_args of 'reset' failed
  33. [ 0.529828] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.7
  34. [ 0.541570] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.7) status -22
  35. [ 0.548883] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
  36. [ 0.781424] F2FS-fs (ram0): Can't find a valid F2FS filesystem
  37. [ 0.787775] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
  38. [ 0.796416] [<c0010569>] (unwind_backtrace+0x1/0x8c) from [<c0371711>] (panic+0x55/0x14c)
  39. [ 0.804968] [<c0371711>] (panic+0x55/0x14c) from [<c05dc96b>] (mount_block_root+0x13b/0x178)
  40. [ 0.813769] [<c05dc96b>] (mount_block_root+0x13b/0x178) from [<c05dcad7>] (mount_root+0x8b/0xa8)
  41. [ 0.822929] [<c05dcad7>] (mount_root+0x8b/0xa8) from [<c05dcbb9>] (prepare_namespace+0xc5/0x118)
  42. [ 0.832103] [<c05dcbb9>] (prepare_namespace+0xc5/0x118) from [<c036e21f>] (kernel_init+0x7/0x90)
  43. [ 0.841269] [<c036e21f>] (kernel_init+0x7/0x90) from [<c000c73d>] (ret_from_fork+0x11/0x34)
  44. [ 0.849971] drm_kms_helper: panic occurred, switching back to text console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement