Advertisement
RobertBerger

3.9.4-x2

May 30th, 2013
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.87 KB | None | 0 0
  1. OMAP3 beagleboard.org # setenv kernel_addr_r '0x80000000'
  2. OMAP3 beagleboard.org # setenv fdt_addr_r '0x85000000'
  3. OMAP3 beagleboard.org # setenv tftp_bootfile 'beagle-xm/uImage'
  4. OMAP3 beagleboard.org # setenv fdt_file 'beagle-xm/omap3-beagle-xm-rob-patched.dtb'
  5. OMAP3 beagleboard.org # setenv fdtargs 'tftp ${kernel_addr_r} ${tftp_bootfile}; tftp ${fdt_addr_r} ${fdt_file};'
  6. OMAP3 beagleboard.org # setenv bootcmd 'fdt addr ${fdt_addr_r}; fdt resize; bootm ${kernel_addr_r} - ${fdt_addr_r}'
  7. OMAP3 beagleboard.org # setenv bootargs 'console=ttyO2,115200n8 ip=192.168.2.54:192.168.2.232:192.168.2.54:255.255.255.0::eth0 nfsroot=192.168.2.232:/opt/eldk-5.3/armv7a/rootfs-sato-sdk'
  8. OMAP3 beagleboard.org # setenv netup 'dcache off; setenv usbethaddr 0:0:1:2:3:81; setenv ipaddr 192.168.2.54; setenv serverip 192.168.2.232; setenv netmask 255.255.255.0; usb start'
  9. OMAP3 beagleboard.org # run netup
  10. (Re)start USB...
  11. USB0: USB EHCI 1.00
  12. scanning bus 0 for devices... 3 USB Device(s) found
  13. scanning usb for storage devices... 0 Storage Device(s) found
  14. scanning usb for ethernet devices... 1 Ethernet Device(s) found
  15. OMAP3 beagleboard.org # ping $serverip
  16. ERROR: Need valid 'usbnet_devaddr' to be set
  17. at ether.c:2369/usb_eth_init()
  18. Waiting for Ethernet connection... done.
  19. Using sms0 device
  20. host 192.168.2.232 is alive
  21. OMAP3 beagleboard.org # run fdtargs
  22. Waiting for Ethernet connection... done.
  23. Using sms0 device
  24. TFTP from server 192.168.2.232; our IP address is 192.168.2.54
  25. Filename 'beagle-xm/uImage'.
  26. Load address: 0x80000000
  27. Loading: #################################################################
  28. #################################################################
  29. #################################################################
  30. #################################################################
  31. ##########
  32. 1.2 MiB/s
  33. done
  34. Bytes transferred = 3961112 (3c7118 hex)
  35. Waiting for Ethernet connection... done.
  36. Using sms0 device
  37. TFTP from server 192.168.2.232; our IP address is 192.168.2.54
  38. Filename 'beagle-xm/omap3-beagle-xm-rob-patched.dtb'.
  39. Load address: 0x85000000
  40. Loading: #
  41. 649.4 KiB/s
  42. done
  43. Bytes transferred = 8647 (21c7 hex)
  44. OMAP3 beagleboard.org # boot [246/9384]
  45. ## Booting kernel from Legacy Image at 80000000 ...
  46. Image Name: Linux-3.9.4-x2
  47. Image Type: ARM Linux Kernel Image (uncompressed)
  48. Data Size: 3961048 Bytes = 3.8 MiB
  49. Load Address: 80008000
  50. Entry Point: 80008000
  51. Verifying Checksum ... OK
  52. ## Flattened Device Tree blob at 85000000
  53. Booting using the fdt blob at 0x85000000
  54. Loading Kernel Image ... OK
  55. OK
  56. reserving fdt memory region: addr=85000000 size=3000
  57. Loading Device Tree to 8fffa000, end 8fffffff ... OK
  58.  
  59. Starting kernel ...
  60.  
  61. [ 0.000000] Booting Linux on physical CPU 0x0
  62. [ 0.000000] Initializing cgroup subsys cpuset
  63. [ 0.000000] Initializing cgroup subsys cpu
  64. [ 0.000000] Linux version 3.9.4-x2 (student@vlab2-ldd-20-dev) (gcc version 4.7.2 (GCC) ) #1 SMP Thu May 30 13:12:14 EEST 2013
  65. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  66. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  67. [ 0.000000] Machine: Generic OMAP3 (Flattened Device Tree), model: TI OMAP3 BeagleBoard xM
  68. [ 0.000000] cma: CMA: reserved 16 MiB at 9e800000
  69. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  70. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  71. [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
  72. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c1152000 s13760 r8192 d14912 u36864
  73. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  74. [ 0.000000] Kernel command line: console=ttyO2,115200n8 ip=192.168.2.54:192.168.2.232:192.168.2.54:255.255.255.0::eth0 nfsroot=192.168.2.232:/opt/eldk-5.3/armv7a/rootf
  75. s-sato-sdk
  76. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  77. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  78. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  79. [ 0.000000] __ex_table already sorted, skipping sort
  80. [ 0.000000] allocated 1048576 bytes of page_cgroup
  81. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  82. [ 0.000000] Memory: 511MB = 511MB total
  83. [ 0.000000] Memory: 487616k/487616k available, 36672k reserved, 0K highmem
  84. [ 0.000000] Virtual kernel memory layout:
  85. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  86. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  87. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  88. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  89. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  90. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  91. [ 0.000000] .text : 0xc0008000 - 0xc0b2c2cc (11409 kB) [199/9384]
  92. [ 0.000000] .init : 0xc0b2d000 - 0xc0b935c0 ( 410 kB)
  93. [ 0.000000] .data : 0xc0b94000 - 0xc0c5d1b8 ( 805 kB)
  94. [ 0.000000] .bss : 0xc0c5d1b8 - 0xc0d48bc8 ( 943 kB)
  95. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  96. [ 0.000000] Hierarchical RCU implementation.
  97. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  98. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  99. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  100. [ 0.000000] Total of 96 interrupts on 1 active controller
  101. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
  102. [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  103. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  104. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  105. [ 0.000000] Console: colour dummy device 80x30
  106. [ 0.000213] Calibrating delay loop... 398.13 BogoMIPS (lpj=1990656)
  107. [ 0.049957] pid_max: default: 32768 minimum: 301
  108. [ 0.050140] Security Framework initialized
  109. [ 0.050201] AppArmor: AppArmor initialized
  110. [ 0.050415] Mount-cache hash table entries: 512
  111. [ 0.054138] Initializing cgroup subsys cpuacct
  112. [ 0.054168] Initializing cgroup subsys memory
  113. [ 0.054199] Initializing cgroup subsys devices
  114. [ 0.054229] Initializing cgroup subsys freezer
  115. [ 0.054229] Initializing cgroup subsys blkio
  116. [ 0.054260] Initializing cgroup subsys perf_event
  117. [ 0.054382] CPU: Testing write buffer coherency: ok
  118. [ 0.054809] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  119. [ 0.054870] Setting up static identity map for 0xc071e188 - 0xc071e1e0
  120. [ 0.056060] Brought up 1 CPUs
  121. [ 0.056091] SMP: Total of 1 processors activated (398.13 BogoMIPS).
  122. [ 0.056091] CPU: All CPU(s) started in SVC mode.
  123. [ 0.057006] devtmpfs: initialized
  124. [ 0.099517] xor: measuring software checksum speed
  125. [ 0.189605] arm4regs : 745.200 MB/sec
  126. [ 0.289398] 8regs : 542.400 MB/sec
  127. [ 0.389190] 32regs : 744.400 MB/sec
  128. [ 0.389190] xor: using function: arm4regs (745.200 MB/sec)
  129. [ 0.389221] pinctrl core: initialized pinctrl subsystem
  130. [ 0.389801] regulator-dummy: no parameters
  131. [ 0.391326] NET: Registered protocol family 16
  132. [ 0.394866] DMA: preallocated 256 KiB pool for atomic coherent allocations
  133. [ 0.402160] Reprogramming SDRC clock to 400000000 Hz
  134. [ 0.404113] OMAP GPIO hardware version 2.5
  135. [ 0.411437] platform 49022000.mcbsp: alias fck already exists
  136. [ 0.411834] platform 49024000.mcbsp: alias fck already exists
  137. [ 0.415252] No ATAGs?
  138. [ 0.415283] hw-breakpoint: debug architecture 0x4 unsupported. [152/9384]
  139. [ 0.415557] Could not look up dss_hdmi hw_mod
  140. [ 0.416900] OMAP DMA hardware revision 5.0
  141. [ 0.418029] arm-pmu: alias fck already exists
  142. [ 0.428985] bio: create slab <bio-0> at 0
  143. [ 0.599334] raid6: int32x1 96 MB/s
  144. [ 0.768585] raid6: int32x2 121 MB/s
  145. [ 0.938293] raid6: int32x4 107 MB/s
  146. [ 1.107879] raid6: int32x8 100 MB/s
  147. [ 1.107910] raid6: using algorithm int32x2 (121 MB/s)
  148. [ 1.107910] raid6: using intx1 recovery algorithm
  149. [ 1.123718] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  150. [ 1.126373] SCSI subsystem initialized
  151. [ 1.127105] usbcore: registered new interface driver usbfs
  152. [ 1.127197] usbcore: registered new interface driver hub
  153. [ 1.127380] usbcore: registered new device driver usb
  154. [ 1.128173] omap_i2c i2c.13: did not get pins for i2c error: -19
  155. [ 1.128662] omap_i2c i2c.13: bus 0 rev4.4 at 2600 kHz
  156. [ 1.133514] twl 0-0048: PIH (irq 23) chaining IRQs 336..344
  157. [ 1.133666] twl 0-0048: power (irq 341) chaining IRQs 344..351
  158. [ 1.135467] VDAC: 1800 mV
  159. [ 1.136505] VPLL2: 1800 mV
  160. [ 1.137329] VMMC1: 1850 <--> 3150 mV at 3150 mV
  161. [ 1.138122] VUSB1V5: 1500 mV
  162. [ 1.138732] VUSB1V8: 1800 mV
  163. [ 1.139312] VUSB3V1: 3100 mV
  164. [ 1.140014] VSIM: 1800 <--> 3000 mV at 1800 mV
  165. [ 1.141143] twl4030_gpio gpio.35: gpio (irq 336) chaining IRQs 352..369
  166. [ 1.143432] twl4030_usb twl4030-usb.36: Initialized TWL4030 USB module
  167. [ 1.143615] omap_i2c i2c.14: did not get pins for i2c error: -19
  168. [ 1.144073] omap_i2c i2c.14: bus 1 rev4.4 at 400 kHz
  169. [ 1.144195] omap_i2c i2c.15: did not get pins for i2c error: -19
  170. [ 1.144622] omap_i2c i2c.15: bus 2 rev4.4 at 100 kHz
  171. [ 1.145507] media: Linux media interface: v0.10
  172. [ 1.145599] Linux video capture interface: v2.00
  173. [ 1.145690] pps_core: LinuxPPS API ver. 1 registered
  174. [ 1.145721] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  175. [ 1.145751] PTP clock support registered
  176. [ 1.146240] omap-iommu omap-iommu.0: mmu_isp registered
  177. [ 1.146697] Advanced Linux Sound Architecture Driver Initialized.
  178. [ 1.147460] NetLabel: Initializing
  179. [ 1.147491] NetLabel: domain hash size = 128
  180. [ 1.147491] NetLabel: protocols = UNLABELED CIPSOv4
  181. [ 1.147552] NetLabel: unlabeled traffic allowed by default
  182. [ 1.147857] Switching to clocksource 32k_counter
  183. [ 1.173522] AppArmor: AppArmor Filesystem Enabled
  184. [ 1.187499] NET: Registered protocol family 2
  185. [ 1.188537] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [105/9384]
  186. [ 1.188659] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  187. [ 1.188751] TCP: Hash tables configured (established 4096 bind 4096)
  188. [ 1.188842] TCP: reno registered
  189. [ 1.188842] UDP hash table entries: 256 (order: 1, 8192 bytes)
  190. [ 1.188873] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  191. [ 1.189331] NET: Registered protocol family 1
  192. [ 1.189880] RPC: Registered named UNIX socket transport module.
  193. [ 1.189910] RPC: Registered udp transport module.
  194. [ 1.189910] RPC: Registered tcp transport module.
  195. [ 1.189910] RPC: Registered tcp NFSv4.1 backchannel transport module.
  196. [ 1.190948] CPU PMU: probing PMU on CPU 0
  197. [ 1.190979] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  198. [ 1.194305] audit: initializing netlink socket (disabled)
  199. [ 1.194396] type=2000 audit(1.190:1): initialized
  200. [ 1.495178] VFS: Disk quotas dquot_6.5.2
  201. [ 1.495605] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  202. [ 1.499145] NFS: Registering the id_resolver key type
  203. [ 1.499267] Key type id_resolver registered
  204. [ 1.499267] Key type id_legacy registered
  205. [ 1.499328] fuse init (API version 7.21)
  206. [ 1.501922] Btrfs loaded
  207. [ 1.502258] msgmni has been set to 984
  208. [ 1.504638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  209. [ 1.504669] io scheduler noop registered
  210. [ 1.504699] io scheduler deadline registered
  211. [ 1.504913] io scheduler cfq registered (default)
  212. [ 1.515991] pinctrl-single 48002030.pinmux: 742 pins at pa fa002030 size 1484
  213. [ 1.516937] pinctrl-single 48002a58.pinmux: 46 pins at pa fa002a58 size 92
  214. [ 1.519836] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  215. [ 1.521545] omap_uart serial.10: did not get pins for uart0 error: -19
  216. [ 1.521820] serial.10: ttyO0 at MMIO 0x4806a000 (irq = 88) is a OMAP UART0
  217. [ 1.522277] omap_uart serial.11: did not get pins for uart1 error: -19
  218. [ 1.522460] serial.11: ttyO1 at MMIO 0x4806c000 (irq = 89) is a OMAP UART1
  219. [ 1.522888] omap_uart serial.12: did not get pins for uart2 error: -19
  220. [ 1.523071] serial.12: ttyO2 at MMIO 0x49020000 (irq = 90) is a OMAP UART2
  221. [ 2.418212] console [ttyO2] enabled
  222. [ 2.422546] omap_uart serial.22: did not get pins for uart3 error: -19
  223. [ 2.429840] serial.22: ttyO3 at MMIO 0x49042000 (irq = 96) is a OMAP UART3
  224. [ 2.437835] [drm] Initialized drm 1.1.0 20060810
  225. [ 2.453613] brd: module loaded
  226. [ 2.462738] loop: module loaded
  227. [ 2.469726] OneNAND driver initializing
  228. [ 2.474151] omap2_mcspi spi.16: pins are not configured from the driver
  229. [ 2.481658] omap2_mcspi spi.17: pins are not configured from the driver
  230. [ 2.489074] omap2_mcspi spi.18: pins are not configured from the driver
  231. [ 2.496398] omap2_mcspi spi.19: pins are not configured from the driver
  232. [ 2.504302] usbcore: registered new interface driver ax88179_178a [58/9384]
  233. [ 2.510833] usbcore: registered new interface driver cdc_ether
  234. [ 2.517059] usbcore: registered new interface driver smsc95xx
  235. [ 2.523223] usbcore: registered new interface driver rndis_host
  236. [ 2.529632] usbcore: registered new interface driver cdc_ncm
  237. [ 2.536437] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  238. [ 2.543487] Initializing USB Mass Storage driver...
  239. [ 2.548767] usbcore: registered new interface driver usb-storage
  240. [ 2.555084] USB Mass Storage support registered.
  241. [ 2.559997] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  242. [ 2.566864] mousedev: PS/2 mouse device common for all mice
  243. [ 2.574157] twl_rtc rtc.26: Power up reset detected.
  244. [ 2.579620] twl_rtc rtc.26: Enabling TWL-RTC
  245. [ 2.586059] twl_rtc rtc.26: rtc core: registered rtc.26 as rtc0
  246. [ 2.593170] i2c /dev entries driver
  247. [ 2.597686] lirc_dev: IR Remote Control driver registered, major 244
  248. [ 2.604644] smssdio: Siano SMS1xxx SDIO driver
  249. [ 2.609374] smssdio: Copyright Pierre Ossman
  250. [ 2.613922] Driver for 1-wire Dallas network protocol.
  251. [ 2.620361] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  252. [ 2.628906] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
  253. [ 2.637847] cpu0 supply vcc not found, using dummy regulator
  254. [ 2.643951] omap_cpufreq_init: physical regulator not present for MPU
  255. [ 2.651031] cpuidle: using governor ladder
  256. [ 2.655364] cpuidle: using governor menu
  257. [ 2.659606] sdhci: Secure Digital Host Controller Interface driver
  258. [ 2.666107] sdhci: Copyright(c) Pierre Ossman
  259. [ 2.671386] of_dma_request_slave_channel: dma-names property missing or empty
  260. [ 2.679016] omap-dma-engine omap-dma-engine: allocating channel for 62
  261. [ 2.685913] of_dma_request_slave_channel: dma-names property missing or empty
  262. [ 2.693481] omap-dma-engine omap-dma-engine: allocating channel for 61
  263. [ 2.701873] omap_hsmmc mmc.20: pins are not configured from the driver
  264. [ 2.748657] leds-gpio leds.23: pins are not configured from the driver
  265. [ 2.757202] ledtrig-cpu: registered to indicate activity on CPUs
  266. [ 2.763702] hidraw: raw HID events driver (C) Jiri Kosina
  267. [ 2.770904] usbcore: registered new interface driver usbhid
  268. [ 2.776794] usbhid: USB HID core driver
  269. [ 2.783721] ashmem: initialized
  270. [ 2.825225] mmc0: host does not support reading read-only switch. assuming write-enable.
  271. [ 2.835754] mmc0: new high speed SDHC card at address b368
  272. [ 2.842559] mmcblk0: mmc0:b368 USD 7.46 GiB
  273. [ 2.849456] mmcblk0: p1 p2 p3
  274. [ 2.877593] omap-twl4030 sound.24: twl4030-hifi <-> 49022000.mcbsp mapping ok
  275. [ 2.887603] oprofile: using arm/armv7
  276. [ 2.892089] TCP: cubic registered
  277. [ 2.896270] NET: Registered protocol family 10
  278. [ 2.902252] NET: Registered protocol family 17
  279. [ 2.907257] Key type dns_resolver registered [11/9384]
  280. [ 2.911987] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  281. [ 2.920898] ThumbEE CPU extension supported.
  282. [ 2.925445] Registering SWP/SWPB emulation handler
  283. [ 2.930633] SmartReflex Class3 initialized
  284. [ 2.935760] registered taskstats version 1
  285. [ 2.940399] Unable to handle kernel NULL pointer dereference at virtual address 00000014
  286. [ 2.948974] pgd = c0004000
  287. [ 2.951843] [00000014] *pgd=00000000
  288. [ 2.955627] Internal error: Oops: 5 [#1] SMP ARM
  289. [ 2.960479] Modules linked in:
  290. [ 2.963714] CPU: 0 Not tainted (3.9.4-x2 #1)
  291. [ 2.968597] PC is at dss_feat_get_num_ovls+0x8/0x14
  292. [ 2.973754] LR is at omapdss_compat_init+0x30/0x2bc
  293. [ 2.978912] pc : [<c03a53a4>] lr : [<c03b2d2c>] psr: 60000113
  294. [ 2.978912] sp : de055e18 ip : 00000000 fp : 00000000
  295. [ 2.990997] r10: c0b588f4 r9 : 00000000 r8 : c0ba3638
  296. [ 2.996490] r7 : c0d37b50 r6 : c0bfc074 r5 : 00000000 r4 : de01d010
  297. [ 3.003387] r3 : 00000000 r2 : 00000001 r1 : 40000113 r0 : c0bfbd00
  298. [ 3.010253] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
  299. [ 3.017974] Control: 10c5387d Table: 80004019 DAC: 00000015
  300. [ 3.024017] Process swapper/0 (pid: 1, stack limit = 0xde054240)
  301. [ 3.030364] Stack: (0xde055e18 to 0xde056000)
  302. [ 3.034942] 5e00: de01d010 c0d3823c
  303. [ 3.043579] 5e20: c0bfc074 c0ba3648 c0ba3638 00000000 c0b588f4 c0b589d4 00000000 de3428c0
  304. [ 3.052185] 5e40: de3429c0 de3429c0 de055e78 c0179618 de050000 00000000 de3429c0 de0cdb80
  305. [ 3.060821] 5e60: de33f400 c017a290 ffffffff c00602c8 00000000 00000003 de0cdb80 00000000
  306. [ 3.069427] 5e80: c0bfc074 c0ba3648 00000000 c0bfc074 c04180bc 00000108 00000000 c0b588f4
  307. [ 3.078063] 5ea0: 00000000 c04190e8 c04190d4 c0417f70 c0ba3648 c0ba367c c0bfc074 c0418124
  308. [ 3.086700] 5ec0: 00000000 de055ed0 c0bfc074 c041677c de031258 de0cb434 c0bfc074 c0bfc074
  309. [ 3.095306] 5ee0: de33f400 c0c05870 00000000 c0417714 c09f6acc c09f6acc c0bfc074 c0b7669c
  310. [ 3.103942] 5f00: c0b8f81c c0c5d200 00000108 c0418618 00000000 c0bfc060 c0b7669c c0b8f81c
  311. [ 3.112579] 5f20: c0c5d200 00000108 c0b588f4 c04192d8 00000007 c0b7669c c0b8f81c c0b5891c
  312. [ 3.121185] 5f40: de054000 c00087b8 c0b588f4 00000002 c0b8f85c 00000008 00000007 c0b7669c
  313. [ 3.129821] 5f60: c0b8f81c c0c5d200 00000108 c0b2d274 c0b766a4 c0b2d988 00000007 00000007
  314. [ 3.138458] 5f80: c0b2d274 00000000 00000000 c070b524 00000000 00000000 00000000 00000000
  315. [ 3.147064] 5fa0: 00000000 c070b52c 00000000 c000d8d8 00000000 00000000 00000000 00000000
  316. [ 3.155700] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  317. [ 3.164306] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000 9ffffff5 ffffddff
  318. [ 3.172973] [<c03a53a4>] (dss_feat_get_num_ovls+0x8/0x14) from [<c03b2d2c>] (omapdss_compat_init+0x30/0x2bc)
  319. [ 3.183349] [<c03b2d2c>] (omapdss_compat_init+0x30/0x2bc) from [<c0b589d4>] (omapfb_probe+0x8c/0x788)
  320. [ 3.193084] [<c0b589d4>] (omapfb_probe+0x8c/0x788) from [<c04190e8>] (platform_drv_probe+0x14/0x18)
  321. [ 3.202636] [<c04190e8>] (platform_drv_probe+0x14/0x18) from [<c0417f70>] (driver_probe_device+0xac/0x1f8)
  322. [ 3.212799] [<c0417f70>] (driver_probe_device+0xac/0x1f8) from [<c0418124>] (__driver_attach+0x68/0x8c)
  323. [ 3.222717] [<c0418124>] (__driver_attach+0x68/0x8c) from [<c041677c>] (bus_for_each_dev+0x50/0x88)
  324. [ 3.232269] [<c041677c>] (bus_for_each_dev+0x50/0x88) from [<c0417714>] (bus_add_driver+0xdc/0x22c)
  325. [ 3.241821] [<c0417714>] (bus_add_driver+0xdc/0x22c) from [<c0418618>] (driver_register+0x9c/0x12c)
  326. [ 3.251373] [<c0418618>] (driver_register+0x9c/0x12c) from [<c04192d8>] (platform_driver_probe+0x18/0xa0)
  327. [ 3.261474] [<c04192d8>] (platform_driver_probe+0x18/0xa0) from [<c0b5891c>] (omapfb_init+0x28/0x54)
  328. [ 3.271118] [<c0b5891c>] (omapfb_init+0x28/0x54) from [<c00087b8>] (do_one_initcall+0x90/0x160)
  329. [ 3.280303] [<c00087b8>] (do_one_initcall+0x90/0x160) from [<c0b2d988>] (kernel_init_freeable+0x160/0x22c)
  330. [ 3.290496] [<c0b2d988>] (kernel_init_freeable+0x160/0x22c) from [<c070b52c>] (kernel_init+0x8/0xe4)
  331. [ 3.300140] [<c070b52c>] (kernel_init+0x8/0xe4) from [<c000d8d8>] (ret_from_fork+0x14/0x3c)
  332. [ 3.308929] Code: e12fff1e c0d36af8 e59f3008 e5933000 (e5930014)
  333. [ 3.315460] ---[ end trace f1765fff8c6502ed ]---
  334. [ 3.320404] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  335. [ 3.320404]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement