Advertisement
Guest User

Untitled

a guest
Mar 17th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 107.19 KB | None | 0 0
  1. U-Boot SPL 2011.12 (Feb 16 2012 - 21:46:14)
  2. Texas Instruments OMAP4430 ES2.3
  3. OMAP SD/MMC: 0
  4. reading u-boot.img
  5. reading u-boot.img
  6.  
  7.  
  8. U-Boot 2011.12 (Feb 16 2012 - 21:46:14)
  9.  
  10. CPU : OMAP4430 ES2.3
  11. Board: OMAP4 Panda
  12. I2C: ready
  13. DRAM: 1 GiB
  14. WARNING: Caches not enabled
  15. MMC: OMAP SD/MMC: 0
  16. Using default environment
  17.  
  18. In: serial
  19. Out: serial
  20. Err: serial
  21. Net: No ethernet found.
  22. checking for preEnv.txt
  23. reading preEnv.txt
  24.  
  25. ** Unable to read "preEnv.txt" from mmc 0:1 **
  26. Hit any key to stop autoboot: 0
  27. reading uEnv.txt
  28.  
  29. ** Unable to read "uEnv.txt" from mmc 0:1 **
  30. reading boot.scr
  31.  
  32. 482 bytes read
  33. Loaded script from boot.scr
  34. Running bootscript from mmc0 ...
  35. ## Executing script at 82000000
  36. reading uImage
  37.  
  38. 5327576 bytes read
  39. reading uInitrd
  40.  
  41. 1884891 bytes read
  42. reading board.dtb
  43.  
  44. 340 bytes read
  45. ## Booting kernel from Legacy Image at 80200000 ...
  46. Image Name: Ubuntu Kernel
  47. Image Type: ARM Linux Kernel Image (uncompressed)
  48. Data Size: 5327512 Bytes = 5.1 MiB
  49. Load Address: 80008000
  50. Entry Point: 80008000
  51. Verifying Checksum ... OK
  52. ## Loading init Ramdisk from Legacy Image at 81600000 ...
  53. Image Name: Ubuntu Initrd
  54. Image Type: ARM Linux RAMDisk Image (uncompressed)
  55. Data Size: 1884827 Bytes = 1.8 MiB
  56. Load Address: 00000000
  57. Entry Point: 00000000
  58. Verifying Checksum ... OK
  59. ## Flattened Device Tree blob at 815f0000
  60. Booting using the fdt blob at 0x815f0000
  61. Loading Kernel Image ... OK
  62. OK
  63. reserving fdt memory region: addr=9d000000 size=3000000
  64. Using Device Tree in place at 815f0000, end 815f3153
  65.  
  66. Starting kernel ...
  67.  
  68. Uncompressing Linux... done, booting the kernel.
  69. [ 0.000000] Linux version 3.1.1-19-linaro-lt-omap (buildd@diphda) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #19~lt~ci~20120216183525+1329716076~4f41e9c2-Ubuntu SMP PREEMPT (Ubuntu 3.1.1-19)
  70. [ 0.000000] CPU: ARMv7 Processor [411fc093] revision 3 (ARMv7), cr=10c5387d
  71. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
  72. [ 0.000000] Machine: OMAP4 Panda board, model: TI OMAP4 PandaBoard
  73. [ 0.000000] Reserving 50331648 bytes SDRAM for VRAM
  74. [ 0.000000] CMA: reserved 32 MiB at 9a000000
  75. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  76. [ 0.000000] OMAP4430 ES2.2
  77. [ 0.000000] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0xd000
  78. [ 0.000000] PERCPU: Embedded 9 pages/cpu @e0003000 s13440 r8192 d15232 u36864
  79. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 233216
  80. [ 0.000000] Kernel command line: console=tty0 console=ttyO2,115200n8 root=pandadisk rootwait ro earlyprintk fixrtc nocompcache vram=48M omapfb.vram=0:24M mem=456M@0x80000000 mem=512M@0xA0000000
  81. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  82. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  83. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  84. [ 0.000000] Memory: 456MB 463MB = 919MB total
  85. [ 0.000000] Memory: 880316k/880316k available, 110916k reserved, 211968K highmem
  86. [ 0.000000] Virtual kernel memory layout:
  87. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  88. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  89. [ 0.000000] vmalloc : 0xf0800000 - 0xf8000000 ( 120 MB)
  90. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  91. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  92. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  93. [ 0.000000] .text : 0xc0008000 - 0xc0a6bfcc (10640 kB)
  94. [ 0.000000] .init : 0xc0a6c000 - 0xc0adf480 ( 462 kB)
  95. [ 0.000000] .data : 0xc0ae0000 - 0xc0b79a00 ( 615 kB)
  96. [ 0.000000] .bss : 0xc0b79a24 - 0xc10e619c (5554 kB)
  97. [ 0.000000] Preemptible hierarchical RCU implementation.
  98. [ 0.000000] NR_IRQS:410
  99. [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  100. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  101. [ 0.000000] Console: colour dummy device 80x30
  102. [ 0.000000] console [tty0] enabled
  103. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  104. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  105. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  106. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  107. [ 0.000000] ... CLASSHASH_SIZE: 4096
  108. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  109. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  110. [ 0.000000] ... CHAINHASH_SIZE: 16384
  111. [ 0.000000] memory used by lock dependency info: 3695 kB
  112. [ 0.000000] per task-struct memory footprint: 1152 bytes
  113. [ 0.004547] Calibrating delay loop... 1590.23 BogoMIPS (lpj=6213632)
  114. [ 0.062499] pid_max: default: 32768 minimum: 301
  115. [ 0.063446] Security Framework initialized
  116. [ 0.063659] AppArmor: AppArmor initialized
  117. [ 0.063720] Yama: becoming mindful.
  118. [ 0.064208] Mount-cache hash table entries: 512
  119. [ 0.071411] CPU: Testing write buffer coherency: ok
  120. [ 0.071868] ftrace: allocating 30682 entries in 91 pages
  121. [ 0.105590] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  122. [ 0.105651] Calibrating local timer... 390.14MHz.
  123. [ 0.148620] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  124. [ 0.148834] L310 cache controller enabled
  125. [ 0.148895] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x5e470000, Cache size: 1048576 B
  126. [ 0.225616] CPU1: Booted secondary processor
  127. [ 0.225646] CPU1: Unknown IPI message 0x1
  128. [ 0.255279] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  129. [ 0.255554] Brought up 2 CPUs
  130. [ 0.255645] SMP: Total of 2 processors activated (3144.71 BogoMIPS).
  131. [ 0.258941] devtmpfs: initialized
  132. [ 0.269714] omap_hwmod: l4_div_ck: missing clockdomain for l4_div_ck.
  133. [ 0.323608] omap_hwmod: mcpdm: _wait_target_ready: -16
  134. [ 0.323669] ------------[ cut here ]------------
  135. [ 0.323699] WARNING: at /build/buildd/linux-linaro-lt-omap-3.1-3.1.1/arch/arm/mach-omap2/omap_hwmod.c:1509 _enable+0x1fc/0x230()
  136. [ 0.323760] Modules linked in:
  137. [ 0.323822] [<c001b5f0>] (unwind_backtrace+0x0/0xec) from [<c0720fc8>] (dump_stack+0x20/0x24)
  138. [ 0.323883] [<c0720fc8>] (dump_stack+0x20/0x24) from [<c005e224>] (warn_slowpath_common+0x5c/0x74)
  139. [ 0.323944] [<c005e224>] (warn_slowpath_common+0x5c/0x74) from [<c005e268>] (warn_slowpath_null+0x2c/0x34)
  140. [ 0.323974] [<c005e268>] (warn_slowpath_null+0x2c/0x34) from [<c0029bd8>] (_enable+0x1fc/0x230)
  141. [ 0.324035] [<c0029bd8>] (_enable+0x1fc/0x230) from [<c0029fd8>] (_setup.part.13+0x20/0xf0)
  142. [ 0.324096] [<c0029fd8>] (_setup.part.13+0x20/0xf0) from [<c002a13c>] (_setup+0x94/0x9c)
  143. [ 0.324157] [<c002a13c>] (_setup+0x94/0x9c) from [<c002a2e8>] (omap_hwmod_for_each+0x38/0x68)
  144. [ 0.324218] [<c002a2e8>] (omap_hwmod_for_each+0x38/0x68) from [<c0a77118>] (omap_hwmod_setup_all+0x74/0xa0)
  145. [ 0.324249] [<c0a77118>] (omap_hwmod_setup_all+0x74/0xa0) from [<c00088dc>] (do_one_initcall+0xa0/0x174)
  146. [ 0.324310] [<c00088dc>] (do_one_initcall+0xa0/0x174) from [<c0a6c9a4>] (kernel_init+0x94/0x138)
  147. [ 0.324371] [<c0a6c9a4>] (kernel_init+0x94/0x138) from [<c0014318>] (kernel_thread_exit+0x0/0x8)
  148. [ 0.324462] ---[ end trace da227214a82491b7 ]---
  149. [ 0.324493] omap_hwmod: mcpdm: cannot be enabled (3)
  150. [ 0.331359] Enabling ERRATA 742230
  151. [ 0.331390] Enabling ERRATA 751472
  152. [ 0.331451] OMAP4: Map 0xafe00000 to 0xfe600000 for dram barrier
  153. [ 0.336975] print_constraints: dummy:
  154. [ 0.340332] NET: Registered protocol family 16
  155. [ 0.341796] Trying to unpack rootfs image as initramfs...
  156. [ 0.374969] DMA: preallocated 256 KiB pool for atomic coherent allocations
  157. [ 0.485565] Freeing initrd memory: 1840K
  158. [ 0.486297] GPMC revision 6.0
  159. [ 0.495147] omap_device: omap_gpio.0: new worst case activate latency 0: 91552
  160. [ 0.497100] OMAP GPIO hardware version 0.1
  161. [ 0.506835] omap_mux_init: Add partition: #1: core, flags: 2
  162. [ 0.509124] omap_mux_init: Add partition: #2: wkup, flags: 2
  163. [ 0.511718] Calling omap_enable_smartreflex_on_init from board file
  164. [ 0.514312] omap_device: omap_uart.0: new worst case activate latency 0: 30517
  165. [ 0.517089] omap_device: omap_uart.3: new worst case deactivate latency 0: 30517
  166. [ 0.525634] No ATAGs?
  167. [ 0.525695] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  168. [ 0.525756] hw-breakpoint: maximum watchpoint size is 4 bytes.
  169. [ 0.541381] omap_ipussdev_init: could not look up fdif
  170. [ 0.544281] OMAP DMA hardware revision 0.0
  171. [ 0.612701] bio: create slab <bio-0> at 0
  172. [ 0.615325] print_constraints: vwl1271: 1800 mV
  173. [ 0.617828] i2c-core: driver [twl] using legacy suspend method
  174. [ 0.617858] i2c-core: driver [twl] using legacy resume method
  175. [ 0.619323] SCSI subsystem initialized
  176. [ 0.619812] omap_device: omap2_mcspi.1: new worst case activate latency 0: 30517
  177. [ 0.621032] omap_device: omap2_mcspi.1: new worst case deactivate latency 0: 30517
  178. [ 0.625885] usbcore: registered new interface driver usbfs
  179. [ 0.626556] usbcore: registered new interface driver hub
  180. [ 0.627044] usbcore: registered new device driver usb
  181. [ 0.631134] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
  182. [ 0.634735] Skipping twl internal clock init and using bootloader value (unknown osc rate)
  183. [ 0.636199] twl6030: PIH (irq 39) chaining IRQs 368..387
  184. [ 0.639160] print_constraints: VUSB: 3300 mV normal standby
  185. [ 0.839935] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
  186. [ 0.842834] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
  187. [ 0.844268] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
  188. [ 0.845886] print_constraints: VUSIM: 1200 <--> 2900 mV at 1800 mV normal standby
  189. [ 0.847137] print_constraints: VCXIO: 1800 mV normal standby
  190. [ 0.848480] print_constraints: VDAC: 1800 mV normal standby
  191. [ 0.849945] print_constraints: VAUX1_6030: 1000 <--> 3000 mV at 1800 mV normal standby
  192. [ 0.850036] twl_reg twl_reg.37: Failed to set supply vmmc
  193. [ 0.855010] twl_reg twl_reg.37: can't register VAUX1_6030, -16
  194. [ 0.855102] twl_reg: probe of twl_reg.37 failed with error -16
  195. [ 0.856445] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
  196. [ 0.858001] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
  197. [ 0.859374] print_constraints: CLK32KG:
  198. [ 0.860595] print_constraints: VANA: 2100 mV normal standby
  199. [ 0.860961] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
  200. [ 0.861114] omap_device: omap_i2c.2: new worst case activate latency 0: 30517
  201. [ 0.873046] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
  202. [ 0.887939] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
  203. [ 0.903137] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
  204. [ 0.906524] Advanced Linux Sound Architecture Driver Version 1.0.24.
  205. [ 0.909729] Bluetooth: Core ver 2.16
  206. [ 0.910095] NET: Registered protocol family 31
  207. [ 0.910125] Bluetooth: HCI device and connection manager initialized
  208. [ 0.910278] Bluetooth: HCI socket layer initialized
  209. [ 0.910308] Bluetooth: L2CAP socket layer initialized
  210. [ 0.910461] Bluetooth: SCO socket layer initialized
  211. [ 0.912170] cfg80211: Calling CRDA to update world regulatory domain
  212. [ 0.913085] NetLabel: Initializing
  213. [ 0.913116] NetLabel: domain hash size = 128
  214. [ 0.913146] NetLabel: protocols = UNLABELED CIPSOv4
  215. [ 0.913421] NetLabel: unlabeled traffic allowed by default
  216. [ 0.915649] Switching to clocksource 32k_counter
  217. [ 0.918334] Switched to NOHz mode on CPU #0
  218. [ 0.919097] Switched to NOHz mode on CPU #1
  219. [ 0.973327] AppArmor: AppArmor Filesystem Enabled
  220. [ 1.021057] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  221. [ 1.021331] omap_device: musb-omap2430.-1: new worst case activate latency 0: 30517
  222. [ 1.023681] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
  223. [ 1.024169] omap_device: musb-omap2430.-1: new worst case deactivate latency 0: 61035
  224. [ 1.025665] NET: Registered protocol family 2
  225. [ 1.026245] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  226. [ 1.028045] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  227. [ 1.030731] TCP bind hash table entries: 65536 (order: 9, 2621440 bytes)
  228. [ 1.059478] TCP: Hash tables configured (established 131072 bind 65536)
  229. [ 1.059753] TCP reno registered
  230. [ 1.059814] UDP hash table entries: 512 (order: 3, 49152 bytes)
  231. [ 1.060272] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes)
  232. [ 1.061553] NET: Registered protocol family 1
  233. [ 1.063049] RPC: Registered named UNIX socket transport module.
  234. [ 1.063079] RPC: Registered udp transport module.
  235. [ 1.063110] RPC: Registered tcp transport module.
  236. [ 1.063140] RPC: Registered tcp NFSv4.1 backchannel transport module.
  237. [ 1.063171] NetWinder Floating Point Emulator V0.97 (double precision)
  238. [ 1.093383] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
  239. [ 1.093444] ipu-power initialized ipu, major: 253, minor: 0
  240. [ 1.094482] omap-iommu omap-iommu.0: ducati registered
  241. [ 1.094635] omap-iommu omap-iommu.1: tesla registered
  242. [ 1.096862] iovmm-omap initialized ducati, major: 252, base-minor: 0
  243. [ 1.097564] iovmm-omap initialized tesla, major: 252, base-minor: 1
  244. [ 1.098541] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
  245. [ 1.099426] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 251, base-minor: 0
  246. [ 1.099517] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
  247. [ 1.100189] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 251, base-minor: 1
  248. [ 1.100311] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
  249. [ 1.100952] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 251, base-minor: 2
  250. [ 1.103698] audit: initializing netlink socket (disabled)
  251. [ 1.103973] type=2000 audit(1.093:1): initialized
  252. [ 1.215393] Kprobe smoke test started
  253. [ 1.908355] Kprobe smoke test passed successfully
  254. [ 1.929351] highmem bounce pool size: 64 pages
  255. [ 1.930236] VFS: Disk quotas dquot_6.5.2
  256. [ 1.930480] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  257. [ 1.935150] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  258. [ 1.936065] JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
  259. [ 1.936828] ROMFS MTD (C) 2007 Red Hat, Inc.
  260. [ 1.938018] Btrfs loaded
  261. [ 1.938079] msgmni has been set to 1372
  262. [ 1.942138] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  263. [ 1.942321] io scheduler noop registered
  264. [ 1.942352] io scheduler deadline registered
  265. [ 1.942504] io scheduler cfq registered (default)
  266. [ 1.945556] omap_device: omapdss_dss.-1: new worst case activate latency 0: 61035
  267. [ 1.945617] OMAP DSS rev 4.0
  268. [ 1.948303] omap_device: omapdss_dss.-1: new worst case deactivate latency 0: 2624511
  269. [ 1.963592] omap_device: omapdss_dispc.-1: new worst case deactivate latency 0: 2655029
  270. [ 1.969604] omap_device: omapdss_dispc.-1: new worst case deactivate latency 0: 2838134
  271. [ 1.972625] omap_device: omapdss_dss.-1: new worst case deactivate latency 0: 2960203
  272. [ 1.972747] omapdss CORE error: driver probe failed: -22
  273. [ 1.973846] generic_dpi_panel: probe of display1 failed with error -22
  274. [ 1.980560] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  275. [ 2.330963] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
  276. [ 2.455230] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
  277. [ 2.580200] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
  278. [ 3.907897] console [ttyO2] enabled
  279. [ 3.994476] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
  280. [ 4.120239] [drm] Initialized drm 1.1.0 20060810
  281. [ 4.148803] brd: module loaded
  282. [ 4.166442] loop: module loaded
  283. [ 4.170043] (stk) :sysfs entries created
  284. [ 4.174438] (stk) : debugfs entries created
  285. [ 4.180969] omap_device: omap_i2c.1: new worst case activate latency 0: 122070
  286. [ 4.197143] mtdoops: mtd device (mtddev=name/number) must be supplied
  287. [ 4.204437] omap2-nand driver initializing
  288. [ 4.209564] OneNAND driver initializing
  289. [ 4.218841] usbcore: registered new interface driver asix
  290. [ 4.224975] usbcore: registered new interface driver cdc_ether
  291. [ 4.231658] usbcore: registered new interface driver smsc95xx
  292. [ 4.238403] usbcore: registered new interface driver net1080
  293. [ 4.244812] usbcore: registered new interface driver cdc_subset
  294. [ 4.251129] cdc_ncm: 04-Aug-2011
  295. [ 4.255004] usbcore: registered new interface driver cdc_ncm
  296. [ 4.262451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  297. [ 4.269714] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
  298. [ 4.278717] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
  299. [ 4.287353] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
  300. [ 4.296417] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
  301. [ 4.314544] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
  302. [ 4.321411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  303. [ 4.328674] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  304. [ 4.336395] usb usb1: Product: OMAP-EHCI Host Controller
  305. [ 4.342071] usb usb1: Manufacturer: Linux 3.1.1-19-linaro-lt-omap ehci_hcd
  306. [ 4.349426] usb usb1: SerialNumber: ehci-omap.0
  307. [ 4.358215] hub 1-0:1.0: USB hub found
  308. [ 4.362670] hub 1-0:1.0: 3 ports detected
  309. [ 4.400756] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  310. [ 4.407592] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
  311. [ 4.414764] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
  312. [ 4.423217] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
  313. [ 4.506378] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  314. [ 4.513946] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  315. [ 4.521667] usb usb2: Product: OMAP3 OHCI Host Controller
  316. [ 4.527435] usb usb2: Manufacturer: Linux 3.1.1-19-linaro-lt-omap ohci_hcd
  317. [ 4.534790] usb usb2: SerialNumber: ohci-omap3.0
  318. [ 4.541442] hub 2-0:1.0: USB hub found
  319. [ 4.545440] hub 2-0:1.0: 3 ports detected
  320. [ 4.551788] usbcore: registered new interface driver cdc_wdm
  321. [ 4.557861] Initializing USB Mass Storage driver...
  322. [ 4.563476] usbcore: registered new interface driver usb-storage
  323. [ 4.570098] USB Mass Storage support registered.
  324. [ 4.576019] usbcore: registered new interface driver libusual
  325. [ 4.583038] usbcore: registered new interface driver usbserial
  326. [ 4.590057] USB Serial support registered for generic
  327. [ 4.689575] usb 1-1: new high speed USB device number 2 using ehci-omap
  328. [ 4.854064] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  329. [ 4.861206] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  330. [ 4.871002] hub 1-1:1.0: USB hub found
  331. [ 4.875183] hub 1-1:1.0: 5 ports detected
  332. [ 4.882659] usbcore: registered new interface driver usbserial_generic
  333. [ 4.889648] usbserial: USB Serial Driver core
  334. [ 4.894683] usbcore: registered new interface driver usbtest
  335. [ 4.902221] mousedev: PS/2 mouse device common for all mice
  336. [ 4.911102] i2c-core: driver [tm12xx_ts] using legacy suspend method
  337. [ 4.917938] i2c-core: driver [tm12xx_ts] using legacy resume method
  338. [ 4.926391] input: twl6040:vibrator as /devices/platform/omap/omap_i2c.1/i2c-1/1-004b/twl6040/input/input0
  339. [ 4.938720] _regulator_get: twl6040-vibra supply vddvibl not found, using dummy regulator
  340. [ 4.947692] _regulator_get: twl6040-vibra supply vddvibr not found, using dummy regulator
  341. [ 4.958221] twl_rtc twl_rtc: Power up reset detected.
  342. [ 4.964935] twl_rtc twl_rtc: Enabling TWL-RTC.
  343. [ 4.972930] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  344. [ 4.980865] i2c /dev entries driver
  345. [ 4.988494] Linux media interface: v0.10
  346. [ 4.993041] Linux video capture interface: v2.00
  347. [ 5.003356] Driver for 1-wire Dallas network protocol.
  348. [ 5.010711] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
  349. [ 5.019866] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
  350. [ 5.026367] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
  351. [ 5.036468] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@redhat.com
  352. [ 5.045501] Bluetooth: HCI UART driver ver 2.2
  353. [ 5.050720] Bluetooth: HCI H4 protocol initialized
  354. [ 5.055816] Bluetooth: HCI BCSP protocol initialized
  355. [ 5.061126] Bluetooth: HCILL protocol initialized
  356. [ 5.066162] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
  357. [ 5.096374] (stc): st_register(4)
  358. [ 5.099884] (stc): chnl_id list empty :4
  359. [ 5.104370] (stk) : st_kim_start
  360. [ 5.104522] cpuidle: using governor ladder
  361. [ 5.104522] cpuidle: using governor menu
  362. [ 5.107513] omap_device: omap_hsmmc.0: new worst case activate latency 0: 30517
  363. [ 5.109985] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
  364. [ 5.111419] omap_device: omap_i2c.1: new worst case deactivate latency 0: 122070
  365. [ 5.143676] omap_device: omap_hsmmc.4: new worst case activate latency 0: 61035
  366. [ 5.152191] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
  367. [ 5.162322] omap_device: omap_hsmmc.4: new worst case deactivate latency 0: 30517
  368. [ 5.170654] usb 1-1.1: new high speed USB device number 3 using ehci-omap
  369. [ 5.184417] usbcore: registered new interface driver usbhid
  370. [ 5.190429] usbhid: USB HID core driver
  371. [ 5.194549] thermal_governor_dev_register:Adding omap_ondie_governor governor
  372. [ 5.203186] thermal_init_thermal_state:Not all components registered for cpu domain sensor (null), gov=eeb19ce0, cooling= (null)
  373. [ 5.226593] proc4430_drv_initializeModule
  374. [ 5.233703] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
  375. [ 5.243347] omap-devh initialized Tesla, major: 241, base-minor: 0
  376. [ 5.243988] (stk) :ldisc_install = 1
  377. [ 5.254638] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
  378. [ 5.264312] omap-devh initialized SysM3, major: 241, base-minor: 1
  379. [ 5.271545] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
  380. [ 5.280700] omap-devh initialized AppM3, major: 241, base-minor: 2
  381. [ 5.291564] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  382. [ 5.299041] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  383. [ 5.311981] smsc95xx v1.0.4
  384. [ 5.314178] SDP4430 SoC init
  385. [ 5.319702] omap_device: aess.-1: new worst case activate latency 0: 122070
  386. [ 5.331970] omap_device: aess.-1: new worst case deactivate latency 0: 2593994
  387. [ 5.372894] omap_device: omap-mcpdm.-1: new worst case activate latency 0: 122070
  388. [ 5.384582] asoc: null-codec-dai <-> MultiMedia1 mapping ok
  389. [ 5.392333] asoc: null-codec-dai <-> MultiMedia2 mapping ok
  390. [ 5.403381] asoc: null-codec-dai <-> Voice mapping ok
  391. [ 5.411163] asoc: null-codec-dai <-> Tones mapping ok
  392. [ 5.418243] asoc: null-codec-dai <-> Vibra mapping ok
  393. [ 5.425079] asoc: null-codec-dai <-> MODEM mapping ok
  394. [ 5.431579] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
  395. [ 5.441284] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
  396. [ 5.449615] asoc: twl6040-legacy <-> mcpdm-dl mapping ok
  397. [ 5.456359] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 0a:40:d8:a4:3b:0a
  398. [ 5.469604] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
  399. [ 5.478179] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
  400. [ 5.484436] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
  401. [ 5.490509] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
  402. [ 5.496673] asoc: twl6040-vib <-> mcpdm-vib mapping ok
  403. [ 5.502990] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
  404. [ 5.509796] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
  405. [ 5.516540] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
  406. [ 5.523498] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
  407. [ 5.529693] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
  408. [ 5.536621] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
  409. [ 5.543548] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
  410. [ 5.563873] input: Panda Headset Jack as /devices/platform/soc-audio/sound/card0/input1
  411. [ 5.586486] OMAP4 HDMI audio SoC init
  412. [ 5.593109] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
  413. [ 5.602630] ALSA device list:
  414. [ 5.605865] #0: TI OMAP4 Board
  415. [ 5.609313] #1: TI OMAP4 HDMI Board
  416. [ 5.614501] oprofile: using arm/armv7-ca9
  417. [ 5.619781] TCP cubic registered
  418. [ 5.623626] NET: Registered protocol family 10
  419. [ 5.631469] NET: Registered protocol family 17
  420. [ 5.636291] NET: Registered protocol family 15
  421. [ 5.641510] Bridge firewalling registered
  422. [ 5.645965] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  423. [ 5.651641] Bluetooth: BNEP filters: protocol multicast
  424. [ 5.657470] 8021q: 802.1Q VLAN Support v1.8
  425. [ 5.662078] lib80211: common routines for IEEE802.11 drivers
  426. [ 5.668182] Registering the dns_resolver key type
  427. [ 5.673858] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  428. [ 5.682037] ThumbEE CPU extension supported.
  429. [ 5.686584] Registering SWP/SWPB emulation handler
  430. [ 5.699279] omap2_set_init_voltage: unable to find boot up OPP for vdd_iva
  431. [ 5.706787] omap2_set_init_voltage: Unable to put vdd_iva to its init voltage
  432. [ 5.706787]
  433. [ 5.718719] thermal_cooling_dev_register:Found cpu cpu
  434. [ 5.724334] thermal_init_thermal_state:Not all components registered for cpu domain sensor (null), gov=eeb19ce0, cooling=c0aff2c4
  435. [ 5.738464] omap_sr_disable: omap_sr struct for sr_mpu not found
  436. [ 5.744934] omap_sr_disable: omap_sr struct for sr_mpu not found
  437. [ 5.751983] Power Management for TI OMAP4.
  438. [ 5.758514] sr_init: No PMIC hook to init smartreflex
  439. [ 5.763916] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
  440. [ 5.772949] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
  441. [ 5.781524] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
  442. [ 5.790802] SmartReflex Class3 initialized
  443. [ 5.795349] omap_device: smartreflex.2: new worst case activate latency 0: 91552
  444. [ 5.803466] sr_class3_enable: Curr voltage unknown. Cannot enable sr_iva
  445. [ 5.812927] CMA: reserved 32 MiB at ac000000
  446. [ 5.821136] mmc0: host does not support reading read-only switch. assuming write-enable.
  447. [ 5.829986] mmc0: new SDHC card at address b368
  448. [ 5.838195] mmcblk0: mmc0:b368 SMI 29.9 GiB
  449. [ 5.849914] mmcblk0: p1 p2
  450. [ 5.854125] regulator_init_complete: VANA: incomplete constraints, leaving on
  451. [ 5.862701] regulator_init_complete: CLK32KG: incomplete constraints, leaving on
  452. [ 5.872467] omap_device: omap_hsmmc.4: new worst case activate latency 0: 122069
  453. [ 5.873535] regulator_init_complete: VDAC: incomplete constraints, leaving on
  454. [ 5.874328] regulator_init_complete: VCXIO: incomplete constraints, leaving on
  455. [ 5.876708] regulator_init_complete: VUSB: incomplete constraints, leaving on
  456. [ 5.903228] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  457. [ 5.912689] omap4iss omap4iss: Revision 40000101 found
  458. [ 5.931610] ov5650 3-0036: Failed reading register 0x302a!
  459. [ 5.937530] ov5650 3-0036: Failure to detect OV5650 chip
  460. [ 5.945159] iss_register_subdev_group: Unable to register subdev ov5650
  461. [ 5.954040] omap_device: omapdss_hdmi.-1: new worst case activate latency 0: 91552
  462. [ 5.963836] omap_vout omap_vout: 'hdmi' Display already enabled
  463. [ 5.970153] omap_vout omap_vout: 'hdmi' Display already enabled
  464. [ 5.976593] omap_vout omap_vout: Buffer Size = 3686400
  465. [ 5.983367] omap_vout omap_vout: : registered and initialized video device 2
  466. [ 5.991149] omap_vout omap_vout: Buffer Size = 3686400
  467. [ 5.997924] omap_vout omap_vout: : registered and initialized video device 3
  468. [ 6.016174] mmc1: card claims to support voltages below the defined range. These will be ignored.
  469. [ 6.047149] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
  470. [ 6.055358] mmc1: new SDIO card at address 0001
  471. [ 6.236450] (stk) :line disc installation timed out
  472. [ 6.241516] (stk) :ldisc_install = 0
  473. [ 6.517822] omapdrm omapdrm.0: dvi has no driver.. skipping it
  474. [ 7.025604] No connectors reported connected with modes
  475. [ 7.031188] [drm] Cannot find any crtc or sizes - going 1024x768
  476. [ 7.088317] Console: switching to colour frame buffer device 128x48
  477. [ 7.103912] usb 1-1.2: new high speed USB device number 4 using ehci-omap
  478. [ 7.115051] fb0: omapdrm frame buffer device
  479. [ 7.120117] drm: registered panic notifier
  480. [ 7.124694] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
  481. [ 7.131927] [drm] No driver support for vblank timestamp query.
  482. [ 7.138427] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
  483. [ 7.148590] Freeing init memory: 460K
  484. Loading, please wait...
  485. [ 7.225311] usb 1-1.2: New USB device found, idVendor=1bcf, idProduct=0c31
  486. [ 7.233825] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  487. [ 7.242797] usb 1-1.2: Product: USB to Serial-ATA bridge
  488. [ 7.256011] usb 1-1.2: Manufacturer: Sunplus Innovation Technology
  489. [ 7.266967] usb 1-1.2: SerialNumber: FCF0FCFAFEFCF00F7756D99BFD8FFF
  490. [ 7.299163] scsi0 : usb-storage 1-1.2:1.0
  491. [ 7.355926] udevd[909]: starting version 173
  492. [ 7.360137] (stk) :ldisc_install = 1Begin: Loading essential drivers ... done.
  493. Begin: Running /scripts/init-premount ... done.
  494. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  495. Begin: Running /scripts/local-premount ... done.
  496. mount: mounting pandadisk on /root failed: No such file or directory
  497. Begin: Running /scripts/local-bottom ... done.
  498. done.
  499. Begin: Running /scripts/init-bottom ...
  500. [ 8.314605] scsi 0:0:0:0: Direct-Access OCZ-OCTA NE S2 0200 PQ: 0 ANSI: 4
  501. [ 8.347991] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
  502. mount: mounting /dev on /root/dev failed: No such file or direct[ 8.356262] (stk) :line disc installation timed out
  503. ory
  504. [ 8.356262] (stk) :ldisc_install = 0done.
  505.  
  506. [ 8.387603] sd 0:0:0:0: [sda] Write Protect is off
  507. [ 8.410247] sd 0:0:0:0: [sda] No Caching mode page present
  508. [ 8.421203] sd 0:0:0:0: [sda] Assuming drive cache: write through
  509. mount: mounting /sys on /root/sys failed: No such file or direct[ 8.451782] sd 0:0:0:0: [sda] No Caching mode page present
  510. ory
  511. [ 8.463073] sd 0:0:0:0: [sda] Assuming drive cache: write through
  512. mount: mounting /proc on /root/proc failed: No such file or directory
  513. Target filesystem doesn't have requested /sbin/init.
  514. [ 8.480438] sda: sda1
  515. No init found. Try passing init= bootarg.
  516. [ 8.509399] sd 0:0:0:0: [sda] No Caching mode page present
  517. [ 8.520812] sd 0:0:0:0: [sda] Assuming drive cache: write through
  518. [ 8.532562] sd 0:0:0:0: [sda] Attached SCSI disk
  519.  
  520.  
  521. Bu� ���v1.18.4 (Ubuntu 1:1.18.4-2ubuntu2) built-in shell (ash)
  522. Enter 'help' for a list of built-in commands.
  523.  
  524. (initramfs) [ 9.456420] (stk) :ldisc_install = 1
  525. [ 10.455291] (stk) :line disc installation timed out
  526. [ 10.465850] (stk) :ldisc_install = 0
  527. [ 11.573577] (stk) :ldisc_install = 1
  528. [ 12.580261] (stk) :line disc installation timed out
  529. [ 12.590789] (stk) :ldisc_install = 0
  530. [ 13.698577] (stk) :ldisc_install = 1
  531. [ 14.705261] (stk) :line disc installation timed out
  532. [ 14.715759] (stk) :ldisc_install = 0
  533. [ 15.823547] (stk) :ldisc_install = 1
  534. [ 16.830291] (stk) :line disc installation timed out
  535. [ 16.840789] (stk) :ldisc_install = 0
  536. [ 17.845886] Bluetooth: st_register failed -22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement