_dinsdale

Untitled

Apr 18th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.54 KB | None | 0 0
  1. bootm -o imx53-ccwmx53.dtb zImage
  2.  
  3. Loading ARM Linux zImage 'zImage'
  4. Loading devicetree from 'imx53-ccwmx53.dtb'
  5. commandline: console=ttymxc0,115200n8 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
  6. [ 0.000000] Booting Linux on physical CPU 0x0
  7. [ 0.000000] Linux version 3.18.23 (jason@jason-desktop) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-12ubuntu1) ) #9 SMP Sat Apr 16 20:48:37 PDT 2016
  8. [ 0.000000] CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c5387d
  9. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  10. [ 0.000000] Machine model: Digi CCWMX53 Board
  11. [ 0.000000] cma: Reserved 16 MiB at 0xbf000000
  12. [ 0.000000] Memory policy: Data cache writeback
  13. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  14. [ 0.000000] PERCPU: Embedded 9 pages/cpu @ce5c2000 s8128 r8192 d20544 u36864
  15. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 128512
  16. [ 0.000000] Kernel command line: console=ttymxc0,115200n8 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
  17. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  18. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  19. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  20. [ 0.000000] Memory: 486164K/524288K available (6107K kernel code, 285K rwdata, 2028K rodata, 248K init, 8302K bss, 38124K reserved, 0K highmem)
  21. [ 0.000000] Virtual kernel memory layout:
  22. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  23. [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
  24. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  25. [ 0.000000] lowmem : 0x80000000 - 0xd0000000 (1280 MB)
  26. [ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
  27. [ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
  28. [ 0.000000] .text : 0x80008000 - 0x807f9f44 (8136 kB)
  29. [ 0.000000] .init : 0x807fa000 - 0x80838000 ( 248 kB)
  30. [ 0.000000] .data : 0x80838000 - 0x8087f500 ( 286 kB)
  31. [ 0.000000] .bss : 0x8087f500 - 0x8109af04 (8303 kB)
  32. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  33. [ 0.000000] Hierarchical RCU implementation.
  34. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  35. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  36. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  37. [ 0.000000] TrustZone Interrupt Controller (TZIC) initialized
  38. [ 0.000000] CPU identified as i.MX53, silicon rev 2.1
  39. [ 0.000000] Switching to timer-based delay loop, resolution 29ns
  40. [ 0.000008] sched_clock: 32 bits at 33MHz, resolution 29ns, wraps every 128849015778ns
  41. [ 0.000849] Console: colour dummy device 80x30
  42. [ 0.000887] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  43. [ 0.000898] ... MAX_LOCKDEP_SUBCLASSES: 8
  44. [ 0.000908] ... MAX_LOCK_DEPTH: 48
  45. [ 0.000917] ... MAX_LOCKDEP_KEYS: 8191
  46. [ 0.000926] ... CLASSHASH_SIZE: 4096
  47. [ 0.000936] ... MAX_LOCKDEP_ENTRIES: 32768
  48. [ 0.000945] ... MAX_LOCKDEP_CHAINS: 65536
  49. [ 0.000955] ... CHAINHASH_SIZE: 32768
  50. [ 0.000964] memory used by lock dependency info: 5167 kB
  51. [ 0.000974] per task-struct memory footprint: 1152 bytes
  52. [ 0.001008] Calibrating delay loop (skipped), value calculated using timer frequency.. 66.66 BogoMIPS (lpj=333333)
  53. [ 0.001032] pid_max: default: 32768 minimum: 301
  54. [ 0.001447] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  55. [ 0.001466] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  56. [ 0.003539] CPU: Testing write buffer coherency: ok
  57. [ 0.004389] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  58. [ 0.004521] Setting up static identity map for 0x705fce20 - 0x705fce78
  59. [ 0.007201] Brought up 1 CPUs
  60. [ 0.007223] SMP: Total of 1 processors activated (66.66 BogoMIPS).
  61. [ 0.007235] CPU: All CPU(s) started in SVC mode.
  62. [ 0.009201] devtmpfs: initialized
  63. [ 0.020848] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
  64. [ 0.023323] pinctrl core: initialized pinctrl subsystem
  65. [ 0.025104] regulator-dummy: no parameters
  66. [ 0.043942] NET: Registered protocol family 16
  67. [ 0.047752] DMA: preallocated 256 KiB pool for atomic coherent allocations
  68. [ 0.083603] hw-breakpoint: debug architecture 0x4 unsupported.
  69. [ 0.084114] imx53-pinctrl 53fa8000.iomuxc: Invalid fsl,pins property in node /soc/aips@50000000/iomuxc@53fa8000/imx53-ard/hoggrp
  70. [ 0.084923] imx53-pinctrl 53fa8000.iomuxc: initialized IMX pinctrl driver
  71. [ 0.112327] vbus: 5000 mV
  72. [ 0.113797] SCSI subsystem initialized
  73. [ 0.114854] usbcore: registered new interface driver usbfs
  74. [ 0.115043] usbcore: registered new interface driver hub
  75. [ 0.115300] usbcore: registered new device driver usb
  76. [ 0.115597] 50000000.aips:usbphy@0 supply vcc not found, using dummy regulator
  77. [ 0.116173] 50000000.aips:usbphy@1 supply vcc not found, using dummy regulator
  78. [ 0.136426] i2c i2c-2: IMX I2C adapter registered
  79. [ 0.137225] i2c i2c-1: IMX I2C adapter registered
  80. [ 0.138948] i2c i2c-0: IMX I2C adapter registered
  81. [ 0.139198] Linux video capture interface: v2.00
  82. [ 0.139338] pps_core: LinuxPPS API ver. 1 registered
  83. [ 0.139351] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  84. [ 0.139416] PTP clock support registered
  85. [ 0.140295] Advanced Linux Sound Architecture Driver Initialized.
  86. [ 0.146802] Switched to clocksource mxc_timer1
  87. [ 0.148434] cfg80211: Calling CRDA to update world regulatory domain
  88. [ 0.177243] NET: Registered protocol family 2
  89. [ 0.178924] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  90. [ 0.179145] TCP bind hash table entries: 4096 (order: 5, 147456 bytes)
  91. [ 0.180998] TCP: Hash tables configured (established 4096 bind 4096)
  92. [ 0.181155] TCP: reno registered
  93. [ 0.181184] UDP hash table entries: 256 (order: 2, 20480 bytes)
  94. [ 0.181439] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  95. [ 0.182597] NET: Registered protocol family 1
  96. [ 0.183663] RPC: Registered named UNIX socket transport module.
  97. [ 0.183684] RPC: Registered udp transport module.
  98. [ 0.183697] RPC: Registered tcp transport module.
  99. [ 0.183709] RPC: Registered tcp NFSv4.1 backchannel transport module.
  100. [ 0.185427] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  101. [ 0.188610] futex hash table entries: 256 (order: 2, 16384 bytes)
  102. [ 0.210856] VFS: Disk quotas dquot_6.5.2
  103. [ 0.211437] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  104. [ 0.220133] NFS: Registering the id_resolver key type
  105. [ 0.220405] Key type id_resolver registered
  106. [ 0.220424] Key type id_legacy registered
  107. [ 0.220631] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  108. [ 0.222870] fuse init (API version 7.23)
  109. [ 0.223861] msgmni has been set to 981
  110. [ 0.226550] io scheduler noop registered
  111. [ 0.226586] io scheduler deadline registered
  112. [ 0.226706] io scheduler cfq registered (default)
  113. [ 0.279588] imx-sdma 63fb0000.sdma: Direct firmware load for imx/sdma/sdma-imx53.bin failed with error -2
  114. [ 0.279626] imx-sdma 63fb0000.sdma: firmware not found
  115. [ 0.289459] imx-sdma 63fb0000.sdma: initialized
  116. [ 0.290363] Serial: IMX driver
  117. [ 0.291430] 53fbc000.serial: ttymxc0 at MMIO 0x53fbc000 (irq = 47, base_baud = 4166666) is a IMX
  118. [ 0.935525] console [ttymxc0] enabled
  119. [ 0.941285] 53fc0000.serial: ttymxc1 at MMIO 0x53fc0000 (irq = 48, base_baud = 4166666) is a IMX
  120. [ 0.951471] serial: Freescale lpuart driver
  121. [ 0.956357] [drm] Initialized drm 1.1.0 20060810
  122. [ 0.964269] imx-ipuv3 18000000.ipu: IPUv3M probed
  123. [ 0.992273] brd: module loaded
  124. [ 1.008379] loop: module loaded
  125. [ 1.015660] ahci-imx 10000000.sata: SSS flag set, parallel bus scan disabled
  126. [ 1.022834] ahci-imx 10000000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  127. [ 1.031761] ahci-imx 10000000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc
  128. [ 1.043947] scsi host0: ahci_platform
  129. [ 1.049319] ata1: SATA max UDMA/133 mmio [mem 0x10000000-0x10000fff] port 0x100 irq 44
  130. [ 1.062762] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xdc
  131. [ 1.069219] nand: Samsung NAND 512MiB 3,3V 8-bit
  132. [ 1.073854] nand: 512MiB, SLC, page size: 2048, OOB size: 64
  133. [ 1.079673] Scanning device for bad blocks
  134. [ 1.406931] ata1: SATA link down (SStatus 0 SControl 300)
  135. [ 1.412411] ahci-imx 10000000.sata: no device found, disabling link.
  136. [ 1.418820] ahci-imx 10000000.sata: pass ahci_imx..hotplug=1 to enable hotplug
  137. [ 3.085137] random: nonblocking pool is initialized
  138. [ 3.167800] 4 ofpart partitions found on MTD device mxc_nand
  139. [ 3.173484] Creating 4 MTD partitions on "mxc_nand":
  140. [ 3.178594] 0x000000000000-0x000000080000 : "barebox"
  141. [ 3.188287] 0x000000080000-0x000000100000 : "environment"
  142. [ 3.196706] 0x000000100000-0x000000500000 : "kernel"
  143. [ 3.204975] 0x000000500000-0x000020000000 : "rootfs"
  144. [ 3.215162] CAN device driver interface
  145. [ 3.220646] 63fec000.ethernet supply phy not found, using dummy regulator
  146. [ 3.253710] libphy: fec_enet_mii_bus: probed
  147. [ 3.263725] f4000000.lan9220 supply vdd33a not found, using dummy regulator
  148. [ 3.271131] f4000000.lan9220 supply vddvario not found, using dummy regulator
  149. [ 3.378090] smsc911x f4000000.lan9220 (unnamed net_device) (uninitialized): Device not READY in 100ms aborting
  150. [ 3.391918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  151. [ 3.398572] ehci-mxc: Freescale On-Chip EHCI Host driver
  152. [ 3.404395] usbcore: registered new interface driver usb-storage
  153. [ 3.416266] ci_hdrc ci_hdrc.0: EHCI Host Controller
  154. [ 3.421711] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
  155. [ 3.446867] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
  156. [ 3.456350] hub 1-0:1.0: USB hub found
  157. [ 3.460471] hub 1-0:1.0: 1 port detected
  158. [ 3.471209] ci_hdrc ci_hdrc.1: doesn't support gadget
  159. [ 3.476317] ci_hdrc ci_hdrc.1: EHCI Host Controller
  160. [ 3.481423] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
  161. [ 3.506835] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
  162. [ 3.514837] hub 2-0:1.0: USB hub found
  163. [ 3.518832] hub 2-0:1.0: 1 port detected
  164. [ 3.525790] mousedev: PS/2 mouse device common for all mice
  165. [ 3.545490] input: Dialog DA9052 TouchScreen Driver as /devices/soc/50000000.aips/53fec000.i2c/i2c-2/2-0068/da9052-tsi/input/input0
  166. [ 3.562918] input: da9052-onkey as /devices/soc/50000000.aips/53fec000.i2c/i2c-2/2-0068/da9052-onkey/input/input1
  167. [ 3.574825] input: mma8450 as /devices/virtual/input/input2
  168. [ 3.581914] i2c /dev entries driver
  169. [ 3.593172] coda 63ff4000.vpu: Direct firmware load for v4l-coda7541-imx53.bin failed with error -2
  170. [ 3.602378] coda 63ff4000.vpu: firmware request failed
  171. [ 3.608538] imx2-wdt 53f98000.wdog: timeout 60 sec (nowayout=0)
  172. [ 3.615056] sdhci: Secure Digital Host Controller Interface driver
  173. [ 3.621355] sdhci: Copyright(c) Pierre Ossman
  174. [ 3.626252] sdhci-pltfm: SDHCI platform and OF driver helper
  175. [ 3.633370] sdhci-esdhc-imx 50008000.esdhc: No vmmc regulator found
  176. [ 3.639743] sdhci-esdhc-imx 50008000.esdhc: No vqmmc regulator found
  177. [ 3.686823] mmc0: SDHCI controller on 50008000.esdhc [50008000.esdhc] using ADMA
  178. [ 3.697196] sdhci-esdhc-imx 50020000.esdhc: No vmmc regulator found
  179. [ 3.703496] sdhci-esdhc-imx 50020000.esdhc: No vqmmc regulator found
  180. [ 3.746822] mmc1: SDHCI controller on 50020000.esdhc [50020000.esdhc] using ADMA
  181. [ 3.755972] usbcore: registered new interface driver usbhid
  182. [ 3.761651] usbhid: USB HID core driver
  183. [ 3.780722] TCP: cubic registered
  184. [ 3.784094] NET: Registered protocol family 17
  185. [ 3.788787] can: controller area network core (rev 20120528 abi 9)
  186. [ 3.795205] NET: Registered protocol family 29
  187. [ 3.800841] can: raw protocol (rev 20120528)
  188. [ 3.805255] can: broadcast manager protocol (rev 20120528 t)
  189. [ 3.811029] can: netlink gateway (rev 20130117) max_hops=1
  190. [ 3.817681] Key type dns_resolver registered
  191. [ 3.823405] Registering SWP/SWPB emulation handler
  192. [ 3.837593] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  193. [ 3.846983] usb 2-1: new high-speed USB device number 2 using ci_hdrc
  194. [ 3.902425] ALSA device list:
  195. [ 3.905481] No soundcards found.
  196. [ 3.911752] Waiting for root device /dev/mmcblk0p2...
  197. [ 3.954610] mmc1: host does not support reading read-only switch, assuming write-enable
  198. [ 3.965765] mmc1: new high speed SDHC card at address 59b4
  199. [ 3.973641] mmcblk0: mmc1:59b4 USDU1 14.9 GiB
  200. [ 3.982042] mmcblk0: p1 p2
  201. [ 4.000819] hub 2-1:1.0: USB hub found
  202. [ 4.004883] hub 2-1:1.0: 4 ports detected
  203. [ 4.032377] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  204. [ 4.039826] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  205. [ 4.370791] EXT4-fs (mmcblk0p2): recovery complete
  206. [ 4.385576] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  207. [ 4.393897] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  208. [ 4.404911] devtmpfs: mounted
  209. [ 4.408537] Freeing unused kernel memory: 248K (807fa000 - 80838000)
  210. INIT: version 2.88 booting
  211. [info] Using makefile-style concurrent boot in runlevel S.
  212. [....] Starting the hotplug events dispatcher: udevd[ 5.653800] udevd[166]: starting version 175
  213. . ok
  214. [ ok ] Synthesizing the initial hotplug events...done.
  215. [ ok ] Waiting for /dev to be fully populated...done.
  216. [ ok ] Setting preliminary keymap...done.
  217. [ ok ] Activating swap...done.
  218. [ 10.892271] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  219. [ ok ] Cleaning up temporary files... /tmp.
  220. [ ok ] Activating lvm and md swap...done.
  221. [....] Checking file systems...fsck from util-linux 2.20.1
  222. done.
  223. [ ok ] Mounting local filesystems...done.
  224. [ ok ] Activating swapfile swap...done.
  225. [ ok ] Cleaning up temporary files....
  226. [ ok ] Setting kernel variables ...done.
  227. [....] Setting up resolvconf.../etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /etc/resolvconf/run/resolv.conf
  228. done.
  229. [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
  230. Copyright 2004-2011 Internet Systems Consortium.
  231. All rights reserved.
  232. For info, please visit https://www.isc.org/software/dhcp/
  233.  
  234. [ 19.097098] fec 63fec000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=63fec000.etherne:00, irq=-1)
  235. Listening on LPF/eth0/02:02:47:c7:d1:84
  236. Sending on LPF/eth0/02:02:47:c7:d1:84
  237. Sending on Socket/fallback
  238. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
  239. [ 21.098012] fec 63fec000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
  240. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
  241. DHCPREQUEST on eth0 to 255.255.255.255 port 67
  242. DHCPOFFER from 192.168.1.1
  243. DHCPACK from 192.168.1.1
  244. /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /etc/resolvconf/run/resolv.conf
  245. bound to 192.168.1.116 -- renewal in 42379 seconds.
  246. done.
  247. [ ok ] Cleaning up temporary files....
  248. [info] Setting console screen modes.
  249. setterm: cannot (un)set powersave mode: Inappropriate ioctl for device
  250. [info] Skipping font and keymap setup (handled by console-setup).
  251. [ ok ] Setting up console font and keymap...done.
  252. INIT: Entering runlevel: 2
  253. [info] Using makefile-style concurrent boot in runlevel 2.
  254. [ ok ] Starting enhanced syslogd: rsyslogd.
  255. [ ok ] Starting periodic command scheduler: cron.
  256. [ ok ] Starting system message bus: dbus.
  257. [ ok ] Starting OpenBSD Secure Shell server: sshd.
Add Comment
Please, Sign In to add comment