Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.48 KB | None | 0 0
  1. U-Boot 2009.08 (Apr 21 2011 - 17:00:38)
  2.  
  3. DRAM: 32 MB
  4. Using default environment
  5.  
  6. In: serial
  7. Out: serial
  8. Err: serial
  9. Hit any key to stop autoboot: 0
  10. BOOTP broadcast 1
  11. BOOTP broadcast 2
  12. DHCP client bound to address 10.0.0.102
  13. TFTP from server 10.0.0.1; our IP address is 10.0.0.102
  14. Filename 'uImage'.
  15. Load address: 0x40400000
  16. Loading: #################################################################
  17. #################################################################
  18. ######
  19. done
  20. Bytes transferred = 1982320 (1e3f70 hex)
  21. ## Booting kernel from Legacy Image at 40400000 ...
  22. Image Name: Linux-2.6.39-rc7-00002-g3de2277-
  23. Image Type: ARM Linux Kernel Image (uncompressed)
  24. Data Size: 1982256 Bytes = 1.9 MB
  25. Load Address: 40008000
  26. Entry Point: 40008000
  27. Verifying Checksum ... OK
  28. Loading Kernel Image ... OK
  29. OK
  30.  
  31. Starting kernel ...
  32.  
  33. Uncompressing Linux... done, booting the kernel.
  34. [ 0.000000] Linux version 2.6.39-rc7-00002-g3de2277-dirty (knbl@kuuclt21760.barco.com) (gcc version 4.4.4 (4.4.4_09.06.2010) ) #36 Tue May 10 15:25:02 CEST 2011
  35. [ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
  36. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  37. [ 0.000000] Machine: Freescale MX23 EVK
  38. [ 0.000000] Ignoring tag cmdline (using the default kernel command line)
  39. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  40. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128
  41. [ 0.000000] Kernel command line: console=ttyAMA0,115200n8
  42. [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
  43. [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
  44. [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
  45. [ 0.000000] Memory: 32MB = 32MB total
  46. [ 0.000000] Memory: 23892k/23892k available, 8876k reserved, 0K highmem
  47. [ 0.000000] Virtual kernel memory layout:
  48. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  49. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  50. [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
  51. [ 0.000000] vmalloc : 0xc2800000 - 0xf4000000 ( 792 MB)
  52. [ 0.000000] lowmem : 0xc0000000 - 0xc2000000 ( 32 MB)
  53. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  54. [ 0.000000] .init : 0xc0008000 - 0xc00ad000 ( 660 kB)
  55. [ 0.000000] .text : 0xc00ad000 - 0xc03108d4 (2447 kB)
  56. [ 0.000000] .data : 0xc0312000 - 0xc0335220 ( 141 kB)
  57. [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  58. [ 0.000000] NR_IRQS:304
  59. [ 0.000000] MXS GPIO hardware
  60. [ 0.000000] Console: colour dummy device 80x30
  61. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  62. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  63. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  64. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  65. [ 0.000000] ... CLASSHASH_SIZE: 4096
  66. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  67. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  68. [ 0.000000] ... CHAINHASH_SIZE: 16384
  69. [ 0.000000] memory used by lock dependency info: 3695 kB
  70. [ 0.000000] per task-struct memory footprint: 1152 bytes
  71. [ 0.000000] Calibrating delay loop... 226.09 BogoMIPS (lpj=1130496)
  72. [ 0.070000] pid_max: default: 32768 minimum: 301
  73. [ 0.070000] Mount-cache hash table entries: 512
  74. [ 0.080000] CPU: Testing write buffer coherency: ok
  75. [ 0.090000] devtmpfs: initialized
  76. [ 0.120000] NET: Registered protocol family 16
  77. [ 0.130000] Serial: AMBA PL011 UART driver
  78. [ 0.130000] duart: ttyAMA0 at MMIO 0x80070000 (irq = 0) is a PL011 rev2
  79. [ 0.140000] console [ttyAMA0] enabled
  80. [ 0.160000] bio: create slab <bio-0> at 0
  81. [ 0.180000] mxs-dma mxs-dma-apbh: initialized
  82. [ 0.200000] mxs-dma mxs-dma-apbx: initialized
  83. [ 0.210000] Switching to clocksource mxs_timer
  84. [ 0.220000] Switched to NOHz mode on CPU #0
  85. [ 0.220000] ------------[ cut here ]------------
  86. [ 0.220000] WARNING: at kernel/mutex.c:205 mutex_lock_nested+0xac/0x2b4()
  87. [ 0.220000] Modules linked in:
  88. [ 0.220000] [<c00b8674>] (unwind_backtrace+0x0/0xf0) from [<c00c57a8>] (warn_slowpath_common+0x4c/0x64)
  89. [ 0.220000] [<c00c57a8>] (warn_slowpath_common+0x4c/0x64) from [<c00c57d8>] (warn_slowpath_null+0x18/0x1c)
  90. [ 0.220000] [<c00c57d8>] (warn_slowpath_null+0x18/0x1c) from [<c0265c38>] (mutex_lock_nested+0xac/0x2b4)
  91. [ 0.220000] [<c0265c38>] (mutex_lock_nested+0xac/0x2b4) from [<c00bc168>] (clk_enable+0x20/0x48)
  92. [ 0.220000] [<c00bc168>] (clk_enable+0x20/0x48) from [<c01d3550>] (pl011_console_write+0x20/0x78)
  93. [ 0.220000] [<c01d3550>] (pl011_console_write+0x20/0x78) from [<c00c596c>] (__call_console_drivers+0x6c/0x84)
  94. [ 0.220000] [<c00c596c>] (__call_console_drivers+0x6c/0x84) from [<c00c5fec>] (console_unlock+0xf0/0x1b4)
  95. [ 0.220000] [<c00c5fec>] (console_unlock+0xf0/0x1b4) from [<c00c66e0>] (vprintk+0x388/0x3dc)
  96. [ 0.220000] [<c00c66e0>] (vprintk+0x388/0x3dc) from [<c02641b4>] (printk+0x1c/0x28)
  97. [ 0.220000] [<c02641b4>] (printk+0x1c/0x28) from [<c00e29d0>] (hrtimer_run_pending+0xa8/0xdc)
  98. [ 0.220000] [<c00e29d0>] (hrtimer_run_pending+0xa8/0xdc) from [<c00d06d8>] (run_timer_softirq+0x18/0x2a4)
  99. [ 0.220000] [<c00d06d8>] (run_timer_softirq+0x18/0x2a4) from [<c00cafac>] (__do_softirq+0x88/0x13c)
  100. [ 0.220000] [<c00cafac>] (__do_softirq+0x88/0x13c) from [<c00cb1d0>] (irq_exit+0x50/0x9c)
  101. [ 0.220000] [<c00cb1d0>] (irq_exit+0x50/0x9c) from [<c00ad078>] (asm_do_IRQ+0x78/0x98)
  102. [ 0.220000] [<c00ad078>] (asm_do_IRQ+0x78/0x98) from [<c00b3318>] (__irq_svc+0x38/0x80)
  103. [ 0.220000] Exception stack(0xc1827e60 to 0xc1827ea8)
  104. [ 0.220000] 7e60: 00000001 00000006 c0850540 c1828000 c1826000 00000000 60000013 c02d062e
  105. [ 0.220000] 7e80: 00008124 00000000 c1827ef4 00000000 c05f291c c1827ea8 c00f0f64 c00f2084
  106. [ 0.220000] 7ea0: 80000013 ffffffff
  107. [ 0.220000] [<c00b3318>] (__irq_svc+0x38/0x80) from [<c00f2084>] (lock_acquire+0x70/0x78)
  108. [ 0.220000] [<c00f2084>] (lock_acquire+0x70/0x78) from [<c0266a58>] (_raw_spin_lock+0x2c/0x3c)
  109. [ 0.220000] [<c0266a58>] (_raw_spin_lock+0x2c/0x3c) from [<c0185010>] (sysfs_new_dirent+0x54/0xec)
  110. [ 0.220000] [<c0185010>] (sysfs_new_dirent+0x54/0xec) from [<c01846ec>] (sysfs_add_file_mode+0x1c/0xb0)
  111. [ 0.220000] [<c01846ec>] (sysfs_add_file_mode+0x1c/0xb0) from [<c01d7edc>] (device_add+0xec/0x588)
  112. [ 0.220000] [<c01d7edc>] (device_add+0xec/0x588) from [<c01d8418>] (device_create_vargs+0x88/0xbc)
  113. [ 0.220000] [<c01d8418>] (device_create_vargs+0x88/0xbc) from [<c01d8468>] (device_create+0x1c/0x24)
  114. [ 0.220000] [<c01d8468>] (device_create+0x1c/0x24) from [<c0018cf8>] (chr_dev_init+0x9c/0xd4)
  115. [ 0.220000] [<c0018cf8>] (chr_dev_init+0x9c/0xd4) from [<c00ad3d0>] (do_one_initcall+0x94/0x170)
  116. [ 0.220000] [<c00ad3d0>] (do_one_initcall+0x94/0x170) from [<c0008390>] (kernel_init+0x94/0x140)
  117. [ 0.220000] [<c0008390>] (kernel_init+0x94/0x140) from [<c00b45d4>] (kernel_thread_exit+0x0/0x8)
  118. [ 0.220000] ---[ end trace 1b75b31a2719ed1c ]---
  119. [ 0.530000] NET: Registered protocol family 2
  120. [ 0.540000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  121. [ 0.550000] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
  122. [ 0.560000] TCP bind hash table entries: 1024 (order: 3, 36864 bytes)
  123. [ 0.560000] TCP: Hash tables configured (established 1024 bind 1024)
  124. [ 0.570000] TCP reno registered
  125. [ 0.570000] UDP hash table entries: 64 (order: 0, 5120 bytes)
  126. [ 0.580000] UDP-Lite hash table entries: 64 (order: 0, 5120 bytes)
  127. [ 0.590000] NET: Registered protocol family 1
  128. [ 0.590000] unpack to rootfs c001f52c, 563487
  129. [ 0.890000] Populating initramfs...
  130. [ 0.900000] initrd_start is false
  131. [ 0.900000] NetWinder Floating Point Emulator V0.97 (double precision)
  132. [ 0.950000] msgmni has been set to 46
  133. [ 0.950000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  134. [ 0.960000] io scheduler noop registered (default)
  135. [ 0.970000] uart-pl011 duart: no DMA platform data
  136. [ 1.000000] brd: module loaded
  137. [ 1.000000] mousedev: PS/2 mouse device common for all mice
  138. [ 1.010000] TCP cubic registered
  139. [ 1.010000] NET: Registered protocol family 17
  140. [ 1.020000] Registering the dns_resolver key type
  141. [ 1.020000] registered taskstats version 1
  142. [ 1.030000] Freeing init memory: 660K
  143. Initializing random number generator... done.
  144. Starting network...
  145.  
  146. Welcome to Buildroot
  147. buildroot login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement