Advertisement
Guest User

Untitled

a guest
Oct 10th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.24 KB | None | 0 0
  1. Uncompressing Linux... done, booting the kernel.
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Initializing cgroup subsys cpu
  4. [ 0.000000] Linux version 3.8.13-00720-g465c7df-dirty (elango@elango-ubuntu) (gcc version 4.8.1 (GCC) 4
  5. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  7. [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
  8. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  9. [ 0.000000] AM335X ES1.0 (neon )
  10. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0f01000 s9408 r8192 d15168 u32768
  11. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  12. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.0.72:/home/elf
  13. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  14. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  15. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  16. [ 0.000000] __ex_table already sorted, skipping sort
  17. [ 0.000000] allocated 1048576 bytes of page_cgroup
  18. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  19. [ 0.000000] Memory: 511MB = 511MB total
  20. [ 0.000000] Memory: 510332k/510332k available, 13956k reserved, 0K highmem
  21. [ 0.000000] Virtual kernel memory layout:
  22. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  23. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  24. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  25. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  26. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  27. [ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  28. [ 0.000000] .text : 0xc0008000 - 0xc060ba40 (6159 kB)
  29. [ 0.000000] .init : 0xc060c000 - 0xc064a4c0 ( 250 kB)
  30. [ 0.000000] .data : 0xc064c000 - 0xc06c2420 ( 474 kB)
  31. [ 0.000000] .bss : 0xc06c2420 - 0xc071c23c ( 360 kB)
  32. [ 0.000000] Hierarchical RCU implementation.
  33. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  34. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  35. [ 0.000000] kmemleak: Kernel memory leak detector disabled
  36. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  37. [ 0.000000] Total of 128 interrupts on 1 active controller
  38. [ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
  39. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  40. [ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
  41. [ 0.000000] Console: colour dummy device 80x30
  42. [ 0.000000] kmemleak: Early log buffer exceeded (570), please increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE
  43. [ 0.000441] Calibrating delay loop... 545.07 BogoMIPS (lpj=531968)
  44. [ 0.015420] pid_max: default: 32768 minimum: 301
  45. [ 0.015649] Security Framework initialized
  46. [ 0.015745] Mount-cache hash table entries: 512
  47. [ 0.026941] Initializing cgroup subsys cpuacct
  48. [ 0.026975] Initializing cgroup subsys memory
  49. [ 0.027040] Initializing cgroup subsys blkio
  50. [ 0.027238] CPU: Testing write buffer coherency: ok
  51. [ 0.027775] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  52. [ 0.027852] Setting up static identity map for 0x80385968 - 0x803859b4
  53. [ 0.029239] Brought up 1 CPUs
  54. [ 0.029263] SMP: Total of 1 processors activated (545.07 BogoMIPS).
  55. [ 0.030445] devtmpfs: initialized
  56. [ 0.095804] pinctrl core: initialized pinctrl subsystem
  57. [ 0.096022] rstctl core: initialized rstctl subsystem
  58. [ 0.096513] regulator-dummy: no parameters
  59. [ 0.097022] NET: Registered protocol family 16
  60. [ 0.097935] DMA: preallocated 256 KiB pool for atomic coherent allocations
  61. [ 0.108077] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  62. [ 0.108850] platform 49000000.edma: alias fck already exists
  63. [ 0.108883] platform 49000000.edma: alias fck already exists
  64. [ 0.108909] platform 49000000.edma: alias fck already exists
  65. [ 0.110289] OMAP GPIO hardware version 0.1
  66. [ 0.114839] gpio-rctrl rstctl.4: loaded OK
  67. [ 0.120760] hw-breakpoint: debug architecture 0x4 unsupported.
  68. [ 0.122955] cpsw.0: No hwaddr in dt. Using 00:18:31:e1:d0:02 from efuse
  69. [ 0.122987] cpsw.1: No hwaddr in dt. Using 00:18:31:e1:d0:03 from efuse
  70. [ 0.138725] bio: create slab <bio-0> at 0
  71. [ 0.150758] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
  72. [ 0.151214] vmmcsd_fixed: 3300 mV
  73. [ 0.154173] SCSI subsystem initialized
  74. [ 0.154608] usbcore: registered new interface driver usbfs
  75. [ 0.154722] usbcore: registered new interface driver hub
  76. [ 0.155014] usbcore: registered new device driver usb
  77. [ 0.157149] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  78. [ 0.158689] input: tps65217_pwr_but as /devices/ocp.3/44e0b000.i2c/i2c-0/0-0024/input/input0
  79. [ 43.562130] irq 23: nobody cared (try booting with the "irqpoll" option)
  80. [ 43.562204] [<c0010505>] (unwind_backtrace+0x1/0x88) from [<c00632ff>] (__report_bad_irq+0x17/0x7c)
  81. [ 43.562240] [<c00632ff>] (__report_bad_irq+0x17/0x7c) from [<c00635e1>] (note_interrupt+0xf9/0x170)
  82. [ 43.562271] [<c00635e1>] (note_interrupt+0xf9/0x170) from [<c006292b>] (irq_thread+0xaf/0xf0)
  83. [ 43.562337] [<c006292b>] (irq_thread+0xaf/0xf0) from [<c003cb81>] (kthread+0x61/0x74)
  84. [ 43.562376] [<c003cb81>] (kthread+0x61/0x74) from [<c000c5fd>] (ret_from_fork+0x11/0x34)
  85. [ 43.562391] handlers:
  86. [ 43.562410] [<c0062261>] irq_default_primary_handler threaded [<c0202e0f>] tps65217_irq
  87. [ 43.562446] Disabling IRQ #23
  88. [ 43.564188] DCDC1: at 1500 mV
  89. [ 43.565335] vdd_mpu: 925 <--> 1325 mV at 1100 mV
  90. [ 43.566428] vdd_core: 925 <--> 1150 mV at 1100 mV
  91. [ 43.567513] LDO1: at 1800 mV
  92. [ 43.568600] LDO2: at 3300 mV
  93. [ 43.570503] LDO3: 1800 mV
  94. [ 43.571618] LDO4: at 3300 mV
  95. [ 43.572633] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  96. [ 43.573337] omap_i2c 44e0b000.i2c: unable to select pin group
  97. [ 43.574124] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz
  98. [ 43.574840] I got: 32 bytes of memory
  99. [ 43.575044] tca8418_keypad 1-0034: tca8418_write_byte failed, reg: 1, val: 25, error: -121
  100. [ 43.578503] omap_i2c 4819c000.i2c: unable to select pin group
  101. [ 43.578733] media: Linux media interface: v0.10
  102. [ 43.578836] Linux video capture interface: v2.00
  103. [ 43.578960] pps_core: LinuxPPS API ver. 1 registered
  104. [ 43.578977] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  105. [ 43.579706] Advanced Linux Sound Architecture Driver Initialized.
  106. [ 43.581172] Switching to clocksource gp_timer
  107. [ 43.599180] NET: Registered protocol family 2
  108. [ 43.600224] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  109. [ 43.600367] TCP bind hash table entries: 4096 (order: 4, 81920 bytes)
  110. [ 43.600530] TCP: Hash tables configured (established 4096 bind 4096)
  111. [ 43.600623] TCP: reno registered
  112. [ 43.600649] UDP hash table entries: 256 (order: 1, 12288 bytes)
  113. [ 43.600695] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
  114. [ 43.601173] NET: Registered protocol family 1
  115. [ 43.601733] RPC: Registered named UNIX socket transport module.
  116. [ 43.601753] RPC: Registered udp transport module.
  117. [ 43.601766] RPC: Registered tcp transport module.
  118. [ 43.601780] RPC: Registered tcp NFSv4.1 backchannel transport module.
  119. [ 43.602547] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  120. [ 43.603109] CPU PMU: attempt to register multiple PMU devices!
  121. [ 43.603149] arm-pmu: probe of arm-pmu failed with error -28
  122. [ 43.603534] omap2_mbox_probe: platform not supported
  123. [ 43.607548] VFS: Disk quotas dquot_6.5.2
  124. [ 43.607789] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  125. [ 43.609047] NFS: Registering the id_resolver key type
  126. [ 43.609138] Key type id_resolver registered
  127. [ 43.609155] Key type id_legacy registered
  128. [ 43.609221] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
  129. [ 43.609671] msgmni has been set to 996
  130. [ 43.612485] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  131. [ 43.612577] io scheduler noop registered
  132. [ 43.612595] io scheduler deadline registered
  133. [ 43.612655] io scheduler cfq registered (default)
  134. [ 43.614371] tps65217-bl tps65217-bl: no platform data provided
  135. [ 43.614412] tps65217-bl: probe of tps65217-bl failed with error -22
  136. [ 43.615407] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  137. [ 43.618012] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
  138. [ 43.618298] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
  139. [ 44.435337] console [ttyO0] enabled
  140. [ 44.440227] [drm] Initialized drm 1.1.0 20060810
  141. [ 44.458881] brd: module loaded
  142. [ 44.469192] loop: module loaded
  143. [ 44.472635] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  144. [ 44.479921] at24 1-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  145. [ 44.487188] at24 1-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  146. [ 44.494458] at24 1-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  147. [ 44.501723] at24 1-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  148. [ 44.516030] bone-capemgr bone_capemgr.9: bone: Invalid signature 'ffffffff' at baseboard
  149. [ 44.524531] bone-capemgr bone_capemgr.9: Failed to scan baseboard eeprom
  150. [ 44.533534] OneNAND driver initializing
  151. [ 44.539962] usbcore: registered new interface driver asix
  152. [ 44.545813] usbcore: registered new interface driver cdc_ether
  153. [ 44.552078] usbcore: registered new interface driver smsc95xx
  154. [ 44.558195] usbcore: registered new interface driver net1080
  155. [ 44.564217] usbcore: registered new interface driver cdc_subset
  156. [ 44.570508] usbcore: registered new interface driver zaurus
  157. [ 44.576509] usbcore: registered new interface driver cdc_ncm
  158. [ 44.583365] usbcore: registered new interface driver cdc_acm
  159. [ 44.589318] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  160. [ 44.597704] Initializing USB Mass Storage driver...
  161. [ 44.602943] usbcore: registered new interface driver usb-storage
  162. [ 44.609246] USB Mass Storage support registered.
  163. [ 44.614274] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  164. [ 44.620952] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
  165. [ 44.626206] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
  166. [ 44.635198] musb-hdrc musb-hdrc.0.auto: *** mode=3
  167. [ 44.640332] musb-hdrc musb-hdrc.0.auto: *** power=250
  168. [ 44.646386] musb-hdrc musb-hdrc.1.auto: pdev->id = 1
  169. [ 44.651640] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
  170. [ 44.660600] musb-hdrc musb-hdrc.1.auto: *** mode=1
  171. [ 44.665644] musb-hdrc musb-hdrc.1.auto: *** power=250
  172. [ 44.670955] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  173. [ 44.677359] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
  174. [ 44.685794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  175. [ 44.692926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  176. [ 44.700503] usb usb1: Product: MUSB HDRC host driver
  177. [ 44.705720] usb usb1: Manufacturer: Linux 3.8.13-00720-g465c7df-dirty musb-hcd
  178. [ 44.713297] usb usb1: SerialNumber: musb-hdrc.1.auto
  179. [ 44.719639] hub 1-0:1.0: USB hub found
  180. [ 44.723688] hub 1-0:1.0: 1 port detected
  181. [ 44.729147] mousedev: PS/2 mouse device common for all mice
  182. [ 44.736409] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 1
  183. [ 44.767019] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 2
  184. [ 44.796300] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 3
  185. [ 44.825596] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 4
  186. [ 44.854902] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 5
  187. [ 44.884193] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 6
  188. [ 44.913487] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 7
  189. [ 44.942832] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 8
  190. [ 44.972080] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 9
  191. [ 45.001639] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_page: I2C retry 10
  192. [ 45.030512] synaptics_dsx_i2c 1-0022: synaptics_rmi4_set_input_dev: Failed to query device
  193. [ 45.039212] synaptics_dsx_i2c 1-0022: synaptics_rmi4_probe: Failed to set up input device
  194. [ 45.047885] synaptics_dsx_i2c: probe of 1-0022 failed with error -121
  195. [ 45.054992] rtc-pcf8563 1-0051: chip found, driver version 0.4.3
  196. [ 45.061527] rtc-pcf8563 1-0051: pcf8563_get_datetime: read error
  197. [ 45.068218] rtc-pcf8563 1-0051: rtc core: registered rtc-pcf8563 as rtc0
  198. [ 45.075347] i2c /dev entries driver
  199. [ 45.080776] pps_ldisc: PPS line discipline registered
  200. [ 45.086312] Driver for 1-wire Dallas network protocol.
  201. [ 45.093574] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  202. [ 45.101134] cpuidle: using governor ladder
  203. [ 45.105461] cpuidle: using governor menu
  204. [ 45.110061] omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed
  205. [ 45.117285] omap_hsmmc mmc.5: Failed to get rstctl; not using any
  206. [ 45.124083] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
  207. [ 45.131304] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
  208. [ 45.138662] mmc.5 supply vmmc_aux not found, using dummy regulator
  209. [ 45.145611] omap_hsmmc mmc.5: pins are not configured from the driver
  210. [ 45.179539] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot 8
  211. [ 45.191322] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22
  212. [ 45.198630] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
  213. [ 45.207633] leds-gpio gpio-leds.8: pins are not configured from the driver
  214. [ 45.216283] ledtrig-cpu: registered to indicate activity on CPUs
  215. [ 45.223087] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
  216. [ 45.230335] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  217. [ 45.238833] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  218. [ 45.245153] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
  219. [ 45.252502] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
  220. [ 45.264813] usbcore: registered new interface driver usbhid
  221. [ 45.270775] usbhid: USB HID core driver
  222. [ 45.278061] TCP: cubic registered
  223. [ 45.281623] Initializing XFRM netlink socket
  224. [ 45.286181] NET: Registered protocol family 17
  225. [ 45.291016] NET: Registered protocol family 15
  226. [ 45.295911] Key type dns_resolver registered
  227. [ 45.300725] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  228. [ 45.308856] ThumbEE CPU extension supported.
  229. [ 45.313370] Registering SWP/SWPB emulation handler
  230. [ 45.319489] registered taskstats version 1
  231. [ 45.346945] mmc0: host does not support reading read-only switch. assuming write-enable.
  232. [ 45.358741] mmc0: new high speed SDHC card at address e624
  233. [ 45.365323] mmcblk0: mmc0:e624 SU04G 3.69 GiB
  234. [ 45.371997] mmcblk0: p1 p2
  235. [ 45.376263] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  236. [ 45.382678] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  237. [ 45.390262] libphy: 4a101000.mdio: probed
  238. [ 45.394530] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  239. [ 45.404379] Detected MACID = 00:18:31:e1:d0:02
  240. [ 45.409068] cpsw 4a100000.ethernet: NAPI disabled
  241. [ 45.415877] rtc-pcf8563 1-0051: pcf8563_get_datetime: read error
  242. [ 45.422230] rtc-pcf8563 1-0051: hctosys: unable to read the hardware clock
  243. [ 45.437048] net eth0: initializing cpsw version 1.12 (0)
  244. [ 45.444778] net eth0: phy found : id is : 0x7c0f1
  245. [ 45.449756] libphy: PHY 4a101000.mdio:01 not found
  246. [ 45.454849] net eth0: phy 4a101000.mdio:01 not found on slave 1
  247. [ 48.521234] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
  248. [ 48.540459] IP-Config: Complete:
  249. [ 48.543909] device=eth0, hwaddr=00:18:31:e1:d0:02, ipaddr=192.168.0.155, mask=255.255.255.0, gw=11
  250. [ 48.554727] host=elinux, domain=, nis-domain=(none)
  251. [ 48.560272] bootserver=192.168.0.72, rootserver=192.168.0.72, rootpath=
  252. [ 48.567449] ALSA device list:
  253. [ 48.570739] No soundcards found.
  254. [ 48.579669] VFS: Mounted root (nfs filesystem) on device 0:12.
  255. [ 48.586208] devtmpfs: mounted
  256. [ 48.589613] Freeing init memory: 248K
  257. INIT: version 2.88 booting
  258. Starting udev
  259. [ 49.145584] udevd[102]: starting version 182
  260. Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
  261. bootlogd.
  262. Configuring network interfaces... ifup skipped for nfsroot interface eth0
  263. run-parts: /etc/network/if-pre-up.d/nfsroot exited with code 1
  264. [ 50.536019] rtc-pcf8563 1-0051: pcf8563_get_datetime: read error
  265. hwclock: RTC_RD_TIME: Input/output error
  266. Sat Jan 18 07:29:00 UTC 2014
  267. [ 50.574295] rtc-pcf8563 1-0051: pcf8563_set_datetime: err=-121 addr=02, data=00
  268. [ 50.582177] rtc-pcf8563 1-0051: pcf8563_get_datetime: read error
  269. hwclock: RTC_SET_TIME: Input/output error
  270. INIT: Entering runlevel: 5
  271. [ 50.636352] rtc-pcf8563 1-0051: pcf8563_get_datetime: read error
  272. hwclock: RTC_RD_TIME: Input/output error
  273. Starting syslogd/klogd: done
  274. Stopping Bootlog daemon: bootlogd.
  275.  
  276. Poky (Yocto Project Reference Distro) 1.5 beaglebone /dev/ttyO0
  277.  
  278. beaglebone login: root
  279. Password:
  280. root@beaglebone:~# cat /proc/interrupts
  281. CPU0
  282. 23: 100001 INTC tps65217
  283. 28: 261 INTC edma
  284. 30: 0 INTC edma_error
  285. 34: 0 INTC musb-hdrc.0.auto
  286. 35: 8 INTC musb-hdrc.1.auto
  287. 46: 51 INTC 4819c000.i2c
  288. 56: 0 INTC 4a100000.ethernet
  289. 57: 4364 INTC 4a100000.ethernet
  290. 58: 1978 INTC 4a100000.ethernet
  291. 59: 0 INTC 4a100000.ethernet
  292. 80: 805 INTC mmc0
  293. 83: 29976 INTC gp_timer
  294. 86: 600178 INTC 44e0b000.i2c
  295. 88: 104 INTC OMAP UART0
  296. 125: 0 INTC 53100000.sham
  297. 150: 0 GPIO mmc0
  298. IPI0: 0 CPU wakeup interrupts
  299. IPI1: 0 Timer broadcast interrupts
  300. IPI2: 0 Rescheduling interrupts
  301. IPI3: 0 Function call interrupts
  302. IPI4: 0 Single function call interrupts
  303. IPI5: 0 CPU stop interrupts
  304. Err: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement