Advertisement
Guest User

Untitled

a guest
Feb 24th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1. HTLLCLC
  2.  
  3. U-Boot 2013.01-00033-g852e10a-dirty (Feb 11 2013 - 22:37:42)
  4.  
  5. CPU: Freescale i.MX23 rev1.4 at 454 MHz
  6. BOOT: SSP SD/MMC #0
  7. DRAM: 64 MiB
  8. MMC: MXS MMC: 0
  9. *** Warning - bad CRC, using default environment
  10.  
  11. In: serial
  12. Out: serial
  13. Err: serial
  14. Net: Net Initialization Skipped
  15. No ethernet found.
  16. Hit any key to stop autoboot: 0
  17. mmc0 is current device
  18. 875 bytes read in 0 ms
  19. Loaded environment from uEnv.txt
  20. Importing environment from mmc ...
  21. 2063784 bytes read in 0 ms
  22. 7706 bytes read in 0 ms
  23. Booting from mmc ...
  24. ## Flattened Device Tree blob at 41000000
  25. Booting using the fdt blob at 0x41000000
  26. Using Device Tree in place at 41000000, end 41004e19
  27.  
  28. Starting kernel ...
  29.  
  30. Uncompressing Linux... done, booting the kernel.
  31. [ 0.000000] Booting Linux on physical CPU 0
  32. [ 0.000000] Linux version 3.7.6-imxv5-x0.6 (jess@jess-home) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-1ubuntu1) ) #1 Sun Feb 10 223
  33. [ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
  34. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  35. [ 0.000000] Machine: Freescale i.MX23 (Device Tree), model: i.MX23 Olinuxino Low Cost Board
  36. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  37. [ 0.000000] On node 0 totalpages: 16384
  38. [ 0.000000] free_area_init_node: node 0, pgdat c05c8cf0, node_mem_map c0b1e000
  39. [ 0.000000] Normal zone: 128 pages used for memmap
  40. [ 0.000000] Normal zone: 0 pages reserved
  41. [ 0.000000] Normal zone: 16256 pages, LIFO batch:3
  42. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  43. [ 0.000000] pcpu-alloc: [0] 0
  44. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
  45. [ 0.000000] Kernel command line: console=ttyAMA0,115200 console=tty0 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc
  46. [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  47. [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  48. [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  49. [ 0.000000] Memory: 64MB = 64MB total
  50. [ 0.000000] Memory: 53508k/53508k available, 12028k reserved, 0K highmem
  51. [ 0.000000] Virtual kernel memory layout:
  52. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  53. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  54. [ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
  55. [ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
  56. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  57. [ 0.000000] .text : 0xc0008000 - 0xc055d1d4 (5461 kB)
  58. [ 0.000000] .init : 0xc055e000 - 0xc05866e4 ( 162 kB)
  59. [ 0.000000] .data : 0xc0588000 - 0xc05cbcd0 ( 272 kB)
  60. [ 0.000000] .bss : 0xc05cbcf4 - 0xc0b1d0e0 (5445 kB)
  61. [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  62. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  63. [ 0.000000] of_irq_init: children remain, but no parents
  64. [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
  65. [ 0.000000] Console: colour dummy device 80x30
  66. [ 0.000000] console [tty0] enabled
  67. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  68. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  69. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  70. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  71. [ 0.000000] ... CLASSHASH_SIZE: 4096
  72. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  73. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  74. [ 0.000000] ... CHAINHASH_SIZE: 16384
  75. [ 0.000000] memory used by lock dependency info: 3695 kB
  76. [ 0.000000] per task-struct memory footprint: 1152 bytes
  77. [ 0.070000] Calibrating delay loop... 226.09 BogoMIPS (lpj=1130496)
  78. [ 0.070000] pid_max: default: 32768 minimum: 301
  79. [ 0.070000] Mount-cache hash table entries: 512
  80. [ 0.070000] BUG: spinlock bad magic on CPU#0, swapper/0
  81. [ 0.070000] lock: 0xc3808444, .magic: dead00ad, .owner: <none>/-1, .owner_cpu: -1
  82. [ 0.070000] [<c001398c>] (unwind_backtrace+0x0/0xe0) from [<c01fff28>] (do_raw_spin_lock+0x20/0x11c)
  83. [ 0.070000] [<c01fff28>] (do_raw_spin_lock+0x20/0x11c) from [<c03cf810>] (_raw_spin_lock_irqsave+0x44/0x50)
  84. [ 0.070000] [<c03cf810>] (_raw_spin_lock_irqsave+0x44/0x50) from [<c03cf668>] (__down_write_nested+0x18/0xd0)
  85. [ 0.070000] [<c03cf668>] (__down_write_nested+0x18/0xd0) from [<c00c3f18>] (sget+0x210/0x3fc)
  86. [ 0.070000] [<c00c3f18>] (sget+0x210/0x3fc) from [<c0118204>] (sysfs_mount+0x68/0x1bc)
  87. [ 0.070000] [<c0118204>] (sysfs_mount+0x68/0x1bc) from [<c00c4bb8>] (mount_fs+0x10/0xbc)
  88. [ 0.070000] [<c00c4bb8>] (mount_fs+0x10/0xbc) from [<c00daa9c>] (vfs_kern_mount+0x4c/0xc0)
  89. [ 0.070000] [<c00daa9c>] (vfs_kern_mount+0x4c/0xc0) from [<c00dab24>] (kern_mount_data+0x14/0x24)
  90. [ 0.070000] [<c00dab24>] (kern_mount_data+0x14/0x24) from [<c056ace0>] (sysfs_init+0x58/0xb4)
  91. [ 0.070000] [<c056ace0>] (sysfs_init+0x58/0xb4) from [<c0569e80>] (mnt_init+0x94/0x1b4)
  92. [ 0.070000] [<c0569e80>] (mnt_init+0x94/0x1b4) from [<c0569ac0>] (vfs_caches_init+0x8c/0x104)
  93. [ 0.070000] [<c0569ac0>] (vfs_caches_init+0x8c/0x104) from [<c055e738>] (start_kernel+0x288/0x2f4)
  94. [ 0.070000] [<c055e738>] (start_kernel+0x288/0x2f4) from [<40008074>] (0x40008074)
  95. [ 0.070000] CPU: Testing write buffer coherency: ok
  96. [ 0.070000] Setting up static identity map for 0x403d0020 - 0x403d0078
  97. [ 0.080000] devtmpfs: initialized
  98. [ 0.080000] pinctrl core: initialized pinctrl subsystem
  99. [ 0.090000] regulator-dummy: no parameters
  100. [ 0.090000] NET: Registered protocol family 16
  101. [ 0.090000] DMA: preallocated 256 KiB pool for atomic coherent allocations
  102. [ 0.130000] gpiochip_add: registered GPIOs 0 to 31 on device: gpio.0
  103. [ 0.130000] gpiochip_add: registered GPIOs 32 to 63 on device: gpio.1
  104. [ 0.140000] gpiochip_add: registered GPIOs 64 to 95 on device: gpio.2
  105. [ 0.160000] Serial: AMBA PL011 UART driver
  106. [ 0.160000] 80070000.serial: ttyAMA0 at MMIO 0x80070000 (irq = 125) is a PL011 rev2
  107. [ 0.460000] console [ttyAMA0] enabled
  108. [ 0.600000] bio: create slab <bio-0> at 0
  109. [ 0.630000] mxs-dma 80004000.dma-apbh: initialized
  110. [ 0.660000] mxs-dma 80024000.dma-apbx: initialized
  111. [ 0.660000] of_get_named_gpio_flags exited with status 17
  112. [ 0.670000] usb0_vbus: 5000 mV
  113. [ 0.680000] SCSI subsystem initialized
  114. [ 0.690000] usbcore: registered new interface driver usbfs
  115. [ 0.700000] usbcore: registered new interface driver hub
  116. [ 0.700000] usbcore: registered new device driver usb
  117. [ 0.720000] Advanced Linux Sound Architecture Driver Initialized.
  118. [ 0.730000] Switching to clocksource mxs_timer
  119. [ 0.970000] NET: Registered protocol family 2
  120. [ 0.980000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  121. [ 0.990000] TCP bind hash table entries: 2048 (order: 4, 73728 bytes)
  122. [ 0.990000] TCP: Hash tables configured (established 2048 bind 2048)
  123. [ 1.000000] TCP: reno registered
  124. [ 1.000000] UDP hash table entries: 256 (order: 2, 20480 bytes)
  125. [ 1.010000] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  126. [ 1.020000] NET: Registered protocol family 1
  127. [ 1.030000] RPC: Registered named UNIX socket transport module.
  128. [ 1.030000] RPC: Registered udp transport module.
  129. [ 1.040000] RPC: Registered tcp transport module.
  130. [ 1.040000] RPC: Registered tcp NFSv4.1 backchannel transport module.
  131. [ 1.050000] NetWinder Floating Point Emulator V0.97 (double precision)
  132. [ 1.200000] NFS: Registering the id_resolver key type
  133. [ 1.210000] Key type id_resolver registered
  134. [ 1.210000] Key type id_legacy registered
  135. [ 1.210000] msgmni has been set to 104
  136. [ 1.220000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  137. [ 1.230000] io scheduler noop registered (default)
  138. [ 1.250000] uart-pl011 80070000.serial: no DMA platform data
  139. [ 1.250000] 8006c000.serial: ttyAPP0 at MMIO 0x8006c000 (irq = 122) is a 8006c000.serial
  140. [ 1.260000] mxs-auart 8006c000.serial: Found APPUART 3.0.0
  141. [ 1.290000] Initializing USB Mass Storage driver...
  142. [ 1.290000] usbcore: registered new interface driver usb-storage
  143. [ 1.300000] USB Mass Storage support registered.
  144. [ 1.310000] usbcore: registered new interface driver usbserial
  145. [ 1.310000] usbcore: registered new interface driver usbserial_generic
  146. [ 1.320000] usbserial: USB Serial support registered for generic
  147. [ 1.330000] usbcore: registered new interface driver ftdi_sio
  148. [ 1.340000] usbserial: USB Serial support registered for FTDI USB Serial Device
  149. [ 1.350000] usbcore: registered new interface driver pl2303
  150. [ 1.350000] usbserial: USB Serial support registered for pl2303
  151. [ 1.360000] imx_usb 80080000.usb: pinctrl get/select failed, err=-19
  152. [ 1.370000] ci_hdrc ci_hdrc.0: doesn't support gadget
  153. [ 1.380000] ci_hdrc ci_hdrc.0: ChipIdea HDRC EHCI
  154. [ 1.380000] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
  155. [ 1.440000] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
  156. [ 1.450000] hub 1-0:1.0: USB hub found
  157. [ 1.450000] hub 1-0:1.0: 1 port detected
  158. [ 1.460000] mousedev: PS/2 mouse device common for all mice
  159. [ 1.470000] stmp3xxx-rtc 8005c000.rtc: rtc core: registered 8005c000.rtc as rtc0
  160. [ 1.480000] i2c /dev entries driver
  161. [ 1.490000] of_get_named_gpio_flags: can't parse gpios property
  162. [ 1.530000] mxs-mmc 80010000.ssp: initialized
  163. [ 1.540000] leds-gpio leds.5: pins are not configured from the driver
  164. [ 1.540000] of_get_named_gpio_flags exited with status 65
  165. [ 1.550000] Registered led device: green
  166. [ 1.580000] usbcore: registered new interface driver usbhid
  167. [ 1.590000] usbhid: USB HID core driver
  168. [ 1.610000] TCP: cubic registered
  169. [ 1.620000] NET: Registered protocol family 10
  170. [ 1.630000] sit: IPv6 over IPv4 tunneling driver
  171. [ 1.640000] NET: Registered protocol family 17
  172. [ 1.640000] lib80211: common routines for IEEE802.11 drivers
  173. [ 1.650000] lib80211_crypt: registered algorithm 'NULL'
  174. [ 1.650000] Key type dns_resolver registered
  175. [ 1.670000] registered taskstats version 1
  176. [ 1.670000] stmp3xxx-rtc 8005c000.rtc: setting system clock to 1970-01-01 00:00:09 UTC (9)
  177. [ 1.680000] mmc0: host does not support reading read-only switch. assuming write-enable.
  178. [ 1.700000] mmc0: new high speed SDHC card at address bda7
  179. [ 1.710000] ALSA device list:
  180. [ 1.710000] No soundcards found.
  181. [ 1.710000] Waiting for root device /dev/mmcblk0p2...
  182. [ 1.720000] mmcblk0: mmc0:bda7 SD08G 7.42 GiB
  183. [ 1.730000] mmcblk0: p1 p2
  184. [ 1.770000] usb 1-1: new high-speed USB device number 2 using ci_hdrc
  185. [ 1.830000] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  186. [ 1.840000] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  187. [ 1.930000] hub 1-1:1.0: USB hub found
  188. [ 1.930000] hub 1-1:1.0: 4 ports detected
  189. [ 2.220000] usb 1-1.4: new high-speed USB device number 3 using ci_hdrc
  190. [ 3.370000] EXT4-fs (mmcblk0p2): recovery complete
  191. [ 3.380000] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  192. [ 3.390000] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  193. [ 3.410000] devtmpfs: mounted
  194. [ 3.420000] Freeing init memory: 160K
  195. [ 4.820000] udev[540]: starting version 164
  196. [ 7.880000] cfg80211: Calling CRDA to update world regulatory domain
  197. [ 8.400000] rtl8192cu: Chip version 0x10
  198. [ 8.600000] rtl8192cu: MAC address: 48:02:2a:eb:21:2a
  199. [ 8.600000] rtl8192cu: Board Type 0
  200. [ 8.610000] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
  201. [ 8.610000] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
  202. [ 8.620000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  203. [ 8.630000] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
  204. [ 8.640000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  205. [ 8.650000] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
  206. [ 8.660000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  207. [ 8.670000] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
  208. [ 8.680000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  209. [ 8.690000] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
  210. [ 8.700000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  211. [ 8.700000] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
  212. [ 8.710000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  213. [ 8.720000] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
  214. [ 8.730000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  215. [ 8.740000] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
  216. [ 8.750000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  217. [ 8.760000] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
  218. [ 8.770000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  219. [ 8.780000] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
  220. [ 8.790000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  221. [ 8.790000] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
  222. [ 8.800000] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
  223. [ 8.810000] cfg80211: Disabling freq 2467 MHz as custom regd has no rule that fits a 20 MHz wide channel
  224. [ 8.820000] cfg80211: Disabling freq 2472 MHz as custom regd has no rule that fits a 20 MHz wide channel
  225. [ 8.830000] cfg80211: Disabling freq 2484 MHz as custom regd has no rule that fits a 20 MHz wide channel
  226. [ 8.840000] cfg80211: Pending regulatory request, waiting for it to be processed...
  227. [ 8.850000] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin
  228. [ 8.870000] usbcore: registered new interface driver rtl8192cu
  229. [ 8.930000] rtlwifi: Firmware rtlwifi/rtl8192cufw.bin not available
  230. [ 9.860000] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  231. [ 10.150000] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
  232. [ 24.890000] sshd (1184): /proc/1184/oom_adj is deprecated, please use /proc/1184/oom_score_adj instead.
  233.  
  234. Debian GNU/Linux 6.0 arm ttyAMA0
  235.  
  236. arm login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement