Advertisement
Guest User

Untitled

a guest
Sep 14th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.60 KB | None | 0 0
  1.  
  2.  
  3.  
  4. U-Boot 2016.03 (Sep 14 2016 - 09:21:03 -0700)
  5.  
  6. Model: Digilent-Zybo-Linux-BD-v2015.4
  7. Board: Xilinx Zynq
  8. I2C: ready
  9. DRAM: ECC disabled 512 MiB
  10. MMC: sdhci@e0100000: 0
  11. SF: Detected S25FL128S_64K with page size 256 Bytes, erase size 64 KiB, total 16 MiB
  12. *** Warning - bad CRC, using default environment
  13.  
  14. In: serial
  15. Out: serial
  16. Err: serial
  17. Net: ZYNQ GEM: e000b000, phyaddr 1, interface rgmii-id
  18.  
  19. Warning: ethernet@e000b000 using MAC address from ROM
  20. eth0: ethernet@e000b000
  21. U-BOOT for Digilent-Zybo-Linux-BD-v2015_4
  22.  
  23. ethernet@e000b000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
  24. ethernet@e000b000: No link.
  25. Hit any key to stop autoboot: 0
  26. Device: sdhci@e0100000
  27. Manufacturer ID: 1b
  28. OEM: 534d
  29. Name: 00000
  30. Tran Speed: 50000000
  31. Rd Block Len: 512
  32. SD version 3.0
  33. High Capacity: Yes
  34. Capacity: 29.8 GiB
  35. Bus Width: 4-bit
  36. Erase Group Size: 512 Bytes
  37. reading image.ub
  38. 6438512 bytes read in 556 ms (11 MiB/s)
  39. ## Loading kernel from FIT Image at 04000000 ...
  40. Using 'conf@1' configuration
  41. Verifying Hash Integrity ... OK
  42. Trying 'kernel@1' kernel subimage
  43. Description: PetaLinux Kernel
  44. Type: Kernel Image
  45. Compression: gzip compressed
  46. Data Start: 0x040000f0
  47. Data Size: 6411615 Bytes = 6.1 MiB
  48. Architecture: ARM
  49. OS: Linux
  50. Load Address: 0x00008000
  51. Entry Point: 0x00008000
  52. Hash algo: crc32
  53. Hash value: 1504cef3
  54. Verifying Hash Integrity ... crc32+ OK
  55. ## Loading fdt from FIT Image at 04000000 ...
  56. Using 'conf@1' configuration
  57. Trying 'fdt@1' fdt subimage
  58. Description: Flattened Device Tree blob
  59. Type: Flat Device Tree
  60. Compression: uncompressed
  61. Data Start: 0x0461d734
  62. Data Size: 25600 Bytes = 25 KiB
  63. Architecture: ARM
  64. Hash algo: crc32
  65. Hash value: 97b5e797
  66. Verifying Hash Integrity ... crc32+ OK
  67. Booting using the fdt blob at 0x461d734
  68. Uncompressing Kernel Image ... OK
  69. Loading Device Tree to 07ff6000, end 07fff3ff ... OK
  70.  
  71. Starting kernel ...
  72.  
  73. Booting Linux on physical CPU 0x0
  74. Linux version 4.0.0-xilinx (zynq@Zynq) (gcc version 4.9.2 (Sourcery CodeBench Lite 2015.05-17) ) #14 SMP PREEMPT Wed Sep 14 09:21:26 PDT 2016
  75. CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
  76. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  77. Machine model: Digilent-Zybo-Linux-BD-v2015.4
  78. bootconsole [earlycon0] enabled
  79. cma: Reserved 40 MiB at 0x1d800000
  80. Memory policy: Data cache writealloc
  81. On node 0 totalpages: 131072
  82. free_area_init_node: node 0, pgdat c098f200, node_mem_map dd3e3000
  83. Normal zone: 1024 pages used for memmap
  84. Normal zone: 0 pages reserved
  85. Normal zone: 131072 pages, LIFO batch:31
  86. PERCPU: Embedded 11 pages/cpu @dd3bc000 s12672 r8192 d24192 u45056
  87. pcpu-alloc: s12672 r8192 d24192 u45056 alloc=11*4096
  88. pcpu-alloc: [0] 0 [0] 1
  89. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
  90. Kernel command line: console=ttyPS0,115200 earlyprintk debug
  91. PID hash table entries: 2048 (order: 1, 8192 bytes)
  92. Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  93. Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  94. Memory: 468548K/524288K available (4767K kernel code, 223K rwdata, 1720K rodata, 3044K init, 208K bss, 14780K reserved, 40960K cma-reserved, 0K highmem)
  95. Virtual kernel memory layout:
  96. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  97. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  98. vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  99. lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  100. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  101. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  102. .text : 0xc0008000 - 0xc065e0ec (6489 kB)
  103. .init : 0xc065f000 - 0xc0958000 (3044 kB)
  104. .data : 0xc0958000 - 0xc098ff60 ( 224 kB)
  105. .bss : 0xc098ff60 - 0xc09c42f4 ( 209 kB)
  106. Preemptible hierarchical RCU implementation.
  107. Additional per-CPU info printed with stalls.
  108. RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  109. RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  110. NR_IRQS:16 nr_irqs:16 16
  111. L2C: platform modifies aux control register: 0x72360000 -> 0x72760000
  112. L2C: DT/platform modifies aux control register: 0x72360000 -> 0x72760000
  113. L2C-310 erratum 769419 enabled
  114. L2C-310 enabling early BRESP for Cortex-A9
  115. L2C-310 full line of zeros enabled for Cortex-A9
  116. L2C-310 ID prefetch enabled, offset 1 lines
  117. L2C-310 dynamic clock gating enabled, standby mode enabled
  118. L2C-310 cache controller enabled, 8 ways, 512 kB
  119. L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76760001
  120. slcr mapped to e0804000
  121. zynq_clock_init: clkc starts at e0804100
  122. Zynq clock init
  123. sched_clock: 64 bits at 325MHz, resolution 3ns, wraps every 3383112499200ns
  124. timer #0 at e0808000, irq=17
  125. Console: colour dummy device 80x30
  126. Calibrating delay loop... 1292.69 BogoMIPS (lpj=6463488)
  127. pid_max: default: 32768 minimum: 301
  128. Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  129. Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  130. CPU: Testing write buffer coherency: ok
  131. CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  132. Setting up static identity map for 0x483ab0 - 0x483b08
  133. CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  134. Brought up 2 CPUs
  135. SMP: Total of 2 processors activated (2591.94 BogoMIPS).
  136. CPU: All CPU(s) started in SVC mode.
  137. devtmpfs: initialized
  138. VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  139. pinctrl core: initialized pinctrl subsystem
  140. NET: Registered protocol family 16
  141. DMA: preallocated 256 KiB pool for atomic coherent allocations
  142. cpuidle: using governor ladder
  143. cpuidle: using governor menu
  144. gpiochip_find_base: found new base at 906
  145. gpiochip_add: registered GPIOs 906 to 1023 on device: zynq_gpio
  146. hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  147. hw-breakpoint: maximum watchpoint size is 4 bytes.
  148. zynq-ocm f800c000.ocmc: ZYNQ OCM pool: 256 KiB @ 0xe0880000
  149. gpiochip_find_base: found new base at 902
  150. gpiochip_add: registered GPIOs 902 to 905 on device: /amba_pl/gpio@41210000
  151. GPIO IRQ not connected
  152. XGpio: /amba_pl/gpio@41210000: registered, base is 902
  153. gpiochip_find_base: found new base at 901
  154. gpiochip_add: registered GPIOs 901 to 901 on device: /amba_pl/gpio@41230000
  155. IRQ Base: 175, Pin 0 = IRQ 175
  156. XGpio: /amba_pl/gpio@41230000: registered, base is 901
  157. gpiochip_find_base: found new base at 899
  158. gpiochip_add: registered GPIOs 899 to 900 on device: /amba_pl/gpio@41250000
  159. GPIO IRQ not connected
  160. XGpio: /amba_pl/gpio@41250000: registered, base is 899
  161. GPIO IRQ not connected
  162. gpiochip_find_base: found new base at 897
  163. gpiochip_add: registered GPIOs 897 to 898 on device: /amba_pl/gpio@41250000
  164. XGpio: /amba_pl/gpio@41250000: dual channel registered, base is 897
  165. gpiochip_find_base: found new base at 893
  166. gpiochip_add: registered GPIOs 893 to 896 on device: /amba_pl/gpio@41200000
  167. GPIO IRQ not connected
  168. XGpio: /amba_pl/gpio@41200000: registered, base is 893
  169. gpiochip_find_base: found new base at 889
  170. gpiochip_add: registered GPIOs 889 to 892 on device: /amba_pl/gpio@41260000
  171. GPIO IRQ not connected
  172. XGpio: /amba_pl/gpio@41260000: registered, base is 889
  173. gpiochip_find_base: found new base at 885
  174. gpiochip_add: registered GPIOs 885 to 888 on device: /amba_pl/gpio@41220000
  175. GPIO IRQ not connected
  176. XGpio: /amba_pl/gpio@41220000: registered, base is 885
  177. gpiochip_find_base: found new base at 883
  178. gpiochip_add: registered GPIOs 883 to 884 on device: /amba_pl/gpio@41240000
  179. GPIO IRQ not connected
  180. XGpio: /amba_pl/gpio@41240000: registered, base is 883
  181. GPIO IRQ not connected
  182. gpiochip_find_base: found new base at 879
  183. gpiochip_add: registered GPIOs 879 to 882 on device: /amba_pl/gpio@41240000
  184. XGpio: /amba_pl/gpio@41240000: dual channel registered, base is 879
  185. of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@0[0]'
  186. vgaarb: loaded
  187. SCSI subsystem initialized
  188. usbcore: registered new interface driver usbfs
  189. usbcore: registered new interface driver hub
  190. usbcore: registered new device driver usb
  191. usb_phy_generic usb_phy@0: GPIO lookup for consumer reset
  192. usb_phy_generic usb_phy@0: using device tree for GPIO lookup
  193. of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/usb_phy@0[0]' - status (0)
  194. usb_phy_generic usb_phy@0: GPIO lookup for consumer vbus-detect
  195. usb_phy_generic usb_phy@0: using device tree for GPIO lookup
  196. of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/usb_phy@0[0]'
  197. of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/usb_phy@0[0]'
  198. usb_phy_generic usb_phy@0: using lookup tables for GPIO lookup
  199. usb_phy_generic usb_phy@0: lookup for GPIO vbus-detect failed
  200. usb_phy@0 supply vcc not found, using dummy regulator
  201. media: Linux media interface: v0.10
  202. Linux video capture interface: v2.00
  203. pps_core: LinuxPPS API ver. 1 registered
  204. pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  205. PTP clock support registered
  206. EDAC MC: Ver: 3.0.0
  207. Advanced Linux Sound Architecture Driver Initialized.
  208. Switched to clocksource arm_global_timer
  209. NET: Registered protocol family 2
  210. TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  211. TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  212. TCP: Hash tables configured (established 4096 bind 4096)
  213. TCP: reno registered
  214. UDP hash table entries: 256 (order: 1, 8192 bytes)
  215. UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  216. NET: Registered protocol family 1
  217. RPC: Registered named UNIX socket transport module.
  218. RPC: Registered udp transport module.
  219. RPC: Registered tcp transport module.
  220. RPC: Registered tcp NFSv4.1 backchannel transport module.
  221. PCI: CLS 0 bytes, default 64
  222. hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
  223. futex hash table entries: 512 (order: 3, 32768 bytes)
  224. jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  225. io scheduler noop registered
  226. io scheduler deadline registered
  227. io scheduler cfq registered (default)
  228. zynq-pinctrl 700.pinctrl: zynq pinctrl initialized
  229. dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
  230. dma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
  231. xilinx-vdma 43000000.dma: Xilinx AXI VDMA Engine Driver Probed!!
  232. e0000000.serial: ttyPS0 at MMIO 0xe0000000 (irq = 145, base_baud = 6250000) is a xuartps
  233. console [ttyPS0] enabled
  234. bootconsole [earlycon0] disabled
  235.  
  236. Built with PetaLinux v2015.4 (Yocto 1.8) Digilent-Zybo-Linux-BD-v2015_4 /dev/ttyPS1
  237. Digilent-Zybo-Linux-BD-v2015_4 login: root
  238. Password:
  239. root@Digilent-Zybo-Linux-BD-v2015_4:~# cat /proc/interrupts
  240. CPU0 CPU1
  241. 16: 0 0 GIC 27 gt
  242. GPIO IRQ not connected
  243. XGpio: /amba_pl/gpio@41240000: registered, base is 883
  244. GPIO IRQ not connected
  245. gpiochip_find_base: found new base at 879
  246. gpiochip_add: registered GPIOs 879 to 882 on device: /amba_pl/gpio@41240000
  247. XGpio: /amba_pl/gpio@41240000: dual channel registered, base is 879
  248. of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@0[0]'
  249. vgaarb: loaded
  250. SCSI subsystem initialized
  251. usbcore: registered new interface driver usbfs
  252. usbcore: registered new interface driver hub
  253. usbcore: registered new device driver usb
  254. usb_phy_generic usb_phy@0: GPIO lookup for consumer reset
  255. usb_phy_generic usb_phy@0: using device tree for GPIO lookup
  256. of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/usb_phy@0[0]' - status (0)
  257. usb_phy_generic usb_phy@0: GPIO lookup for consumer vbus-detect
  258. usb_phy_generic usb_phy@0: using device tree for GPIO lookup
  259. of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/usb_phy@0[0]'
  260. of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/usb_phy@0[0]'
  261. usb_phy_generic usb_phy@0: using lookup tables for GPIO lookup
  262. usb_phy_generic usb_phy@0: lookup for GPIO vbus-detect failed
  263. usb_phy@0 supply vcc not found, using dummy regulator
  264. media: Linux media interface: v0.10
  265. Linux video capture interface: v2.00
  266. pps_core: LinuxPPS API ver. 1 registered
  267. pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  268. PTP clock support registered
  269. EDAC MC: Ver: 3.0.0
  270. Advanced Linux Sound Architecture Driver Initialized.
  271. Switched to clocksource arm_global_timer
  272. NET: Registered protocol family 2
  273. TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  274. TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  275. TCP: Hash tables configured (established 4096 bind 4096)
  276. TCP: reno registered
  277. UDP hash table entries: 256 (order: 1, 8192 bytes)
  278. UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  279. NET: Registered protocol family 1
  280. RPC: Registered named UNIX socket transport module.
  281. RPC: Registered udp transport module.
  282. RPC: Registered tcp transport module.
  283. RPC: Registered tcp NFSv4.1 backchannel transport module.
  284. PCI: CLS 0 bytes, default 64
  285. hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
  286. futex hash table entries: 512 (order: 3, 32768 bytes)
  287. jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  288. io scheduler noop registered
  289. io scheduler deadline registered
  290. io scheduler cfq registered (default)
  291. zynq-pinctrl 700.pinctrl: zynq pinctrl initialized
  292. dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
  293. dma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
  294. xilinx-vdma 43000000.dma: Xilinx AXI VDMA Engine Driver Probed!!
  295. e0000000.serial: ttyPS0 at MMIO 0xe0000000 (irq = 145, base_baud = 6250000) is a xuartps
  296. console [ttyPS0] enabled
  297. bootconsole [earlycon0] disabled
  298.  
  299. Built with PetaLinux v2015.4 (Yocto 1.8) Digilent-Zybo-Linux-BD-v2015_4 /dev/ttyPS1
  300. Digilent-Zybo-Linux-BD-v2015_4 login: root
  301. Password:
  302. root@Digilent-Zybo-Linux-BD-v2015_4:~# cat /proc/interrupts
  303. CPU0 CPU1
  304. 16: 0 0 GIC 27 gt
  305. 17: 0 0 GIC 43 ttc_clockevent
  306. 18: 504 412 GIC 29 twd
  307. 21: 43 0 GIC 39 f8007100.adc
  308. 141: 8 0 GIC 57 cdns-i2c
  309. 142: 6 0 GIC 80 cdns-i2c
  310. 144: 0 0 GIC 35 f800c000.ocmc
  311. 145: 28 0 GIC 59 xuartps
  312. 146: 47 0 GIC 82 xuartps
  313. 147: 0 0 GIC 58 e0006000.spi
  314. 148: 0 0 GIC 81 e0007000.spi
  315. 149: 3 0 GIC 51 e000d000.spi
  316. 150: 0 0 GIC 54 eth0
  317. 151: 81 0 GIC 56 mmc0
  318. 152: 0 0 GIC 45 f8003000.dmac
  319. 153: 0 0 GIC 46 f8003000.dmac
  320. 154: 0 0 GIC 47 f8003000.dmac
  321. 155: 0 0 GIC 48 f8003000.dmac
  322. 156: 0 0 GIC 49 f8003000.dmac
  323. 157: 0 0 GIC 72 f8003000.dmac
  324. 158: 0 0 GIC 73 f8003000.dmac
  325. 159: 0 0 GIC 74 f8003000.dmac
  326. 160: 0 0 GIC 75 f8003000.dmac
  327. 161: 0 0 GIC 40 f8007000.devcfg
  328. 167: 0 0 GIC 53 e0002000.usb
  329. 168: 0 0 GIC 41 f8005000.watchdog
  330. 172: 0 0 GIC 62 xilinx-vdma-controller
  331. 173: 0 0 GIC 63 xilinx_vtc
  332. IPI1: 0 0 Timer broadcast interrupts
  333. IPI2: 868 783 Rescheduling interrupts
  334. IPI3: 0 0 Function call interrupts
  335. IPI4: 30 22 Single function call interrupts
  336. IPI5: 0 0 CPU stop interrupts
  337. IPI6: 0 0 IRQ work interrupts
  338. IPI7: 0 0 completion interrupts
  339. Err: 0
  340. root@Digilent-Zybo-Linux-BD-v2015_4:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement