Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.37 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 3.14.0-xilinx-ge8a2f71-dirty (lzq@armdev2) (gcc version 4.8.3 20140320 (prerelease) (Sourcery CodeBench Lite 2014.05-23) ) #82 SMP PREEMPT Tue May 16 19:49:53 CST 2017
  3. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
  4. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  5. [ 0.000000] Machine model: Xilinx Zynq
  6. [ 0.000000] cma: CMA: reserved 128 MiB at 27800000
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] On node 0 totalpages: 258048
  9. [ 0.000000] free_area_init_node: node 0, pgdat c0740a40, node_mem_map e6fd8000
  10. [ 0.000000] Normal zone: 1520 pages used for memmap
  11. [ 0.000000] Normal zone: 0 pages reserved
  12. [ 0.000000] Normal zone: 194560 pages, LIFO batch:31
  13. [ 0.000000] HighMem zone: 496 pages used for memmap
  14. [ 0.000000] HighMem zone: 63488 pages, LIFO batch:15
  15. [ 0.000000] PERCPU: Embedded 8 pages/cpu @e6fc0000 s9088 r8192 d15488 u32768
  16. [ 0.000000] pcpu-alloc: s9088 r8192 d15488 u32768 alloc=8*4096
  17. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  18. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 256528
  19. [ 0.000000] Kernel command line: noinitrd mem=1008M console=ttyPS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs rw rootwait
  20. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  21. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  22. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  23. [ 0.000000] Memory: 884148K/1032192K available (5032K kernel code, 283K rwdata, 1916K rodata, 204K init, 258K bss, 148044K reserved, 253952K highmem)
  24. [ 0.000000] Virtual kernel memory layout:
  25. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  26. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  27. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  28. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  29. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  30. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  31. [ 0.000000] .text : 0xc0008000 - 0xc06d1374 (6949 kB)
  32. [ 0.000000] .init : 0xc06d2000 - 0xc0705380 ( 205 kB)
  33. [ 0.000000] .data : 0xc0706000 - 0xc074cf78 ( 284 kB)
  34. [ 0.000000] .bss : 0xc074cf84 - 0xc078d9fc ( 259 kB)
  35. [ 0.000000] Preemptible hierarchical RCU implementation.
  36. [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
  37. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  38. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  39. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  40. [ 0.000000] ps7-slcr mapped to f0004000
  41. [ 0.000000] zynq_clock_init: clkc starts at f0004100
  42. [ 0.000000] Zynq clock init
  43. [ 0.000015] sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 3298534883328ns
  44. [ 0.000303] ps7-ttc #0 at f0006000, irq=43
  45. [ 0.000614] Console: colour dummy device 80x30
  46. [ 0.000651] Calibrating delay loop... 1325.46 BogoMIPS (lpj=6627328)
  47. [ 0.040206] pid_max: default: 32768 minimum: 301
  48. [ 0.040427] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  49. [ 0.040450] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  50. [ 0.042576] CPU: Testing write buffer coherency: ok
  51. [ 0.042923] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  52. [ 0.042983] Setting up static identity map for 0x4c4b00 - 0x4c4b58
  53. [ 0.043211] L310 cache controller enabled
  54. [ 0.043230] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72760000, Cache size: 512 kB
  55. [ 0.121032] CPU1: Booted secondary processor
  56. [ 0.210224] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  57. [ 0.210355] Brought up 2 CPUs
  58. [ 0.210374] SMP: Total of 2 processors activated.
  59. [ 0.210383] CPU: All CPU(s) started in SVC mode.
  60. [ 0.211033] devtmpfs: initialized
  61. [ 0.213436] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  62. [ 0.214644] regulator-dummy: no parameters
  63. [ 0.221907] NET: Registered protocol family 16
  64. [ 0.224150] DMA: preallocated 256 KiB pool for atomic coherent allocations
  65. [ 0.226425] cpuidle: using governor ladder
  66. [ 0.226440] cpuidle: using governor menu
  67. [ 0.233861] syscon f8000000.ps7-slcr: regmap [mem 0xf8000000-0xf8000fff] registered
  68. [ 0.235378] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  69. [ 0.235392] hw-breakpoint: maximum watchpoint size is 4 bytes.
  70. [ 0.235508] zynq-ocm f800c000.ps7-ocmc: ZYNQ OCM pool: 256 KiB @ 0xf0080000
  71. [ 0.257133] bio: create slab <bio-0> at 0
  72. [ 0.258541] vgaarb: loaded
  73. [ 0.259261] SCSI subsystem initialized
  74. [ 0.260127] usbcore: registered new interface driver usbfs
  75. [ 0.260439] usbcore: registered new interface driver hub
  76. [ 0.260672] usbcore: registered new device driver usb
  77. [ 0.261219] media: Linux media interface: v0.10
  78. [ 0.261376] Linux video capture interface: v2.00
  79. [ 0.261614] pps_core: LinuxPPS API ver. 1 registered
  80. [ 0.261626] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  81. [ 0.261749] PTP clock support registered
  82. [ 0.262120] EDAC MC: Ver: 3.0.0
  83. [ 0.263170] Advanced Linux Sound Architecture Driver Initialized.
  84. [ 0.266025] DMA-API: preallocated 4096 debug entries
  85. [ 0.266038] DMA-API: debugging enabled by kernel config
  86. [ 0.266121] Switched to clocksource arm_global_timer
  87. [ 0.285887] NET: Registered protocol family 2
  88. [ 0.286971] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  89. [ 0.287066] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  90. [ 0.287225] TCP: Hash tables configured (established 8192 bind 8192)
  91. [ 0.287285] TCP: reno registered
  92. [ 0.287304] UDP hash table entries: 512 (order: 2, 16384 bytes)
  93. [ 0.287356] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  94. [ 0.287966] NET: Registered protocol family 1
  95. [ 0.288387] RPC: Registered named UNIX socket transport module.
  96. [ 0.288400] RPC: Registered udp transport module.
  97. [ 0.288408] RPC: Registered tcp transport module.
  98. [ 0.288416] RPC: Registered tcp NFSv4.1 backchannel transport module.
  99. [ 0.288429] PCI: CLS 0 bytes, default 64
  100. [ 0.288868] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  101. [ 0.290888] futex hash table entries: 512 (order: 3, 32768 bytes)
  102. [ 0.292254] bounce pool size: 64 pages
  103. [ 0.293144] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  104. [ 0.293344] msgmni has been set to 1486
  105. [ 0.294107] io scheduler noop registered
  106. [ 0.294121] io scheduler deadline registered
  107. [ 0.294162] io scheduler cfq registered (default)
  108. [ 0.306002] dma-pl330 f8003000.ps7-dma: Loaded driver for PL330 DMAC-2364208
  109. [ 0.306021] dma-pl330 f8003000.ps7-dma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
  110. [ 0.428808] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 82, base_baud = 3124999) is a xuartps
  111. [ 1.001289] console [ttyPS0] enabled
  112. [ 1.005552] xdevcfg f8007000.ps7-dev-cfg: ioremap 0xf8007000 to f0068000
  113. [ 1.013188] [drm] Initialized drm 1.1.0 20060810
  114. [ 1.030251] brd: module loaded
  115. [ 1.039617] loop: module loaded
  116. [ 1.049438] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
  117. [ 1.055184] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
  118. [ 1.063219] libphy: XEMACPS mii bus: probed
  119. [ 1.067679] ------------- phy_id = 0x3625e62
  120. [ 1.072410] xemacps e000b000.ps7-ethernet: pdev->id -1, baseaddr 0xe000b000, irq 54
  121. [ 1.081128] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  122. [ 1.087877] ehci-pci: EHCI PCI platform driver
  123. [ 1.095092] zynq-dr e0002000.ps7-usb: Unable to init USB phy, missing?
  124. [ 1.101914] usbcore: registered new interface driver usb-storage
  125. [ 1.108807] mousedev: PS/2 mouse device common for all mice
  126. [ 1.114897] i2c /dev entries driver
  127. [ 1.121844] zynq-edac f8006000.ps7-ddrc: ecc not enabled
  128. [ 1.127388] cpufreq_cpu0: failed to get cpu0 regulator: -19
  129. [ 1.133264] Xilinx Zynq CpuIdle Driver started
  130. [ 1.138150] sdhci: Secure Digital Host Controller Interface driver
  131. [ 1.144240] sdhci: Copyright(c) Pierre Ossman
  132. [ 1.148607] sdhci-pltfm: SDHCI platform and OF driver helper
  133. [ 1.155375] mmc0: no vqmmc regulator found
  134. [ 1.159466] mmc0: no vmmc regulator found
  135. [ 1.196141] mmc0: SDHCI controller on e0100000.ps7-sdio [e0100000.ps7-sdio] using ADMA
  136. [ 1.204819] usbcore: registered new interface driver usbhid
  137. [ 1.210327] usbhid: USB HID core driver
  138. [ 1.215062] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
  139. [ 1.221359] nand: Micron MT29F2G08ABAEAWP
  140. [ 1.225323] nand: 256MiB, SLC, page size: 2048, OOB size: 64
  141. [ 1.231264] Bad block table found at page 131008, version 0x01
  142. [ 1.237495] Bad block table found at page 130944, version 0x01
  143. [ 1.243542] 3 ofpart partitions found on MTD device pl353-nand
  144. [ 1.249323] Creating 3 MTD partitions on "pl353-nand":
  145. [ 1.254414] 0x000000000000-0x000002000000 : "BOOT.bin-env-dts-kernel"
  146. [ 1.262439] 0x000002000000-0x00000b000000 : "angstram-rootfs"
  147. [ 1.269760] 0x00000b000000-0x000010000000 : "upgrade-rootfs"
  148. [ 1.278714] TCP: cubic registered
  149. [ 1.281953] NET: Registered protocol family 17
  150. [ 1.286662] Registering SWP/SWPB emulation handler
  151. [ 1.292553] regulator-dummy: disabling
  152. [ 1.296924] UBI: attaching mtd1 to ubi0
  153. [ 1.826083] UBI: scanning is finished
  154. [ 1.837777] UBI: attached mtd1 (name "angstram-rootfs", size 144 MiB) to ubi0
  155. [ 1.844833] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  156. [ 1.851628] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  157. [ 1.858305] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
  158. [ 1.865142] UBI: good PEBs: 1152, bad PEBs: 0, corrupted PEBs: 0
  159. [ 1.871153] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
  160. [ 1.878263] UBI: max/mean erase counter: 71/40, WL threshold: 4096, image sequence number: 1283732989
  161. [ 1.887468] UBI: available PEBs: 0, total reserved PEBs: 1152, PEBs reserved for bad PEB handling: 40
  162. [ 1.896684] UBI: background thread "ubi_bgt0d" started, PID 1080
  163. [ 1.896689] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  164. [ 1.900576] ALSA device list:
  165. [ 1.900580] No soundcards found.
  166. [ 1.917053] UBIFS: background thread "ubifs_bgt0_0" started, PID 1082
  167. [ 1.946153] UBIFS: recovery needed
  168. [ 2.032446] UBIFS: recovery completed
  169. [ 2.036134] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
  170. [ 2.042054] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  171. [ 2.051189] UBIFS: FS size: 128626688 bytes (122 MiB, 1013 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
  172. [ 2.061073] UBIFS: reserved for root: 0 bytes (0 KiB)
  173. [ 2.066101] UBIFS: media format: w4/r0 (latest is w4/r0), UUID C72F8006-6DFF-46BA-BBE9-380960A89F92, small LPT model
  174. [ 2.077857] VFS: Mounted root (ubifs filesystem) on device 0:11.
  175. [ 2.085260] devtmpfs: mounted
  176. [ 2.088388] Freeing unused kernel memory: 204K (c06d2000 - c0705000)
  177. [ 2.935073] random: dd urandom read with 0 bits of entropy available
  178. [ 3.346146]
  179. [ 3.346146] bcm54xx_config_init
  180. [ 3.956151]
  181. [ 3.956151] bcm54xx_config_init
  182. [ 6.957005] xemacps e000b000.ps7-ethernet: Set clk to 24999999 Hz
  183. [ 6.963093] xemacps e000b000.ps7-ethernet: link up (100/FULL)
  184. [ 26.158806] In axi fpga driver!
  185. [ 26.161874] request_mem_region OK!
  186. [ 26.165265] AXI fpga dev virtual address is 0xf01fe000
  187. [ 26.170409] *base_vir_addr = 0x8c510
  188. [ 26.185962] In fpga mem driver!
  189. [ 26.189033] request_mem_region OK!
  190. [ 26.192601] fpga mem virtual address is 0xf3000000
  191. [ 26.995488]
  192. [ 26.995488] bcm54xx_config_init
  193. [ 27.625458]
  194. [ 27.625458] bcm54xx_config_init
  195. [ 30.625971] xemacps e000b000.ps7-ethernet: Set clk to 24999999 Hz
  196. [ 30.631994] xemacps e000b000.ps7-ethernet: link up (100/FULL)
  197. [ 3889.256302] random: nonblocking pool is initialized
  198. This is XILINX board. Totalram: 1039794176
  199. Detect 1GB control board of XILINX
  200. DETECT HW version=0008c510
  201. miner ID : 80740ccc68808814
  202. Miner Type = S9
  203. AsicType = 1387
  204. real AsicNum = 63
  205. Find /tmp/searcherror: U6:1 The last log is below:
  206. This is XILINX board. Totalram: 1039794176
  207. Detect 1GB control board of XILINX
  208. DETECT HW version=0008c510
  209. miner ID : 80740ccc68808814
  210. Miner Type = S9
  211. AsicType = 1387
  212. real AsicNum = 63
  213. use critical mode to search freq...
  214. get PLUG ON=0x000000e0
  215. Find hashboard on Chain[5]
  216. Find hashboard on Chain[6]
  217. Find hashboard on Chain[7]
  218. set_reset_allhashboard = 0x0000ffff
  219. Check chain[5] PIC fw version=0x01
  220. chain[5] PIC need restore ...
  221. After restore: chain[5] PIC fw version=0x03
  222. Check chain[6] PIC fw version=0x03
  223. Check chain[7] PIC fw version=0x03
  224. Error of set PIC FLASH addr: addr_H=f(f) addr_L=a0(20) on Chain[5]
  225. Error of set PIC FLASH addr: addr_H=f(f) addr_L=80(c8) on Chain[5]
  226. Error of set PIC FLASH addr: addr_H=f(f) addr_L=80(0) on Chain[5]
  227. Error of set PIC FLASH addr: addr_H=f(f) addr_L=80(0) on Chain[5]
  228. Error of set PIC FLASH addr: addr_H=f(f) addr_L=80(0) on Chain[5]
  229. chain[5]: [3:127] [63:127] [63:127] [63:255] [63:255] [63:255] [63:255] [63:127]
  230. chain[5] has no freq in PIC! Will use default freq=550 and jump over...
  231. Check chain[5] PIC fw version=0x01
  232. chain[5] PIC need restore ...
  233. After restore: chain[5] PIC fw version=0x01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement