Advertisement
Guest User

beagle-nodt

a guest
May 8th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.81 KB | None | 0 0
  1. Terminal ready
  2. U-Boot SPL 2013.01.01 (Mar 13 2013 - 17:06:24)
  3. OMAP SD/MMC: 0
  4. reading u-boot.img
  5. reading u-boot.img
  6.  
  7.  
  8. U-Boot 2013.01.01 (Mar 13 2013 - 17:06:24)
  9.  
  10. OMAP3530-GP ES3.0, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz
  11. OMAP3 Beagle board + LPDDR/NAND
  12. I2C: ready
  13. DRAM: 256 MiB
  14. NAND: 256 MiB
  15. MMC: OMAP SD/MMC: 0
  16. *** Warning - bad CRC, using default environment
  17.  
  18. In: serial
  19. Out: serial
  20. Err: serial
  21. Beagle Rev C1/C2/C3
  22. timed out in wait_for_pin: I2C_STAT=0
  23. No EEPROM on expansion board
  24. Die ID #0a8600030000000004013f780600a00e
  25. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  26. musb-hdrc: MHDRC RTL version 1.400
  27. musb-hdrc: setup fifo_mode 4
  28. musb-hdrc: 28/31 max ep, 16384/16384 memory
  29. USB Peripheral mode controller at 480ab000 using PIO, IRQ 0
  30. Net: usb_ether
  31. Hit any key to stop autoboot: 3 2 1 0
  32. mmc0 is current device
  33. gpio: pin 173 (gpio 173) value is 1
  34. gpio: pin 7 (gpio 7) value is 1
  35. SD/MMC found on device 0
  36. reading user.txt
  37. 690 bytes read in 20 ms (33.2 KiB/s)
  38. Loaded environment from user.txt
  39. Importing environment from mmc ...
  40. Running uenvcmd ...
  41. gpio: pin 173 (gpio 173) value is 1
  42. gpio: pin 7 (gpio 7) value is 1
  43. baudrate=115200
  44. beaglerev=Cx
  45. bootargs=console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  46. bootcmd=if run userbutton; then run bootcmd_dt; else run bootcmd_nodt; fi
  47. bootcmd_dt=printenv;echo "NOTE: DT BOOT: booting from MMC filesystem";sleep 1;run fatloaduimage; sleep 1; run loaddtb; echo "starting.."; sleep 1; run bootwdtb
  48. bootcmd_nodt=printenv;echo "NOTE: NODT BOOT: booting from MMC filesystem";run fatloaduimage; ; echo "starting.."; bootm ${loadaddr}
  49. bootdelay=3
  50. bootenv=user.txt
  51. bootfile=uImage.beagle
  52. bootwdtb=bootm ${loadaddr} - ${fdtbaddr}
  53. buddy=none
  54. camera=none
  55. console=ttyO2,115200n8
  56. defaultdisplay=dvi
  57. dieid#=0a8600030000000004013f780600a00e
  58. dvimode=640x480MR-16@60
  59. ethact=usb_ether
  60. fatloaduimage=fatload mmc 0:1 ${loadaddr} uImage
  61. fdtbaddr=0x80F80000
  62. filesize=0x2b2
  63. importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize
  64. loadaddr=0x80200000
  65. loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
  66. loaddtb=fatload mmc 0:1 ${fdtbaddr} omap3-beagle.dtb; fdt addr ${fdtbaddr}; fdt resize
  67. loadramdisk=fatload mmc ${mmcdev} ${rdaddr} ramdisk.gz
  68. loaduimage=ext2load mmc ${mmcdev}:2 ${loadaddr} /boot/uImage
  69. loaduimagefat=fatload mmc ${mmcdev} ${loadaddr} uImage
  70. mmcargs=setenv bootargs console=${console} ${optargs} mpurate=${mpurate} buddy=${buddy} camera=${camera} vram=${vram} omapfb.mode=dvi:${dvimode} omapdss.def_disp=${defaultdisplay} root=${mmcroot} rootfstype=${mmcrootfstype}
  71. mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
  72. mmcdev=0
  73. mmcroot=/dev/mmcblk0p2 rw
  74. mmcrootfstype=ext3 rootwait
  75. mpurate=auto
  76. nandargs=setenv bootargs console=${console} ${optargs} mpurate=${mpurate} buddy=${buddy} camera=${camera} vram=${vram} omapfb.mode=dvi:${dvimode} omapdss.def_disp=${defaultdisplay} root=${nandroot} rootfstype=${nandrootfstype}
  77. nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr} 280000 400000; bootm ${loadaddr}
  78. nandroot=ubi0:rootfs ubi.mtd=4
  79. nandrootfstype=ubifs
  80. ramargs=setenv bootargs console=${console} ${optargs} mpurate=${mpurate} buddy=${buddy} vram=${vram} omapfb.mode=dvi:${dvimode} omapdss.def_disp=${defaultdisplay} root=${ramroot} rootfstype=${ramrootfstype}
  81. ramboot=echo Booting from ramdisk ...; run ramargs; bootm ${loadaddr}
  82. ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M
  83. ramrootfstype=ext2
  84. rdaddr=0x81000000
  85. stderr=serial
  86. stdin=serial
  87. stdout=serial
  88. uenvcmd=boot
  89. usbtty=cdc_acm
  90. userbutton=if gpio input 173; then run userbutton_xm; else run userbutton_nonxm; fi;
  91. userbutton_nonxm=gpio input 7;
  92. userbutton_xm=gpio input 4;
  93. vram=12M
  94.  
  95. Environment size: 2688/131068 bytes
  96. NOTE: NODT BOOT: booting from MMC filesystem
  97. reading uImage
  98. 3850592 bytes read in 292 ms (12.6 MiB/s)
  99. starting..
  100. ## Booting kernel from Legacy Image at 80200000 ...
  101. Image Name: Linux-3.9.0-11594-gb4376c4
  102. Image Type: ARM Linux Kernel Image (uncompressed)
  103. Data Size: 3850528 Bytes = 3.7 MiB
  104. Load Address: 80800000
  105. Entry Point: 80800000
  106. Verifying Checksum ... OK
  107. Loading Kernel Image ... OK
  108. OK
  109.  
  110. Starting kernel ...
  111.  
  112. [ 0.000000] Booting Linux on physical CPU 0x0
  113. [ 0.000000] Linux version 3.9.0-11594-gb4376c4 (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #18 SMP Wed May 8 11:40:11 CDT 2013
  114. [ 0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c5387d
  115. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  116. [ 0.000000] Machine: OMAP3 Beagle Board
  117. [ 0.000000] cma: CMA: reserved 16 MiB at 8e800000
  118. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  119. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  120. [ 0.000000] OMAP3430/3530 ES3.0 (l2cache iva sgx neon isp )
  121. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0a0f000 s12864 r8192 d15808 u36864
  122. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
  123. [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  124. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  125. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  126. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  127. [ 0.000000] Memory: 255MB = 255MB total
  128. [ 0.000000] Memory: 234164k/234164k available, 27980k reserved, 0K highmem
  129. [ 0.000000] Virtual kernel memory layout:
  130. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  131. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  132. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  133. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  134. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  135. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  136. [ 0.000000] .text : 0xc0008000 - 0xc06be418 (6874 kB)
  137. [ 0.000000] .init : 0xc06bf000 - 0xc0722240 ( 397 kB)
  138. [ 0.000000] .data : 0xc0724000 - 0xc079e740 ( 490 kB)
  139. [ 0.000000] .bss : 0xc079e740 - 0xc080a7fc ( 433 kB)
  140. [ 0.000000] Hierarchical RCU implementation.
  141. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  142. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  143. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  144. [ 0.000000] Total of 96 interrupts on 1 active controller
  145. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
  146. [ 0.000000] OMAP clockevent source: timer12 at 32768 Hz
  147. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  148. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  149. [ 0.000000] Console: colour dummy device 80x30
  150. [ 0.000335] Calibrating delay loop... 312.11 BogoMIPS (lpj=1560576)
  151. [ 0.054748] pid_max: default: 32768 minimum: 301
  152. [ 0.054962] Security Framework initialized
  153. [ 0.055053] Mount-cache hash table entries: 512
  154. [ 0.056152] CPU: Testing write buffer coherency: ok
  155. [ 0.056610] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  156. [ 0.056732] Setting up static identity map for 0xc04c7650 - 0xc04c76a8
  157. [ 0.058166] Brought up 1 CPUs
  158. [ 0.058197] SMP: Total of 1 processors activated (312.11 BogoMIPS).
  159. [ 0.058197] CPU: All CPU(s) started in SVC mode.
  160. [ 0.059143] devtmpfs: initialized
  161. [ 0.114349] pinctrl core: initialized pinctrl subsystem
  162. [ 0.115692] regulator-dummy: no parameters
  163. [ 0.118194] NET: Registered protocol family 16
  164. [ 0.122497] DMA: preallocated 256 KiB pool for atomic coherent allocations
  165. [ 0.123626] omap-gpmc omap-gpmc: GPMC revision 5.0
  166. [ 0.129364] OMAP GPIO hardware version 2.5
  167. [ 0.138977] omap_mux_init: Add partition: #1: core, flags: 4
  168. [ 0.140380] OMAP3 Beagle Rev: C1/C2/C3
  169. [ 0.155090] Reprogramming SDRC clock to 332000000 Hz
  170. [ 0.156707] hw-breakpoint: debug architecture 0x4 unsupported.
  171. [ 0.166870] omap-mcbsp.2: alias fck already exists
  172. [ 0.167388] omap-mcbsp.3: alias fck already exists
  173. [ 0.169250] OMAP DMA hardware revision 4.0
  174. [ 0.169952] Serial: AMBA PL011 UART driver
  175. [ 0.172424] arm-pmu: alias fck already exists
  176. [ 0.209289] bio: create slab <bio-0> at 0
  177. [ 0.258361] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  178. [ 0.262634] SCSI subsystem initialized
  179. [ 0.264251] usbcore: registered new interface driver usbfs
  180. [ 0.264556] usbcore: registered new interface driver hub
  181. [ 0.264953] usbcore: registered new device driver usb
  182. [ 0.273010] twl 1-0048: PIH (irq 23) chaining IRQs 338..346
  183. [ 0.273223] twl 1-0048: power (irq 343) chaining IRQs 346..353
  184. [ 0.274749] twl4030_gpio twl4030_gpio: gpio (irq 338) chaining IRQs 354..371
  185. [ 0.277404] hsusb2_reset: 3300 mV
  186. [ 0.279174] hsusb2_vcc: 3300 mV
  187. [ 0.281707] vdd_mpu_iva: 600 <--> 1450 mV normal
  188. [ 0.282775] vdd_core: 600 <--> 1450 mV normal
  189. [ 0.283935] VMMC1: 1850 <--> 3150 mV at 3150 mV normal standby
  190. [ 0.285095] VDAC: 1800 mV normal standby
  191. [ 0.286285] VDVI: 1800 mV normal standby
  192. [ 0.287963] VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
  193. [ 0.288391] omap_i2c omap_i2c.1: bus 1 rev3.3 at 2600 kHz
  194. [ 0.289703] omap_i2c omap_i2c.3: bus 3 rev3.3 at 100 kHz
  195. [ 0.293487] Switching to clocksource 32k_counter
  196. [ 0.353637] NET: Registered protocol family 2
  197. [ 0.355010] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  198. [ 0.355072] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
  199. [ 0.355133] TCP: Hash tables configured (established 2048 bind 2048)
  200. [ 0.355285] TCP: reno registered
  201. [ 0.355316] UDP hash table entries: 256 (order: 1, 8192 bytes)
  202. [ 0.355346] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  203. [ 0.355743] NET: Registered protocol family 1
  204. [ 0.356262] RPC: Registered named UNIX socket transport module.
  205. [ 0.356292] RPC: Registered udp transport module.
  206. [ 0.356292] RPC: Registered tcp transport module.
  207. [ 0.356323] RPC: Registered tcp NFSv4.1 backchannel transport module.
  208. [ 0.356781] NetWinder Floating Point Emulator V0.97 (double precision)
  209. [ 0.357025] CPU PMU: probing PMU on CPU 0
  210. [ 0.357055] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  211. [ 0.560119] VFS: Disk quotas dquot_6.5.2
  212. [ 0.560363] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  213. [ 0.561584] NFS: Registering the id_resolver key type
  214. [ 0.561676] Key type id_resolver registered
  215. [ 0.561676] Key type id_legacy registered
  216. [ 0.561737] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  217. [ 0.562042] msgmni has been set to 489
  218. [ 0.564117] io scheduler noop registered
  219. [ 0.564117] io scheduler deadline registered
  220. [ 0.564178] io scheduler cfq registered (default)
  221. [ 0.566558] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  222. [ 0.570220] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 88) is a OMAP UART0
  223. [ 0.571197] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 89) is a OMAP UART1
  224. [ 0.572174] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 90) is a OMAP UART2
  225. [ 1.215423] console [ttyO2] enabled
  226. [ 1.239624] brd: module loaded
  227. [ 1.254180] loop: module loaded
  228. [ 1.261291] mtdoops: mtd device (mtddev=name/number) must be supplied
  229. [ 1.268493] Trying ONFI probe in 16 bits mode, aborting !
  230. [ 1.274261] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron NAND 256MiB 1,8V 16-bit), 256MiB, page size: 2048, OOB size: 64
  231. [ 1.286926] Creating 5 MTD partitions on "omap2-nand.0":
  232. [ 1.292541] 0x000000000000-0x000000080000 : "X-Loader"
  233. [ 1.301116] 0x000000080000-0x000000260000 : "U-Boot"
  234. [ 1.310028] 0x000000260000-0x000000280000 : "U-Boot Env"
  235. [ 1.317993] 0x000000280000-0x000000680000 : "Kernel"
  236. [ 1.328216] 0x000000680000-0x000010000000 : "File System"
  237. [ 1.501098] OneNAND driver initializing
  238. [ 1.511749] usbcore: registered new interface driver asix
  239. [ 1.517822] usbcore: registered new interface driver ax88179_178a
  240. [ 1.524566] usbcore: registered new interface driver cdc_ether
  241. [ 1.530975] usbcore: registered new interface driver smsc95xx
  242. [ 1.537322] usbcore: registered new interface driver net1080
  243. [ 1.543548] usbcore: registered new interface driver cdc_subset
  244. [ 1.550079] usbcore: registered new interface driver zaurus
  245. [ 1.556335] usbcore: registered new interface driver cdc_ncm
  246. [ 1.563476] usbcore: registered new interface driver cdc_wdm
  247. [ 1.569763] usbcore: registered new interface driver usb-storage
  248. [ 1.576446] usbcore: registered new interface driver usbtest
  249. [ 1.583343] mousedev: PS/2 mouse device common for all mice
  250. [ 1.592041] input: twl4030_pwrbutton as /devices/platform/omap_i2c.1/i2c-1/1-004b/twl4030_pwrbutton/input/input0
  251. [ 1.605590] twl_rtc twl_rtc: Enabling TWL-RTC
  252. [ 1.612731] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  253. [ 1.620117] i2c /dev entries driver
  254. [ 1.625244] Driver for 1-wire Dallas network protocol.
  255. [ 1.633331] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  256. [ 1.645080] omap-dma-engine omap-dma-engine: allocating channel for 62
  257. [ 1.651977] omap-dma-engine omap-dma-engine: allocating channel for 61
  258. [ 2.028350] usbcore: registered new interface driver usbhid
  259. [ 2.034301] usbhid: USB HID core driver
  260. [ 2.039367] oprofile: using arm/armv7
  261. [ 2.043731] TCP: cubic registered
  262. [ 2.047210] Initializing XFRM netlink socket
  263. [ 2.051727] NET: Registered protocol family 17
  264. [ 2.056488] NET: Registered protocol family 15
  265. [ 2.061340] Key type dns_resolver registered
  266. [ 2.065979] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
  267. [ 2.082366] PM: no software I/O chain control; some wakeups may be lost
  268. [ 2.089843] ThumbEE CPU extension supported.
  269. [ 2.094451] Registering SWP/SWPB emulation handler
  270. [ 2.102539] VDVI: incomplete constraints, leaving on
  271. [ 2.108093] VDAC: incomplete constraints, leaving on
  272. [ 2.115966] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  273. [ 2.125457] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:25:20 UTC (946686320)
  274. [ 2.135040] Waiting for root device /dev/mmcblk0p2...
  275. [ 2.217346] mmc0: new high speed SDHC card at address 1234
  276. [ 2.224365] mmcblk0: mmc0:1234 SA04G 3.63 GiB
  277. [ 2.231933] mmcblk0: p1 p2
  278. [ 2.272033] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  279. [ 2.280670] VFS: Mounted root (ext4 filesystem) on device 179:2.
  280. [ 2.298095] devtmpfs: mounted
  281. [ 2.302215] Freeing unused kernel memory: 396K (c06bf000 - c0722000)
  282. Mounting proc : OK
  283. Mounting sysfs : OK
  284. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  285. boot mounted: OK
  286. /dev/ttyO2 linked to /dev/tty-bd - using as console
  287.  
  288. ******************************************
  289. Starting System Init for OMAP3BeagleBoard
  290. Release: X.x
  291. Kernel: Linux OMAP3BeagleBoard 3.9.0-11594-gb4376c4 #18 SMP Wed May 8 11:40:11 CDT 2013 armv7l GNU/Linux
  292. ******************************************
  293. Saving kernel ring buffer : OK
  294. Mounting devpts : OK
  295. Setting up networking
  296. Configuring lo : OK
  297. Starting syslogd : OK
  298. Starting klogd : OK
  299. Mounting filesystems : OK
  300. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  301.  
  302. Please press Enter to activate this console.
  303. / #
  304. / #
  305. / # ./test.sh
  306. ===================
  307. System CPUFREQ Configuration:
  308. ===================
  309. Scaling driver: omap
  310. cpufreq-cpu0 Regulator not found. Checking for legacy mpu regulator
  311. Scaling Regulator: /sys/class/regulator/regulator.3 : vdd_mpu_iva
  312. 125000 250000 500000 550000 600000 are the available frequencies
  313. ===================
  314. Boot Configuration:
  315. ===================
  316. bogomips@ boot:
  317. BogoMIPS : 312.11
  318. Boot scaling frequency =600000
  319. Boot vdd_mpu_iva Scaling voltage(uV) =1350000
  320. ===================
  321. Single OPP transition walk through test:
  322. ===================
  323. 1: TESTING for 1 seconds at 125000
  324. current scaling frequency(for 125000) =125000
  325. current vdd_mpu_iva Scaling voltage(uV) =975000
  326. bogomips@ frequency 125000:
  327. BogoMIPS : 65.02
  328. 2: TESTING for 1 seconds at 250000
  329. current scaling frequency(for 250000) =250000
  330. current vdd_mpu_iva Scaling voltage(uV) =1075000
  331. bogomips@ frequency 250000:
  332. BogoMIPS : 130.04
  333. 3: TESTING for 1 seconds at 500000
  334. current scaling frequency(for 500000) =500000
  335. current vdd_mpu_iva Scaling voltage(uV) =1200000
  336. bogomips@ frequency 500000:
  337. BogoMIPS : 260.09
  338. 4: TESTING for 1 seconds at 550000
  339. current scaling frequency(for 550000) =550000
  340. current vdd_mpu_iva Scaling voltage(uV) =1270000
  341. bogomips@ frequency 550000:
  342. BogoMIPS : 286.10
  343. 5: TESTING for 1 seconds at 600000
  344. current scaling frequency(for 600000) =600000
  345. current vdd_mpu_iva Scaling voltage(uV) =1350000
  346. bogomips@ frequency 600000:
  347. BogoMIPS : 312.11
  348. ===================
  349. Rapid transitions test (print every 1000 all OPP combinations):
  350. ===================
  351. [0] 1000: 5 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:30 CST 1999
  352. [1] 1000: 5 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:30 CST 1999
  353. [2] 1000: 5 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:30 CST 1999
  354. [3] 1000: 5 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:30 CST 1999
  355. [4] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  356. [5] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  357. [6] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  358. [7] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  359. [8] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  360. [9] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  361. [10] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  362. [11] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  363. [12] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  364. [13] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  365. [14] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  366. [15] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  367. [16] 1000: 6 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:31 CST 1999
  368. [17] 1000: 7 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:32 CST 1999
  369. [18] 1000: 7 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:32 CST 1999
  370. [19] 1000: 7 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:32 CST 1999
  371. [20] 1000: 7 Seconds: Fri Dec 31 18:25:25 CST 1999 : time now = Fri Dec 31 18:25:32 CST 1999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement