Advertisement
Guest User

Untitled

a guest
Nov 8th, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.27 KB | None | 0 0
  1. ubuntu ~ $ ▒
  2. U-Boot SPL 2013.07-00013-g469f02f (Jul 30 2013 - 12:27:41)
  3. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  4. musb-hdrc: MHDRC RTL version 2.0
  5. musb-hdrc: setup fifo_mode 4
  6. musb-hdrc: 28/31 max ep, 16384/16384 memory
  7. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  8. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  9. musb-hdrc: MHDRC RTL version 2.0
  10. musb-hdrc: setup fifo_mode 4
  11. musb-hdrc: 28/31 max ep, 16384/16384 memory
  12. USB Host mode controller at 47401800 using PIO, IRQ 0
  13. OMAP SD/MMC: 0
  14. mmc_send_cmd : timeout: No status update
  15. reading args
  16. spl: error reading image args, err - -1
  17. reading u-boot.img
  18. reading u-boot.img
  19.  
  20.  
  21. U-Boot 2013.07-00013-g469f02f (Jul 30 2013 - 12:27:41)
  22.  
  23. I2C: ready
  24. DRAM: 512 MiB
  25. WARNING: Caches not enabled
  26. NAND: 0 MiB
  27. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  28. *** Warning - readenv() failed, using default environment
  29.  
  30. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  31. musb-hdrc: MHDRC RTL version 2.0
  32. musb-hdrc: setup fifo_mode 4
  33. musb-hdrc: 28/31 max ep, 16384/16384 memory
  34. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  35. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  36. musb-hdrc: MHDRC RTL version 2.0
  37. musb-hdrc: setup fifo_mode 4
  38. musb-hdrc: 28/31 max ep, 16384/16384 memory
  39. USB Host mode controller at 47401800 using PIO, IRQ 0
  40. Net: <ethaddr> not set. Validating first E-fuse MAC
  41. cpsw, usb_ether
  42. Hit any key to stop autoboot: 0
  43. gpio: pin 53 (gpio 53) value is 1
  44. mmc0 is current device
  45. gpio: pin 54 (gpio 54) value is 1
  46. SD/MMC found on device 0
  47. reading uEnv.txt
  48. 1384 bytes read in 6 ms (224.6 KiB/s)
  49. Importing environment from mmc ...
  50. gpio: pin 55 (gpio 55) value is 1
  51. Checking if uenvcmd is set ...
  52. gpio: pin 56 (gpio 56) value is 1
  53. Running uenvcmd ...
  54. reading zImage
  55. 6801776 bytes read in 790 ms (8.2 MiB/s)
  56. reading uInitrd
  57. 3626632 bytes read in 419 ms (8.3 MiB/s)
  58. reading /dtbs/am335x-boneblack.dtb
  59. 65191 bytes read in 18 ms (3.5 MiB/s)
  60. gpio: pin 23 (gpio 23) value is 1
  61. gpio: pin 26 (gpio 26) value is 1
  62. Kernel image @ 0x80200000 [ 0x000000 - 0x67c970 ]
  63. ## Loading init Ramdisk from Legacy Image at 81000000 ...
  64. Image Name: initramfs
  65. Image Type: ARM Linux RAMDisk Image (uncompressed)
  66. Data Size: 3626568 Bytes = 3.5 MiB
  67. Load Address: 00000000
  68. Entry Point: 00000000
  69. Verifying Checksum ... OK
  70. ## Flattened Device Tree blob at 815f0000
  71. Booting using the fdt blob at 0x815f0000
  72. Using Device Tree in place at 815f0000, end 81602ea6
  73.  
  74. Starting kernel ...
  75.  
  76. [ 0.000000] Booting Linux on physical CPU 0x0
  77. [ 0.000000] Initializing cgroup subsys cpuset
  78. [ 0.000000] Initializing cgroup subsys cpu
  79. [ 0.000000] Initializing cgroup subsys cpuacct
  80. [ 0.000000] Linux version 3.18.0-rc2-bone1 (ives@ives-atos) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #1 Fri Nov 7 09:38:33 CET 2014
  81. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
  82. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  83. [ 0.000000] Machine model: TI AM335x BeagleBone Black
  84. [ 0.000000] cma: Reserved 16 MiB at 9e800000
  85. [ 0.000000] Memory policy: Data cache writeback
  86. [ 0.000000] HighMem zone: 1048574 pages exceeds freesize 0
  87. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  88. [ 0.000000] AM335X ES2.0 (sgx neon )
  89. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  90. [ 0.000000] Kernel command line: console=ttyO0,115200n8 capemgr.extra_override=DM-GPIO-VIP-00A0 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc ip=
  91. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  92. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  93. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  94. [ 0.000000] allocated 1046528 bytes of page_cgroup
  95. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  96. [ 0.000000] Memory: 485816K/523264K available (6141K kernel code, 700K rwdata, 3388K rodata, 468K init, 863K bss, 37448K reserved, 0K highmem)
  97. [ 0.000000] Virtual kernel memory layout:
  98. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  99. [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
  100. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  101. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  102. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  103. [ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  104. [ 0.000000] .text : 0xc0008000 - 0xc0956660 (9530 kB)
  105. [ 0.000000] .init : 0xc0957000 - 0xc09cc000 ( 468 kB)
  106. [ 0.000000] .data : 0xc09cc000 - 0xc0a7b340 ( 701 kB)
  107. [ 0.000000] .bss : 0xc0a7b340 - 0xc0b52fa4 ( 864 kB)
  108. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  109. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  110. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  111. [ 0.000017] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
  112. [ 0.000044] OMAP clocksource: timer1 at 24000000 Hz
  113. [ 0.000403] Console: colour dummy device 80x30
  114. [ 0.000437] Calibrating delay loop... 548.86 BogoMIPS (lpj=2744320)
  115. [ 0.048196] pid_max: default: 32768 minimum: 301
  116. [ 0.048364] Security Framework initialized
  117. [ 0.048451] AppArmor: AppArmor disabled by boot time parameter
  118. [ 0.048462] Yama: becoming mindful.
  119. [ 0.048738] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  120. [ 0.048756] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  121. [ 0.049666] Initializing cgroup subsys memory
  122. [ 0.049711] Initializing cgroup subsys devices
  123. [ 0.049733] Initializing cgroup subsys freezer
  124. [ 0.049754] Initializing cgroup subsys net_cls
  125. [ 0.049781] Initializing cgroup subsys blkio
  126. [ 0.049800] Initializing cgroup subsys perf_event
  127. [ 0.049818] Initializing cgroup subsys net_prio
  128. [ 0.049893] CPU: Testing write buffer coherency: ok
  129. [ 0.049954] ftrace: allocating 31260 entries in 62 pages
  130. [ 0.163992] Setting up static identity map for 0x805c65e8 - 0x805c6634
  131. [ 0.174441] devtmpfs: initialized
  132. [ 0.175842] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  133. [ 0.189402] omap_hwmod: tptc0 using broken dt data from edma
  134. [ 0.189557] omap_hwmod: tptc1 using broken dt data from edma
  135. [ 0.189690] omap_hwmod: tptc2 using broken dt data from edma
  136. [ 0.194686] omap_hwmod: debugss: _wait_target_disable failed
  137. [ 0.263121] xor: measuring software checksum speed
  138. [ 0.358144] arm4regs : 684.800 MB/sec
  139. [ 0.458147] 8regs : 520.000 MB/sec
  140. [ 0.558141] 32regs : 604.400 MB/sec
  141. [ 0.658142] neon : 994.800 MB/sec
  142. [ 0.658153] xor: using function: neon (994.800 MB/sec)
  143. [ 0.658234] pinctrl core: initialized pinctrl subsystem
  144. [ 0.658787] regulator-dummy: no parameters
  145. [ 0.686397] NET: Registered protocol family 16
  146. [ 0.689362] DMA: preallocated 256 KiB pool for atomic coherent allocations
  147. [ 0.690886] cpuidle: using governor ladder
  148. [ 0.690914] cpuidle: using governor menu
  149. [ 0.695479] OMAP GPIO hardware version 0.1
  150. [ 0.716542] No ATAGs?
  151. [ 0.716581] hw-breakpoint: debug architecture 0x4 unsupported.
  152. [ 0.898264] raid6: int32x1 132 MB/s
  153. [ 1.068152] raid6: int32x2 185 MB/s
  154. [ 1.238279] raid6: int32x4 218 MB/s
  155. [ 1.408273] raid6: int32x8 178 MB/s
  156. [ 1.578215] raid6: neonx1 803 MB/s
  157. [ 1.748158] raid6: neonx2 1029 MB/s
  158. [ 1.918188] raid6: neonx4 1083 MB/s
  159. [ 2.088263] raid6: neonx8 495 MB/s
  160. [ 2.088274] raid6: using algorithm neonx4 (1083 MB/s)
  161. [ 2.088284] raid6: using intx1 recovery algorithm
  162. [ 2.101540] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
  163. [ 2.102713] vbat: 5000 mV
  164. [ 2.103093] vmmcsd_fixed: 3300 mV
  165. [ 2.107810] SCSI subsystem initialized
  166. [ 2.108661] usbcore: registered new interface driver usbfs
  167. [ 2.108754] usbcore: registered new interface driver hub
  168. [ 2.108857] usbcore: registered new device driver usb
  169. [ 2.109672] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
  170. [ 2.109705] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
  171. [ 2.109741] omap_i2c 4819c000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c2_pins, deferring probe
  172. [ 2.109761] platform 4819c000.i2c: Driver omap_i2c requests probe deferral
  173. [ 2.110004] media: Linux media interface: v0.10
  174. [ 2.110091] Linux video capture interface: v2.00
  175. [ 2.110231] pps_core: LinuxPPS API ver. 1 registered
  176. [ 2.110242] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  177. [ 2.110291] PTP clock support registered
  178. [ 2.111297] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  179. [ 2.113337] NetLabel: Initializing
  180. [ 2.113354] NetLabel: domain hash size = 128
  181. [ 2.113363] NetLabel: protocols = UNLABELED CIPSOv4
  182. [ 2.113449] NetLabel: unlabeled traffic allowed by default
  183. [ 2.114170] Switched to clocksource timer1
  184. [ 2.197567] NET: Registered protocol family 2
  185. [ 2.198620] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  186. [ 2.198703] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  187. [ 2.198769] TCP: Hash tables configured (established 4096 bind 4096)
  188. [ 2.198851] TCP: reno registered
  189. [ 2.198868] UDP hash table entries: 256 (order: 0, 4096 bytes)
  190. [ 2.198894] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  191. [ 2.199150] NET: Registered protocol family 1
  192. [ 2.199659] RPC: Registered named UNIX socket transport module.
  193. [ 2.199675] RPC: Registered udp transport module.
  194. [ 2.199685] RPC: Registered tcp transport module.
  195. [ 2.199694] RPC: Registered tcp NFSv4.1 backchannel transport module.
  196. [ 2.200395] Unpacking initramfs...
  197. [ 2.200415] Initramfs unpacking failed: junk in compressed archive
  198. [ 2.204976] Freeing initrd memory: 3544K (c1000000 - c1376000)
  199. [ 2.205683] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  200. [ 2.209073] futex hash table entries: 256 (order: -1, 3072 bytes)
  201. [ 2.209222] audit: initializing netlink subsys (disabled)
  202. [ 2.209302] audit: type=2000 audit(2.130:1): initialized
  203. [ 2.211200] zpool: loaded
  204. [ 2.211227] zbud: loaded
  205. [ 2.211622] VFS: Disk quotas dquot_6.5.2
  206. [ 2.211706] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  207. [ 2.212468] NFS: Registering the id_resolver key type
  208. [ 2.212535] Key type id_resolver registered
  209. [ 2.212546] Key type id_legacy registered
  210. [ 2.212579] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  211. [ 2.212961] fuse init (API version 7.23)
  212. [ 2.213285] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  213. [ 2.214094] msgmni has been set to 987
  214. [ 2.215676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  215. [ 2.215913] io scheduler noop registered
  216. [ 2.215933] io scheduler deadline registered
  217. [ 2.215992] io scheduler cfq registered (default)
  218. [ 2.217982] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  219. [ 2.222987] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  220. [ 2.226218] omap_uart 44e09000.serial: no wakeirq for uart0
  221. [ 2.226462] omap_uart 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 154, base_baud = 3000000) is a OMAP UART0
  222. [ 3.062223] console [ttyO0] enabled
  223. [ 3.066579] omap_uart 48022000.serial: no wakeirq for uart0
  224. [ 3.072590] omap_uart 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 155, base_baud = 3000000) is a OMAP UART1
  225. [ 3.083922] omap_uart 48024000.serial: no wakeirq for uart0
  226. [ 3.089967] omap_uart 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 156, base_baud = 3000000) is a OMAP UART2
  227. [ 3.101241] omap_uart 481a8000.serial: no wakeirq for uart0
  228. [ 3.107273] omap_uart 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 157, base_baud = 3000000) is a OMAP UART4
  229. [ 3.118567] omap_uart 481aa000.serial: no wakeirq for uart0
  230. [ 3.124597] omap_uart 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 158, base_baud = 3000000) is a OMAP UART5
  231. [ 3.137427] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  232. [ 3.144871] [drm] Initialized drm 1.1.0 20060810
  233. [ 3.149853] usbcore: registered new interface driver udl
  234. [ 3.155498] Error: Driver 'tfp410' is already registered, aborting...
  235. [ 3.162672] slave hdmi: could not get i2c
  236. [ 3.166974] platform hdmi: Driver slave requests probe deferral
  237. [ 3.173585] platform 4830e000.lcdc: Driver tilcdc requests probe deferral
  238. [ 3.206326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  239. [ 3.213229] ehci-platform: EHCI generic platform driver
  240. [ 3.219098] ehci-omap: OMAP-EHCI Host Controller driver
  241. [ 3.224955] usbcore: registered new interface driver usb-storage
  242. [ 3.233849] 47401300.usb-phy supply vcc not found, using dummy regulator
  243. [ 3.244137] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
  244. [ 3.250628] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
  245. [ 3.259139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  246. [ 3.266309] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  247. [ 3.273906] usb usb1: Product: MUSB HDRC host driver
  248. [ 3.279145] usb usb1: Manufacturer: Linux 3.18.0-rc2-bone1 musb-hcd
  249. [ 3.285751] usb usb1: SerialNumber: musb-hdrc.0.auto
  250. [ 3.292048] hub 1-0:1.0: USB hub found
  251. [ 3.296087] hub 1-0:1.0: 1 port detected
  252. [ 3.302143] 47401b00.usb-phy supply vcc not found, using dummy regulator
  253. [ 3.312291] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  254. [ 3.318782] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
  255. [ 3.327270] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  256. [ 3.334441] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  257. [ 3.342035] usb usb2: Product: MUSB HDRC host driver
  258. [ 3.347273] usb usb2: Manufacturer: Linux 3.18.0-rc2-bone1 musb-hcd
  259. [ 3.353863] usb usb2: SerialNumber: musb-hdrc.1.auto
  260. [ 3.360099] hub 2-0:1.0: USB hub found
  261. [ 3.364086] hub 2-0:1.0: 1 port detected
  262. [ 3.381552] mousedev: PS/2 mouse device common for all mice
  263. [ 3.389764] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  264. [ 3.397564] i2c /dev entries driver
  265. [ 3.401421] IR XMP protocol handler initialized
  266. [ 3.408399] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  267. [ 3.416392] sdhci: Secure Digital Host Controller Interface driver
  268. [ 3.422909] sdhci: Copyright(c) Pierre Ossman
  269. [ 3.531499] mmc0: host does not support reading read-only switch, assuming write-enable
  270. [ 3.540472] sdhci-pltfm: SDHCI platform and OF driver helper
  271. [ 3.548966] ledtrig-cpu: registered to indicate activity on CPUs
  272. [ 3.555530] mmc0: new high speed SDHC card at address 0007
  273. [ 3.562046] hidraw: raw HID events driver (C) Jiri Kosina
  274. [ 3.568071] mmcblk0: mmc0:0007 SD4GB 3.70 GiB
  275. [ 3.574462] usbcore: registered new interface driver usbhid
  276. [ 3.580332] usbhid: USB HID core driver
  277. [ 3.585779] mmcblk0: p1 p2
  278. [ 3.588858] ashmem: initialized
  279. [ 3.596188] oprofile: using arm/armv7
  280. [ 3.600456] TCP: cubic registered
  281. [ 3.604068] NET: Registered protocol family 10
  282. [ 3.612220] mip6: Mobile IPv6
  283. [ 3.615498] NET: Registered protocol family 17
  284. [ 3.620373] Key type dns_resolver registered
  285. [ 3.624958] mpls_gso: MPLS GSO support
  286. [ 3.629312] omap_voltage_late_init: Voltage driver support not added
  287. [ 3.636093] sr_dev_init: No voltage domain specified for smartreflex0. Cannot initialize
  288. [ 3.644681] sr_dev_init: No voltage domain specified for smartreflex1. Cannot initialize
  289. [ 3.657194] platform cpufreq-dt.0: Driver cpufreq-dt requests probe deferral
  290. [ 3.664945] ThumbEE CPU extension supported.
  291. [ 3.669478] Registering SWP/SWPB emulation handler
  292. [ 3.674564] SmartReflex Class3 initialized
  293. [ 3.679943] registered taskstats version 1
  294. [ 3.685812] Btrfs loaded
  295. [ 3.692385] input: tps65217_pwr_but as /devices/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
  296. [ 3.701251] mmc1: BKOPS_EN bit is not set
  297. [ 3.707880] mmc1: new high speed MMC card at address 0001
  298. [ 3.714742] vdd_ddr3: 1350 mV
  299. [ 3.718209] mmcblk1: mmc1:0001 MMC02G 1.78 GiB
  300. [ 3.723653] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
  301. [ 3.730374] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
  302. [ 3.736664] vdd_mpu: 925 <--> 1325 mV at 1100 mV
  303. [ 3.743468] vdd_core: 925 <--> 1150 mV at 1100 mV
  304. [ 3.748672] mmcblk1: p1 p2
  305. [ 3.753901] vio,vrtc,vdds: at 1800 mV
  306. [ 3.760170] vdd_3v3aux: at 3300 mV
  307. [ 3.764831] vdd_1v8: 1800 mV
  308. [ 3.768878] vdd_3v3a: at 3300 mV
  309. [ 3.773361] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  310. [ 3.779074] usb 2-1: new full-speed USB device number 2 using musb-hdrc
  311. [ 3.787053] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  312. [ 3.794483] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  313. [ 3.802922] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  314. [ 3.810928] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  315. [ 3.818837] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  316. [ 3.826694] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  317. [ 3.833961] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  318. [ 3.934600] usb 2-1: New USB device found, idVendor=0451, idProduct=2046
  319. [ 3.941665] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  320. [ 3.950210] hub 2-1:1.0: USB hub found
  321. [ 3.954428] hub 2-1:1.0: 4 ports detected
  322. [ 3.960989] tda998x 0-0070: found TDA19988
  323. [ 3.966450] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  324. [ 3.973407] [drm] No driver support for vblank timestamp query.
  325. [ 3.980150] tilcdc 4830e000.lcdc: No connectors reported connected with modes
  326. [ 3.987695] [drm] Cannot find any crtc or sizes - going 1024x768
  327. [ 4.015735] Console: switching to colour frame buffer device 128x48
  328. [ 4.032211] tilcdc 4830e000.lcdc: fb0: frame buffer device
  329. [ 4.038093] tilcdc 4830e000.lcdc: registered panic notifier
  330. [ 4.043966] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
  331. [ 4.051405] cpufreq: __cpufreq_add_dev: CPU0: Running at unlisted freq: 550000 KHz
  332. [ 4.061422] cpufreq: __cpufreq_add_dev: CPU0: Unlisted initial frequency changed to: 600000 KHz
  333. [ 4.134215] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  334. [ 4.140621] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  335. [ 4.148799] libphy: 4a101000.mdio: probed
  336. [ 4.153026] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  337. [ 4.163777] cpsw 4a100000.ethernet: Detected MACID = 90:59:af:55:ca:6c
  338. [ 4.171866] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
  339. [ 4.181035] sr_init: No PMIC hook to init smartreflex
  340. [ 4.186579] sr_init: platform driver register failed for SR
  341. [ 4.195443] vbat: disabling
  342. [ 4.201547] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  343. [ 4.209280] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  344. [ 4.244310] usb 2-1.1: new full-speed USB device number 3 using musb-hdrc
  345. [ 4.345180] usb 2-1.1: New USB device found, idVendor=0922, idProduct=0020
  346. [ 4.352416] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  347. [ 4.360102] usb 2-1.1: Product: DYMO LabelWriter 450
  348. [ 4.365318] usb 2-1.1: Manufacturer: DYMO
  349. [ 4.369521] usb 2-1.1: SerialNumber: 13111311431673
  350. [ 4.454296] usb 2-1.2: new full-speed USB device number 4 using musb-hdrc
  351. [ 4.557101] usb 2-1.2: New USB device found, idVendor=072f, idProduct=90cc
  352. [ 4.564359] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  353. [ 4.572026] usb 2-1.2: Product: CCID USB Reader
  354. [ 4.576787] usb 2-1.2: Manufacturer: ACS
  355. [ 6.079262] EXT4-fs (mmcblk0p2): recovery complete
  356. [ 6.521372] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  357. [ 6.529939] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  358. [ 6.538242] devtmpfs: mounted
  359. [ 6.541814] Freeing unused kernel memory: 468K (c0957000 - c09cc000)
  360. [ 6.774413] random: init urandom read with 34 bits of entropy available
  361. [ 7.014420] init: ureadahead main process (77) terminated with status 5
  362. [ 9.981019] libphy: PHY 4a101000.mdio:01 not found
  363. [ 9.986121] net eth0: phy 4a101000.mdio:01 not found on slave 1
  364. fsck from util-linux 2.20.1
  365. rootfs: clean, 74851/239040 files, 302107/955136 blocks
  366. * Loading cpufreq kernel modules... [ OK ]
  367. * CPUFreq Utilities: Setting ondemand CPUFreq governor... * CPU0... [ OK ]
  368. Starting very small Busybox based DHCP server: /usr/sbin/udhcpd already running.
  369. udhcpd.
  370. Rather than invoking init scripts through /etc/init.d, use the service(8)
  371. utility, e.g. service S81cups start
  372. initctl: Unknown job: S81cups
  373.  
  374. Since the script you are attempting to invoke has been converted to an
  375. Upstart job, you may also use the start(8) utility, e.g. start S81cups
  376.  
  377. Ubuntu 13.04 arm ttyO0
  378.  
  379. arm login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement