Advertisement
Guest User

bone-dt

a guest
May 8th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.86 KB | None | 0 0
  1. Terminal ready
  2.  
  3. U-Boot SPL 2013.01.01 (Mar 13 2013 - 17:05:19)
  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:05:19)
  10.  
  11. I2C: ready
  12. DRAM: 256 MiB
  13. WARNING: Caches not enabled
  14. NAND: No NAND device found!!!
  15. 0 MiB
  16. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  17. *** Warning - readenv() failed, using default environment
  18.  
  19. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  20. musb-hdrc: MHDRC RTL version 2.0
  21. musb-hdrc: setup fifo_mode 4
  22. musb-hdrc: 28/31 max ep, 16384/16384 memory
  23. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  24. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  25. musb-hdrc: MHDRC RTL version 2.0
  26. musb-hdrc: setup fifo_mode 4
  27. musb-hdrc: 28/31 max ep, 16384/16384 memory
  28. USB Host mode controller at 47401800 using PIO, IRQ 0
  29. Net: cpsw, usb_ether
  30. Hit any key to stop autoboot: 1 0
  31. mmc0 is current device
  32. SD/MMC found on device 0
  33. reading uEnv.txt
  34. 701 bytes read in 7 ms (97.7 KiB/s)
  35. Loaded environment from uEnv.txt
  36. Importing environment from mmc ...
  37. Running uenvcmd ...
  38. booting from Ramdisk
  39. reading ramdisk.gz
  40. 3323313 bytes read in 408 ms (7.8 MiB/s)
  41. reading uImage
  42. 3850592 bytes read in 470 ms (7.8 MiB/s)
  43. reading am335x-bone.dtb
  44. 8452 bytes read in 10 ms (825.2 KiB/s)
  45. starting
  46. arch=arm
  47. baudrate=115200
  48. board=am335x
  49. board_name=A335BONE
  50. board_rev=00A5
  51. bootargs=console=ttyO0,115200n8 root=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M rootfstype=ext3 earlyprintk
  52. bootcmd=echo booting from Ramdisk;sleep 1;run fatloadramdisk;sleep 1;run fatloaduimage; sleep 1; run loaddtb; echo "starting"; sleep 1; printenv;run bootwdtb
  53. bootdelay=1
  54. bootenv=uEnv.txt
  55. bootfile=/boot/uImage
  56. bootwdtb=bootm ${loadaddr} - ${fdtbaddr}
  57. console=ttyO0,115200n8
  58. cpu=armv7
  59. ethact=cpsw
  60. ethaddr=d4:94:a1:97:2d:88
  61. fatloadramdisk=fatload mmc 0:1 ${rdaddr} ramdisk.gz
  62. fatloaduimage=fatload mmc 0:1 ${loadaddr} uImage
  63. fdtaddr=80f80000
  64. fdtbaddr=0x80F80000
  65. filesize=0x2104
  66. findfdt=if test $board_name = A335BONE; then setenv fdtfile am335x-bone.dtb; fi; if test $board_name = A33515BB; then setenv fdtfile am335x-evm.dtb; fi; if test $board_name = A335X_SK; then setenv fdtfile am335x-evmsk.dtb; fi
  67. importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize
  68. loadaddr=0x80200000
  69. loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
  70. loaddtb=fatload mmc 0:1 ${fdtbaddr} am335x-bone.dtb; fdt addr ${fdtbaddr}; fdt resize
  71. loadramdisk=fatload mmc ${mmcdev} ${rdaddr} ramdisk.gz
  72. loaduimage=ext2load mmc ${mmcdev}:2 ${loadaddr} ${bootfile}
  73. loaduimagefat=fatload mmc ${mmcdev} ${loadaddr} ${bootfile}
  74. mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype}
  75. mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
  76. mmcdev=0
  77. mmcroot=/dev/mmcblk0p2 ro
  78. mmcrootfstype=ext4 rootwait
  79. ramargs=setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=${ramrootfstype}
  80. ramboot=echo Booting from ramdisk ...; run ramargs; bootm ${loadaddr}
  81. ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=${rdaddr},64M
  82. ramrootfstype=ext2
  83. rdaddr=0x81000000
  84. soc=am33xx
  85. stderr=serial
  86. stdin=serial
  87. stdout=serial
  88. uenvcmd=boot
  89. vendor=ti
  90. ver=U-Boot 2013.01.01 (Mar 13 2013 - 17:05:19)
  91.  
  92. Environment size: 2026/131068 bytes
  93. ## Booting kernel from Legacy Image at 80200000 ...
  94. Image Name: Linux-3.9.0-11594-gb4376c4
  95. Image Type: ARM Linux Kernel Image (uncompressed)
  96. Data Size: 3850528 Bytes = 3.7 MiB
  97. Load Address: 80800000
  98. Entry Point: 80800000
  99. Verifying Checksum ... OK
  100. ## Flattened Device Tree blob at 80f80000
  101. Booting using the fdt blob at 0x80f80000
  102. Loading Kernel Image ... OK
  103. OK
  104. reserving fdt memory region: addr=80f80000 size=3000
  105. Loading Device Tree to 8fe3d000, end 8fe42fff ... OK
  106.  
  107. Starting kernel ...
  108.  
  109. [ 0.000000] Booting Linux on physical CPU 0x0
  110. [ 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
  111. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  112. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  113. [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
  114. [ 0.000000] cma: CMA: reserved 16 MiB at 8e800000
  115. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  116. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  117. [ 0.000000] AM335X ES1.0 (neon )
  118. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0a12000 s12864 r8192 d15808 u36864
  119. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
  120. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M rootfstype=ext3 earlyprintk
  121. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  122. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  123. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  124. [ 0.000000] Memory: 255MB = 255MB total
  125. [ 0.000000] Memory: 168580k/168580k available, 93564k reserved, 0K highmem
  126. [ 0.000000] Virtual kernel memory layout:
  127. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  128. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  129. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  130. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  131. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  132. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  133. [ 0.000000] .text : 0xc0008000 - 0xc06be418 (6874 kB)
  134. [ 0.000000] .init : 0xc06bf000 - 0xc0722240 ( 397 kB)
  135. [ 0.000000] .data : 0xc0724000 - 0xc079e740 ( 490 kB)
  136. [ 0.000000] .bss : 0xc079e740 - 0xc080a7fc ( 433 kB)
  137. [ 0.000000] Hierarchical RCU implementation.
  138. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  139. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  140. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  141. [ 0.000000] Total of 128 interrupts on 1 active controller
  142. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  143. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  144. [ 0.000000] OMAP clocksource: timer1 at 24000000 Hz
  145. [ 0.000000] Console: colour dummy device 80x30
  146. [ 0.000396] Calibrating delay loop... 366.18 BogoMIPS (lpj=1830912)
  147. [ 0.119821] pid_max: default: 32768 minimum: 301
  148. [ 0.120031] Security Framework initialized
  149. [ 0.120129] Mount-cache hash table entries: 512
  150. [ 0.123894] CPU: Testing write buffer coherency: ok
  151. [ 0.124421] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  152. [ 0.124504] Setting up static identity map for 0xc04c7650 - 0xc04c76a8
  153. [ 0.125743] Brought up 1 CPUs
  154. [ 0.125768] SMP: Total of 1 processors activated (366.18 BogoMIPS).
  155. [ 0.125779] CPU: All CPU(s) started in SVC mode.
  156. [ 0.126768] devtmpfs: initialized
  157. [ 0.191917] pinctrl core: initialized pinctrl subsystem
  158. [ 0.193308] regulator-dummy: no parameters
  159. [ 0.196037] NET: Registered protocol family 16
  160. [ 0.199908] DMA: preallocated 256 KiB pool for atomic coherent allocations
  161. [ 0.215392] OMAP GPIO hardware version 0.1
  162. [ 0.227375] No ATAGs?
  163. [ 0.227403] hw-breakpoint: debug architecture 0x4 unsupported.
  164. [ 0.229236] Serial: AMBA PL011 UART driver
  165. [ 0.263252] bio: create slab <bio-0> at 0
  166. [ 0.308004] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  167. [ 0.312821] SCSI subsystem initialized
  168. [ 0.314119] usbcore: registered new interface driver usbfs
  169. [ 0.314425] usbcore: registered new interface driver hub
  170. [ 0.314804] usbcore: registered new device driver usb
  171. [ 0.315934] omap_i2c 44e0b000.i2c: did not get pins for i2c error: -19
  172. [ 0.316765] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  173. [ 0.319188] DCDC1: at 1800 mV
  174. [ 0.321055] vdd_mpu: 925 <--> 1325 mV at 1125 mV
  175. [ 0.322386] vdd_core: 925 <--> 1150 mV at 1100 mV
  176. [ 0.323633] LDO1: at 1800 mV
  177. [ 0.324849] LDO2: at 3300 mV
  178. [ 0.326059] LDO3: at 3300 mV
  179. [ 0.327246] LDO4: at 3300 mV
  180. [ 0.328145] tps65217 0-0024: TPS65217 ID 0xf version 1.1
  181. [ 0.332395] Switching to clocksource timer1
  182. [ 0.388238] NET: Registered protocol family 2
  183. [ 0.389224] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  184. [ 0.389299] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
  185. [ 0.389361] TCP: Hash tables configured (established 2048 bind 2048)
  186. [ 0.389484] TCP: reno registered
  187. [ 0.389507] UDP hash table entries: 256 (order: 1, 8192 bytes)
  188. [ 0.389541] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  189. [ 0.389901] NET: Registered protocol family 1
  190. [ 0.390404] RPC: Registered named UNIX socket transport module.
  191. [ 0.390421] RPC: Registered udp transport module.
  192. [ 0.390432] RPC: Registered tcp transport module.
  193. [ 0.390442] RPC: Registered tcp NFSv4.1 backchannel transport module.
  194. [ 0.390784] Trying to unpack rootfs image as initramfs...
  195. [ 0.392159] rootfs image is not initramfs (no cpio magic); looks like an initrd
  196. [ 0.820130] Freeing initrd memory: 65536K (c1000000 - c5000000)
  197. [ 0.820342] NetWinder Floating Point Emulator V0.97 (double precision)
  198. [ 1.041128] VFS: Disk quotas dquot_6.5.2
  199. [ 1.041384] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  200. [ 1.042667] NFS: Registering the id_resolver key type
  201. [ 1.042816] Key type id_resolver registered
  202. [ 1.042831] Key type id_legacy registered
  203. [ 1.042901] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  204. [ 1.043214] msgmni has been set to 489
  205. [ 1.044606] io scheduler noop registered
  206. [ 1.044626] io scheduler deadline registered
  207. [ 1.044678] io scheduler cfq registered (default)
  208. [ 1.045380] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  209. [ 1.047675] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  210. [ 1.050904] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
  211. [ 1.051155] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
  212. [ 1.640969] console [ttyO0] enabled
  213. [ 1.664478] brd: module loaded
  214. [ 1.677914] loop: module loaded
  215. [ 1.684954] mtdoops: mtd device (mtddev=name/number) must be supplied
  216. [ 1.692128] OneNAND driver initializing
  217. [ 1.700157] usbcore: registered new interface driver asix
  218. [ 1.706421] usbcore: registered new interface driver ax88179_178a
  219. [ 1.713378] usbcore: registered new interface driver cdc_ether
  220. [ 1.719801] usbcore: registered new interface driver smsc95xx
  221. [ 1.726199] usbcore: registered new interface driver net1080
  222. [ 1.732400] usbcore: registered new interface driver cdc_subset
  223. [ 1.739012] usbcore: registered new interface driver zaurus
  224. [ 1.745349] usbcore: registered new interface driver cdc_ncm
  225. [ 1.752349] usbcore: registered new interface driver cdc_wdm
  226. [ 1.758724] usbcore: registered new interface driver usb-storage
  227. [ 1.765414] usbcore: registered new interface driver usbtest
  228. [ 1.772233] mousedev: PS/2 mouse device common for all mice
  229. [ 1.781042] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  230. [ 1.788673] 44e3e000.rtc: already running
  231. [ 1.793639] i2c /dev entries driver
  232. [ 1.798012] Driver for 1-wire Dallas network protocol.
  233. [ 1.806096] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  234. [ 1.816939] usbcore: registered new interface driver usbhid
  235. [ 1.822943] usbhid: USB HID core driver
  236. [ 1.827912] oprofile: no performance counters
  237. [ 1.833399] oprofile: using timer interrupt.
  238. [ 1.838314] TCP: cubic registered
  239. [ 1.841810] Initializing XFRM netlink socket
  240. [ 1.846460] NET: Registered protocol family 17
  241. [ 1.851213] NET: Registered protocol family 15
  242. [ 1.856110] Key type dns_resolver registered
  243. [ 1.860786] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  244. [ 1.870327] ThumbEE CPU extension supported.
  245. [ 1.874984] Registering SWP/SWPB emulation handler
  246. [ 1.942519] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  247. [ 1.948972] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  248. [ 1.956496] libphy: 4a101000.mdio: probed
  249. [ 1.960742] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  250. [ 1.970622] Random MACID = b6:4f:2e:62:3c:07
  251. [ 1.977501] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:05:03 UTC (946685103)
  252. [ 1.987744] RAMDISK: gzip image found at block 0
  253. [ 2.529789] kjournald starting. Commit interval 5 seconds
  254. [ 2.535925] EXT3-fs (ram0): using internal journal
  255. [ 2.540987] EXT3-fs (ram0): mounted filesystem with ordered data mode
  256. [ 2.547907] VFS: Mounted root (ext3 filesystem) on device 1:0.
  257. [ 2.554354] devtmpfs: mounted
  258. [ 2.558253] Freeing unused kernel memory: 396K (c06bf000 - c0722000)
  259. Mounting proc : OK
  260. Mounting sysfs : OK
  261. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  262. boot mounted: OK
  263. /dev/ttyO0 linked to /dev/tty-bd - using as console
  264.  
  265. ******************************************
  266. Starting System Init for GenericAM33XX(FlattenedDeviceTree)
  267. Release: X.x
  268. Kernel: Linux GenericAM33XX(FlattenedDeviceTree) 3.9.0-11594-gb4376c4 #18 SMP Wed May 8 11:40:11 CDT 2013 armv7l GNU/Linux
  269. ******************************************
  270. Saving kernel ring buffer : OK
  271. Mounting devpts : OK
  272. Setting up networking
  273. Configuring lo : OK
  274. Starting syslogd : OK
  275. Starting klogd : OK
  276. Mounting filesystems : OK
  277. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  278.  
  279. Please press Enter to activate this console.
  280. / #
  281. / #
  282. / #
  283. / # ./test.sh
  284. ===================
  285. System CPUFREQ Configuration:
  286. ===================
  287. Scaling driver: generic_cpu0
  288. Scaling Regulator: /sys/class/regulator/regulator.2 : vdd_mpu
  289. 275000 500000 600000 720000 are the available frequencies
  290. ===================
  291. Boot Configuration:
  292. ===================
  293. bogomips@ boot:
  294. BogoMIPS : 366.18
  295. Boot scaling frequency =550000
  296. Boot vdd_mpu Scaling voltage(uV) =1125000
  297. ===================
  298. Single OPP transition walk through test:
  299. ===================
  300. 1: TESTING for 1 seconds at 275000
  301. current scaling frequency(for 275000) =275000
  302. current vdd_mpu Scaling voltage(uV) =1125000
  303. bogomips@ frequency 275000:
  304. BogoMIPS : 183.09
  305. 2: TESTING for 1 seconds at 500000
  306. current scaling frequency(for 500000) =500000
  307. current vdd_mpu Scaling voltage(uV) =1125000
  308. bogomips@ frequency 500000:
  309. BogoMIPS : 332.89
  310. 3: TESTING for 1 seconds at 600000
  311. current scaling frequency(for 600000) =600000
  312. current vdd_mpu Scaling voltage(uV) =1225000
  313. bogomips@ frequency 600000:
  314. BogoMIPS : 399.47
  315. 4: TESTING for 1 seconds at 720000
  316. current scaling frequency(for 720000) =720000
  317. current vdd_mpu Scaling voltage(uV) =1275000
  318. bogomips@ frequency 720000:
  319. BogoMIPS : 479.36
  320. ===================
  321. Rapid transitions test (print every 1000 all OPP combinations):
  322. ===================
  323. [0] 1000: 4 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:12 CST 1999
  324. [1] 1000: 4 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:12 CST 1999
  325. [2] 1000: 4 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:12 CST 1999
  326. [3] 1000: 4 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:12 CST 1999
  327. [4] 1000: 4 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:12 CST 1999
  328. [5] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  329. [6] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  330. [7] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  331. [8] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  332. [9] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  333. [10] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  334. [11] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  335. [12] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  336. [13] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  337. [14] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  338. [15] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  339. [16] 1000: 5 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:13 CST 1999
  340. [17] 1000: 6 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:14 CST 1999
  341. [18] 1000: 6 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:14 CST 1999
  342. [19] 1000: 6 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:14 CST 1999
  343. [20] 1000: 6 Seconds: Fri Dec 31 18:05:08 CST 1999 : time now = Fri Dec 31 18:05:14 CST 1999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement