Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
485
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 = 3027936 (2e33e0 hex)
  35. ## Booting image at 80300000 ...
  36.   Image Name:   Linux-2.6.36-rc5-11421-gb30a3f6
  37.   Image Type:   ARM Linux Kernel Image (uncompressed)
  38.   Data Size:    3027872 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-11421-gb30a3f6 (manju@DFL-61) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #4 Mon Sep 27 12:44:41 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 - 0xc0045000   ( 244 kB)
  70. [    0.000000]       .text : 0xc0045000 - 0xc058a000   (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.003265] OMAP DMA hardware revision 4.0
  103. [    0.141693] bio: create slab <bio-0> at 0
  104. [    0.158477] SCSI subsystem initialized
  105. [    0.176147] i2c_omap i2c_omap.1: bus 1 rev3.7 at 100 kHz
  106. [    0.182250] i2c_omap i2c_omap.2: bus 2 rev3.7 at 2600 kHz
  107. [    0.199798] twl4030: PIH (irq 7) chaining IRQs 368..375
  108. [    0.200073] twl4030: power (irq 373) chaining IRQs 376..383
  109. [    0.203613] twl4030: gpio (irq 368) chaining IRQs 384..401
  110. [    0.222961] Advanced Linux Sound Architecture Driver Version 1.0.23.
  111. [    0.229492] Bluetooth: Core ver 2.15
  112. [    0.231231] NET: Registered protocol family 31
  113. [    0.231292] Bluetooth: HCI device and connection manager initialized
  114. [    0.231597] Bluetooth: HCI socket layer initialized
  115. [    0.235717] cfg80211: Calling CRDA to update world regulatory domain
  116. [    0.241973] Switching to clocksource 32k_counter
  117. [    0.435729] NET: Registered protocol family 2
  118. [    0.436859] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  119. [    0.440795] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  120. [    0.441406] TCP bind hash table entries: 4096 (order: 5, 163840 bytes)
  121. [    0.445465] TCP: Hash tables configured (established 4096 bind 4096)
  122. [    0.445678] TCP reno registered
  123. [    0.445739] UDP hash table entries: 64 (order: 0, 6144 bytes)
  124. [    0.446319] UDP-Lite hash table entries: 64 (order: 0, 6144 bytes)
  125. [    0.447814] NET: Registered protocol family 1
  126. [    0.449859] RPC: Registered udp transport module.
  127. [    0.449890] RPC: Registered tcp transport module.
  128. [    0.449920] RPC: Registered tcp NFSv4.1 backchannel transport module.
  129. [    0.462677] NetWinder Floating Point Emulator V0.97 (double precision)
  130. [    0.818664] VFS: Disk quotas dquot_6.5.2
  131. [    0.818878] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  132. [    0.823730] JFFS2 version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
  133. [    0.825866] msgmni has been set to 227
  134. [    0.837219] io scheduler noop registered
  135. [    0.837280] io scheduler deadline registered
  136. [    0.837646] io scheduler cfq registered (default)
  137. [    0.850921] omap_rng omap_rng: OMAP Random Number Generator ver. 50
  138. [    0.852935] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  139. [    0.891693] serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654
  140. [    1.398498] console [ttyS0] enabled
  141. [    1.426940] serial8250.1: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654
  142. [    1.458251] serial8250.2: ttyS2 at MMIO 0x4806e000 (irq = 74) is a ST16654
  143. [    1.538696] brd: module loaded
  144. [    1.577209] loop: module loaded
  145. [    1.595672] mtdoops: mtd device (mtddev=name/number) must be supplied
  146. [    1.603118] omap2-nand driver initializing
  147. [    1.608642] OneNAND driver initializing
  148. [    1.624237] smc91x.c: v1.1, sep 22 2004 by Nicolas Pitre <nico@fluxnic.net>
  149. [    1.636749] eth0: SMC91C94 (rev 9) at c887c300 IRQ 309 [nowait]
  150. [    1.643157] eth0: Ethernet addr: 08:00:28:01:4d:ad
  151. [    1.650970] libertas_sdio: Libertas SDIO driver
  152. [    1.655548] libertas_sdio: Copyright Pierre Ossman
  153. [    1.665924] mice: PS/2 mouse device common for all mice
  154. [    1.686309] input: twl4030_pwrbutton as /devices/platform/i2c_omap.2/i2c-2/2-0049/twl4030_pwrbutton/input/input0
  155. [    1.707305] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  156. [    1.714263] twl_rtc twl_rtc: Power up reset detected.
  157. [    1.720581] twl_rtc twl_rtc: Enabling TWL-RTC.
  158. [    1.728027] i2c /dev entries driver
  159. [    1.739501] Driver for 1-wire Dallas network protocol.
  160. [    1.751953] OMAP Watchdog Timer Rev 0x22: initial timeout 60 sec
  161. [    1.760162] twl4030_wdt twl4030_wdt: Failed to register misc device
  162. [    1.766906] twl4030_wdt: probe of twl4030_wdt failed with error -16
  163. [    1.774536] Bluetooth: HCI UART driver ver 2.2
  164. [    1.779052] Bluetooth: HCI H4 protocol initialized
  165. [    1.784118] Bluetooth: HCI BCSP protocol initialized
  166. [    1.789215] Bluetooth: HCILL protocol initialized
  167. [    1.817352] No device for DAI omap-mcbsp-dai-0
  168. [    1.822174] No device for DAI omap-mcbsp-dai-1
  169. [    1.826690] No device for DAI omap-mcbsp-dai-2
  170. [    1.831268] No device for DAI omap-mcbsp-dai-3
  171. [    1.835845] No device for DAI omap-mcbsp-dai-4
  172. [    1.840362] ALSA device list:
  173. [    1.843353]   No soundcards found.
  174. [    1.846862] oprofile: hardware counters not available
  175. [    1.852020] oprofile: using timer interrupt.
  176. [    1.857238] TCP cubic registered
  177. [    1.860656] Initializing XFRM netlink socket
  178. [    1.865295] NET: Registered protocol family 17
  179. [    1.870452] NET: Registered protocol family 15
  180. [    1.875885] Bluetooth: L2CAP ver 2.15
  181. [    1.879608] Bluetooth: L2CAP socket layer initialized
  182. [    1.885101] Bluetooth: SCO (Voice Link) ver 0.6
  183. [    1.889678] Bluetooth: SCO socket layer initialized
  184. [    1.895599] Bluetooth: RFCOMM TTY layer initialized
  185. [    1.900817] Bluetooth: RFCOMM socket layer initialized
  186. [    1.906036] Bluetooth: RFCOMM ver 1.11
  187. [    1.909912] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  188. [    1.915374] Bluetooth: BNEP filters: protocol multicast
  189. [    1.920654] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  190. [    1.930267] lib80211: common routines for IEEE802.11 drivers
  191. [    1.936157] Registering the dns_resolver key type
  192. [    1.955993] Power Management for OMAP2 initializing
  193. [    1.961029] PRCM revision 1.0
  194. [    2.002593] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 2
  195. [    2.021423] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  196. [    2.535644] eth0: link up
  197. [    3.539215] Sending DHCP requests ., OK
  198. [    3.555297] IP-Config: Got DHCP answer from 0.0.0.0, my address is 172.24.191.121
  199. [    3.565704] IP-Config: Complete:
  200. [    3.568817]      device=eth0, addr=172.24.191.121, mask=255.255.252.0, gw=172.24.188.1,
  201. [    3.577026]      host=172.24.191.121, domain=india.ti.com, nis-domain=(none),
  202. [    3.584320]      bootserver=0.0.0.0, rootserver=172.24.137.86, rootpath=
  203. [    3.611602] Looking up port of RPC 100003/2 on 172.24.137.86
  204. [    3.629913] Looking up port of RPC 100005/1 on 172.24.137.86
  205. [    3.663421] VFS: Mounted root (nfs filesystem) on device 0:13.
  206. [    3.669860] Freeing init memory: 244K
  207. Mounting proc : OK
  208. Mounting sysfs : OK
  209. Mounting /dev : OK
  210. Creating local mdev devices
  211.  
  212. ******************************************
  213. Starting System Init for 3430SDP-3430
  214. Release: OpnSrc
  215. ******************************************
  216. Saving kernel ring buffer : OK
  217. Mounting devpts : OK
  218. Setting up networking
  219. Configuring lo : OK
  220. Configuring eth0 : OK - 172.24.191.121
  221. Starting telnetd : OK
  222. Starting syslogd : OK
  223. Starting klogd : OK
  224. Mounting filesystems : mount: according to /proc/mounts, none is already mounted on /dev/pts
  225. mount: according to /proc/mounts, /proc is already mounted on /proc
  226. OK
  227.  
  228. Please press Enter to activate this console.
  229. #
  230. #
  231. #
  232. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement