Advertisement
Guest User

beaglenodt

a guest
Mar 28th, 2013
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.17 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. In: serial
  17. Out: serial
  18. Err: serial
  19. Beagle Rev C1/C2/C3
  20. timed out in wait_for_pin: I2C_STAT=0
  21. No EEPROM on expansion board
  22. Die ID #0a8600030000000004013f780600a00e
  23. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  24. musb-hdrc: MHDRC RTL version 1.400
  25. musb-hdrc: setup fifo_mode 4
  26. musb-hdrc: 28/31 max ep, 16384/16384 memory
  27. USB Peripheral mode controller at 480ab000 using PIO, IRQ 0
  28. Net: usb_ether
  29. OMAP3 beagleboard.org # setenv loadaddr 0x80200000
  30. OMAP3 beagleboard.org # fatload mmc 0:1 ${loadaddr} uImage
  31. reading uImage
  32. 3994520 bytes read in 305 ms (12.5 MiB/s)
  33. OMAP3 beagleboard.org # setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  34. OMAP3 beagleboard.org # bootm
  35. ## Booting kernel from Legacy Image at 80200000 ...
  36. Image Name: Linux-3.9.0-rc3-00061-g49b8fe5-d
  37. Image Type: ARM Linux Kernel Image (uncompressed)
  38. Data Size: 3994456 Bytes = 3.8 MiB
  39. Load Address: 80800000
  40. Entry Point: 80800000
  41. Verifying Checksum ... OK
  42. Loading Kernel Image ... OK
  43. OK
  44.  
  45. Starting kernel ...
  46.  
  47. [ 0.000000] Booting Linux on physical CPU 0x0
  48. [ 0.000000] Linux version 3.9.0-rc3-00061-g49b8fe5-dirty (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #7 SMP Thu Mar 28 16:07:40 CDT 2013
  49. [ 0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7d
  50. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  51. [ 0.000000] Machine: OMAP3 Beagle Board
  52. [ 0.000000] cma: CMA: reserved 16 MiB at 8e800000
  53. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  54. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  55. [ 0.000000] OMAP3430/3530 ES3.0 (l2cache iva sgx neon isp )
  56. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
  57. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0f56000 s14336 r8192 d14336 u36864
  58. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
  59. [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait earlyprintk
  60. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  61. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  62. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  63. [ 0.000000] __ex_table already sorted, skipping sort
  64. [ 0.000000] Memory: 255MB = 255MB total
  65. [ 0.000000] Memory: 228760k/228760k available, 33384k reserved, 0K highmem
  66. [ 0.000000] Virtual kernel memory layout:
  67. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  68. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  69. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  70. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  71. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  72. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  73. [ 0.000000] .text : 0xc0008000 - 0xc0703a58 (7151 kB)
  74. [ 0.000000] .init : 0xc0704000 - 0xc0759800 ( 342 kB)
  75. [ 0.000000] .data : 0xc075a000 - 0xc07f4640 ( 618 kB)
  76. [ 0.000000] .bss : 0xc07f4640 - 0xc0d4fa48 (5486 kB)
  77. [ 0.000000] Hierarchical RCU implementation.
  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] OMAP clockevent source: GPTIMER12 at 32768 Hz
  83. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  84. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  85. [ 0.000000] Console: colour dummy device 80x30
  86. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  87. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  88. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  89. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  90. [ 0.000000] ... CLASSHASH_SIZE: 4096
  91. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  92. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  93. [ 0.000000] ... CHAINHASH_SIZE: 16384
  94. [ 0.000000] memory used by lock dependency info: 3695 kB
  95. [ 0.000000] per task-struct memory footprint: 1152 bytes
  96. [ 0.001129] Calibrating delay loop... 313.34 BogoMIPS (lpj=1566720)
  97. [ 0.110412] pid_max: default: 32768 minimum: 301
  98. [ 0.110992] Security Framework initialized
  99. [ 0.111175] Mount-cache hash table entries: 512
  100. [ 0.115722] CPU: Testing write buffer coherency: ok
  101. [ 0.117401] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  102. [ 0.117523] Setting up static identity map for 0xc04fd350 - 0xc04fd3c0
  103. [ 0.121093] Brought up 1 CPUs
  104. [ 0.121124] SMP: Total of 1 processors activated (313.34 BogoMIPS).
  105. [ 0.121154] CPU: All CPU(s) started in SVC mode.
  106. [ 0.124755] devtmpfs: initialized
  107. [ 0.191802] pinctrl core: initialized pinctrl subsystem
  108. [ 0.199096] regulator-dummy: no parameters
  109. [ 0.203338] NET: Registered protocol family 16
  110. [ 0.214233] DMA: preallocated 256 KiB pool for atomic coherent allocations
  111. [ 0.216613] omap-gpmc omap-gpmc: GPMC revision 5.0
  112. [ 0.229919] OMAP GPIO hardware version 2.5
  113. [ 0.250793] omap_mux_init: Add partition: #1: core, flags: 4
  114. [ 0.253692] OMAP3 Beagle Rev: C1/C2/C3
  115. [ 0.280670] Reprogramming SDRC clock to 332000000 Hz
  116. [ 0.283843] hw-breakpoint: debug architecture 0x4 unsupported.
  117. [ 0.302307] omap-mcbsp.2: alias fck already exists
  118. [ 0.303222] omap-mcbsp.3: alias fck already exists
  119. [ 0.308258] OMAP DMA hardware revision 4.0
  120. [ 0.309631] Serial: AMBA PL011 UART driver
  121. [ 0.313903] arm-pmu: alias fck already exists
  122. [ 0.393890] bio: create slab <bio-0> at 0
  123. [ 0.497711] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  124. [ 0.507141] SCSI subsystem initialized
  125. [ 0.510070] usbcore: registered new interface driver usbfs
  126. [ 0.511230] usbcore: registered new interface driver hub
  127. [ 0.512207] usbcore: registered new device driver usb
  128. [ 0.531585] twl 1-0048: PIH (irq 23) chaining IRQs 338..346
  129. [ 0.532318] twl 1-0048: power (irq 343) chaining IRQs 346..353
  130. [ 0.536132] twl4030_gpio twl4030_gpio: gpio (irq 338) chaining IRQs 354..371
  131. [ 0.546417] vdd_mpu_iva: 600 <--> 1450 mV normal
  132. [ 0.549316] vdd_core: 600 <--> 1450 mV normal
  133. [ 0.552185] VMMC1: 1850 <--> 3150 mV at 3150 mV normal standby
  134. [ 0.554901] VDAC: 1800 mV normal standby
  135. [ 0.557922] VDVI: 1800 mV normal standby
  136. [ 0.560821] VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
  137. [ 0.561920] omap_i2c omap_i2c.1: bus 1 rev3.3 at 2600 kHz
  138. [ 0.564880] omap_i2c omap_i2c.3: bus 3 rev3.3 at 100 kHz
  139. [ 0.574768] Switching to clocksource 32k_counter
  140. [ 0.740600] NET: Registered protocol family 2
  141. [ 0.743072] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  142. [ 0.743347] TCP bind hash table entries: 2048 (order: 4, 73728 bytes)
  143. [ 0.744506] TCP: Hash tables configured (established 2048 bind 2048)
  144. [ 0.744842] TCP: reno registered
  145. [ 0.744873] UDP hash table entries: 256 (order: 2, 20480 bytes)
  146. [ 0.745208] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  147. [ 0.746765] NET: Registered protocol family 1
  148. [ 0.749114] RPC: Registered named UNIX socket transport module.
  149. [ 0.749145] RPC: Registered udp transport module.
  150. [ 0.749176] RPC: Registered tcp transport module.
  151. [ 0.749206] RPC: Registered tcp NFSv4.1 backchannel transport module.
  152. [ 0.750396] NetWinder Floating Point Emulator V0.97 (double precision)
  153. [ 0.750854] CPU PMU: probing PMU on CPU 0
  154. [ 0.750885] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  155. [ 0.949768] VFS: Disk quotas dquot_6.5.2
  156. [ 0.950103] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  157. [ 0.953552] NFS: Registering the id_resolver key type
  158. [ 0.954162] Key type id_resolver registered
  159. [ 0.954193] Key type id_legacy registered
  160. [ 0.954376] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  161. [ 0.955078] msgmni has been set to 478
  162. [ 0.959655] io scheduler noop registered
  163. [ 0.959686] io scheduler deadline registered
  164. [ 0.959777] io scheduler cfq registered (default)
  165. [ 0.965179] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  166. [ 0.974761] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 88) is a OMAP UART0
  167. [ 0.977874] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 89) is a OMAP UART1
  168. [ 0.980285] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 90) is a OMAP UART2
  169. [ 1.680023] console [ttyO2] enabled
  170. [ 1.728424] brd: module loaded
  171. [ 1.756286] loop: module loaded
  172. [ 1.768798] mtdoops: mtd device (mtddev=name/number) must be supplied
  173. [ 1.776733] Trying ONFI probe in 16 bits mode, aborting !
  174. [ 1.782440] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron NAND 256MiB 1,8V 16-bit), 256MiB, page size: 2048, OOB size: 64
  175. [ 1.795440] Creating 5 MTD partitions on "omap2-nand.0":
  176. [ 1.801055] 0x000000000000-0x000000080000 : "X-Loader"
  177. [ 1.815429] 0x000000080000-0x000000260000 : "U-Boot"
  178. [ 1.827270] 0x000000260000-0x000000280000 : "U-Boot Env"
  179. [ 1.838714] 0x000000280000-0x000000680000 : "Kernel"
  180. [ 1.851867] 0x000000680000-0x000010000000 : "File System"
  181. [ 2.040985] OneNAND driver initializing
  182. [ 2.059631] usbcore: registered new interface driver asix
  183. [ 2.066070] usbcore: registered new interface driver ax88179_178a
  184. [ 2.073089] usbcore: registered new interface driver cdc_ether
  185. [ 2.079956] usbcore: registered new interface driver smsc95xx
  186. [ 2.086669] usbcore: registered new interface driver net1080
  187. [ 2.093231] usbcore: registered new interface driver cdc_subset
  188. [ 2.100128] usbcore: registered new interface driver zaurus
  189. [ 2.106689] usbcore: registered new interface driver cdc_ncm
  190. [ 2.115478] usbcore: registered new interface driver cdc_wdm
  191. [ 2.121459] Initializing USB Mass Storage driver...
  192. [ 2.127380] usbcore: registered new interface driver usb-storage
  193. [ 2.133728] USB Mass Storage support registered.
  194. [ 2.139312] usbcore: registered new interface driver usbtest
  195. [ 2.147949] mousedev: PS/2 mouse device common for all mice
  196. [ 2.159912] input: twl4030_pwrbutton as /devices/platform/omap_i2c.1/i2c-1/1-004b/twl4030_pwrbutton/input/input0
  197. [ 2.178192] twl_rtc twl_rtc: Power up reset detected.
  198. [ 2.184509] twl_rtc twl_rtc: Enabling TWL-RTC
  199. [ 2.194396] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  200. [ 2.202789] i2c /dev entries driver
  201. [ 2.210784] Driver for 1-wire Dallas network protocol.
  202. [ 2.218627] omap_wdt: omap_wdt_disable: writing to base:0xfa314000
  203. [ 2.228729] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  204. [ 2.245666] omap-dma-engine omap-dma-engine: allocating channel for 62
  205. [ 2.252624] omap-dma-engine omap-dma-engine: allocating channel for 61
  206. [ 2.638488] ledtrig-cpu: registered to indicate activity on CPUs
  207. [ 2.648925] usbcore: registered new interface driver usbhid
  208. [ 2.654846] usbhid: USB HID core driver
  209. [ 2.661132] oprofile: using arm/armv7
  210. [ 2.666320] TCP: cubic registered
  211. [ 2.669830] Initializing XFRM netlink socket
  212. [ 2.674530] NET: Registered protocol family 17
  213. [ 2.679412] NET: Registered protocol family 15
  214. [ 2.684661] Key type dns_resolver registered
  215. [ 2.689392] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
  216. [ 2.712554] PM: no software I/O chain control; some wakeups may be lost
  217. [ 2.720336] ThumbEE CPU extension supported.
  218. [ 2.730468] VDVI: incomplete constraints, leaving on
  219. [ 2.736297] VDAC: incomplete constraints, leaving on
  220. [ 2.747772] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  221. [ 2.759857] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  222. [ 2.774536] Waiting for root device /dev/mmcblk0p2...
  223. [ 2.788391] mmc0: new high speed SDHC card at address 1234
  224. [ 2.797851] mmcblk0: mmc0:1234 SA04G 3.63 GiB
  225. [ 2.810485] mmcblk0: p1 p2
  226. [ 6.622161] EXT4-fs (mmcblk0p2): recovery complete
  227. [ 6.633331] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  228. [ 6.642150] VFS: Mounted root (ext4 filesystem) on device 179:2.
  229. [ 6.663146] devtmpfs: mounted
  230. [ 6.667419] Freeing init memory: 340K
  231. Mounting proc : OK
  232. Mounting sysfs : OK
  233. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  234. boot mounted: OK
  235. /dev/ttyO2 linked to /dev/tty-bd - using as console
  236.  
  237. ******************************************
  238. Starting System Init for OMAP3BeagleBoard
  239. Release: X.x
  240. Kernel: Linux OMAP3BeagleBoard 3.9.0-rc3-00061-g49b8fe5-dirty #7 SMP Thu Mar 28 16:07:40 CDT 2013 armv7l GNU/Linux
  241. ******************************************
  242. Saving kernel ring buffer : OK
  243. Mounting devpts : OK
  244. Setting up networking
  245. Configuring lo : OK
  246. Starting syslogd : OK
  247. Starting klogd : OK
  248. Mounting filesystems : OK
  249. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  250.  
  251. Please press Enter to activate this console.
  252. / #
  253. u0/cpufreq/scaling_dri/ # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
  254. omap
  255. / #
  256. / # ./test.sh
  257. killall: memtester: no process killed
  258. 125000 250000 500000 550000 600000 is the available freqs
  259. bogomips@ boot:
  260. BogoMIPS : 313.34
  261. Boot scaling frequency =600000
  262. TESTING for 1 seconds at 125000
  263. current scaling frequency(for 125000) =125000
  264. bogomips@ frequency 125000:
  265. BogoMIPS : 65.28
  266. TESTING for 1 seconds at 250000
  267. current scaling frequency(for 250000) =250000
  268. bogomips@ frequency 250000:
  269. BogoMIPS : 130.56
  270. TESTING for 1 seconds at 500000
  271. current scaling frequency(for 500000) =500000
  272. bogomips@ frequency 500000:
  273. BogoMIPS : 261.12
  274. TESTING for 1 seconds at 550000
  275. current scaling frequency(for 550000) =550000
  276. bogomips@ frequency 550000:
  277. BogoMIPS : 287.23
  278. TESTING for 1 seconds at 600000
  279. current scaling frequency(for 600000) =600000
  280. bogomips@ frequency 600000:
  281. BogoMIPS : 313.34
  282. More transitions TEST
  283. [0] 1000: 6 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  284. [1] 1000: 6 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:15 CST 1999
  285. [2] 1000: 7 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:16 CST 1999
  286. [3] 1000: 7 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:16 CST 1999
  287. [4] 1000: 7 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:16 CST 1999
  288. [5] 1000: 7 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:16 CST 1999
  289. [6] 1000: 7 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:16 CST 1999
  290. [7] 1000: 7 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:16 CST 1999
  291. [8] 1000: 7 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:16 CST 1999
  292. [9] 1000: 7 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:17 CST 1999
  293. [10] 1000: 8 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:17 CST 1999
  294. [11] 1000: 8 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:17 CST 1999
  295. [12] 1000: 8 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:17 CST 1999
  296. [13] 1000: 8 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:17 CST 1999
  297. [14] 1000: 8 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:17 CST 1999
  298. [15] 1000: 8 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:17 CST 1999
  299. [16] 1000: 8 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:17 CST 1999
  300. [17] 1000: 9 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:18 CST 1999
  301. [18] 1000: 9 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:18 CST 1999
  302. [19] 1000: 9 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:18 CST 1999
  303. [20] 1000: 9 Seconds: Fri Dec 31 18:00:09 CST 1999 : time now = Fri Dec 31 18:00:18 CST 1999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement