Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2016
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.90 KB | None | 0 0
  1.  
  2.  
  3. U-Boot 2013.07 (Aug 10 2014 - 11:28:31)
  4.  
  5. Zynq PS_VERSION = 0
  6. Memory: ECC disabled
  7. DRAM: 512 MiB
  8. MMC: zynq_sdhci: 0
  9. SF: Detected S25FL256S_64K with page size 64 KiB, total 32 MiB
  10. *** Warning - bad CRC, using default environment
  11.  
  12. In: serial
  13. Out: serial
  14. Err: serial
  15. Net: Gem.e000b000
  16. Hit any key to stop autoboot: 0
  17. Device: zynq_sdhci
  18. Manufacturer ID: 12
  19. OEM: 3456
  20. Name: F0F0F
  21. Tran Speed: 50000000
  22. Rd Block Len: 512
  23. SD version 3.0
  24. High Capacity: Yes
  25. Capacity: 3.7 GiB
  26. Bus Width: 4-bit
  27. Booting Xillinux...
  28. reading xillydemo.bit
  29. 4045669 bytes read in 297 ms (13 MiB/s)
  30. design filename = "xillydemo;UserID=0XFFFFFFFF;Version=2016.3"
  31. part number = "7z020clg484"
  32. date = "2016/11/17"
  33. time = "08:58:41"
  34. bytes in bitstream = 4045564
  35. zynq_load: Align buffer at 100069 to 100080(swap 1)
  36. reading uImage
  37. 3499448 bytes read in 259 ms (12.9 MiB/s)
  38. reading devicetree.dtb
  39. 8109 bytes read in 16 ms (494.1 KiB/s)
  40. ## Booting kernel from Legacy Image at 03000000 ...
  41. Image Name: Linux-3.12.0-xillinux-1.3
  42. Image Type: ARM Linux Kernel Image (uncompressed)
  43. Data Size: 3499384 Bytes = 3.3 MiB
  44. Load Address: 00008000
  45. Entry Point: 00008000
  46. Verifying Checksum ... OK
  47. ## Flattened Device Tree blob at 02a00000
  48. Booting using the fdt blob at 0x2a00000
  49. Loading Kernel Image ... OK
  50. Loading Device Tree to 1fb4e000, end 1fb52fac ... OK
  51.  
  52. Starting kernel ...
  53.  
  54. Uncompressing Linux... done, booting the kernel.
  55. [ 0.000000] Booting Linux on physical CPU 0x0
  56. [ 0.000000] Initializing cgroup subsys cpuset
  57. [ 0.000000] Initializing cgroup subsys cpuacct
  58. [ 0.000000] Linux version 3.12.0-xillinux-1.3 (eli@ocho.localdomain) (gcc version 4.5.1 (Sourcery G++ Lite 2010.09-62) ) #1 SMP PREEMPT Thu Mar 13 18:39:32 IST 2014
  59. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
  60. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  61. [ 0.000000] Machine: Xilinx Zynq Platform, model: Xilinx Zynq
  62. [ 0.000000] bootconsole [earlycon0] enabled
  63. [ 0.000000] Memory policy: Data cache writealloc
  64. [ 0.000000] PERCPU: Embedded 7 pages/cpu @c0af8000 s7936 r8192 d12544 u32768
  65. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
  66. [ 0.000000] Kernel command line: console=ttyPS0,115200n8 consoleblank=0 root=/dev/mmcblk0p2 rw rootwait earlyprintk
  67. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  68. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  69. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  70. [ 0.000000] allocated 1048576 bytes of page_cgroup
  71. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  72. [ 0.000000] Memory: 511536K/524288K available (4631K kernel code, 296K rwdata, 1744K rodata, 199K init, 200K bss, 12752K reserved, 0K highmem)
  73. [ 0.000000] Virtual kernel memory layout:
  74. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  75. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  76. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  77. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  78. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  79. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  80. [ 0.000000] .text : 0xc0008000 - 0xc0641e24 (6376 kB)
  81. [ 0.000000] .init : 0xc0642000 - 0xc0673f00 ( 200 kB)
  82. [ 0.000000] .data : 0xc0674000 - 0xc06be3c0 ( 297 kB)
  83. [ 0.000000] .bss : 0xc06be3cc - 0xc06f065c ( 201 kB)
  84. [ 0.000000] Preemptible hierarchical RCU implementation.
  85. [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
  86. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  87. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  88. [ 0.000000] ps7-slcr mapped to e0802000
  89. [ 0.000000] Zynq clock init
  90. [ 0.000000] sched_clock: 16 bits at 54kHz, resolution 18432ns, wraps every 1207ms
  91. [ 0.000000] ps7-ttc #0 at e0804000, irq=43
  92. [ 0.000000] Console: colour dummy device 80x30
  93. [ 0.008644] Calibrating delay loop... 1332.01 BogoMIPS (lpj=6660096)
  94. [ 0.094833] pid_max: default: 32768 minimum: 301
  95. [ 0.097008] Mount-cache hash table entries: 512
  96. [ 0.103478] Initializing cgroup subsys memory
  97. [ 0.105837] Initializing cgroup subsys devices
  98. [ 0.110224] Initializing cgroup subsys freezer
  99. [ 0.114684] Initializing cgroup subsys blkio
  100. [ 0.119016] Initializing cgroup subsys perf_event
  101. [ 0.123808] CPU: Testing write buffer coherency: ok
  102. [ 0.128914] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  103. [ 0.134333] Setting up static identity map for 0xc045ffb0 - 0xc0460008
  104. [ 0.141006] L310 cache controller enabled
  105. [ 0.144913] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72360000, Cache size: 512 kB
  106. [ 0.205573] CPU1: Booted secondary processor
  107. [ 0.294803] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  108. [ 0.294932] Brought up 2 CPUs
  109. [ 0.302434] SMP: Total of 2 processors activated.
  110. [ 0.307171] CPU: All CPU(s) started in SVC mode.
  111. [ 0.312388] devtmpfs: initialized
  112. [ 0.317586] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  113. [ 0.323853] regulator-dummy: no parameters
  114. [ 0.327484] NET: Registered protocol family 16
  115. [ 0.332626] DMA: preallocated 256 KiB pool for atomic coherent allocations
  116. [ 0.343335] zynq_gpio e000a000.ps7-gpio: gpio at 0xe000a000 mapped to 0xe0850000
  117. [ 0.350155] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  118. [ 0.353694] hw-breakpoint: maximum watchpoint size is 4 bytes.
  119. [ 0.359648] zynq_ocm f800c000.ps7-ocmc: ZYNQ OCM pool: 256 KiB @ 0xe0880000
  120. [ 0.395259] bio: create slab <bio-0> at 0
  121. [ 0.396844] vgaarb: loaded
  122. [ 0.397526] SCSI subsystem initialized
  123. [ 0.401046] usbcore: registered new interface driver usbfs
  124. [ 0.406023] usbcore: registered new interface driver hub
  125. [ 0.411387] usbcore: registered new device driver usb
  126. [ 0.417267] media: Linux media interface: v0.10
  127. [ 0.420953] Linux video capture interface: v2.00
  128. [ 0.426004] pps_core: LinuxPPS API ver. 1 registered
  129. [ 0.430446] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  130. [ 0.439736] PTP clock support registered
  131. [ 0.443864] EDAC MC: Ver: 3.0.0
  132. [ 0.447827] Advanced Linux Sound Architecture Driver Initialized.
  133. [ 0.453873] Switched to clocksource ttc_clocksource
  134. [ 0.475697] NET: Registered protocol family 2
  135. [ 0.476379] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  136. [ 0.481761] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  137. [ 0.488304] TCP: Hash tables configured (established 4096 bind 4096)
  138. [ 0.494553] TCP: reno registered
  139. [ 0.497742] UDP hash table entries: 256 (order: 1, 8192 bytes)
  140. [ 0.503603] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  141. [ 0.510386] NET: Registered protocol family 1
  142. [ 0.514607] RPC: Registered named UNIX socket transport module.
  143. [ 0.520192] RPC: Registered udp transport module.
  144. [ 0.524966] RPC: Registered tcp transport module.
  145. [ 0.529648] RPC: Registered tcp NFSv4.1 backchannel transport module.
  146. [ 0.536541] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  147. [ 0.547177] VFS: Disk quotas dquot_6.5.2
  148. [ 0.548264] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  149. [ 0.555342] NFS: Registering the id_resolver key type
  150. [ 0.559784] Key type id_resolver registered
  151. [ 0.564005] Key type id_legacy registered
  152. [ 0.568023] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  153. [ 0.575267] msgmni has been set to 999
  154. [ 0.579636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  155. [ 0.586271] io scheduler noop registered
  156. [ 0.590197] io scheduler deadline registered
  157. [ 0.594621] io scheduler cfq registered (default)
  158. [ 1.495806] Console: switching to colour frame buffer device 128x48
  159. [ 1.524984] e0001000.serial: ttyPS0 at[ 1.528597] console [ttyPS0] enabled, bootconsole disabled
  160. [ 1.528597] console [ttyPS0] enabled, bootconsole disabled
  161. [ 1.534827] xdevcfg f8007000.ps7-dev-cfg: ioremap 0xf8007000 to e0864000
  162. [ 1.557296] brd: module loaded
  163. [ 1.565498] loop: module loaded
  164. [ 1.575544] xqspips e000d000.ps7-qspi: master is unqueued, this is deprecated
  165. [ 1.583064] m25p80 spi0.0: found s25fl256s1, expected n25q128
  166. [ 1.588889] m25p80 spi0.0: s25fl256s1 (32768 Kbytes)
  167. [ 1.593792] 5 ofpart partitions found on MTD device spi0.0
  168. [ 1.599616] Creating 5 MTD partitions on "spi0.0":
  169. [ 1.604353] 0x000000000000-0x000000100000 : "qspi-fsbl-uboot"
  170. [ 1.611339] 0x000000100000-0x000000600000 : "qspi-linux"
  171. [ 1.617680] 0x000000600000-0x000000620000 : "qspi-device-tree"
  172. [ 1.624573] 0x000000620000-0x000000c00000 : "qspi-rootfs"
  173. [ 1.631061] 0x000000c00000-0x000001000000 : "qspi-bitstream"
  174. [ 1.637863] xqspips e000d000.ps7-qspi: at 0xE000D000 mapped to 0xE0866000, irq=51
  175. [ 1.647687] libphy: Fixed MDIO Bus: probed
  176. [ 1.653530] libphy: XEMACPS mii bus: probed
  177. [ 1.658433] xemacps e000b000.ps7-ethernet: pdev->id -1, baseaddr 0xe000b000, irq 54
  178. [ 1.666599] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  179. [ 1.673197] ehci-pci: EHCI PCI platform driver
  180. [ 1.678027] ULPI transceiver vendor/product ID 0x0451/0x1507
  181. [ 1.683593] Found TI TUSB1210 ULPI transceiver.
  182. [ 1.688164] ULPI integrity check: passed.
  183. [ 1.692348] xusbps-ehci xusbps-ehci.0: Xilinx PS USB EHCI Host Controller
  184. [ 1.699131] xusbps-ehci xusbps-ehci.0: new USB bus registered, assigned bus number 1
  185. [ 1.743903] xusbps-ehci xusbps-ehci.0: irq 53, io mem 0x00000000
  186. [ 1.763902] xusbps-ehci xusbps-ehci.0: USB 2.0 started, EHCI 1.00
  187. [ 1.770832] hub 1-0:1.0: USB hub found
  188. [ 1.774556] hub 1-0:1.0: 1 port detected
  189. [ 1.779053] usbcore: registered new interface driver usb-storage
  190. [ 1.785855] mousedev: PS/2 mouse device common for all mice
  191. [ 1.791937] i2c /dev entries driver
  192. [ 1.796177] IR NEC protocol handler initialized
  193. [ 1.800619] IR RC5(x) protocol handler initialized
  194. [ 1.805430] IR RC6 protocol handler initialized
  195. [ 1.809909] IR JVC protocol handler initialized
  196. [ 1.814443] IR Sony protocol handler initialized
  197. [ 1.819014] IR RC5 (streamzap) protocol handler initialized
  198. [ 1.824617] IR SANYO protocol handler initialized
  199. [ 1.829262] IR MCE Keyboard/mouse protocol handler initialized
  200. [ 1.835953] xadcps f8007100.ps7-xadc: enabled: yes reference: external
  201. [ 1.842976] zynq-edac f8006000.ps7-ddrc: ecc not enabled
  202. [ 1.848561] sdhci: Secure Digital Host Controller Interface driver
  203. [ 1.854680] sdhci: Copyright(c) Pierre Ossman
  204. [ 1.859012] sdhci-pltfm: SDHCI platform and OF driver helper
  205. [ 1.864818] mmc0: no vqmmc regulator found
  206. [ 1.868836] mmc0: no vmmc regulator found
  207. [ 1.872818] mmc0: Invalid maximum block size, assuming 512 bytes
  208. [ 1.913921] mmc0: SDHCI controller on e0100000.ps7-sdio [e0100000.ps7-sdio] using ADMA
  209. [ 1.927045] usbcore: registered new interface driver usbhid
  210. [ 1.932538] usbhid: USB HID core driver
  211. [ 1.937275] pmodoled-gpio-spi [zed_oled] SPI Probing
  212. [ 1.963061] mmc0: new high speed SDHC card at address b368
  213. [ 1.968886] mmcblk0: mmc0:b368 F0F0F 3.71 GiB
  214. [ 1.974526] mmcblk0: p1 p2
  215. [ 2.109689] no UART detected at 0x1
  216. [ 2.114316] TCP: cubic registered
  217. [ 2.117560] NET: Registered protocol family 15
  218. [ 2.122039] Key type dns_resolver registered
  219. [ 2.126499] Registering SWP/SWPB emulation handler
  220. [ 2.131974] registered taskstats version 1
  221. [ 2.136416] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  222. [ 2.146111] ALSA device list:
  223. [ 2.149005] No soundcards found.
  224. [ 2.153503] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  225. [ 2.162166] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  226. [ 7.511400] EXT4-fs (mmcblk0p2): recovery complete
  227. [ 7.519436] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  228. [ 7.527528] VFS: Mounted root (ext4 filesystem) on device 179:2.
  229. [ 7.534145] devtmpfs: mounted
  230. [ 7.537279] Freeing unused kernel memory: 196K (c0642000 - c0673000)
  231. [ 9.993935] xillybus_of 50000000.xillybus: No response from FPGA. Aborting.
  232.  
  233. Ubuntu 12.04 LTS localhost.localdomain ttyPS0
  234.  
  235. localhost login: root (automatic login)
  236.  
  237. Last login: Thu Jan 1 00:00:08 UTC 1970 on tty1
  238. Welcome to the Xillinux distribution for Zynq-7000 EPP.
  239.  
  240. You may communicate data with standard FPGA FIFOs in the logic fabric by
  241. writing to or reading from the /dev/xillybus_* device files. Additional
  242. pipe files of that sort can be set up by configuring and downloading a
  243. custom IP core from Xillybus' web site (at the IP Core Factory).
  244.  
  245. For more information: http://www.xillybus.com.
  246.  
  247. To start a graphical X-Windows session, type "startx" at shell prompt.
  248.  
  249. root@localhost:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement