Advertisement
Guest User

pandaboard

a guest
Mar 19th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.54 KB | None | 0 0
  1. Terminal ready
  2.  
  3. U-Boot SPL 2013.01.01-00001-gf93c77c (Mar 14 2013 - 09:07:46)
  4. OMAP4430 ES2.2
  5. OMAP SD/MMC: 0
  6. reading u-boot.img
  7. reading u-boot.img
  8.  
  9.  
  10. U-Boot 2013.01.01-00001-gf93c77c (Mar 14 2013 - 09:07:46)
  11.  
  12. CPU : OMAP4430 ES2.2
  13. Board: OMAP4 Panda
  14. I2C: ready
  15. DRAM: 1 GiB
  16. MMC: OMAP SD/MMC: 0
  17. Using default environment
  18.  
  19. In: serial
  20. Out: serial
  21. Err: serial
  22. Net: No ethernet found.
  23. Hit any key to stop autoboot: 0
  24. mmc0 is current device
  25. SD/MMC found on device 0
  26. reading boot.scr
  27. ** Unable to read file boot.scr **
  28. reading uEnv.txt
  29. 469 bytes read in 3 ms (152.3 KiB/s)
  30. Importing environment from mmc0 ...
  31. Running uenvcmd ...
  32. baudrate=115200
  33. bootargs=console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  34. bootcmd=printenv;echo "NOTE: booting from MMC filesystem";sleep 1;run fatloaduimage; sleep 1; run loaddtb; echo "starting.."; sleep 1; run bootwdtb
  35. bootdelay=3
  36. bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
  37. bootwdtb=bootm ${loadaddr} - ${fdtbaddr}
  38. console=ttyO2,115200n8
  39. fatloaduimage=fatload mmc 0:1 ${loadaddr} uImage
  40. fdt_high=0xffffffff
  41. fdtbaddr=0x80F80000
  42. filesize=0x1d5
  43. importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
  44. loadaddr=0x80200000
  45. loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt
  46. loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr
  47. loaddtb=fatload mmc 0:1 ${fdtbaddr} omap4-panda.dtb; fdt addr ${fdtbaddr}; fdt resize
  48. loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage
  49. mmcargs=setenv bootargs console=${console} vram=${vram} root=${mmcroot} rootfstype=${mmcrootfstype}
  50. mmcboot=echo Booting from mmc${mmcdev} ...; run mmcargs; bootm ${loadaddr}
  51. mmcdev=0
  52. mmcroot=/dev/mmcblk0p2 rw
  53. mmcrootfstype=ext3 rootwait
  54. uenvcmd=boot
  55. usbtty=cdc_acm
  56. vram=16M
  57.  
  58. Environment size: 1212/131068 bytes
  59. NOTE: booting from MMC filesystem
  60. reading uImage
  61. 4117336 bytes read in 191 ms (20.6 MiB/s)
  62. reading omap4-panda.dtb
  63. 16361 bytes read in 11 ms (1.4 MiB/s)
  64. starting..
  65. ## Booting kernel from Legacy Image at 80200000 ...
  66. Image Name: Linux-3.9.0-rc3-00048-g80a4a57
  67. Image Type: ARM Linux Kernel Image (uncompressed)
  68. Data Size: 4117272 Bytes = 3.9 MiB
  69. Load Address: 80800000
  70. Entry Point: 80800000
  71. Verifying Checksum ... OK
  72. ## Flattened Device Tree blob at 80f80000
  73. Booting using the fdt blob at 0x80f80000
  74. Loading Kernel Image ... OK
  75. OK
  76. reserving fdt memory region: addr=9d000000 size=3000000
  77. reserving fdt memory region: addr=80f80000 size=5000
  78. Using Device Tree in place at 80f80000, end 80f87fff
  79.  
  80. Starting kernel ...
  81.  
  82. [ 0.000000] Booting Linux on physical CPU 0x0
  83. [ 0.000000] Linux version 3.9.0-rc3-00048-g80a4a57 (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #5 SMP Tue Mar 19 11:32:55 CDT 2013
  84. [ 0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c53c7d
  85. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  86. [ 0.000000] Machine: Generic OMAP4 (Flattened Device Tree), model: TI OMAP4 PandaBoard
  87. [ 0.000000] cma: CMA: reserved 16 MiB at ae800000
  88. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  89. [ 0.000000] OMAP4430 ES2.2
  90. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c17a1000 s14336 r8192 d14336 u36864
  91. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260368
  92. [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  93. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  94. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  95. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  96. [ 0.000000] __ex_table already sorted, skipping sort
  97. [ 0.000000] Memory: 1023MB = 1023MB total
  98. [ 0.000000] Memory: 958872k/958872k available, 89704k reserved, 269312K highmem
  99. [ 0.000000] Virtual kernel memory layout:
  100. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  101. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  102. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  103. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  104. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  105. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  106. [ 0.000000] .text : 0xc0008000 - 0xc073fa9c (7391 kB)
  107. [ 0.000000] .init : 0xc0740000 - 0xc0797800 ( 350 kB)
  108. [ 0.000000] .data : 0xc0798000 - 0xc083d768 ( 662 kB)
  109. [ 0.000000] .bss : 0xc083d768 - 0xc0d98bc8 (5486 kB)
  110. [ 0.000000] Hierarchical RCU implementation.
  111. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  112. [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  113. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  114. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  115. [ 0.000000] smp_twd: clock not found -2
  116. [ 0.000000] Console: colour dummy device 80x30
  117. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  118. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  119. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  120. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  121. [ 0.000000] ... CLASSHASH_SIZE: 4096
  122. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  123. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  124. [ 0.000000] ... CHAINHASH_SIZE: 16384
  125. [ 0.000000] memory used by lock dependency info: 3695 kB
  126. [ 0.000000] per task-struct memory footprint: 1152 bytes
  127. [ 0.001129] Calibrating delay loop... 1587.60 BogoMIPS (lpj=7938048)
  128. [ 0.079681] pid_max: default: 32768 minimum: 301
  129. [ 0.080230] Security Framework initialized
  130. [ 0.080474] Mount-cache hash table entries: 512
  131. [ 0.092651] CPU: Testing write buffer coherency: ok
  132. [ 0.094268] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  133. [ 0.094299] Calibrating local timer... 398.71MHz.
  134. [ 0.149810] Setting up static identity map for 0xc0518550 - 0xc05185c0
  135. [ 0.149932] L310 cache controller enabled
  136. [ 0.149932] l2x0: 16 ways, CACHE_ID 0x000000c0, AUX_CTRL 0x7e470000, Cache size: 1048576 B
  137. [ 0.155487] CPU1: Booted secondary processor
  138. [ 0.239471] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  139. [ 0.239776] Brought up 2 CPUs
  140. [ 0.239807] SMP: Total of 2 processors activated (3181.77 BogoMIPS).
  141. [ 0.239807] CPU: All CPU(s) started in SVC mode.
  142. [ 0.241943] devtmpfs: initialized
  143. [ 0.308380] pinctrl core: initialized pinctrl subsystem
  144. [ 0.312011] regulator-dummy: no parameters
  145. [ 0.315063] NET: Registered protocol family 16
  146. [ 0.321472] DMA: preallocated 256 KiB pool for atomic coherent allocations
  147. [ 0.386505] OMAP GPIO hardware version 0.1
  148. [ 0.396362] omap-gpmc 50000000.gpmc: error: clk_get
  149. [ 0.396392] omap-gpmc: probe of 50000000.gpmc failed with error -2
  150. [ 0.418151] No ATAGs?
  151. [ 0.418182] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  152. [ 0.418212] hw-breakpoint: maximum watchpoint size is 4 bytes.
  153. [ 0.421386] OMAP DMA hardware revision 0.0
  154. [ 0.421997] Serial: AMBA PL011 UART driver
  155. [ 0.424285] ARM PMU: not yet supported on OMAP4430 due to missing CTI driver
  156. [ 0.457824] bio: create slab <bio-0> at 0
  157. [ 0.505920] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  158. [ 0.511077] SCSI subsystem initialized
  159. [ 0.512359] usbcore: registered new interface driver usbfs
  160. [ 0.512634] usbcore: registered new interface driver hub
  161. [ 0.513061] usbcore: registered new device driver usb
  162. [ 0.514129] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c1_pins, deferring probe
  163. [ 0.514160] platform 48070000.i2c: Driver omap_i2c requests probe deferral
  164. [ 0.514221] omap_i2c 48072000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c2_pins, deferring probe
  165. [ 0.514221] platform 48072000.i2c: Driver omap_i2c requests probe deferral
  166. [ 0.514282] omap_i2c 48060000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c3_pins, deferring probe
  167. [ 0.514312] platform 48060000.i2c: Driver omap_i2c requests probe deferral
  168. [ 0.514343] omap_i2c 48350000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c4_pins, deferring probe
  169. [ 0.514373] platform 48350000.i2c: Driver omap_i2c requests probe deferral
  170. [ 0.518920] Switching to clocksource 32k_counter
  171. [ 0.598541] NET: Registered protocol family 2
  172. [ 0.600067] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  173. [ 0.600372] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
  174. [ 0.602661] TCP: Hash tables configured (established 8192 bind 8192)
  175. [ 0.602905] TCP: reno registered
  176. [ 0.602935] UDP hash table entries: 512 (order: 3, 40960 bytes)
  177. [ 0.603240] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
  178. [ 0.604187] NET: Registered protocol family 1
  179. [ 0.605133] RPC: Registered named UNIX socket transport module.
  180. [ 0.605133] RPC: Registered udp transport module.
  181. [ 0.605133] RPC: Registered tcp transport module.
  182. [ 0.605163] RPC: Registered tcp NFSv4.1 backchannel transport module.
  183. [ 0.605834] NetWinder Floating Point Emulator V0.97 (double precision)
  184. [ 0.743896] bounce pool size: 64 pages
  185. [ 0.744445] VFS: Disk quotas dquot_6.5.2
  186. [ 0.744659] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  187. [ 0.746704] NFS: Registering the id_resolver key type
  188. [ 0.747039] Key type id_resolver registered
  189. [ 0.747039] Key type id_legacy registered
  190. [ 0.747161] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  191. [ 0.747650] msgmni has been set to 1378
  192. [ 0.749938] io scheduler noop registered
  193. [ 0.749938] io scheduler deadline registered
  194. [ 0.750030] io scheduler cfq registered (default)
  195. [ 0.751373] pinctrl-single 4a100040.pinmux: 203 pins at pa fc100040 size 406
  196. [ 0.751800] pinctrl-single 4a31e040.pinmux: 28 pins at pa fc31e040 size 56
  197. [ 0.754516] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  198. [ 0.758636] omap_uart 4806a000.serial: did not get pins for uart0 error: -19
  199. [ 0.759033] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
  200. [ 0.760345] omap_uart 4806c000.serial: did not get pins for uart1 error: -19
  201. [ 0.760528] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
  202. [ 0.761352] omap_uart 48020000.serial: did not get pins for uart2 error: -19
  203. [ 0.761505] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
  204. [ 1.505828] console [ttyO2] enabled
  205. [ 1.510345] omap_uart 4806e000.serial: did not get pins for uart3 error: -19
  206. [ 1.517944] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
  207. [ 1.546051] brd: module loaded
  208. [ 1.560607] loop: module loaded
  209. [ 1.567108] mtdoops: mtd device (mtddev=name/number) must be supplied
  210. [ 1.574493] OneNAND driver initializing
  211. [ 1.579132] omap2_mcspi 48098000.spi: pins are not configured from the driver
  212. [ 1.587738] omap2_mcspi 4809a000.spi: pins are not configured from the driver
  213. [ 1.595916] omap2_mcspi 480b8000.spi: pins are not configured from the driver
  214. [ 1.604125] omap2_mcspi 480ba000.spi: pins are not configured from the driver
  215. [ 1.615692] usbcore: registered new interface driver asix
  216. [ 1.621673] usbcore: registered new interface driver ax88179_178a
  217. [ 1.628356] usbcore: registered new interface driver cdc_ether
  218. [ 1.634796] usbcore: registered new interface driver smsc95xx
  219. [ 1.641143] usbcore: registered new interface driver net1080
  220. [ 1.647369] usbcore: registered new interface driver cdc_subset
  221. [ 1.653869] usbcore: registered new interface driver zaurus
  222. [ 1.660064] usbcore: registered new interface driver cdc_ncm
  223. [ 1.667266] usbcore: registered new interface driver cdc_wdm
  224. [ 1.673278] Initializing USB Mass Storage driver...
  225. [ 1.678710] usbcore: registered new interface driver usb-storage
  226. [ 1.685058] USB Mass Storage support registered.
  227. [ 1.690246] usbcore: registered new interface driver usbtest
  228. [ 1.697418] mousedev: PS/2 mouse device common for all mice
  229. [ 1.706481] i2c /dev entries driver
  230. [ 1.710449] Driver for 1-wire Dallas network protocol.
  231. [ 1.718719] omap_wdt: OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
  232. [ 1.727111] cpufreq_cpu0: failed to get cpu0 regulator
  233. [ 1.733764] omap_cpufreq_init: unable to get MPU regulator
  234. [ 1.741241] omap-dma-engine omap-dma-engine: allocating channel for 62
  235. [ 1.748168] omap-dma-engine omap-dma-engine: allocating channel for 61
  236. [ 1.755157] omap_hsmmc 4809c000.mmc: vmmc regulator missing
  237. [ 1.761260] omap-dma-engine omap-dma-engine: freeing channel for 61
  238. [ 1.767883] omap-dma-engine omap-dma-engine: freeing channel for 62
  239. [ 1.774566] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral
  240. [ 1.782257] omap-dma-engine omap-dma-engine: allocating channel for 60
  241. [ 1.789184] omap-dma-engine omap-dma-engine: allocating channel for 59
  242. [ 1.796112] omap_hsmmc 480d5000.mmc: vmmc regulator missing
  243. [ 1.802032] omap-dma-engine omap-dma-engine: freeing channel for 59
  244. [ 1.808654] omap-dma-engine omap-dma-engine: freeing channel for 60
  245. [ 1.815307] platform 480d5000.mmc: Driver omap_hsmmc requests probe deferral
  246. [ 1.823364] leds-gpio leds.6: pins are not configured from the driver
  247. [ 1.832458] ledtrig-cpu: registered to indicate activity on CPUs
  248. [ 1.839752] usbcore: registered new interface driver usbhid
  249. [ 1.845642] usbhid: USB HID core driver
  250. [ 1.850494] oprofile: no performance counters
  251. [ 1.856384] oprofile: using timer interrupt.
  252. [ 1.861450] TCP: cubic registered
  253. [ 1.864959] Initializing XFRM netlink socket
  254. [ 1.869598] NET: Registered protocol family 17
  255. [ 1.874328] NET: Registered protocol family 15
  256. [ 1.879333] Key type dns_resolver registered
  257. [ 1.883911] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
  258. [ 1.892395] Power Management for TI OMAP4.
  259. [ 1.896697] OMAP4 PM: u-boot >= v2012.07 is required for full PM support
  260. [ 1.904113] ThumbEE CPU extension supported.
  261. [ 1.914398] omap_i2c 48070000.i2c: bus 0 rev0.10 at 400 kHz
  262. [ 1.923522] Skipping twl internal clock init and using bootloader value (unknown osc rate)
  263. [ 1.934417] twl 0-0048: PIH (irq 39) chaining IRQs 416..436
  264. [ 1.941619] twl_rtc rtc.8: Power up reset detected.
  265. [ 1.947570] twl_rtc rtc.8: Enabling TWL-RTC
  266. [ 1.955841] twl_rtc rtc.8: rtc core: registered rtc.8 as rtc0
  267. [ 1.964019] VAUX1_6030: 1000 <--> 3000 mV at 1800 mV
  268. [ 1.971130] VAUX2_6030: 1200 <--> 2800 mV at 1800 mV
  269. [ 1.978332] VAUX3_6030: 1000 <--> 3000 mV at 1200 mV
  270. [ 1.985351] VMMC: 1200 <--> 3000 mV at 3000 mV
  271. [ 1.991821] VPP: 1800 <--> 2500 mV at 1900 mV
  272. [ 1.998168] VUSIM: 1200 <--> 2900 mV at 1800 mV
  273. [ 2.004730] VDAC: 1800 mV
  274. [ 2.008850] VANA: 2100 mV
  275. [ 2.013336] VCXIO: 1800 mV
  276. [ 2.017578] VUSB: 3300 mV
  277. [ 2.022155] V1V8: 1800 mV
  278. [ 2.026611] V2V1: 2100 mV
  279. [ 2.034515] omap_i2c 48072000.i2c: bus 1 rev0.10 at 400 kHz
  280. [ 2.042266] omap_i2c 48060000.i2c: bus 2 rev0.10 at 100 kHz
  281. [ 2.050354] omap_i2c 48350000.i2c: bus 3 rev0.10 at 400 kHz
  282. [ 2.056793] omap-dma-engine omap-dma-engine: allocating channel for 62
  283. [ 2.063751] omap-dma-engine omap-dma-engine: allocating channel for 61
  284. [ 2.073455] omap_hsmmc 4809c000.mmc: pins are not configured from the driver
  285. [ 2.119781] omap-dma-engine omap-dma-engine: allocating channel for 60
  286. [ 2.126922] omap-dma-engine omap-dma-engine: allocating channel for 59
  287. [ 2.134033] omap_hsmmc 480d5000.mmc: vmmc regulator missing
  288. [ 2.140014] omap-dma-engine omap-dma-engine: freeing channel for 59
  289. [ 2.146636] omap-dma-engine omap-dma-engine: freeing channel for 60
  290. [ 2.153381] platform 480d5000.mmc: Driver omap_hsmmc requests probe deferral
  291. [ 2.165924] twl_rtc rtc.8: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  292. [ 2.177459] Waiting for root device /dev/mmcblk0p2...
  293. [ 2.197204] mmc0: host does not support reading read-only switch. assuming write-enable.
  294. [ 2.208435] mmc0: new high speed SDHC card at address 1234
  295. [ 2.215972] mmcblk0: mmc0:1234 SA04G 3.63 GiB
  296. [ 2.224792] mmcblk0: p1 p2
  297. [ 2.230712] omap-dma-engine omap-dma-engine: allocating channel for 60
  298. [ 2.237609] omap-dma-engine omap-dma-engine: allocating channel for 59
  299. [ 2.244567] omap_hsmmc 480d5000.mmc: vmmc regulator missing
  300. [ 2.250488] omap-dma-engine omap-dma-engine: freeing channel for 59
  301. [ 2.257080] omap-dma-engine omap-dma-engine: freeing channel for 60
  302. [ 2.263763] platform 480d5000.mmc: Driver omap_hsmmc requests probe deferral
  303. [ 3.838623] EXT4-fs (mmcblk0p2): recovery complete
  304. [ 3.848388] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  305. [ 3.857025] VFS: Mounted root (ext4 filesystem) on device 179:2.
  306. [ 3.875732] devtmpfs: mounted
  307. [ 3.879241] Freeing init memory: 348K
  308. Mounting proc : OK
  309. Mounting sysfs : OK
  310. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  311. boot mounted: OK
  312. /dev/ttyO2 linked to /dev/tty-bd - using as console
  313.  
  314. ******************************************
  315. Starting System Init for GenericOMAP4(FlattenedDeviceTree)
  316. Release: X.x
  317. Kernel: Linux GenericOMAP4(FlattenedDeviceTree) 3.9.0-rc3-00048-g80a4a57 #5 SMP Tue Mar 19 11:32:55 CDT 2013 armv7l GNU/Linux
  318. ******************************************
  319. Saving kernel ring buffer : OK
  320. Mounting devpts : OK
  321. Setting up networking
  322. Configuring lo : OK
  323. Starting syslogd : OK
  324. Starting klogd : OK
  325. Mounting filesystems : OK
  326. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  327.  
  328. Please press Enter to activate this console.
  329.  
  330. / #
  331. / #
  332. / #
  333. / # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
  334. generic_cpu0
  335. / #
  336. / #
  337. / #
  338. / # ./test.sh 1
  339. OMAPCONF (rev 1.65 built Thu Mar 14 11:58:49 CDT 2013)
  340.  
  341. HW Platform:
  342. Generic OMAP4 (Flattened Device Tree)
  343. OMAP4430 ES2.2 GP Device (STANDARD performance (1.0GHz))
  344. DIE ID: 30DE0004-00000001-0A3B951B-0A01700F
  345. returned -1
  346. Error: I2C Read failed -1
  347. returned -1
  348. Error: I2C Read failed -1
  349. returned -1
  350. Error: I2C Read failed -1
  351. UNKNOWN POWER IC
  352. returned -1
  353. Error: I2C Read failed -1
  354. UNKNOWN AUDIO IC
  355.  
  356. killall: memtester: no process killed
  357. 300000 600000 800000 1008000 is the available freqs
  358. bogomips@ boot:
  359. BogoMIPS : 1587.60
  360. BogoMIPS : 1594.16
  361. Boot scaling frequency =800000
  362. TESTING for 1 seconds at 300000
  363. OMAPCONF (rev 1.65 built Thu Mar 14 11:58:49 CDT 2013)
  364.  
  365. HW Platform:
  366. Generic OMAP4 (Flattened Device Tree)
  367. OMAP4430 ES2.2 GP Device (STANDARD performance (1.0GHz))
  368. returned -1
  369. Error: I2C Read failed -1
  370. returned -1
  371. Error: I2C Read failed -1
  372. returned -1
  373. Error: I2C Read failed -1
  374. UNKNOWN POWER IC
  375. returned -1
  376. Error: I2C Read failed -1
  377. UNKNOWN AUDIO IC
  378.  
  379. SW Build Details:
  380. Build:
  381. release_details_get(): could not open /etc/issue.net file?!
  382. Version: UNKNOWN
  383. Kernel:
  384. Version: 3.9.0-rc3-00048-g80a4a57
  385. Author: nmenon@kahuna
  386. Toolchain: gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  387. Type: #5 SMP
  388. Date: Tue Mar 19 11:32:55 CDT 2013
  389.  
  390. omapconf: warning: no matching rate for VDD_IVA OPP. Please check rates against Data Manual recommendations.
  391. |---------------------------------------------------------------------------------|
  392. | | Temperature | Voltage | Frequency | OPerating Point |
  393. |---------------------------------------------------------------------------------|
  394. | VDD_MPU / VDD_CORE1 | NA | NA | | OPP50 |
  395. | MPU (CPU1 ON) | | | 300 MHz | |
  396. | | | | | |
  397. | VDD_IVA / VDD_CORE2 | NA | NA | | UNKNOWN |
  398. | IVA | | | (38 MHz) (1) | |
  399. | AESS | | | (98 MHz) (1) | |
  400. | DSP | | | (38 MHz) (1) | |
  401. | | | | | |
  402. | VDD_CORE / VDD_CORE3 | NA | NA | | OPP100 |
  403. | L3 | | | 200 MHz | |
  404. | DMM/EMIF | | | 200 MHz | |
  405. | LP-DDR2 | | | 400 MHz | |
  406. | L4 | | | 100 MHz | |
  407. | GPU | | | (320 MHz) (1) | |
  408. | FDIF | | | (128 MHz) (1) | |
  409. | IPU | | | (400 MHz) (1) | |
  410. | Cortex-M3 Cores | | | (200 MHz) (1) | |
  411. | ISS | | | (400 MHz) (1) | |
  412. | DSS | | | 170 MHz | |
  413. | HSI | | | (192 MHz) (1) | |
  414. | C2C | | | 200 MHz | |
  415. |---------------------------------------------------------------------------------|
  416.  
  417. Notes:
  418. (1) Module is disabled, rate may not be relevant.
  419.  
  420. current scaling frequency(for 300000) =300000
  421. bogomips@ frequency 300000:
  422. BogoMIPS : 595.35
  423. BogoMIPS : 597.81
  424. TESTING for 1 seconds at 600000
  425. OMAPCONF (rev 1.65 built Thu Mar 14 11:58:49 CDT 2013)
  426.  
  427. HW Platform:
  428. Generic OMAP4 (Flattened Device Tree)
  429. OMAP4430 ES2.2 GP Device (STANDARD performance (1.0GHz))
  430. returned -1
  431. Error: I2C Read failed -1
  432. returned -1
  433. Error: I2C Read failed -1
  434. returned -1
  435. Error: I2C Read failed -1
  436. UNKNOWN POWER IC
  437. returned -1
  438. Error: I2C Read failed -1
  439. UNKNOWN AUDIO IC
  440.  
  441. SW Build Details:
  442. Build:
  443. release_details_get(): could not open /etc/issue.net file?!
  444. Version: UNKNOWN
  445. Kernel:
  446. Version: 3.9.0-rc3-00048-g80a4a57
  447. Author: nmenon@kahuna
  448. Toolchain: gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  449. Type: #5 SMP
  450. Date: Tue Mar 19 11:32:55 CDT 2013
  451.  
  452. omapconf: warning: no matching rate for VDD_IVA OPP. Please check rates against Data Manual recommendations.
  453. |---------------------------------------------------------------------------------|
  454. | | Temperature | Voltage | Frequency | OPerating Point |
  455. |---------------------------------------------------------------------------------|
  456. | VDD_MPU / VDD_CORE1 | NA | NA | | OPP100 |
  457. | MPU (CPU1 ON) | | | 600 MHz | |
  458. | | | | | |
  459. | VDD_IVA / VDD_CORE2 | NA | NA | | UNKNOWN |
  460. | IVA | | | (38 MHz) (1) | |
  461. | AESS | | | (98 MHz) (1) | |
  462. | DSP | | | (38 MHz) (1) | |
  463. | | | | | |
  464. | VDD_CORE / VDD_CORE3 | NA | NA | | OPP100 |
  465. | L3 | | | 200 MHz | |
  466. | DMM/EMIF | | | 200 MHz | |
  467. | LP-DDR2 | | | 400 MHz | |
  468. | L4 | | | 100 MHz | |
  469. | GPU | | | (320 MHz) (1) | |
  470. | FDIF | | | (128 MHz) (1) | |
  471. | IPU | | | (400 MHz) (1) | |
  472. | Cortex-M3 Cores | | | (200 MHz) (1) | |
  473. | ISS | | | (400 MHz) (1) | |
  474. | DSS | | | 170 MHz | |
  475. | HSI | | | (192 MHz) (1) | |
  476. | C2C | | | 200 MHz | |
  477. |---------------------------------------------------------------------------------|
  478.  
  479. Notes:
  480. (1) Module is disabled, rate may not be relevant.
  481.  
  482. current scaling frequency(for 600000) =600000
  483. bogomips@ frequency 600000:
  484. BogoMIPS : 1190.70
  485. BogoMIPS : 1195.62
  486. TESTING for 1 seconds at 800000
  487. OMAPCONF (rev 1.65 built Thu Mar 14 11:58:49 CDT 2013)
  488.  
  489. HW Platform:
  490. Generic OMAP4 (Flattened Device Tree)
  491. OMAP4430 ES2.2 GP Device (STANDARD performance (1.0GHz))
  492. returned -1
  493. Error: I2C Read failed -1
  494. returned -1
  495. Error: I2C Read failed -1
  496. returned -1
  497. Error: I2C Read failed -1
  498. UNKNOWN POWER IC
  499. returned -1
  500. Error: I2C Read failed -1
  501. UNKNOWN AUDIO IC
  502.  
  503. SW Build Details:
  504. Build:
  505. release_details_get(): could not open /etc/issue.net file?!
  506. Version: UNKNOWN
  507. Kernel:
  508. Version: 3.9.0-rc3-00048-g80a4a57
  509. Author: nmenon@kahuna
  510. Toolchain: gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  511. Type: #5 SMP
  512. Date: Tue Mar 19 11:32:55 CDT 2013
  513.  
  514. omapconf: warning: no matching rate for VDD_IVA OPP. Please check rates against Data Manual recommendations.
  515. |---------------------------------------------------------------------------------|
  516. | | Temperature | Voltage | Frequency | OPerating Point |
  517. |---------------------------------------------------------------------------------|
  518. | VDD_MPU / VDD_CORE1 | NA | NA | | OPP_TURBO |
  519. | MPU (CPU1 ON) | | | 800 MHz | |
  520. | | | | | |
  521. | VDD_IVA / VDD_CORE2 | NA | NA | | UNKNOWN |
  522. | IVA | | | (38 MHz) (1) | |
  523. | AESS | | | (98 MHz) (1) | |
  524. | DSP | | | (38 MHz) (1) | |
  525. | | | | | |
  526. | VDD_CORE / VDD_CORE3 | NA | NA | | OPP100 |
  527. | L3 | | | 200 MHz | |
  528. | DMM/EMIF | | | 200 MHz | |
  529. | LP-DDR2 | | | 400 MHz | |
  530. | L4 | | | 100 MHz | |
  531. | GPU | | | (320 MHz) (1) | |
  532. | FDIF | | | (128 MHz) (1) | |
  533. | IPU | | | (400 MHz) (1) | |
  534. | Cortex-M3 Cores | | | (200 MHz) (1) | |
  535. | ISS | | | (400 MHz) (1) | |
  536. | DSS | | | 170 MHz | |
  537. | HSI | | | (192 MHz) (1) | |
  538. | C2C | | | 200 MHz | |
  539. |---------------------------------------------------------------------------------|
  540.  
  541. Notes:
  542. (1) Module is disabled, rate may not be relevant.
  543.  
  544. current scaling frequency(for 800000) =800000
  545. bogomips@ frequency 800000:
  546. BogoMIPS : 1587.60
  547. BogoMIPS : 1594.16
  548. TESTING for 1 seconds at 1008000
  549. OMAPCONF (rev 1.65 built Thu Mar 14 11:58:49 CDT 2013)
  550.  
  551. HW Platform:
  552. Generic OMAP4 (Flattened Device Tree)
  553. OMAP4430 ES2.2 GP Device (STANDARD performance (1.0GHz))
  554. returned -1
  555. Error: I2C Read failed -1
  556. returned -1
  557. Error: I2C Read failed -1
  558. returned -1
  559. Error: I2C Read failed -1
  560. UNKNOWN POWER IC
  561. returned -1
  562. Error: I2C Read failed -1
  563. UNKNOWN AUDIO IC
  564.  
  565. SW Build Details:
  566. Build:
  567. release_details_get(): could not open /etc/issue.net file?!
  568. Version: UNKNOWN
  569. Kernel:
  570. Version: 3.9.0-rc3-00048-g80a4a57
  571. Author: nmenon@kahuna
  572. Toolchain: gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  573. Type: #5 SMP
  574. Date: Tue Mar 19 11:32:55 CDT 2013
  575.  
  576. omapconf: warning: no matching rate for VDD_IVA OPP. Please check rates against Data Manual recommendations.
  577. |---------------------------------------------------------------------------------|
  578. | | Temperature | Voltage | Frequency | OPerating Point |
  579. |---------------------------------------------------------------------------------|
  580. | VDD_MPU / VDD_CORE1 | NA | NA | | OPP_NITRO |
  581. | MPU (CPU1 ON) | | | 1008 MHz | |
  582. | | | | | |
  583. | VDD_IVA / VDD_CORE2 | NA | NA | | UNKNOWN |
  584. | IVA | | | (38 MHz) (1) | |
  585. | AESS | | | (98 MHz) (1) | |
  586. | DSP | | | (38 MHz) (1) | |
  587. | | | | | |
  588. | VDD_CORE / VDD_CORE3 | NA | NA | | OPP100 |
  589. | L3 | | | 200 MHz | |
  590. | DMM/EMIF | | | 200 MHz | |
  591. | LP-DDR2 | | | 400 MHz | |
  592. | L4 | | | 100 MHz | |
  593. | GPU | | | (320 MHz) (1) | |
  594. | FDIF | | | (128 MHz) (1) | |
  595. | IPU | | | (400 MHz) (1) | |
  596. | Cortex-M3 Cores | | | (200 MHz) (1) | |
  597. | ISS | | | (400 MHz) (1) | |
  598. | DSS | | | 170 MHz | |
  599. | HSI | | | (192 MHz) (1) | |
  600. | C2C | | | 200 MHz | |
  601. |---------------------------------------------------------------------------------|
  602.  
  603. Notes:
  604. (1) Module is disabled, rate may not be relevant.
  605.  
  606. current scaling frequency(for 1008000) =1008000
  607. bogomips@ frequency 1008000:
  608. BogoMIPS : 2000.38
  609. BogoMIPS : 2008.64
  610. More transitions TEST
  611. [0] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  612. [1] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  613. [2] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  614. [3] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  615. [4] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  616. [5] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  617. [6] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  618. [7] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  619. [8] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  620. [9] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  621. [10] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  622. [11] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  623. [12] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  624. [13] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  625. [14] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  626. [15] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  627. [16] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  628. [17] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  629. [18] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  630. [19] 1000: 7 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  631. [20] 1000: 8 Seconds: Fri Dec 31 18:00:08 CST 1999 : time now = Fri Dec 31 18:00:16 CST 1999
  632. [..]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement