Advertisement
Guest User

Untitled

a guest
Mar 19th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.54 KB | None | 0 0
  1. Terminal ready
  2.  
  3. U-Boot SPL 2013.01.01 (Mar 13 2013 - 17:06:24)
  4. OMAP SD/MMC: 0
  5. reading u-boot.img
  6. reading u-boot.img
  7.  
  8.  
  9. U-Boot 2013.01.01 (Mar 13 2013 - 17:06:24)
  10.  
  11. OMAP36XX/37XX-GP ES1.2, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
  12. OMAP3 Beagle board + LPDDR/NAND
  13. I2C: ready
  14. DRAM: 512 MiB
  15. NAND: 0 MiB
  16. MMC: OMAP SD/MMC: 0
  17. *** Warning - readenv() failed, using default environment
  18.  
  19. In: serial
  20. Out: serial
  21. Err: serial
  22. Beagle xM Rev C
  23. No EEPROM on expansion board
  24. Die ID #409600029ff800000168300f0d00c008
  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.800
  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: 0
  32. mmc0 is current device
  33. gpio: pin 173 (gpio 173) value is 0
  34. gpio: pin 4 (gpio 4) value is 0
  35. SD/MMC found on device 0
  36. reading uEnv.txt
  37. 473 bytes read in 3 ms (153.3 KiB/s)
  38. Loaded environment from uEnv.txt
  39. Importing environment from mmc ...
  40. Running uenvcmd ...
  41. baudrate=115200
  42. beaglerev=xMC
  43. bootargs=console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  44. bootcmd=printenv;echo "NOTE: booting from MMC filesystem";sleep 1;run fatloaduimage; sleep 1; run loaddtb; echo "starting.."; sleep 1; run bootwdtb
  45. bootdelay=3
  46. bootenv=uEnv.txt
  47. bootfile=uImage.beagle
  48. bootwdtb=bootm ${loadaddr} - ${fdtbaddr}
  49. buddy=none
  50. camera=none
  51. console=ttyO2,115200n8
  52. defaultdisplay=dvi
  53. dieid#=409600029ff800000168300f0d00c008
  54. dvimode=640x480MR-16@60
  55. ethact=usb_ether
  56. fatloaduimage=fatload mmc 0:1 ${loadaddr} uImage
  57. fdtbaddr=0x80F80000
  58. filesize=0x1d9
  59. importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize
  60. loadaddr=0x80200000
  61. loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
  62. loaddtb=fatload mmc 0:1 ${fdtbaddr} omap3-beagle-xm.dtb; fdt addr ${fdtbaddr}; fdt resize
  63. loadramdisk=fatload mmc ${mmcdev} ${rdaddr} ramdisk.gz
  64. loaduimage=ext2load mmc ${mmcdev}:2 ${loadaddr} /boot/uImage
  65. loaduimagefat=fatload mmc ${mmcdev} ${loadaddr} uImage
  66. 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}
  67. mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
  68. mmcdev=0
  69. mmcroot=/dev/mmcblk0p2 rw
  70. mmcrootfstype=ext3 rootwait
  71. mpurate=auto
  72. 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}
  73. nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr} 280000 400000; bootm ${loadaddr}
  74. nandroot=ubi0:rootfs ubi.mtd=4
  75. nandrootfstype=ubifs
  76. ramargs=setenv bootargs console=${console} ${optargs} mpurate=${mpurate} buddy=${buddy} vram=${vram} omapfb.mode=dvi:${dvimode} omapdss.def_disp=${defaultdisplay} root=${ramroot} rootfstype=${ramrootfstype}
  77. ramboot=echo Booting from ramdisk ...; run ramargs; bootm ${loadaddr}
  78. ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M
  79. ramrootfstype=ext2
  80. rdaddr=0x81000000
  81. stderr=serial
  82. stdin=serial
  83. stdout=serial
  84. uenvcmd=boot
  85. usbtty=cdc_acm
  86. userbutton=if gpio input 173; then run userbutton_xm; else run userbutton_nonxm; fi;
  87. userbutton_nonxm=gpio input 7;
  88. userbutton_xm=gpio input 4;
  89. vram=12M
  90.  
  91. Environment size: 2468/131068 bytes
  92. NOTE: booting from MMC filesystem
  93. reading uImage
  94. 4117320 bytes read in 264 ms (14.9 MiB/s)
  95. reading omap3-beagle-xm.dtb
  96. 10898 bytes read in 9 ms (1.2 MiB/s)
  97. starting..
  98. ## Booting kernel from Legacy Image at 80200000 ...
  99. Image Name: Linux-3.9.0-rc3-00048-g5c02e9d
  100. Image Type: ARM Linux Kernel Image (uncompressed)
  101. Data Size: 4117256 Bytes = 3.9 MiB
  102. Load Address: 80800000
  103. Entry Point: 80800000
  104. Verifying Checksum ... OK
  105. ## Flattened Device Tree blob at 80f80000
  106. Booting using the fdt blob at 0x80f80000
  107. Loading Kernel Image ... OK
  108. OK
  109. reserving fdt memory region: addr=80f80000 size=3000
  110. Loading Device Tree to 8fffa000, end 8fffffff ... OK
  111.  
  112. Starting kernel ...
  113.  
  114. [ 0.000000] Booting Linux on physical CPU 0x0
  115. [ 0.000000] Linux version 3.9.0-rc3-00048-g5c02e9d (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #3 SMP Tue Mar 19 10:19:01 CDT 2013
  116. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
  117. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  118. [ 0.000000] Machine: Generic OMAP3 (Flattened Device Tree), model: TI OMAP3 BeagleBoard xM
  119. [ 0.000000] cma: CMA: reserved 16 MiB at 9e800000
  120. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  121. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  122. [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
  123. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
  124. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c1390000 s14336 r8192 d14336 u36864
  125. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  126. [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  127. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  128. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  129. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  130. [ 0.000000] __ex_table already sorted, skipping sort
  131. [ 0.000000] Memory: 511MB = 511MB total
  132. [ 0.000000] Memory: 488304k/488304k available, 35984k reserved, 0K highmem
  133. [ 0.000000] Virtual kernel memory layout:
  134. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  135. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  136. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  137. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  138. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  139. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  140. [ 0.000000] .text : 0xc0008000 - 0xc073fa9c (7391 kB)
  141. [ 0.000000] .init : 0xc0740000 - 0xc0797800 ( 350 kB)
  142. [ 0.000000] .data : 0xc0798000 - 0xc083d768 ( 662 kB)
  143. [ 0.000000] .bss : 0xc083d768 - 0xc0d98bc8 (5486 kB)
  144. [ 0.000000] Hierarchical RCU implementation.
  145. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  146. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  147. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  148. [ 0.000000] Total of 96 interrupts on 1 active controller
  149. [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  150. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  151. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  152. [ 0.000000] Console: colour dummy device 80x30
  153. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  154. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  155. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  156. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  157. [ 0.000000] ... CLASSHASH_SIZE: 4096
  158. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  159. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  160. [ 0.000000] ... CHAINHASH_SIZE: 16384
  161. [ 0.000000] memory used by lock dependency info: 3695 kB
  162. [ 0.000000] per task-struct memory footprint: 1152 bytes
  163. [ 0.001068] Calibrating delay loop... 395.67 BogoMIPS (lpj=1978368)
  164. [ 0.109710] pid_max: default: 32768 minimum: 301
  165. [ 0.110229] Security Framework initialized
  166. [ 0.110412] Mount-cache hash table entries: 512
  167. [ 0.123840] CPU: Testing write buffer coherency: ok
  168. [ 0.125366] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  169. [ 0.125427] Setting up static identity map for 0xc0518510 - 0xc0518580
  170. [ 0.131134] Brought up 1 CPUs
  171. [ 0.131164] SMP: Total of 1 processors activated (395.67 BogoMIPS).
  172. [ 0.131164] CPU: All CPU(s) started in SVC mode.
  173. [ 0.134674] devtmpfs: initialized
  174. [ 0.188629] pinctrl core: initialized pinctrl subsystem
  175. [ 0.195068] regulator-dummy: no parameters
  176. [ 0.198883] NET: Registered protocol family 16
  177. [ 0.207885] DMA: preallocated 256 KiB pool for atomic coherent allocations
  178. [ 0.224945] Reprogramming SDRC clock to 400000000 Hz
  179. [ 0.237823] OMAP GPIO hardware version 2.5
  180. [ 0.266387] platform 49022000.mcbsp: alias fck already exists
  181. [ 0.267700] platform 49024000.mcbsp: alias fck already exists
  182. [ 0.282073] omap-gpmc 6e000000.gpmc: GPMC revision 5.0
  183. [ 0.287353] No ATAGs?
  184. [ 0.287384] hw-breakpoint: debug architecture 0x4 unsupported.
  185. [ 0.293304] OMAP DMA hardware revision 5.0
  186. [ 0.294494] Serial: AMBA PL011 UART driver
  187. [ 0.365966] bio: create slab <bio-0> at 0
  188. [ 0.455963] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  189. [ 0.465728] SCSI subsystem initialized
  190. [ 0.468231] usbcore: registered new interface driver usbfs
  191. [ 0.468780] usbcore: registered new interface driver hub
  192. [ 0.469970] usbcore: registered new device driver usb
  193. [ 0.472351] omap_i2c i2c.8: did not get pins for i2c error: -19
  194. [ 0.474029] omap_i2c i2c.8: bus 0 rev4.4 at 2600 kHz
  195. [ 0.486694] twl 0-0048: PIH (irq 23) chaining IRQs 338..346
  196. [ 0.487304] twl 0-0048: power (irq 343) chaining IRQs 346..353
  197. [ 0.493743] VDD1: 600 <--> 1450 mV at 1200 mV
  198. [ 0.496887] VDAC: 1800 mV
  199. [ 0.500488] VPLL2: 1800 mV
  200. [ 0.503234] VMMC1: 1850 <--> 3150 mV at 3150 mV
  201. [ 0.505737] VUSB1V5: 1500 mV
  202. [ 0.507904] VUSB1V8: 1800 mV
  203. [ 0.510498] VUSB3V1: 3100 mV
  204. [ 0.512878] VSIM: 1800 <--> 3000 mV at 1800 mV
  205. [ 0.515838] twl4030_gpio gpio.32: gpio (irq 338) chaining IRQs 354..371
  206. [ 0.520812] omap_i2c i2c.9: did not get pins for i2c error: -19
  207. [ 0.522064] omap_i2c i2c.9: bus 1 rev4.4 at 400 kHz
  208. [ 0.522338] omap_i2c i2c.10: did not get pins for i2c error: -19
  209. [ 0.523498] omap_i2c i2c.10: bus 2 rev4.4 at 100 kHz
  210. [ 0.533630] Switching to clocksource 32k_counter
  211. [ 0.678863] NET: Registered protocol family 2
  212. [ 0.680969] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  213. [ 0.681274] TCP bind hash table entries: 4096 (order: 5, 147456 bytes)
  214. [ 0.683563] TCP: Hash tables configured (established 4096 bind 4096)
  215. [ 0.683807] TCP: reno registered
  216. [ 0.683837] UDP hash table entries: 256 (order: 2, 20480 bytes)
  217. [ 0.684326] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  218. [ 0.685577] NET: Registered protocol family 1
  219. [ 0.687713] RPC: Registered named UNIX socket transport module.
  220. [ 0.687744] RPC: Registered udp transport module.
  221. [ 0.687774] RPC: Registered tcp transport module.
  222. [ 0.687774] RPC: Registered tcp NFSv4.1 backchannel transport module.
  223. [ 0.688964] NetWinder Floating Point Emulator V0.97 (double precision)
  224. [ 0.689270] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  225. [ 0.889648] VFS: Disk quotas dquot_6.5.2
  226. [ 0.889984] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  227. [ 0.892913] NFS: Registering the id_resolver key type
  228. [ 0.893432] Key type id_resolver registered
  229. [ 0.893463] Key type id_legacy registered
  230. [ 0.893615] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  231. [ 0.894378] msgmni has been set to 985
  232. [ 0.898193] io scheduler noop registered
  233. [ 0.898223] io scheduler deadline registered
  234. [ 0.898315] io scheduler cfq registered (default)
  235. [ 0.900970] pinctrl-single 48002030.pinmux: 742 pins at pa fa002030 size 1484
  236. [ 0.901763] pinctrl-single 48002a58.pinmux: 46 pins at pa fa002a58 size 92
  237. [ 0.906982] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  238. [ 0.914672] omap_uart serial.5: did not get pins for uart0 error: -19
  239. [ 0.915313] serial.5: ttyO0 at MMIO 0x4806a000 (irq = 88) is a OMAP UART0
  240. [ 0.917816] omap_uart serial.6: did not get pins for uart1 error: -19
  241. [ 0.918273] serial.6: ttyO1 at MMIO 0x4806c000 (irq = 89) is a OMAP UART1
  242. [ 0.919799] omap_uart serial.7: did not get pins for uart2 error: -19
  243. [ 0.920135] serial.7: ttyO2 at MMIO 0x49020000 (irq = 90) is a OMAP UART2
  244. [ 1.668914] console [ttyO2] enabled
  245. [ 1.674591] omap_uart serial.17: did not get pins for uart3 error: -19
  246. [ 1.681793] serial.17: ttyO3 at MMIO 0x49042000 (irq = 96) is a OMAP UART3
  247. [ 1.726715] brd: module loaded
  248. [ 1.752471] loop: module loaded
  249. [ 1.764617] mtdoops: mtd device (mtddev=name/number) must be supplied
  250. [ 1.772583] OneNAND driver initializing
  251. [ 1.777893] omap2_mcspi spi.11: pins are not configured from the driver
  252. [ 1.787200] omap2_mcspi spi.12: pins are not configured from the driver
  253. [ 1.795684] omap2_mcspi spi.13: pins are not configured from the driver
  254. [ 1.803833] omap2_mcspi spi.14: pins are not configured from the driver
  255. [ 1.819244] usbcore: registered new interface driver asix
  256. [ 1.825897] usbcore: registered new interface driver ax88179_178a
  257. [ 1.832855] usbcore: registered new interface driver cdc_ether
  258. [ 1.839965] usbcore: registered new interface driver smsc95xx
  259. [ 1.846801] usbcore: registered new interface driver net1080
  260. [ 1.853240] usbcore: registered new interface driver cdc_subset
  261. [ 1.860229] usbcore: registered new interface driver zaurus
  262. [ 1.866912] usbcore: registered new interface driver cdc_ncm
  263. [ 1.875396] usbcore: registered new interface driver cdc_wdm
  264. [ 1.881378] Initializing USB Mass Storage driver...
  265. [ 1.887268] usbcore: registered new interface driver usb-storage
  266. [ 1.893615] USB Mass Storage support registered.
  267. [ 1.899353] usbcore: registered new interface driver usbtest
  268. [ 1.907745] mousedev: PS/2 mouse device common for all mice
  269. [ 1.920593] twl_rtc rtc.22: Enabling TWL-RTC
  270. [ 1.929565] twl_rtc rtc.22: rtc core: registered rtc.22 as rtc0
  271. [ 1.937744] i2c /dev entries driver
  272. [ 1.946075] Driver for 1-wire Dallas network protocol.
  273. [ 1.956390] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  274. [ 1.970001] omap_cpufreq_init: unable to get MPU regulator
  275. [ 1.979644] omap-dma-engine omap-dma-engine: allocating channel for 62
  276. [ 1.986846] omap-dma-engine omap-dma-engine: allocating channel for 61
  277. [ 1.996215] omap_hsmmc mmc.15: pins are not configured from the driver
  278. [ 2.049102] leds-gpio leds.18: pins are not configured from the driver
  279. [ 2.067108] ledtrig-cpu: registered to indicate activity on CPUs
  280. [ 2.075653] usbcore: registered new interface driver usbhid
  281. [ 2.081573] usbhid: USB HID core driver
  282. [ 2.087554] oprofile: using arm/armv7
  283. [ 2.092285] TCP: cubic registered
  284. [ 2.096008] Initializing XFRM netlink socket
  285. [ 2.100708] NET: Registered protocol family 17
  286. [ 2.105560] NET: Registered protocol family 15
  287. [ 2.110687] Key type dns_resolver registered
  288. [ 2.115417] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  289. [ 2.124511] ThumbEE CPU extension supported.
  290. [ 2.134796] VPLL2: disabling
  291. [ 2.138549] VDAC: disabling
  292. [ 2.149078] twl_rtc rtc.22: setting system clock to 2000-01-01 00:04:03 UTC (946685043)
  293. [ 2.162475] Waiting for root device /dev/mmcblk0p2...
  294. [ 2.169006] mmc0: host does not support reading read-only switch. assuming write-enable.
  295. [ 2.180725] mmc0: new high speed SDHC card at address 1234
  296. [ 2.189758] mmcblk0: mmc0:1234 SA04G 3.63 GiB
  297. [ 2.201019] mmcblk0: p1 p2
  298. [ 3.830169] EXT4-fs (mmcblk0p2): recovery complete
  299. [ 3.840698] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  300. [ 3.849487] VFS: Mounted root (ext4 filesystem) on device 179:2.
  301. [ 3.869384] devtmpfs: mounted
  302. [ 3.873260] Freeing init memory: 348K
  303. Mounting proc : OK
  304. Mounting sysfs : OK
  305. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  306. boot mounted: OK
  307. /dev/ttyO2 linked to /dev/tty-bd - using as console
  308.  
  309. ******************************************
  310. Starting System Init for GenericOMAP3(FlattenedDeviceTree)
  311. Release: X.x
  312. Kernel: Linux GenericOMAP3(FlattenedDeviceTree) 3.9.0-rc3-00048-g5c02e9d #3 SMP Tue Mar 19 10:19:01 CDT 2013 armv7l GNU/Linux
  313. ******************************************
  314. Saving kernel ring buffer : OK
  315. Mounting devpts : OK
  316. Setting up networking
  317. Configuring lo : OK
  318. Starting syslogd : OK
  319. Starting klogd : OK
  320. Mounting filesystems : OK
  321. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  322.  
  323. Please press Enter to activate this console.
  324.  
  325.  
  326.  
  327. / #
  328. / #
  329. / #
  330. / # ./test.sh
  331. killall: memtester: no process killed
  332. 300000 600000 800000 is the available freqs
  333. bogomips@ boot:
  334. BogoMIPS : 395.67
  335. Boot scaling frequency =600000
  336. TESTING for 1 seconds at 300000
  337. current scaling frequency(for 300000) =300000
  338. bogomips@ frequency 300000:
  339. BogoMIPS : 197.83
  340. TESTING for 1 seconds at 600000
  341. current scaling frequency(for 600000) =600000
  342. bogomips@ frequency 600000:
  343. BogoMIPS : 395.67
  344. TESTING for 1 seconds at 800000
  345. current scaling frequency(for 800000) =800000
  346. bogomips@ frequency 800000:
  347. BogoMIPS : 527.56
  348. More transitions TEST
  349. [0] 1000: 3 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:14 CST 1999
  350. [1] 1000: 3 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:14 CST 1999
  351. [2] 1000: 3 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:14 CST 1999
  352. [3] 1000: 3 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:14 CST 1999
  353. [4] 1000: 3 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:14 CST 1999
  354. [5] 1000: 3 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  355. [6] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  356. [7] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  357. [8] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  358. [9] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  359. [10] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  360. [11] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  361. [12] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  362. [13] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  363. [14] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  364. [15] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  365. [16] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  366. [17] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  367. [18] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:15 CST 1999
  368. [19] 1000: 4 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  369. [20] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  370. [21] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  371. [22] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  372. [23] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  373. [24] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  374. [25] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  375. [26] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  376. [27] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  377. [28] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  378. [29] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  379. [30] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  380. [31] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  381. [32] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:16 CST 1999
  382. [33] 1000: 5 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  383. [34] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  384. [35] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  385. [36] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  386. [37] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  387. [38] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  388. [39] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  389. [40] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  390. [41] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  391. [42] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  392. [43] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  393. [44] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  394. [45] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  395. [46] 1000: 6 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:17 CST 1999
  396. [47] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  397. [48] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  398. [49] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  399. [50] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  400. [51] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  401. [52] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  402. [53] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  403. [54] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  404. [55] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  405. [56] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  406. [57] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  407. [58] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  408. [59] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  409. [60] 1000: 7 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:18 CST 1999
  410. [61] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  411. [62] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  412. [63] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  413. [64] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  414. [65] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  415. [66] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  416. [67] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  417. [68] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  418. [69] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  419. [70] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  420. [71] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  421. [72] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  422. [73] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  423. [74] 1000: 8 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:19 CST 1999
  424. [75] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  425. [76] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  426. [77] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  427. [78] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  428. [79] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  429. [80] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  430. [81] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  431. [82] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  432. [83] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  433. [84] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  434. [85] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  435. [86] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  436. [87] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  437. [88] 1000: 9 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:20 CST 1999
  438. [89] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  439. [90] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  440. [91] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  441. [92] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  442. [93] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  443. [94] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  444. [95] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  445. [96] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  446. [97] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  447. [98] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  448. [99] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  449. [100] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  450. [101] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  451. [102] 1000: 10 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:21 CST 1999
  452. [103] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  453. [104] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  454. [105] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  455. [106] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  456. [107] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  457. [108] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  458. [109] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  459. [110] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  460. [111] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  461. [112] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  462. [113] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  463. [114] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  464. [115] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  465. [116] 1000: 11 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:22 CST 1999
  466. [117] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  467. [118] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  468. [119] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  469. [120] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  470. [121] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  471. [122] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  472. [123] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  473. [124] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  474. [125] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  475. [126] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  476. [127] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  477. [128] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  478. [129] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  479. [130] 1000: 12 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:23 CST 1999
  480. [131] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  481. [132] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  482. [133] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  483. [134] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  484. [135] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  485. [136] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  486. [137] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  487. [138] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  488. [139] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  489. [140] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  490. [141] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  491. [142] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  492. [143] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  493. [144] 1000: 13 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:24 CST 1999
  494. [145] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  495. [146] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  496. [147] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  497. [148] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  498. [149] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  499. [150] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  500. [151] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  501. [152] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  502. [153] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  503. [154] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  504. [155] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  505. [156] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  506. [157] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  507. [158] 1000: 14 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:25 CST 1999
  508. [159] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  509. [160] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  510. [161] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  511. [162] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  512. [163] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  513. [164] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  514. [165] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  515. [166] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  516. [167] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  517. [168] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  518. [169] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  519. [170] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  520. [171] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:26 CST 1999
  521. [172] 1000: 15 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  522. [173] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  523. [174] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  524. [175] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  525. [176] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  526. [177] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  527. [178] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  528. [179] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  529. [180] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  530. [181] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  531. [182] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  532. [183] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  533. [184] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  534. [185] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:27 CST 1999
  535. [186] 1000: 16 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  536. [187] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  537. [188] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  538. [189] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  539. [190] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  540. [191] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  541. [192] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  542. [193] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  543. [194] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  544. [195] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  545. [196] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  546. [197] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  547. [198] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  548. [199] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:28 CST 1999
  549. [200] 1000: 17 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  550. [201] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  551. [202] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  552. [203] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  553. [204] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  554. [205] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  555. [206] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  556. [207] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  557. [208] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  558. [209] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  559. [210] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  560. [211] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  561. [212] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  562. [213] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:29 CST 1999
  563. [214] 1000: 18 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:30 CST 1999
  564. [215] 1000: 19 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:30 CST 1999
  565. [216] 1000: 19 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:30 CST 1999
  566. [217] 1000: 19 Seconds: Fri Dec 31 18:04:11 CST 1999 : time now = Fri Dec 31 18:04:30 CST 1999
  567.  
  568. Skipping tty reset...
  569. Thanks for using picocom
  570. picocom v1.4
  571.  
  572. port is : /dev/ttyUSB0
  573. flowcontrol : none
  574. baudrate is : 115200
  575. parity is : none
  576. databits are : 8
  577. escape is : C-a
  578. noinit is : yes
  579. noreset is : yes
  580. nolock is : yes
  581. send_cmd is : ascii_xfr -s -v -l10
  582. receive_cmd is : rz -vv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement