Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. U-Boot 1.1.4 (Apr 28 2008 - 17:40:38)
  2.  
  3. OMAP2430C-GP revision 3, PRCM #2
  4. TI 2430SDP 0.1 Version + mDDR (Boot NOR)
  5. DRAM:  128 MB
  6. Flash: 192 MB
  7. In:    serial
  8. Out:   serial
  9. Err:   serial
  10. Hit any key to stop autoboot:  0
  11. OMAP243X SDP #
  12. OMAP243X SDP #
  13. OMAP243X SDP # set bootfile uImage_2430
  14. OMAP243X SDP # boot
  15.  
  16. Warning: MAC addresses don't match:
  17.        HW MAC address:  08:00:28:01:17:6A
  18.        "ethaddr" value: 08:00:28:01:4D:AD
  19. Using MAC Address 08:00:28:01:4D:AD
  20. TFTP from server 172.24.137.86; our IP address is 172.24.191.30; sending through gateway 172.24.188.1
  21. Filename 'uImage_2430'.
  22. Load address: 0x80300000
  23. Loading: #################################################################
  24.         #################################################################
  25.         #################################################################
  26.         #################################################################
  27.         #################################################################
  28.         #################################################################
  29.         #################################################################
  30.         #################################################################
  31.         #################################################################
  32.         #######
  33. done
  34. Bytes transferred = 3027388 (2e31bc hex)
  35. ## Booting image at 80300000 ...
  36.   Image Name:   Linux-2.6.36-rc5-11431-gdbbed7e
  37.   Image Type:   ARM Linux Kernel Image (uncompressed)
  38.   Data Size:    3027324 Bytes =  2.9 MB
  39.   Load Address: 80008000
  40.   Entry Point:  80008000
  41.   Verifying Checksum ... OK
  42. OK
  43.  
  44. Starting kernel ...
  45.  
  46. Uncompressing Linux... done, booting the kernel.
  47. [    0.000000] Linux version 2.6.36-rc5-11431-gdbbed7e (manju@DFL-61) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #5 Mon Sep 27 12:58:12 IST 2010
  48. [    0.000000] CPU: ARMv6-compatible processor [4107b366] revision 6 (ARMv6TEJ), cr=00c5387f
  49. [    0.000000] CPU: VIPT aliasing data cache, VIPT aliasing instruction cache
  50. [    0.000000] Machine: OMAP2430 sdp2430 board
  51. [    0.000000] Memory policy: ECC disabled, Data cache writeback
  52. [    0.000000] OMAP2430
  53. [    0.000000]
  54. [    0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x100000
  55. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
  56. [    0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/nfs rw nfsroot=172.24.137.86:/home/manju/fs/newbbox target,nolock,tcp,rsize=1024,wsize=p
  57. [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  58. [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  59. [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  60. [    0.000000] Memory: 128MB = 128MB total
  61. [    0.000000] Memory: 116576k/116576k available, 14496k reserved, 0K highmem
  62. [    0.000000] Virtual kernel memory layout:
  63. [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  64. [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
  65. [    0.000000]     DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
  66. [    0.000000]     vmalloc : 0xc8800000 - 0xf8000000   ( 760 MB)
  67. [    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
  68. [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
  69. [    0.000000]       .init : 0xc0008000 - 0xc0044000   ( 240 kB)
  70. [    0.000000]       .text : 0xc0044000 - 0xc0589000   (5396 kB)
  71. [    0.000000]       .data : 0xc05b0000 - 0xc0779220   (1829 kB)
  72. [    0.000000] Hierarchical RCU implementation.
  73. [    0.000000]  RCU-based detection of stalled CPUs is disabled.
  74. [    0.000000]  Verbose stalled-CPUs detection is disabled.
  75. [    0.000000] NR_IRQS:402
  76. [    0.000000] Clocking rate (Crystal/DPLL/MPU): 13.0/660/330 MHz
  77. [    0.000000] GPMC revision 3.0
  78. [    0.000000] IRQ: Found an INTC at 0xfa0fe000 (revision 3.0) with 96 interrupts
  79. [    0.000000] Total of 96 interrupts on 1 active controller
  80. [    0.000000] OMAP GPIO hardware version 2.4
  81. [    0.000000] OMAP clockevent source: GPTIMER1 at 32000 Hz
  82. [    0.000000] Console: colour dummy device 80x30
  83. [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  84. [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
  85. [    0.000000] ... MAX_LOCK_DEPTH:          48
  86. [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
  87. [    0.000000] ... CLASSHASH_SIZE:          4096
  88. [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
  89. [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
  90. [    0.000000] ... CHAINHASH_SIZE:          16384
  91. [    0.000000]  memory used by lock dependency info: 3951 kB
  92. [    0.000000]  per task-struct memory footprint: 2304 bytes
  93. [    0.000000] Calibrating delay loop... 319.32 BogoMIPS (lpj=1249280)
  94. [    0.000000] pid_max: default: 32768 minimum: 301
  95. [    0.000000] Security Framework initialized
  96. [    0.000000] Mount-cache hash table entries: 512
  97. [    0.000000] CPU: Testing write buffer coherency: ok
  98. [    0.000000] regulator: core version 0.5
  99. [    0.000000] NET: Registered protocol family 16
  100. [    0.000000] USB: hmc 0, usb0 3 wires, Mini-AB on usb0
  101. [    0.000000] pm_dbg_init: only OMAP3 supported
  102. [    0.003387] OMAP DMA hardware revision 4.0
  103. [    0.141815] bio: create slab <bio-0> at 0
  104. [    0.158599] SCSI subsystem initialized
  105. [    0.176269] i2c_omap i2c_omap.1: bus 1 rev3.7 at 100 kHz
  106. [    0.182373] i2c_omap i2c_omap.2: bus 2 rev3.7 at 2600 kHz
  107. [    0.199859] twl4030: PIH (irq 7) chaining IRQs 368..375
  108. [    0.200134] twl4030: power (irq 373) chaining IRQs 376..383
  109. [    0.203674] twl4030: gpio (irq 368) chaining IRQs 384..401
  110. [    0.223022] Advanced Linux Sound Architecture Driver Version 1.0.23.
  111. [    0.229553] Bluetooth: Core ver 2.15
  112. [    0.231323] NET: Registered protocol family 31
  113. [    0.231384] Bluetooth: HCI device and connection manager initialized
  114. [    0.231689] Bluetooth: HCI socket layer initialized
  115. [    0.235809] cfg80211: Calling CRDA to update world regulatory domain
  116. [    0.242065] Switching to clocksource 32k_counter
  117. [    0.436035] NET: Registered protocol family 2
  118. [    0.437133] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  119. [    0.441009] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  120. [    0.441619] TCP bind hash table entries: 4096 (order: 5, 163840 bytes)
  121. [    0.445709] TCP: Hash tables configured (established 4096 bind 4096)
  122. [    0.445922] TCP reno registered
  123. [    0.445983] UDP hash table entries: 64 (order: 0, 6144 bytes)
  124. [    0.446563] UDP-Lite hash table entries: 64 (order: 0, 6144 bytes)
  125. [    0.448059] NET: Registered protocol family 1
  126. [    0.450103] RPC: Registered udp transport module.
  127. [    0.450134] RPC: Registered tcp transport module.
  128. [    0.450164] RPC: Registered tcp NFSv4.1 backchannel transport module.
  129. [    0.462951] NetWinder Floating Point Emulator V0.97 (double precision)
  130. [    0.818695] VFS: Disk quotas dquot_6.5.2
  131. [    0.818908] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  132. [    0.823791] JFFS2 version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
  133. [    0.825927] msgmni has been set to 227
  134. [    0.837310] io scheduler noop registered
  135. [    0.837341] io scheduler deadline registered
  136. [    0.837738] io scheduler cfq registered (default)
  137. [    0.851013] omap_rng omap_rng: OMAP Random Number Generator ver. 50
  138. [    0.852996] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  139. [    0.891876] serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654
  140. [    1.398773] console [ttyS0] enabled
  141. [    1.427276] serial8250.1: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654
  142. [    1.458587] serial8250.2: ttyS2 at MMIO 0x4806e000 (irq = 74) is a ST16654
  143. [    1.539764] brd: module loaded
  144. [    1.578155] loop: module loaded
  145. [    1.596679] mtdoops: mtd device (mtddev=name/number) must be supplied
  146. [    1.604370] omap2-nand driver initializing
  147. [    1.610168] OneNAND driver initializing
  148. [    1.625793] smc91x.c: v1.1, sep 22 2004 by Nicolas Pitre <nico@fluxnic.net>
  149. [    1.637969] eth0: SMC91C94 (rev 9) at c887c300 IRQ 309 [nowait]
  150. [    1.644409] eth0: Ethernet addr: 08:00:28:01:4d:ad
  151. [    1.652191] libertas_sdio: Libertas SDIO driver
  152. [    1.657012] libertas_sdio: Copyright Pierre Ossman
  153. [    1.667144] mice: PS/2 mouse device common for all mice
  154. [    1.687561] input: twl4030_pwrbutton as /devices/platform/i2c_omap.2/i2c-2/2-0049/twl4030_pwrbutton/input/input0
  155. [    1.708587] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  156. [    1.719055] i2c /dev entries driver
  157. [    1.730682] Driver for 1-wire Dallas network protocol.
  158. [    1.743072] OMAP Watchdog Timer Rev 0x22: initial timeout 60 sec
  159. [    1.751312] twl4030_wdt twl4030_wdt: Failed to register misc device
  160. [    1.758056] twl4030_wdt: probe of twl4030_wdt failed with error -16
  161. [    1.765594] Bluetooth: HCI UART driver ver 2.2
  162. [    1.770324] Bluetooth: HCI H4 protocol initialized
  163. [    1.775268] Bluetooth: HCI BCSP protocol initialized
  164. [    1.780273] Bluetooth: HCILL protocol initialized
  165. [    1.808441] No device for DAI omap-mcbsp-dai-0
  166. [    1.813293] No device for DAI omap-mcbsp-dai-1
  167. [    1.817779] No device for DAI omap-mcbsp-dai-2
  168. [    1.822387] No device for DAI omap-mcbsp-dai-3
  169. [    1.826873] No device for DAI omap-mcbsp-dai-4
  170. [    1.831451] ALSA device list:
  171. [    1.834472]   No soundcards found.
  172. [    1.837982] oprofile: hardware counters not available
  173. [    1.843078] oprofile: using timer interrupt.
  174. [    1.848388] TCP cubic registered
  175. [    1.851776] Initializing XFRM netlink socket
  176. [    1.856414] NET: Registered protocol family 17
  177. [    1.861602] NET: Registered protocol family 15
  178. [    1.866912] Bluetooth: L2CAP ver 2.15
  179. [    1.870880] Bluetooth: L2CAP socket layer initialized
  180. [    1.876251] Bluetooth: SCO (Voice Link) ver 0.6
  181. [    1.880828] Bluetooth: SCO socket layer initialized
  182. [    1.886688] Bluetooth: RFCOMM TTY layer initialized
  183. [    1.891937] Bluetooth: RFCOMM socket layer initialized
  184. [    1.897125] Bluetooth: RFCOMM ver 1.11
  185. [    1.901031] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  186. [    1.906463] Bluetooth: BNEP filters: protocol multicast
  187. [    1.911773] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  188. [    1.921081] lib80211: common routines for IEEE802.11 drivers
  189. [    1.927185] Registering the dns_resolver key type
  190. [    1.947021] Power Management for OMAP2 initializing
  191. [    1.951965] PRCM revision 1.0
  192. [    1.993835] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 2
  193. [    2.012725] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:13:33 UTC (946685613)
  194. [    2.527923] eth0: link up
  195. [    3.531494] Sending DHCP requests ., OK
  196. [    3.555389] IP-Config: Got DHCP answer from 0.0.0.0, my address is 172.24.191.121
  197. [    3.565795] IP-Config: Complete:
  198. [    3.568908]      device=eth0, addr=172.24.191.121, mask=255.255.252.0, gw=172.24.188.1,
  199. [    3.577087]      host=172.24.191.121, domain=india.ti.com, nis-domain=(none),
  200. [    3.584411]      bootserver=0.0.0.0, rootserver=172.24.137.86, rootpath=
  201. [    3.611694] Looking up port of RPC 100003/2 on 172.24.137.86
  202. [    3.630035] Looking up port of RPC 100005/1 on 172.24.137.86
  203. [    3.662780] VFS: Mounted root (nfs filesystem) on device 0:13.
  204. [    3.669189] Freeing init memory: 240K
  205. Mounting proc : OK
  206. Mounting sysfs : OK
  207. Mounting /dev : OK
  208. Creating local mdev devices
  209.  
  210. ******************************************
  211. Starting System Init for 3430SDP-3430
  212. Release: OpnSrc
  213. ******************************************
  214. Saving kernel ring buffer : OK
  215. Mounting devpts : OK
  216. Setting up networking
  217. Configuring lo : OK
  218. Configuring eth0 : OK - 172.24.191.121
  219. Starting telnetd : OK
  220. Starting syslogd : OK
  221. Starting klogd : OK
  222. Mounting filesystems : mount: according to /proc/mounts, none is already mounted on /dev/pts
  223. mount: according to /proc/mounts, /proc is already mounted on /proc
  224. OK
  225.  
  226. Please press Enter to activate this console.
  227. #
  228. #
  229. #
  230. # uname -a
  231. Linux 3430SDP-3430 2.6.36-rc5-11431-gdbbed7e #5 Mon Sep 27 12:58:12 IST 2010 armv6l GNU/Linux
  232. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement