Advertisement
Guest User

beagle-dt

a guest
May 8th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.48 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 0
  35. SD/MMC found on device 0
  36. reading uEnv.txt
  37. 690 bytes read in 5 ms (134.8 KiB/s)
  38. Loaded environment from uEnv.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 0
  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=uEnv.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: DT BOOT: booting from MMC filesystem
  97. reading uImage
  98. 3850592 bytes read in 293 ms (12.5 MiB/s)
  99. reading omap3-beagle.dtb
  100. 11872 bytes read in 8 ms (1.4 MiB/s)
  101. starting..
  102. ## Booting kernel from Legacy Image at 80200000 ...
  103. Image Name: Linux-3.9.0-11594-gb4376c4
  104. Image Type: ARM Linux Kernel Image (uncompressed)
  105. Data Size: 3850528 Bytes = 3.7 MiB
  106. Load Address: 80800000
  107. Entry Point: 80800000
  108. Verifying Checksum ... OK
  109. ## Flattened Device Tree blob at 80f80000
  110. Booting using the fdt blob at 0x80f80000
  111. Loading Kernel Image ... OK
  112. OK
  113. reserving fdt memory region: addr=80f80000 size=3000
  114. Loading Device Tree to 87ffa000, end 87ffffff ... OK
  115.  
  116. Starting kernel ...
  117.  
  118. [ 0.000000] Booting Linux on physical CPU 0x0
  119. [ 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
  120. [ 0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c5387d
  121. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  122. [ 0.000000] Machine: Generic OMAP3-GP (Flattened Device Tree), model: TI OMAP3 BeagleBoard
  123. [ 0.000000] cma: CMA: reserved 16 MiB at 8e800000
  124. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  125. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  126. [ 0.000000] OMAP3430/3530 ES3.0 (l2cache iva sgx neon isp )
  127. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0a14000 s12864 r8192 d15808 u36864
  128. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
  129. [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  130. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  131. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  132. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  133. [ 0.000000] Memory: 255MB = 255MB total
  134. [ 0.000000] Memory: 234108k/234108k available, 28036k reserved, 0K highmem
  135. [ 0.000000] Virtual kernel memory layout:
  136. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  137. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  138. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  139. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  140. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  141. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  142. [ 0.000000] .text : 0xc0008000 - 0xc06be418 (6874 kB)
  143. [ 0.000000] .init : 0xc06bf000 - 0xc0722240 ( 397 kB)
  144. [ 0.000000] .data : 0xc0724000 - 0xc079e740 ( 490 kB)
  145. [ 0.000000] .bss : 0xc079e740 - 0xc080a7fc ( 433 kB)
  146. [ 0.000000] Hierarchical RCU implementation.
  147. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  148. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  149. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  150. [ 0.000000] Total of 96 interrupts on 1 active controller
  151. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
  152. [ 0.000000] OMAP clockevent source: timer12 at 32768 Hz
  153. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  154. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  155. [ 0.000000] Console: colour dummy device 80x30
  156. [ 0.000366] Calibrating delay loop... 317.03 BogoMIPS (lpj=1585152)
  157. [ 0.047760] pid_max: default: 32768 minimum: 301
  158. [ 0.048004] Security Framework initialized
  159. [ 0.048095] Mount-cache hash table entries: 512
  160. [ 0.053314] CPU: Testing write buffer coherency: ok
  161. [ 0.053833] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  162. [ 0.053924] Setting up static identity map for 0xc04c7650 - 0xc04c76a8
  163. [ 0.055358] Brought up 1 CPUs
  164. [ 0.055389] SMP: Total of 1 processors activated (317.03 BogoMIPS).
  165. [ 0.055419] CPU: All CPU(s) started in SVC mode.
  166. [ 0.056488] devtmpfs: initialized
  167. [ 0.120422] pinctrl core: initialized pinctrl subsystem
  168. [ 0.121765] regulator-dummy: no parameters
  169. [ 0.124298] NET: Registered protocol family 16
  170. [ 0.128662] DMA: preallocated 256 KiB pool for atomic coherent allocations
  171. [ 0.139404] Reprogramming SDRC clock to 332000000 Hz
  172. [ 0.145629] OMAP GPIO hardware version 2.5
  173. [ 0.160675] platform 49022000.mcbsp: alias fck already exists
  174. [ 0.161346] platform 49024000.mcbsp: alias fck already exists
  175. [ 0.169647] omap-gpmc 6e000000.gpmc: GPMC revision 5.0
  176. [ 0.171936] No ATAGs?
  177. [ 0.171936] hw-breakpoint: debug architecture 0x4 unsupported.
  178. [ 0.175048] OMAP DMA hardware revision 4.0
  179. [ 0.175720] Serial: AMBA PL011 UART driver
  180. [ 0.214538] bio: create slab <bio-0> at 0
  181. [ 0.262298] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  182. [ 0.263427] hsusb2_reset: 3300 mV
  183. [ 0.263671] platform hsusb2_power_reg.20: Driver reg-fixed-voltage requests probe deferral
  184. [ 0.269287] SCSI subsystem initialized
  185. [ 0.270629] usbcore: registered new interface driver usbfs
  186. [ 0.270935] usbcore: registered new interface driver hub
  187. [ 0.271362] usbcore: registered new device driver usb
  188. [ 0.273223] omap_i2c i2c.9: did not get pins for i2c error: -19
  189. [ 0.274108] omap_i2c i2c.9: bus 0 rev3.3 at 2600 kHz
  190. [ 0.280670] twl 0-0048: PIH (irq 23) chaining IRQs 338..346
  191. [ 0.280853] twl 0-0048: power (irq 343) chaining IRQs 346..353
  192. [ 0.283355] VDD1: 600 <--> 1450 mV at 1275 mV
  193. [ 0.285003] VDAC: 1800 mV
  194. [ 0.286621] VPLL2: 1800 mV
  195. [ 0.288269] VMMC1: 1850 <--> 3150 mV at 3150 mV
  196. [ 0.289550] VUSB1V5: 1500 mV
  197. [ 0.290710] VUSB1V8: 1800 mV
  198. [ 0.291839] VUSB3V1: 3100 mV
  199. [ 0.293090] VSIM: 1800 <--> 3000 mV at 1800 mV
  200. [ 0.294586] twl4030_gpio gpio.32: gpio (irq 338) chaining IRQs 354..371
  201. [ 0.297088] omap_i2c i2c.10: did not get pins for i2c error: -19
  202. [ 0.297882] omap_i2c i2c.10: bus 1 rev3.3 at 100 kHz
  203. [ 0.298034] omap_i2c i2c.11: did not get pins for i2c error: -19
  204. [ 0.298767] omap_i2c i2c.11: bus 2 rev3.3 at 100 kHz
  205. [ 0.302612] Switching to clocksource 32k_counter
  206. [ 0.363067] NET: Registered protocol family 2
  207. [ 0.364044] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  208. [ 0.364105] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
  209. [ 0.364166] TCP: Hash tables configured (established 2048 bind 2048)
  210. [ 0.364318] TCP: reno registered
  211. [ 0.364318] UDP hash table entries: 256 (order: 1, 8192 bytes)
  212. [ 0.364379] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  213. [ 0.364746] NET: Registered protocol family 1
  214. [ 0.365295] RPC: Registered named UNIX socket transport module.
  215. [ 0.365295] RPC: Registered udp transport module.
  216. [ 0.365325] RPC: Registered tcp transport module.
  217. [ 0.365325] RPC: Registered tcp NFSv4.1 backchannel transport module.
  218. [ 0.365783] NetWinder Floating Point Emulator V0.97 (double precision)
  219. [ 0.365966] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  220. [ 0.569183] VFS: Disk quotas dquot_6.5.2
  221. [ 0.569458] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  222. [ 0.570617] NFS: Registering the id_resolver key type
  223. [ 0.570709] Key type id_resolver registered
  224. [ 0.570709] Key type id_legacy registered
  225. [ 0.570770] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  226. [ 0.571105] msgmni has been set to 489
  227. [ 0.572723] io scheduler noop registered
  228. [ 0.572723] io scheduler deadline registered
  229. [ 0.572784] io scheduler cfq registered (default)
  230. [ 0.574798] pinctrl-single 48002030.pinmux: 742 pins at pa fa002030 size 1484
  231. [ 0.575103] pinctrl-single 48002a00.pinmux: 46 pins at pa fa002a00 size 92
  232. [ 0.577636] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  233. [ 0.581237] omap_uart serial.6: did not get pins for uart0 error: -19
  234. [ 0.581512] serial.6: ttyO0 at MMIO 0x4806a000 (irq = 88) is a OMAP UART0
  235. [ 0.582366] omap_uart serial.7: did not get pins for uart1 error: -19
  236. [ 0.582641] serial.7: ttyO1 at MMIO 0x4806c000 (irq = 89) is a OMAP UART1
  237. [ 0.583465] omap_uart serial.8: did not get pins for uart2 error: -19
  238. [ 0.583709] serial.8: ttyO2 at MMIO 0x49020000 (irq = 90) is a OMAP UART2
  239. [ 1.277740] console [ttyO2] enabled
  240. [ 1.301910] brd: module loaded
  241. [ 1.316406] loop: module loaded
  242. [ 1.322967] mtdoops: mtd device (mtddev=name/number) must be supplied
  243. [ 1.330169] OneNAND driver initializing
  244. [ 1.335235] omap2_mcspi spi.12: pins are not configured from the driver
  245. [ 1.343017] omap2_mcspi spi.13: pins are not configured from the driver
  246. [ 1.350646] omap2_mcspi spi.14: pins are not configured from the driver
  247. [ 1.358428] omap2_mcspi spi.15: pins are not configured from the driver
  248. [ 1.369903] usbcore: registered new interface driver asix
  249. [ 1.375976] usbcore: registered new interface driver ax88179_178a
  250. [ 1.382781] usbcore: registered new interface driver cdc_ether
  251. [ 1.389221] usbcore: registered new interface driver smsc95xx
  252. [ 1.395782] usbcore: registered new interface driver net1080
  253. [ 1.402008] usbcore: registered new interface driver cdc_subset
  254. [ 1.408569] usbcore: registered new interface driver zaurus
  255. [ 1.414916] usbcore: registered new interface driver cdc_ncm
  256. [ 1.421966] usbcore: registered new interface driver cdc_wdm
  257. [ 1.428314] usbcore: registered new interface driver usb-storage
  258. [ 1.434967] usbcore: registered new interface driver usbtest
  259. [ 1.441864] mousedev: PS/2 mouse device common for all mice
  260. [ 1.451202] twl_rtc rtc.22: Enabling TWL-RTC
  261. [ 1.458374] twl_rtc rtc.22: rtc core: registered rtc.22 as rtc0
  262. [ 1.465545] i2c /dev entries driver
  263. [ 1.470825] Driver for 1-wire Dallas network protocol.
  264. [ 1.479217] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  265. [ 1.490692] omap-dma-engine omap-dma-engine: allocating channel for 62
  266. [ 1.497711] omap-dma-engine omap-dma-engine: allocating channel for 61
  267. [ 1.505920] omap_hsmmc mmc.16: pins are not configured from the driver
  268. [ 1.557373] usbcore: registered new interface driver usbhid
  269. [ 1.563323] usbhid: USB HID core driver
  270. [ 1.568298] oprofile: using arm/armv7
  271. [ 1.572570] TCP: cubic registered
  272. [ 1.576110] Initializing XFRM netlink socket
  273. [ 1.580627] NET: Registered protocol family 17
  274. [ 1.585357] NET: Registered protocol family 15
  275. [ 1.590179] Key type dns_resolver registered
  276. [ 1.594818] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
  277. [ 1.604614] PM: no software I/O chain control; some wakeups may be lost
  278. [ 1.611968] ThumbEE CPU extension supported.
  279. [ 1.616607] Registering SWP/SWPB emulation handler
  280. [ 1.624603] VUSB3V1: disabling
  281. [ 1.629089] VUSB1V8: disabling
  282. [ 1.634460] VUSB1V5: disabling
  283. [ 1.638092] VPLL2: disabling
  284. [ 1.641479] VDAC: disabling
  285. [ 1.646362] hsusb2_vbus: 3300 mV
  286. [ 1.652984] twl_rtc rtc.22: setting system clock to 2000-01-01 00:24:20 UTC (946686260)
  287. [ 1.662506] Waiting for root device /dev/mmcblk0p2...
  288. [ 1.677795] mmc0: host does not support reading read-only switch. assuming write-enable.
  289. [ 1.689117] mmc0: new high speed SDHC card at address 1234
  290. [ 1.696014] mmcblk0: mmc0:1234 SA04G 3.63 GiB
  291. [ 1.703521] mmcblk0: p1 p2
  292. [ 4.030029] EXT4-fs (mmcblk0p2): recovery complete
  293. [ 4.039916] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  294. [ 4.048492] VFS: Mounted root (ext4 filesystem) on device 179:2.
  295. [ 4.066528] devtmpfs: mounted
  296. [ 4.070648] Freeing unused kernel memory: 396K (c06bf000 - c0722000)
  297. Mounting proc : OK
  298. Mounting sysfs : OK
  299. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  300. boot mounted: OK
  301. /dev/ttyO2 linked to /dev/tty-bd - using as console
  302.  
  303. ******************************************
  304. Starting System Init for GenericOMAP3-GP(FlattenedDeviceTree)
  305. Release: X.x
  306. Kernel: Linux GenericOMAP3-GP(FlattenedDeviceTree) 3.9.0-11594-gb4376c4 #18 SMP Wed May 8 11:40:11 CDT 2013 armv7l GNU/Linux
  307. ******************************************
  308. Saving kernel ring buffer : OK
  309. Mounting devpts : OK
  310. Setting up networking
  311. Configuring lo : OK
  312. Starting syslogd : OK
  313. Starting klogd : OK
  314. Mounting filesystems : OK
  315. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  316.  
  317. Please press Enter to activate this console.
  318. / #
  319. / #
  320. / #
  321. / # test.sh
  322. -/bin/sh: test.sh: not found
  323. / # ./test.sh
  324. ===================
  325. System CPUFREQ Configuration:
  326. ===================
  327. Scaling driver: generic_cpu0
  328. Scaling Regulator: /sys/class/regulator/regulator.2 : VDD1
  329. 125000 250000 500000 550000 600000 are the available frequencies
  330. ===================
  331. Boot Configuration:
  332. ===================
  333. bogomips@ boot:
  334. BogoMIPS : 317.03
  335. Boot scaling frequency =600000
  336. Boot VDD1 Scaling voltage(uV) =1275000
  337. ===================
  338. Single OPP transition walk through test:
  339. ===================
  340. 1: TESTING for 1 seconds at 125000
  341. current scaling frequency(for 125000) =125000
  342. current VDD1 Scaling voltage(uV) =975000
  343. bogomips@ frequency 125000:
  344. BogoMIPS : 66.04
  345. 2: TESTING for 1 seconds at 250000
  346. current scaling frequency(for 250000) =250000
  347. current VDD1 Scaling voltage(uV) =1075000
  348. bogomips@ frequency 250000:
  349. BogoMIPS : 132.09
  350. 3: TESTING for 1 seconds at 500000
  351. current scaling frequency(for 500000) =500000
  352. current VDD1 Scaling voltage(uV) =1200000
  353. bogomips@ frequency 500000:
  354. BogoMIPS : 264.19
  355. 4: TESTING for 1 seconds at 550000
  356. current scaling frequency(for 550000) =550000
  357. current VDD1 Scaling voltage(uV) =1275000
  358. bogomips@ frequency 550000:
  359. BogoMIPS : 290.61
  360. 5: TESTING for 1 seconds at 600000
  361. current scaling frequency(for 600000) =600000
  362. current VDD1 Scaling voltage(uV) =1350000
  363. bogomips@ frequency 600000:
  364. BogoMIPS : 317.03
  365. ===================
  366. Rapid transitions test (print every 1000 all OPP combinations):
  367. ===================
  368. [0] 1000: 6 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:39 CST 1999
  369. [1] 1000: 6 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:39 CST 1999
  370. [2] 1000: 6 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:39 CST 1999
  371. [3] 1000: 6 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:39 CST 1999
  372. [4] 1000: 6 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:39 CST 1999
  373. [5] 1000: 6 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:39 CST 1999
  374. [6] 1000: 6 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:39 CST 1999
  375. [7] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  376. [8] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  377. [9] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  378. [10] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  379. [11] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  380. [12] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  381. [13] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  382. [14] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  383. [15] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  384. [16] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:40 CST 1999
  385. [17] 1000: 7 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:41 CST 1999
  386. [18] 1000: 8 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:41 CST 1999
  387. [19] 1000: 8 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:41 CST 1999
  388. [20] 1000: 8 Seconds: Fri Dec 31 18:24:33 CST 1999 : time now = Fri Dec 31 18:24:41 CST 1999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement