Advertisement
Guest User

beagle-nodt

a guest
Apr 12th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.00 KB | None | 0 0
  1. U-Boot SPL 2013.01.01 (Mar 13 2013 - 17:06:24)
  2. OMAP SD/MMC: 0
  3. reading u-boot.img
  4. reading u-boot.img
  5.  
  6.  
  7. U-Boot 2013.01.01 (Mar 13 2013 - 17:06:24)
  8.  
  9. OMAP3530-GP ES3.0, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz
  10. OMAP3 Beagle board + LPDDR/NAND
  11. I2C: ready
  12. DRAM: 256 MiB
  13. NAND: 256 MiB
  14. MMC: OMAP SD/MMC: 0
  15. In: serial
  16. Out: serial
  17. Err: serial
  18. Beagle Rev C1/C2/C3
  19. timed out in wait_for_pin: I2C_STAT=0
  20. No EEPROM on expansion board
  21. Die ID #0a8600030000000004013f780600a00e
  22. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  23. musb-hdrc: MHDRC RTL version 1.400
  24. musb-hdrc: setup fifo_mode 4
  25. musb-hdrc: 28/31 max ep, 16384/16384 memory
  26. USB Peripheral mode controller at 480ab000 using PIO, IRQ 0
  27. Net: usb_ether
  28. OMAP3 beagleboard.org # setenv loadaddr 0x80200000
  29. OMAP3 beagleboard.org # fatload mmc 0:1 ${loadaddr} uImage
  30. reading uImage
  31. 4233320 bytes read in 321 ms (12.6 MiB/s)
  32. OMAP3 beagleboard.org # setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  33. OMAP3 beagleboard.org # bootm
  34. ## Booting kernel from Legacy Image at 80200000 ...
  35. Image Name: Linux-3.9.0-rc6-00312-g4c1d086
  36. Image Type: ARM Linux Kernel Image (uncompressed)
  37. Data Size: 4233256 Bytes = 4 MiB
  38. Load Address: 80800000
  39. Entry Point: 80800000
  40. Verifying Checksum ... OK
  41. Loading Kernel Image ... OK
  42. OK
  43.  
  44. Starting kernel ...
  45.  
  46. [ 0.000000] Booting Linux on physical CPU 0x0
  47. [ 0.000000] Linux version 3.9.0-rc6-00312-g4c1d086 (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #18 SMP Fri Apr 12 16:16:40 CDT 2013
  48. [ 0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7d
  49. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  50. [ 0.000000] Machine: OMAP3 Beagle Board
  51. [ 0.000000] cma: CMA: reserved 16 MiB at 8e800000
  52. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  53. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  54. [ 0.000000] OMAP3430/3530 ES3.0 (l2cache iva sgx neon isp )
  55. [ 0.000000] PERCPU: Embedded 361 pages/cpu @c11ab000 s1456512 r8192 d13952 u1478656
  56. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
  57. [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  58. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  59. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  60. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  61. [ 0.000000] __ex_table already sorted, skipping sort
  62. [ 0.000000] Memory: 255MB = 255MB total
  63. [ 0.000000] Memory: 224964k/224964k available, 37180k reserved, 0K highmem
  64. [ 0.000000] Virtual kernel memory layout:
  65. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  66. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  67. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  68. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  69. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  70. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  71. [ 0.000000] .text : 0xc0008000 - 0xc078ba18 (7695 kB)
  72. [ 0.000000] .init : 0xc078c000 - 0xc095b980 (1855 kB)
  73. [ 0.000000] .data : 0xc095c000 - 0xc0a08420 ( 690 kB)
  74. [ 0.000000] .bss : 0xc0a08420 - 0xc0fa4bc0 (5746 kB)
  75. [ 0.000000] Hierarchical RCU implementation.
  76. [ 0.000000] RCU debugfs-based tracing is enabled.
  77. [ 0.000000] Additional per-CPU info printed with stalls.
  78. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  79. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  80. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  81. [ 0.000000] Total of 96 interrupts on 1 active controller
  82. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
  83. [ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
  84. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  85. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  86. [ 0.000000] Console: colour dummy device 80x30
  87. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  88. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  89. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  90. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  91. [ 0.000000] ... CLASSHASH_SIZE: 4096
  92. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  93. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  94. [ 0.000000] ... CHAINHASH_SIZE: 16384
  95. [ 0.000000] memory used by lock dependency info: 3951 kB
  96. [ 0.000000] per task-struct memory footprint: 2304 bytes
  97. [ 0.015136] Calibrating delay loop... 314.57 BogoMIPS (lpj=1572864)
  98. [ 0.055541] pid_max: default: 32768 minimum: 301
  99. [ 0.059234] Security Framework initialized
  100. [ 0.060577] Mount-cache hash table entries: 512
  101. [ 0.075134] CPU: Testing write buffer coherency: ok
  102. [ 0.078643] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  103. [ 0.078765] Setting up static identity map for 0xc0544078 - 0xc05440e8
  104. [ 0.102020] Brought up 1 CPUs
  105. [ 0.102050] SMP: Total of 1 processors activated (314.57 BogoMIPS).
  106. [ 0.102081] CPU: All CPU(s) started in SVC mode.
  107. [ 0.113159] devtmpfs: initialized
  108. [ 0.261108] pinctrl core: initialized pinctrl subsystem
  109. [ 0.281738] regulator-dummy: no parameters
  110. [ 0.293548] NET: Registered protocol family 16
  111. [ 0.315338] DMA: preallocated 256 KiB pool for atomic coherent allocations
  112. [ 0.323455] omap-gpmc omap-gpmc: GPMC revision 5.0
  113. [ 0.377655] OMAP GPIO hardware version 2.5
  114. [ 0.459350] omap_mux_init: Add partition: #1: core, flags: 4
  115. [ 0.498504] OMAP3 Beagle Rev: C1/C2/C3
  116. [ 0.573028] Reprogramming SDRC clock to 332000000 Hz
  117. [ 0.583648] hw-breakpoint: debug architecture 0x4 unsupported.
  118. [ 0.666748] omap-mcbsp.2: alias fck already exists
  119. [ 0.670318] omap-mcbsp.3: alias fck already exists
  120. [ 0.686981] OMAP DMA hardware revision 4.0
  121. [ 0.693328] Serial: AMBA PL011 UART driver
  122. [ 0.709899] arm-pmu: alias fck already exists
  123. [ 1.064056] bio: create slab <bio-0> at 0
  124. [ 1.526336] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  125. [ 1.570495] SCSI subsystem initialized
  126. [ 1.584777] usbcore: registered new interface driver usbfs
  127. [ 1.587188] usbcore: registered new interface driver hub
  128. [ 1.591186] usbcore: registered new device driver usb
  129. [ 1.652099] twl 1-0048: PIH (irq 23) chaining IRQs 338..346
  130. [ 1.654266] twl 1-0048: power (irq 343) chaining IRQs 346..353
  131. [ 1.665954] twl4030_gpio twl4030_gpio: gpio (irq 338) chaining IRQs 354..371
  132. [ 1.691314] hsusb2_reset: 3300 mV
  133. [ 1.704315] hsusb2_vcc: 3300 mV
  134. [ 1.729949] vdd_mpu_iva: 600 <--> 1450 mV normal
  135. [ 1.739929] vdd_core: 600 <--> 1450 mV normal
  136. [ 1.751800] VMMC1: 1850 <--> 3150 mV at 3150 mV normal standby
  137. [ 1.762481] VDAC: 1800 mV normal standby
  138. [ 1.773834] VDVI: 1800 mV normal standby
  139. [ 1.785064] VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
  140. [ 1.788848] omap_i2c omap_i2c.1: bus 1 rev3.3 at 2600 kHz
  141. [ 1.798309] omap_i2c omap_i2c.3: bus 3 rev3.3 at 100 kHz
  142. [ 1.836029] Switching to clocksource 32k_counter
  143. [ 2.607299] NET: Registered protocol family 2
  144. [ 2.615814] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  145. [ 2.616241] TCP bind hash table entries: 2048 (order: 4, 90112 bytes)
  146. [ 2.617767] TCP: Hash tables configured (established 2048 bind 2048)
  147. [ 2.618560] TCP: reno registered
  148. [ 2.618652] UDP hash table entries: 256 (order: 2, 24576 bytes)
  149. [ 2.619049] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes)
  150. [ 2.622711] NET: Registered protocol family 1
  151. [ 2.629180] RPC: Registered named UNIX socket transport module.
  152. [ 2.629211] RPC: Registered udp transport module.
  153. [ 2.629241] RPC: Registered tcp transport module.
  154. [ 2.629272] RPC: Registered tcp NFSv4.1 backchannel transport module.
  155. [ 2.633453] NetWinder Floating Point Emulator V0.97 (double precision)
  156. [ 2.634857] CPU PMU: probing PMU on CPU 0
  157. [ 2.634918] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  158. [ 2.898040] VFS: Disk quotas dquot_6.5.2
  159. [ 2.899108] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  160. [ 2.915771] NFS: Registering the id_resolver key type
  161. [ 2.917114] Key type id_resolver registered
  162. [ 2.917175] Key type id_legacy registered
  163. [ 2.917724] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  164. [ 2.921569] msgmni has been set to 471
  165. [ 2.934173] io scheduler noop registered
  166. [ 2.934204] io scheduler deadline registered
  167. [ 2.934967] io scheduler cfq registered (default)
  168. [ 2.960235] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  169. [ 2.993469] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 88) is a OMAP UART0
  170. [ 3.001953] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 89) is a OMAP UART1
  171. [ 3.009796] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 90) is a OMAP UART2
  172. [ 3.734130] console [ttyO2] enabled
  173. [ 3.961914] brd: module loaded
  174. [ 4.062652] loop: module loaded
  175. [ 4.099151] mtdoops: mtd device (mtddev=name/number) must be supplied
  176. [ 4.108245] Trying ONFI probe in 16 bits mode, aborting !
  177. [ 4.113952] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron NAND 256MiB 1,8V 16-bit), 256MiB, page size: 2048, OOB size: 64
  178. [ 4.126953] Creating 5 MTD partitions on "omap2-nand.0":
  179. [ 4.132720] 0x000000000000-0x000000080000 : "X-Loader"
  180. [ 4.164642] 0x000000080000-0x000000260000 : "U-Boot"
  181. [ 4.195495] 0x000000260000-0x000000280000 : "U-Boot Env"
  182. [ 4.223236] 0x000000280000-0x000000680000 : "Kernel"
  183. [ 4.254302] 0x000000680000-0x000010000000 : "File System"
  184. [ 4.490203] OneNAND driver initializing
  185. [ 4.545654] usbcore: registered new interface driver asix
  186. [ 4.553649] usbcore: registered new interface driver ax88179_178a
  187. [ 4.562377] usbcore: registered new interface driver cdc_ether
  188. [ 4.571197] usbcore: registered new interface driver smsc95xx
  189. [ 4.579589] usbcore: registered new interface driver net1080
  190. [ 4.587951] usbcore: registered new interface driver cdc_subset
  191. [ 4.596496] usbcore: registered new interface driver zaurus
  192. [ 4.605163] usbcore: registered new interface driver cdc_ncm
  193. [ 4.620513] usbcore: registered new interface driver cdc_wdm
  194. [ 4.626556] Initializing USB Mass Storage driver...
  195. [ 4.634521] usbcore: registered new interface driver usb-storage
  196. [ 4.640991] USB Mass Storage support registered.
  197. [ 4.648651] usbcore: registered new interface driver usbtest
  198. [ 4.663513] mousedev: PS/2 mouse device common for all mice
  199. [ 4.690979] input: twl4030_pwrbutton as /devices/platform/omap_i2c.1/i2c-1/1-004b/twl4030_pwrbutton/input/input0
  200. [ 4.729095] twl_rtc twl_rtc: Power up reset detected.
  201. [ 4.735015] twl_rtc twl_rtc: Enabling TWL-RTC
  202. [ 4.755401] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  203. [ 4.767913] i2c /dev entries driver
  204. [ 4.783874] Driver for 1-wire Dallas network protocol.
  205. [ 4.808563] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  206. [ 4.845947] omap-dma-engine omap-dma-engine: allocating channel for 62
  207. [ 4.853302] omap-dma-engine omap-dma-engine: allocating channel for 61
  208. [ 5.277893] ledtrig-cpu: registered to indicate activity on CPUs
  209. [ 5.293823] usbcore: registered new interface driver usbhid
  210. [ 5.300018] usbhid: USB HID core driver
  211. [ 5.311584] oprofile: using arm/armv7
  212. [ 5.318267] TCP: cubic registered
  213. [ 5.321777] Initializing XFRM netlink socket
  214. [ 5.327301] NET: Registered protocol family 17
  215. [ 5.332489] NET: Registered protocol family 15
  216. [ 5.339294] Key type dns_resolver registered
  217. [ 5.343963] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
  218. [ 5.404022] PM: no software I/O chain control; some wakeups may be lost
  219. [ 5.413635] ThumbEE CPU extension supported.
  220. [ 5.434173] kmemleak: Kernel memory leak detector initialized
  221. [ 5.444946] kmemleak: Automatic memory scanning thread started
  222. [ 5.452270] VDVI: incomplete constraints, leaving on
  223. [ 5.459655] VDAC: incomplete constraints, leaving on
  224. [ 5.475250] mmc0: new high speed SDHC card at address 1234
  225. [ 5.503479] mmcblk0: mmc0:1234 SA04G 3.63 GiB
  226. [ 5.513549] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  227. [ 5.537384] mmcblk0: p1 p2
  228. [ 5.558654] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  229. [ 8.864135] EXT4-fs (mmcblk0p2): recovery complete
  230. [ 8.877014] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  231. [ 8.886077] VFS: Mounted root (ext4 filesystem) on device 179:2.
  232. [ 8.915740] devtmpfs: mounted
  233. [ 8.924438] Freeing init memory: 1852K
  234. Mounting proc : OK
  235. Mounting sysfs : OK
  236. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  237. boot mounted: OK
  238. /dev/ttyO2 linked to /dev/tty-bd - using as console
  239.  
  240. ******************************************
  241. Starting System Init for OMAP3BeagleBoard
  242. Release: X.x
  243. Kernel: Linux OMAP3BeagleBoard 3.9.0-rc6-00312-g4c1d086 #18 SMP Fri Apr 12 16:16:40 CDT 2013 armv7l GNU/Linux
  244. ******************************************
  245. Saving kernel ring buffer : OK
  246. Mounting devpts : OK
  247. Setting up networking
  248. Configuring lo : OK
  249. Starting syslogd : OK
  250. Starting klogd : OK
  251. Mounting filesystems : OK
  252. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  253.  
  254. Please press Enter to activate this console.
  255. / #
  256. / #
  257. / #
  258. / # ./test.sh
  259. ===================
  260. System CPUFREQ Configuration:
  261. ===================
  262. Scaling driver: omap
  263. ls: /sys/class/regulator/*/cpufreq*: No such file or directory
  264. cpufreq-cpu0 Regulator not found. Checking for legacy mpu regulator
  265. Scaling Regulator: /sys/class/regulator/regulator.3 : vdd_mpu_iva
  266. 125000 250000 500000 550000 600000 are the available frequencies
  267. ===================
  268. Boot Configuration:
  269. ===================
  270. bogomips@ boot:
  271. BogoMIPS : 314.57
  272. Boot scaling frequency =600000
  273. Boot Scaling voltage(uV) =1350000
  274. ===================
  275. Single OPP transition walk through test:
  276. ===================
  277. 1: TESTING for 1 seconds at 125000
  278. current scaling frequency(for 125000) =125000
  279. current Scaling voltage(uV) =975000
  280. bogomips@ frequency 125000:
  281. BogoMIPS : 65.53
  282. 2: TESTING for 1 seconds at 250000
  283. current scaling frequency(for 250000) =250000
  284. current Scaling voltage(uV) =1075000
  285. bogomips@ frequency 250000:
  286. BogoMIPS : 131.07
  287. 3: TESTING for 1 seconds at 500000
  288. current scaling frequency(for 500000) =500000
  289. current Scaling voltage(uV) =1200000
  290. bogomips@ frequency 500000:
  291. BogoMIPS : 262.14
  292. 4: TESTING for 1 seconds at 550000
  293. current scaling frequency(for 550000) =550000
  294. current Scaling voltage(uV) =1270000
  295. bogomips@ frequency 550000:
  296. BogoMIPS : 288.35
  297. 5: TESTING for 1 seconds at 600000
  298. current scaling frequency(for 600000) =600000
  299. current Scaling voltage(uV) =1350000
  300. bogomips@ frequency 600000:
  301. BogoMIPS : 314.57
  302. ===================
  303. Rapid transitions test (print every 1000 all OPP combinations):
  304. ===================
  305. [0] 1000: 9 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:19 CST 1999
  306. [1] 1000: 9 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:19 CST 1999
  307. [2] 1000: 10 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:20 CST 1999
  308. [3] 1000: 10 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:20 CST 1999
  309. [4] 1000: 10 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:20 CST 1999
  310. [5] 1000: 11 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:21 CST 1999
  311. [6] 1000: 11 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:21 CST 1999
  312. [7] 1000: 11 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:22 CST 1999
  313. [8] 1000: 12 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:22 CST 1999
  314. [9] 1000: 12 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:22 CST 1999
  315. [10] 1000: 13 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:23 CST 1999
  316. [11] 1000: 13 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:23 CST 1999
  317. [12] 1000: 13 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:23 CST 1999
  318. [13] 1000: 14 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:24 CST 1999
  319. [14] 1000: 14 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:24 CST 1999
  320. [15] 1000: 14 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:25 CST 1999
  321. [16] 1000: 15 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:25 CST 1999
  322. [17] 1000: 15 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:25 CST 1999
  323. [18] 1000: 16 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:26 CST 1999
  324. [19] 1000: 16 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:26 CST 1999
  325. [20] 1000: 16 Seconds: Fri Dec 31 18:00:10 CST 1999 : time now = Fri Dec 31 18:00:26 CST 1999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement