Advertisement
Guest User

Untitled

a guest
Apr 7th, 2021
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 86.72 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 3.14.0-xilinx-ga36f3af-dirty (lzq@ubuntu) (gcc version 4.8.3 20140320 (prerelease) (Sourcery CodeBench Lite 2014.05-23) ) #90 SMP PREEMPT Thu Jun 20 15:01:47 CST 2019
  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 c075a640, 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 s9344 r8192 d15232 u32768
  16. [ 0.000000] pcpu-alloc: s9344 r8192 d15232 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: 884044K/1032192K available (5094K kernel code, 292K rwdata, 1948K rodata, 209K init, 259K bss, 148148K 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 - 0xc06e8cf4 (7044 kB)
  32. [ 0.000000] .init : 0xc06e9000 - 0xc071d480 ( 210 kB)
  33. [ 0.000000] .data : 0xc071e000 - 0xc0767058 ( 293 kB)
  34. [ 0.000000] .bss : 0xc0767064 - 0xc07a7d64 ( 260 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.000014] sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 3298534883328ns
  44. [ 0.000294] ps7-ttc #0 at f0006000, irq=43
  45. [ 0.000596] Console: colour dummy device 80x30
  46. [ 0.000631] Calibrating delay loop... 1325.46 BogoMIPS (lpj=6627328)
  47. [ 0.040200] pid_max: default: 32768 minimum: 301
  48. [ 0.040409] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  49. [ 0.040430] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  50. [ 0.042600] CPU: Testing write buffer coherency: ok
  51. [ 0.042926] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  52. [ 0.042982] Setting up static identity map for 0x4d3ec0 - 0x4d3f18
  53. [ 0.043200] L310 cache controller enabled
  54. [ 0.043219] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72760000, Cache size: 512 kB
  55. [ 0.120990] CPU1: Booted secondary processor
  56. [ 0.210221] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  57. [ 0.210349] Brought up 2 CPUs
  58. [ 0.210368] SMP: Total of 2 processors activated.
  59. [ 0.210376] CPU: All CPU(s) started in SVC mode.
  60. [ 0.211039] devtmpfs: initialized
  61. [ 0.213475] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  62. [ 0.214663] regulator-dummy: no parameters
  63. [ 0.221591] NET: Registered protocol family 16
  64. [ 0.223857] DMA: preallocated 256 KiB pool for atomic coherent allocations
  65. [ 0.226122] cpuidle: using governor ladder
  66. [ 0.226135] cpuidle: using governor menu
  67. [ 0.233509] syscon f8000000.ps7-slcr: regmap [mem 0xf8000000-0xf8000fff] registered
  68. [ 0.235027] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  69. [ 0.235040] hw-breakpoint: maximum watchpoint size is 4 bytes.
  70. [ 0.235147] zynq-ocm f800c000.ps7-ocmc: ZYNQ OCM pool: 256 KiB @ 0xf0080000
  71. [ 0.257466] bio: create slab <bio-0> at 0
  72. [ 0.258851] vgaarb: loaded
  73. [ 0.259538] SCSI subsystem initialized
  74. [ 0.260585] usbcore: registered new interface driver usbfs
  75. [ 0.260758] usbcore: registered new interface driver hub
  76. [ 0.260982] usbcore: registered new device driver usb
  77. [ 0.261662] media: Linux media interface: v0.10
  78. [ 0.261819] Linux video capture interface: v2.00
  79. [ 0.262057] pps_core: LinuxPPS API ver. 1 registered
  80. [ 0.262069] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  81. [ 0.262191] PTP clock support registered
  82. [ 0.262538] EDAC MC: Ver: 3.0.0
  83. [ 0.263586] Advanced Linux Sound Architecture Driver Initialized.
  84. [ 0.266323] DMA-API: preallocated 4096 debug entries
  85. [ 0.266336] DMA-API: debugging enabled by kernel config
  86. [ 0.266403] Switched to clocksource arm_global_timer
  87. [ 0.287101] NET: Registered protocol family 2
  88. [ 0.287745] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  89. [ 0.287840] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  90. [ 0.287999] TCP: Hash tables configured (established 8192 bind 8192)
  91. [ 0.288058] TCP: reno registered
  92. [ 0.288075] UDP hash table entries: 512 (order: 2, 16384 bytes)
  93. [ 0.288123] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  94. [ 0.288378] NET: Registered protocol family 1
  95. [ 0.288714] RPC: Registered named UNIX socket transport module.
  96. [ 0.288727] RPC: Registered udp transport module.
  97. [ 0.288735] RPC: Registered tcp transport module.
  98. [ 0.288743] RPC: Registered tcp NFSv4.1 backchannel transport module.
  99. [ 0.288755] PCI: CLS 0 bytes, default 64
  100. [ 0.289181] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  101. [ 0.291173] futex hash table entries: 512 (order: 3, 32768 bytes)
  102. [ 0.292526] bounce pool size: 64 pages
  103. [ 0.293399] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  104. [ 0.293599] msgmni has been set to 1486
  105. [ 0.294360] io scheduler noop registered
  106. [ 0.294373] io scheduler deadline registered
  107. [ 0.294414] io scheduler cfq registered (default)
  108. [ 0.305287] dma-pl330 f8003000.ps7-dma: Loaded driver for PL330 DMAC-2364208
  109. [ 0.305307] dma-pl330 f8003000.ps7-dma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
  110. [ 0.427002] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 82, base_baud = 3124999) is a xuartps
  111. [ 0.999178] console [ttyPS0] enabled
  112. [ 1.003413] xdevcfg f8007000.ps7-dev-cfg: ioremap 0xf8007000 to f0068000
  113. [ 1.011026] [drm] Initialized drm 1.1.0 20060810
  114. [ 1.028020] brd: module loaded
  115. [ 1.037400] loop: module loaded
  116. [ 1.047160] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
  117. [ 1.052908] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
  118. [ 1.060957] libphy: XEMACPS mii bus: probed
  119. [ 1.065330] ------------- phy_id = 0x3625e62
  120. [ 1.070110] xemacps e000b000.ps7-ethernet: pdev->id -1, baseaddr 0xe000b000, irq 54
  121. [ 1.078760] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  122. [ 1.085380] ehci-pci: EHCI PCI platform driver
  123. [ 1.092606] zynq-dr e0002000.ps7-usb: Unable to init USB phy, missing?
  124. [ 1.099494] usbcore: registered new interface driver usb-storage
  125. [ 1.106324] mousedev: PS/2 mouse device common for all mice
  126. [ 1.112475] i2c /dev entries driver
  127. [ 1.119396] zynq-edac f8006000.ps7-ddrc: ecc not enabled
  128. [ 1.124872] cpufreq_cpu0: failed to get cpu0 regulator: -19
  129. [ 1.130769] Xilinx Zynq CpuIdle Driver started
  130. [ 1.135608] sdhci: Secure Digital Host Controller Interface driver
  131. [ 1.141742] sdhci: Copyright(c) Pierre Ossman
  132. [ 1.146044] sdhci-pltfm: SDHCI platform and OF driver helper
  133. [ 1.152859] mmc0: no vqmmc regulator found
  134. [ 1.156890] mmc0: no vmmc regulator found
  135. [ 1.196424] mmc0: SDHCI controller on e0100000.ps7-sdio [e0100000.ps7-sdio] using ADMA
  136. [ 1.205106] usbcore: registered new interface driver usbhid
  137. [ 1.210611] usbhid: USB HID core driver
  138. [ 1.215330] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
  139. [ 1.221622] nand: Micron MT29F2G08ABAEAWP
  140. [ 1.225591] nand: 256MiB, SLC, page size: 2048, OOB size: 64
  141. [ 1.231537] Bad block table found at page 131008, version 0x01
  142. [ 1.237757] Bad block table found at page 130944, version 0x01
  143. [ 1.243808] 3 ofpart partitions found on MTD device pl353-nand
  144. [ 1.249595] Creating 3 MTD partitions on "pl353-nand":
  145. [ 1.254681] 0x000000000000-0x000002000000 : "BOOT.bin-env-dts-kernel"
  146. [ 1.262721] 0x000002000000-0x00000b000000 : "angstram-rootfs"
  147. [ 1.270036] 0x00000b000000-0x000010000000 : "upgrade-rootfs"
  148. [ 1.278772] nf_conntrack version 0.5.0 (15861 buckets, 63444 max)
  149. [ 1.285426] ip_tables: (C) 2000-2006 Netfilter Core Team
  150. [ 1.290772] TCP: cubic registered
  151. [ 1.294007] NET: Registered protocol family 17
  152. [ 1.298738] Registering SWP/SWPB emulation handler
  153. [ 1.304664] regulator-dummy: disabling
  154. [ 1.309045] UBI: attaching mtd1 to ubi0
  155. [ 1.835411] UBI: scanning is finished
  156. [ 1.847030] UBI: attached mtd1 (name "angstram-rootfs", size 144 MiB) to ubi0
  157. [ 1.854084] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  158. [ 1.860879] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  159. [ 1.867556] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
  160. [ 1.874393] UBI: good PEBs: 1152, bad PEBs: 0, corrupted PEBs: 0
  161. [ 1.880403] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
  162. [ 1.887514] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 702528904
  163. [ 1.896457] UBI: available PEBs: 0, total reserved PEBs: 1152, PEBs reserved for bad PEB handling: 40
  164. [ 1.905654] UBI: background thread "ubi_bgt0d" started, PID 1085
  165. [ 1.905659] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  166. [ 1.909651] ALSA device list:
  167. [ 1.909654] No soundcards found.
  168. [ 1.925936] UBIFS: background thread "ubifs_bgt0_0" started, PID 1087
  169. [ 1.954954] UBIFS: recovery needed
  170. [ 2.048516] UBIFS: recovery completed
  171. [ 2.052190] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
  172. [ 2.058136] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  173. [ 2.067239] UBIFS: FS size: 128626688 bytes (122 MiB, 1013 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
  174. [ 2.077127] UBIFS: reserved for root: 0 bytes (0 KiB)
  175. [ 2.082157] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 3F8BCD8F-4BBE-4B19-8034-385F88941BDB, small LPT model
  176. [ 2.093219] VFS: Mounted root (ubifs filesystem) on device 0:11.
  177. [ 2.099941] devtmpfs: mounted
  178. [ 2.103053] Freeing unused kernel memory: 208K (c06e9000 - c071d000)
  179. [ 2.942957] random: dd urandom read with 0 bits of entropy available
  180. [ 3.366419]
  181. [ 3.366419] bcm54xx_config_init
  182. [ 4.456424]
  183. [ 4.456424] bcm54xx_config_init
  184. [ 8.457271] xemacps e000b000.ps7-ethernet: Set clk to 124999998 Hz
  185. [ 8.463378] xemacps e000b000.ps7-ethernet: link up (1000/FULL)
  186. [ 23.460049] In axi fpga driver!
  187. [ 23.463113] request_mem_region OK!
  188. [ 23.466538] AXI fpga dev virtual address is 0xf01fe000
  189. [ 23.471611] *base_vir_addr = 0xc725
  190. [ 23.487214] In fpga mem driver!
  191. [ 23.490282] request_mem_region OK!
  192. [ 23.493847] fpga mem virtual address is 0xf3000000
  193. [ 24.296426]
  194. [ 24.296426] bcm54xx_config_init
  195. [ 25.376431]
  196. [ 25.376431] bcm54xx_config_init
  197. [ 29.377281] xemacps e000b000.ps7-ethernet: Set clk to 124999998 Hz
  198. [ 29.383384] xemacps e000b000.ps7-ethernet: link up (1000/FULL)
  199. [ 351.820780] random: nonblocking pool is initialized
  200. main.c:13992: log_level = 4
  201. main.c:14019: This is XILINX board. Totalram: 1039691776
  202. main.c:14025: Detect 1GB control board of XILINX
  203. driver-bitmain.c:1776: mmap axi_fpga_addr = 0xb6f2d000
  204. driver-bitmain.c:1781: axi_fpga_addr data = 0xc725
  205. driver-bitmain.c:1797: mmap fpga_mem_addr = 0xb5d26000
  206. driver-bitmain.c:994: forceFreq=-1 forceFlag=0
  207. driver-bitmain.c:1696: min work minertest[0]:912
  208.  
  209.  
  210. main.c:8570: DETECT HW version=8000c725
  211. main.c:14064: miner ID : 814284246880881c
  212. main.c:14097: Miner Type = T9+
  213. main.c:14101: AsicType = 1387
  214. main.c:14104: real AsicNum = 18
  215. main.c:14197: use critical mode to search freq...
  216. driver-bitmain.c:1876: get PLUG ON=0x07003f0e
  217. driver-bitmain.c:1907: Find hashboard on Chain[1]
  218. driver-bitmain.c:1907: Find hashboard on Chain[2]
  219. driver-bitmain.c:1907: Find hashboard on Chain[3]
  220. driver-bitmain.c:1907: Find hashboard on Chain[8]
  221. driver-bitmain.c:1907: Find hashboard on Chain[9]
  222. driver-bitmain.c:1907: Find hashboard on Chain[10]
  223. driver-bitmain.c:1907: Find hashboard on Chain[11]
  224. driver-bitmain.c:1907: Find hashboard on Chain[12]
  225. driver-bitmain.c:1907: Find hashboard on Chain[13]
  226. main.c:2126: chain[1] PIC jump to app
  227. main.c:2134: Check chain[1] PIC fw version=0x90
  228. main.c:2126: chain[2] PIC jump to app
  229. main.c:2134: Check chain[2] PIC fw version=0x90
  230. main.c:2126: chain[3] PIC jump to app
  231. main.c:2134: Check chain[3] PIC fw version=0x90
  232. main.c:8651: Chain[1] read_freq_badcores : 0x7d 0x33 0x33 0x33 0x11 0x33 0x33 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
  233. main.c:8665: chain[1]: [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255]
  234. main.c:9003: has freq in PIC, will disable freq setting.
  235. main.c:9022: chain[1] has freq in PIC and will jump over...
  236. main.c:9026: Chain[1] has core num in PIC
  237. main.c:8651: Chain[2] read_freq_badcores : 0x7d 0x33 0x33 0x33 0x11 0x33 0x33 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
  238. main.c:8665: chain[2]: [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255]
  239. main.c:9003: has freq in PIC, will disable freq setting.
  240. main.c:9022: chain[2] has freq in PIC and will jump over...
  241. main.c:9026: Chain[2] has core num in PIC
  242. main.c:8651: Chain[3] read_freq_badcores : 0x7d 0x33 0x33 0x33 0x11 0x33 0x33 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0xe0 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
  243. main.c:8665: chain[3]: [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255]
  244. main.c:9003: has freq in PIC, will disable freq setting.
  245. main.c:9022: chain[3] has freq in PIC and will jump over...
  246. main.c:9026: Chain[3] has core num in PIC
  247. main.c:9003: has freq in PIC, will disable freq setting.
  248. main.c:9022: chain[8] has freq in PIC and will jump over...
  249. main.c:9026: Chain[8] has core num in PIC
  250. main.c:9003: has freq in PIC, will disable freq setting.
  251. main.c:9022: chain[9] has freq in PIC and will jump over...
  252. main.c:9026: Chain[9] has core num in PIC
  253. main.c:9003: has freq in PIC, will disable freq setting.
  254. main.c:9022: chain[10] has freq in PIC and will jump over...
  255. main.c:9026: Chain[10] has core num in PIC
  256. main.c:9003: has freq in PIC, will disable freq setting.
  257. main.c:9022: chain[11] has freq in PIC and will jump over...
  258. main.c:9026: Chain[11] has core num in PIC
  259. main.c:9003: has freq in PIC, will disable freq setting.
  260. main.c:9022: chain[12] has freq in PIC and will jump over...
  261. main.c:9026: Chain[12] has core num in PIC
  262. main.c:9036: Chain[12] ASIC[10] has core num=14
  263. main.c:9003: has freq in PIC, will disable freq setting.
  264. main.c:9022: chain[13] has freq in PIC and will jump over...
  265. main.c:9026: Chain[13] has core num in PIC
  266. main.c:9183: get PIC voltage=11 on chain[1], value=870
  267. main.c:9183: get PIC voltage=11 on chain[2], value=870
  268. main.c:9183: get PIC voltage=11 on chain[3], value=870
  269. main.c:9183: get PIC voltage=11 on chain[8], value=870
  270. main.c:9183: get PIC voltage=11 on chain[9], value=870
  271. main.c:9183: get PIC voltage=11 on chain[10], value=870
  272. main.c:9183: get PIC voltage=11 on chain[11], value=870
  273. main.c:9183: get PIC voltage=11 on chain[12], value=870
  274. main.c:9183: get PIC voltage=11 on chain[13], value=870
  275. main.c:9349: chain[8] temp offset record: 1,0,0,0,0,0,35,28
  276. main.c:9366: chain[8] temp chip I2C addr=0x98
  277. main.c:9372: chain[8] has no middle temp, use special fix mode.
  278. main.c:9349: chain[10] temp offset record: 1,0,0,0,0,0,35,28
  279. main.c:9366: chain[10] temp chip I2C addr=0x98
  280. main.c:9372: chain[10] has no middle temp, use special fix mode.
  281. main.c:9349: chain[12] temp offset record: -1,-1,-1,-1,-1,-1,-1,-1
  282. main.c:9366: chain[12] temp chip I2C addr=0x98
  283. main.c:13956: total_exist_chain_num = 9
  284. main.c:9562: CRC error counter=0
  285. main.c:9577: set command mode to VIL
  286. main.c:9649:
  287. --- check asic number
  288. main.c:9745: After Get ASIC NUM CRC error counter=0
  289. main.c:9768: set_baud=0
  290. main.c:10693: The min freq=700
  291. main.c:10695: set real timeout 52, need sleep=379392
  292. main.c:12825: After TEST CRC error counter=0
  293. main.c:14236: search freq for 1 times, completed chain = 9, total chain num = 9
  294. main.c:14645: restart Miner chance num=2
  295. main.c:14685: waiting for receive_func to exit!
  296. main.c:14699: waiting for pic heart to exit!
  297. main.c:13927: bmminer not found= 1841 root 0:00 grep bmminer
  298.  
  299. main.c:14758: bmminer not found, restart bmminer ...
  300. driver-btm-c5.c:12285:bitmain_c5_init: This is user mode for mining
  301. driver-btm-c5.c:12328:bitmain_c5_init: Detect 1GB control board of XILINX
  302. driver-btm-c5.c:12363:bitmain_c5_init: Miner Type = T9+
  303. driver-btm-c5.c:12366:bitmain_c5_init: Miner compile time: Tue Jul 30 20:56:54 CST 2019 type: Antminer T9+
  304. driver-btm-c5.c:12456:bitmain_c5_init: miner ID : 814284246880881c
  305. driver-btm-c5.c:12613:bitmain_c5_init: Checking fans...
  306. driver-btm-c5.c:2990:check_fan_beforeInit: get fan[4] speed=5880
  307. driver-btm-c5.c:2990:check_fan_beforeInit: get fan[5] speed=5760
  308. driver-btm-c5.c:2990:check_fan_beforeInit: get fan[4] speed=5880
  309. driver-btm-c5.c:2990:check_fan_beforeInit: get fan[5] speed=5760
  310. driver-btm-c5.c:2990:check_fan_beforeInit: get fan[4] speed=5880
  311. driver-btm-c5.c:2990:check_fan_beforeInit: get fan[5] speed=5760
  312. driver-btm-c5.c:1664:jump_to_app_CheckAndRestorePIC_T9_18: chain[1] PIC jump to app
  313. driver-btm-c5.c:1669:jump_to_app_CheckAndRestorePIC_T9_18: Check chain[1] PIC fw version=0x90
  314. driver-btm-c5.c:12666:bitmain_c5_init: Chain[1] read_freq_badcores : 0x7d 0x33 0x33 0x33 0x11 0x33 0x33 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
  315. driver-btm-c5.c:12680:bitmain_c5_init: chain[1]: [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255]
  316. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J2] has backup chain_voltage=870
  317. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  318. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  319. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J2] test patten OK temp=-1
  320. driver-btm-c5.c:1664:jump_to_app_CheckAndRestorePIC_T9_18: chain[2] PIC jump to app
  321. driver-btm-c5.c:1669:jump_to_app_CheckAndRestorePIC_T9_18: Check chain[2] PIC fw version=0x90
  322. driver-btm-c5.c:12666:bitmain_c5_init: Chain[2] read_freq_badcores : 0x7d 0x33 0x33 0x33 0x11 0x33 0x33 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
  323. driver-btm-c5.c:12680:bitmain_c5_init: chain[2]: [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255]
  324. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J3] has backup chain_voltage=870
  325. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  326. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  327. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J3] test patten OK temp=-1
  328. driver-btm-c5.c:1664:jump_to_app_CheckAndRestorePIC_T9_18: chain[3] PIC jump to app
  329. driver-btm-c5.c:1669:jump_to_app_CheckAndRestorePIC_T9_18: Check chain[3] PIC fw version=0x90
  330. driver-btm-c5.c:12666:bitmain_c5_init: Chain[3] read_freq_badcores : 0x7d 0x33 0x33 0x33 0x11 0x33 0x33 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0xe0 0x00 0x00 0x00 0x3e 0x57 0x00 0xff 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x3e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
  331. driver-btm-c5.c:12680:bitmain_c5_init: chain[3]: [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255] [255:255]
  332. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J4] has backup chain_voltage=870
  333. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  334. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  335. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J4] test patten OK temp=-1
  336. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J9] has backup chain_voltage=870
  337. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  338. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  339. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J9] test patten OK temp=-1
  340. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J10] has backup chain_voltage=870
  341. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  342. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  343. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J10] test patten OK temp=-1
  344. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J11] has backup chain_voltage=870
  345. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  346. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  347. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J11] test patten OK temp=-1
  348. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J12] has backup chain_voltage=870
  349. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  350. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  351. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J12] test patten OK temp=-1
  352. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J13] has backup chain_voltage=870
  353. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  354. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  355. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J13] test patten OK temp=-1
  356. driver-btm-c5.c:12825:bitmain_c5_init: Chain[J14] has backup chain_voltage=870
  357. driver-btm-c5.c:12835:bitmain_c5_init: Detect: use voltage limit rules on single board!
  358. driver-btm-c5.c:12841:bitmain_c5_init: Detect: T9+ use voltage level=1
  359. driver-btm-c5.c:12849:bitmain_c5_init: Chain[J14] test patten OK temp=-1
  360. driver-btm-c5.c:12237:init_exist_chain_table: total_exist_chain_num = 9
  361. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J2] will use voltage=890 [7] to open core
  362. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  363. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J3] will use voltage=890 [7] to open core
  364. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  365. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J4] will use voltage=890 [7] to open core
  366. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  367. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J9] will use voltage=890 [7] to open core
  368. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J10] will use voltage=890 [7] to open core
  369. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J11] will use voltage=890 [7] to open core
  370. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J12] will use voltage=890 [7] to open core
  371. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J13] will use voltage=890 [7] to open core
  372. driver-btm-c5.c:13278:bitmain_c5_init: Chain[J14] will use voltage=890 [7] to open core
  373. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J2] orignal chain_voltage_pic=11 value=870
  374. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J2] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=870
  375. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J3] orignal chain_voltage_pic=11 value=870
  376. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J3] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=870
  377. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J4] orignal chain_voltage_pic=11 value=870
  378. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J4] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=870
  379. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J9] orignal chain_voltage_pic=7 value=890
  380. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J9] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=890
  381. driver-btm-c5.c:13379:bitmain_c5_init: Chain[J9] will use backup chain_voltage_pic=870 [11]
  382. driver-btm-c5.c:13389:bitmain_c5_init: Chain[J9] get working chain_voltage_pic=11
  383. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J10] orignal chain_voltage_pic=7 value=890
  384. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J10] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=890
  385. driver-btm-c5.c:13379:bitmain_c5_init: Chain[J10] will use backup chain_voltage_pic=870 [11]
  386. driver-btm-c5.c:13389:bitmain_c5_init: Chain[J10] get working chain_voltage_pic=11
  387. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J11] orignal chain_voltage_pic=7 value=890
  388. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J11] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=890
  389. driver-btm-c5.c:13379:bitmain_c5_init: Chain[J11] will use backup chain_voltage_pic=870 [11]
  390. driver-btm-c5.c:13389:bitmain_c5_init: Chain[J11] get working chain_voltage_pic=11
  391. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J12] orignal chain_voltage_pic=7 value=890
  392. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J12] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=890
  393. driver-btm-c5.c:13379:bitmain_c5_init: Chain[J12] will use backup chain_voltage_pic=870 [11]
  394. driver-btm-c5.c:13389:bitmain_c5_init: Chain[J12] get working chain_voltage_pic=11
  395. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J13] orignal chain_voltage_pic=7 value=890
  396. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J13] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=890
  397. driver-btm-c5.c:13379:bitmain_c5_init: Chain[J13] will use backup chain_voltage_pic=870 [11]
  398. driver-btm-c5.c:13389:bitmain_c5_init: Chain[J13] get working chain_voltage_pic=11
  399. driver-btm-c5.c:13361:bitmain_c5_init: Chain[J14] orignal chain_voltage_pic=7 value=890
  400. driver-btm-c5.c:13362:bitmain_c5_init: Chain[J14] original chain_voltage_value=870 adjusted chain_voltage_value:870, value=890
  401. driver-btm-c5.c:13379:bitmain_c5_init: Chain[J14] will use backup chain_voltage_pic=870 [11]
  402. driver-btm-c5.c:13389:bitmain_c5_init: Chain[J14] get working chain_voltage_pic=11
  403. driver-btm-c5.c:11856:T9_18_getASICnum: T9+ try get asic num for the 1 time
  404. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J2] has 18 asic
  405. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J3] has 18 asic
  406. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J4] has 18 asic
  407. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J9] has 18 asic
  408. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J10] has 18 asic
  409. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J11] has 18 asic
  410. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J12] has 18 asic
  411. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J13] has 18 asic
  412. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J14] has 18 asic
  413. driver-btm-c5.c:4486:set_frequency: Chain[J2] has core num in PIC
  414. driver-btm-c5.c:4486:set_frequency: Chain[J3] has core num in PIC
  415. driver-btm-c5.c:4486:set_frequency: Chain[J4] has core num in PIC
  416. driver-btm-c5.c:4486:set_frequency: Chain[J9] has core num in PIC
  417. driver-btm-c5.c:4486:set_frequency: Chain[J10] has core num in PIC
  418. driver-btm-c5.c:4486:set_frequency: Chain[J11] has core num in PIC
  419. driver-btm-c5.c:4486:set_frequency: Chain[J12] has core num in PIC
  420. driver-btm-c5.c:4486:set_frequency: Chain[J13] has core num in PIC
  421. driver-btm-c5.c:4496:set_frequency: Chain[J13] ASIC[10] has core num=14
  422. driver-btm-c5.c:4486:set_frequency: Chain[J14] has core num in PIC
  423. driver-btm-c5.c:4583:set_frequency: miner total rate=10611GH/s ideal_total_hash_rate = 10500GH/s
  424. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[1]
  425. driver-btm-c5.c:4610:set_frequency: Chain:1 chipnum=18
  426. driver-btm-c5.c:4620:set_frequency: Chain[J2] voltage added=0.0V
  427. driver-btm-c5.c:4681:set_frequency: Chain:1 base freq=575
  428. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  429. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  430. Asic[16]:575 Asic[17]:575
  431. driver-btm-c5.c:4821:set_frequency: Chain:1 max freq=575
  432. driver-btm-c5.c:4822:set_frequency: Chain:1 min freq=575
  433.  
  434. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[2]
  435. driver-btm-c5.c:4610:set_frequency: Chain:2 chipnum=18
  436. driver-btm-c5.c:4620:set_frequency: Chain[J3] voltage added=0.0V
  437. driver-btm-c5.c:4681:set_frequency: Chain:2 base freq=575
  438. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  439. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  440. Asic[16]:575 Asic[17]:575
  441. driver-btm-c5.c:4821:set_frequency: Chain:2 max freq=575
  442. driver-btm-c5.c:4822:set_frequency: Chain:2 min freq=575
  443.  
  444. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[3]
  445. driver-btm-c5.c:4610:set_frequency: Chain:3 chipnum=18
  446. driver-btm-c5.c:4620:set_frequency: Chain[J4] voltage added=0.0V
  447. driver-btm-c5.c:4681:set_frequency: Chain:3 base freq=575
  448. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  449. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  450. Asic[16]:575 Asic[17]:575
  451. driver-btm-c5.c:4821:set_frequency: Chain:3 max freq=575
  452. driver-btm-c5.c:4822:set_frequency: Chain:3 min freq=575
  453.  
  454. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[8]
  455. driver-btm-c5.c:4610:set_frequency: Chain:8 chipnum=18
  456. driver-btm-c5.c:4620:set_frequency: Chain[J9] voltage added=0.0V
  457. driver-btm-c5.c:4681:set_frequency: Chain:8 base freq=575
  458. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  459. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  460. Asic[16]:575 Asic[17]:575
  461. driver-btm-c5.c:4821:set_frequency: Chain:8 max freq=575
  462. driver-btm-c5.c:4822:set_frequency: Chain:8 min freq=575
  463.  
  464. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[9]
  465. driver-btm-c5.c:4610:set_frequency: Chain:9 chipnum=18
  466. driver-btm-c5.c:4620:set_frequency: Chain[J10] voltage added=0.0V
  467. driver-btm-c5.c:4681:set_frequency: Chain:9 base freq=575
  468. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  469. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  470. Asic[16]:575 Asic[17]:575
  471. driver-btm-c5.c:4821:set_frequency: Chain:9 max freq=575
  472. driver-btm-c5.c:4822:set_frequency: Chain:9 min freq=575
  473.  
  474. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[10]
  475. driver-btm-c5.c:4610:set_frequency: Chain:10 chipnum=18
  476. driver-btm-c5.c:4620:set_frequency: Chain[J11] voltage added=0.0V
  477. driver-btm-c5.c:4681:set_frequency: Chain:10 base freq=575
  478. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  479. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  480. Asic[16]:575 Asic[17]:575
  481. driver-btm-c5.c:4821:set_frequency: Chain:10 max freq=575
  482. driver-btm-c5.c:4822:set_frequency: Chain:10 min freq=575
  483.  
  484. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[11]
  485. driver-btm-c5.c:4610:set_frequency: Chain:11 chipnum=18
  486. driver-btm-c5.c:4620:set_frequency: Chain[J12] voltage added=0.0V
  487. driver-btm-c5.c:4681:set_frequency: Chain:11 base freq=575
  488. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  489. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  490. Asic[16]:575 Asic[17]:575
  491. driver-btm-c5.c:4821:set_frequency: Chain:11 max freq=575
  492. driver-btm-c5.c:4822:set_frequency: Chain:11 min freq=575
  493.  
  494. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[12]
  495. driver-btm-c5.c:4610:set_frequency: Chain:12 chipnum=18
  496. driver-btm-c5.c:4620:set_frequency: Chain[J13] voltage added=0.0V
  497. driver-btm-c5.c:4681:set_frequency: Chain:12 base freq=575
  498. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  499. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  500. Asic[16]:575 Asic[17]:575
  501. driver-btm-c5.c:4821:set_frequency: Chain:12 max freq=575
  502. driver-btm-c5.c:4822:set_frequency: Chain:12 min freq=575
  503.  
  504. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[13]
  505. driver-btm-c5.c:4610:set_frequency: Chain:13 chipnum=18
  506. driver-btm-c5.c:4620:set_frequency: Chain[J14] voltage added=0.0V
  507. driver-btm-c5.c:4681:set_frequency: Chain:13 base freq=575
  508. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  509. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  510. Asic[16]:575 Asic[17]:575
  511. driver-btm-c5.c:4821:set_frequency: Chain:13 max freq=575
  512. driver-btm-c5.c:4822:set_frequency: Chain:13 min freq=575
  513.  
  514.  
  515. driver-btm-c5.c:4831:set_frequency: Miner fix freq ...
  516. driver-btm-c5.c:4250:ProcessFixFreqForChips: totalRate = 10611, fixed_totalRate = 10710
  517. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[1]
  518. driver-btm-c5.c:4867:set_frequency: Chain:1 chipnum=18
  519. driver-btm-c5.c:4876:set_frequency: Chain[J2] voltage added=0.0V
  520. driver-btm-c5.c:4944:set_frequency: Chain:1 base freq=575
  521. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  522. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  523. Asic[16]:575 Asic[17]:575
  524. driver-btm-c5.c:5122:set_frequency: Chain:1 max freq=575
  525. driver-btm-c5.c:5123:set_frequency: Chain:1 min freq=575
  526.  
  527. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[2]
  528. driver-btm-c5.c:4867:set_frequency: Chain:2 chipnum=18
  529. driver-btm-c5.c:4876:set_frequency: Chain[J3] voltage added=0.0V
  530. driver-btm-c5.c:4944:set_frequency: Chain:2 base freq=575
  531. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  532. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  533. Asic[16]:575 Asic[17]:575
  534. driver-btm-c5.c:5122:set_frequency: Chain:2 max freq=575
  535. driver-btm-c5.c:5123:set_frequency: Chain:2 min freq=575
  536.  
  537. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[3]
  538. driver-btm-c5.c:4867:set_frequency: Chain:3 chipnum=18
  539. driver-btm-c5.c:4876:set_frequency: Chain[J4] voltage added=0.0V
  540. driver-btm-c5.c:4944:set_frequency: Chain:3 base freq=575
  541. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  542. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  543. Asic[16]:575 Asic[17]:575
  544. driver-btm-c5.c:5122:set_frequency: Chain:3 max freq=575
  545. driver-btm-c5.c:5123:set_frequency: Chain:3 min freq=575
  546.  
  547. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[8]
  548. driver-btm-c5.c:4867:set_frequency: Chain:8 chipnum=18
  549. driver-btm-c5.c:4876:set_frequency: Chain[J9] voltage added=0.0V
  550. driver-btm-c5.c:4944:set_frequency: Chain:8 base freq=575
  551. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  552. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  553. Asic[16]:575 Asic[17]:575
  554. driver-btm-c5.c:5122:set_frequency: Chain:8 max freq=575
  555. driver-btm-c5.c:5123:set_frequency: Chain:8 min freq=575
  556.  
  557. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[9]
  558. driver-btm-c5.c:4867:set_frequency: Chain:9 chipnum=18
  559. driver-btm-c5.c:4876:set_frequency: Chain[J10] voltage added=0.0V
  560. driver-btm-c5.c:4944:set_frequency: Chain:9 base freq=575
  561. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  562. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  563. Asic[16]:575 Asic[17]:575
  564. driver-btm-c5.c:5122:set_frequency: Chain:9 max freq=575
  565. driver-btm-c5.c:5123:set_frequency: Chain:9 min freq=575
  566.  
  567. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[10]
  568. driver-btm-c5.c:4867:set_frequency: Chain:10 chipnum=18
  569. driver-btm-c5.c:4876:set_frequency: Chain[J11] voltage added=0.0V
  570. driver-btm-c5.c:4944:set_frequency: Chain:10 base freq=575
  571. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  572. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  573. Asic[16]:575 Asic[17]:575
  574. driver-btm-c5.c:5122:set_frequency: Chain:10 max freq=575
  575. driver-btm-c5.c:5123:set_frequency: Chain:10 min freq=575
  576.  
  577. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[11]
  578. driver-btm-c5.c:4867:set_frequency: Chain:11 chipnum=18
  579. driver-btm-c5.c:4876:set_frequency: Chain[J12] voltage added=0.0V
  580. driver-btm-c5.c:4944:set_frequency: Chain:11 base freq=575
  581. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  582. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  583. Asic[16]:575 Asic[17]:575
  584. driver-btm-c5.c:5122:set_frequency: Chain:11 max freq=575
  585. driver-btm-c5.c:5123:set_frequency: Chain:11 min freq=575
  586.  
  587. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[12]
  588. driver-btm-c5.c:4867:set_frequency: Chain:12 chipnum=18
  589. driver-btm-c5.c:4876:set_frequency: Chain[J13] voltage added=0.0V
  590. driver-btm-c5.c:4944:set_frequency: Chain:12 base freq=575
  591. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  592. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  593. Asic[16]:575 Asic[17]:575
  594. driver-btm-c5.c:5122:set_frequency: Chain:12 max freq=575
  595. driver-btm-c5.c:5123:set_frequency: Chain:12 min freq=575
  596.  
  597. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[13]
  598. driver-btm-c5.c:4867:set_frequency: Chain:13 chipnum=18
  599. driver-btm-c5.c:4876:set_frequency: Chain[J14] voltage added=0.0V
  600. driver-btm-c5.c:4944:set_frequency: Chain:13 base freq=575
  601. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  602. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  603. Asic[16]:575 Asic[17]:575
  604. driver-btm-c5.c:5122:set_frequency: Chain:13 max freq=575
  605. driver-btm-c5.c:5123:set_frequency: Chain:13 min freq=575
  606.  
  607. driver-btm-c5.c:5131:set_frequency: max freq = 575
  608. driver-btm-c5.c:4149:ProcessFixFreq: totalRate = 10611, fixed_totalRate = 10500
  609. driver-btm-c5.c:9614:init_uart_baud: set baud=1
  610. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J9] PIC temp offset: 1,0,0,0,0,0,35,28,0,0,0,0,0,0,0,0,0,0,
  611. driver-btm-c5.c:6639:calibration_sensor_offset: chain[9] temp chip I2C addr=0x98
  612. driver-btm-c5.c:6647:calibration_sensor_offset: chain[9] has no middle temp, use special fix mode.
  613. driver-btm-c5.c:6672:calibration_sensor_offset: Chain[J9] chip[0] use PIC middle temp offset=0 typeID=41
  614. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[9] chip[0] local:18 remote:12 offset:35
  615. driver-btm-c5.c:6765:calibration_sensor_offset: Chain[J9] chip[0] get middle temp offset=35 typeID=41
  616. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J11] PIC temp offset: 1,0,0,0,0,0,35,28,0,0,0,0,0,0,0,0,0,0,
  617. driver-btm-c5.c:6639:calibration_sensor_offset: chain[11] temp chip I2C addr=0x98
  618. driver-btm-c5.c:6647:calibration_sensor_offset: chain[11] has no middle temp, use special fix mode.
  619. driver-btm-c5.c:6672:calibration_sensor_offset: Chain[J11] chip[0] use PIC middle temp offset=0 typeID=41
  620. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[11] chip[0] local:18 remote:14 offset:33
  621. driver-btm-c5.c:6765:calibration_sensor_offset: Chain[J11] chip[0] get middle temp offset=33 typeID=41
  622. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J13] PIC temp offset: -1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,
  623. driver-btm-c5.c:6639:calibration_sensor_offset: chain[13] temp chip I2C addr=0x98
  624. driver-btm-c5.c:6647:calibration_sensor_offset: chain[13] has no middle temp, use special fix mode.
  625. driver-btm-c5.c:6777:calibration_sensor_offset: Warning: Chain[J13] has no temp offset in PIC! will fix it
  626. driver-btm-c5.c:6901:calibration_sensor_offset: Chain[J13] use default temp chip[0]
  627. driver-btm-c5.c:6331:do_calibration_sensor_offset: Chain[J13] try read temp chip[0] ID=41 (I2C addr=0x98)
  628. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[13] chip[0] local:18 remote:14 offset:33
  629. driver-btm-c5.c:6906:calibration_sensor_offset: Chain[J13] chip[0] get middle temp offset=33 typeID=41
  630. driver-btm-c5.c:13824:bitmain_c5_init: open core three times
  631. driver-btm-c5.c:13851:bitmain_c5_init: open core on chain[1] [8] [9]...
  632. driver-btm-c5.c:13824:bitmain_c5_init: open core three times
  633. driver-btm-c5.c:13868:bitmain_c5_init: open core on chain[2] [10] [11]...
  634. driver-btm-c5.c:13824:bitmain_c5_init: open core three times
  635. driver-btm-c5.c:13884:bitmain_c5_init: open core on chain[3] [12] [13]...
  636. driver-btm-c5.c:13824:bitmain_c5_init: open core three times
  637. driver-btm-c5.c:12129:set_working_voltage: setting to working voltage...
  638. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  639. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[1] set voltage to 880
  640. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  641. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[2] set voltage to 880
  642. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  643. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[3] set voltage to 880
  644. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  645. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[1] set voltage to 870
  646. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  647. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[2] set voltage to 870
  648. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  649. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[3] set voltage to 870
  650. driver-btm-c5.c:14027:bitmain_c5_init: start thread for read temp
  651. setStartTimePoint total_tv_start_sys=183 total_tv_end_sys=184
  652. driver-btm-c5.c:10330:check_system_work: restartNum = 2 , auto-reinit enabled...
  653. util.c:3207:initiate_stratum: mining.subscribe:{"id": 0, "method": "mining.subscribe", "params": ["bmminer/2.0.0/Antminer T9+/10500"]}
  654. util.c:3207:initiate_stratum: mining.subscribe:{"id": 1, "method": "mining.subscribe", "params": ["bmminer/2.0.0/Antminer T9+/10500"]}
  655. util.c:3207:initiate_stratum: mining.subscribe:{"id": 2, "method": "mining.subscribe", "params": ["bmminer/2.0.0/Antminer T9+/10500"]}
  656. driver-btm-c5.c:8738:read_temp_func: bring_up_pcb_temp = 42
  657. driver-btm-c5.c:10461:check_system_work: checking hash again
  658. driver-btm-c5.c:9897:if_avg_hash_ok: avg hash rate = 7705.640920, ideal hash rate = 10500
  659. driver-btm-c5.c:10389:check_system_work: re_open_core_times: 1
  660. driver-btm-c5.c:15703:re_open_core: re_open_core enter
  661. driver-btm-c5.c:15802:re_open_core: Before read Chain[J2] org chain_voltage_pic=11]
  662. driver-btm-c5.c:15808:re_open_core: After read Chain[J2] new chain_voltage_pic=11 read pic=11
  663. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  664. driver-btm-c5.c:15802:re_open_core: Before read Chain[J3] org chain_voltage_pic=11]
  665. driver-btm-c5.c:15808:re_open_core: After read Chain[J3] new chain_voltage_pic=11 read pic=11
  666. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  667. driver-btm-c5.c:15802:re_open_core: Before read Chain[J4] org chain_voltage_pic=11]
  668. driver-btm-c5.c:15808:re_open_core: After read Chain[J4] new chain_voltage_pic=11 read pic=11
  669. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  670. driver-btm-c5.c:15802:re_open_core: Before read Chain[J9] org chain_voltage_pic=11]
  671. driver-btm-c5.c:15808:re_open_core: After read Chain[J9] new chain_voltage_pic=7 read pic=7
  672. driver-btm-c5.c:15802:re_open_core: Before read Chain[J10] org chain_voltage_pic=11]
  673. driver-btm-c5.c:15808:re_open_core: After read Chain[J10] new chain_voltage_pic=7 read pic=7
  674. driver-btm-c5.c:15802:re_open_core: Before read Chain[J11] org chain_voltage_pic=11]
  675. driver-btm-c5.c:15808:re_open_core: After read Chain[J11] new chain_voltage_pic=7 read pic=7
  676. driver-btm-c5.c:15802:re_open_core: Before read Chain[J12] org chain_voltage_pic=11]
  677. driver-btm-c5.c:15808:re_open_core: After read Chain[J12] new chain_voltage_pic=7 read pic=7
  678. driver-btm-c5.c:15802:re_open_core: Before read Chain[J13] org chain_voltage_pic=11]
  679. driver-btm-c5.c:15808:re_open_core: After read Chain[J13] new chain_voltage_pic=7 read pic=7
  680. driver-btm-c5.c:15802:re_open_core: Before read Chain[J14] org chain_voltage_pic=11]
  681. driver-btm-c5.c:15808:re_open_core: After read Chain[J14] new chain_voltage_pic=7 read pic=7
  682. driver-btm-c5.c:11856:T9_18_getASICnum: T9+ try get asic num for the 1 time
  683. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J2] has 18 asic
  684. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J3] has 18 asic
  685. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J4] has 18 asic
  686. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J9] has 18 asic
  687. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J10] has 18 asic
  688. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J11] has 18 asic
  689. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J12] has 18 asic
  690. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J13] has 18 asic
  691. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J14] has 18 asic
  692. driver-btm-c5.c:4486:set_frequency: Chain[J2] has core num in PIC
  693. driver-btm-c5.c:4486:set_frequency: Chain[J3] has core num in PIC
  694. driver-btm-c5.c:4486:set_frequency: Chain[J4] has core num in PIC
  695. driver-btm-c5.c:4486:set_frequency: Chain[J9] has core num in PIC
  696. driver-btm-c5.c:4486:set_frequency: Chain[J10] has core num in PIC
  697. driver-btm-c5.c:4486:set_frequency: Chain[J11] has core num in PIC
  698. driver-btm-c5.c:4486:set_frequency: Chain[J12] has core num in PIC
  699. driver-btm-c5.c:4486:set_frequency: Chain[J13] has core num in PIC
  700. driver-btm-c5.c:4496:set_frequency: Chain[J13] ASIC[10] has core num=14
  701. driver-btm-c5.c:4486:set_frequency: Chain[J14] has core num in PIC
  702. driver-btm-c5.c:4583:set_frequency: miner total rate=10611GH/s ideal_total_hash_rate = 10500GH/s
  703. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[1]
  704. driver-btm-c5.c:4610:set_frequency: Chain:1 chipnum=18
  705. driver-btm-c5.c:4620:set_frequency: Chain[J2] voltage added=0.0V
  706. driver-btm-c5.c:4681:set_frequency: Chain:1 base freq=575
  707. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  708. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  709. Asic[16]:575 Asic[17]:575
  710. driver-btm-c5.c:4821:set_frequency: Chain:1 max freq=575
  711. driver-btm-c5.c:4822:set_frequency: Chain:1 min freq=575
  712.  
  713. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[2]
  714. driver-btm-c5.c:4610:set_frequency: Chain:2 chipnum=18
  715. driver-btm-c5.c:4620:set_frequency: Chain[J3] voltage added=0.0V
  716. driver-btm-c5.c:4681:set_frequency: Chain:2 base freq=575
  717. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  718. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  719. Asic[16]:575 Asic[17]:575
  720. driver-btm-c5.c:4821:set_frequency: Chain:2 max freq=575
  721. driver-btm-c5.c:4822:set_frequency: Chain:2 min freq=575
  722.  
  723. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[3]
  724. driver-btm-c5.c:4610:set_frequency: Chain:3 chipnum=18
  725. driver-btm-c5.c:4620:set_frequency: Chain[J4] voltage added=0.0V
  726. driver-btm-c5.c:4681:set_frequency: Chain:3 base freq=575
  727. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  728. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  729. Asic[16]:575 Asic[17]:575
  730. driver-btm-c5.c:4821:set_frequency: Chain:3 max freq=575
  731. driver-btm-c5.c:4822:set_frequency: Chain:3 min freq=575
  732.  
  733. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[8]
  734. driver-btm-c5.c:4610:set_frequency: Chain:8 chipnum=18
  735. driver-btm-c5.c:4620:set_frequency: Chain[J9] voltage added=0.0V
  736. driver-btm-c5.c:4681:set_frequency: Chain:8 base freq=575
  737. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  738. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  739. Asic[16]:575 Asic[17]:575
  740. driver-btm-c5.c:4821:set_frequency: Chain:8 max freq=575
  741. driver-btm-c5.c:4822:set_frequency: Chain:8 min freq=575
  742.  
  743. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[9]
  744. driver-btm-c5.c:4610:set_frequency: Chain:9 chipnum=18
  745. driver-btm-c5.c:4620:set_frequency: Chain[J10] voltage added=0.0V
  746. driver-btm-c5.c:4681:set_frequency: Chain:9 base freq=575
  747. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  748. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  749. Asic[16]:575 Asic[17]:575
  750. driver-btm-c5.c:4821:set_frequency: Chain:9 max freq=575
  751. driver-btm-c5.c:4822:set_frequency: Chain:9 min freq=575
  752.  
  753. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[10]
  754. driver-btm-c5.c:4610:set_frequency: Chain:10 chipnum=18
  755. driver-btm-c5.c:4620:set_frequency: Chain[J11] voltage added=0.0V
  756. driver-btm-c5.c:4681:set_frequency: Chain:10 base freq=575
  757. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  758. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  759. Asic[16]:575 Asic[17]:575
  760. driver-btm-c5.c:4821:set_frequency: Chain:10 max freq=575
  761. driver-btm-c5.c:4822:set_frequency: Chain:10 min freq=575
  762.  
  763. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[11]
  764. driver-btm-c5.c:4610:set_frequency: Chain:11 chipnum=18
  765. driver-btm-c5.c:4620:set_frequency: Chain[J12] voltage added=0.0V
  766. driver-btm-c5.c:4681:set_frequency: Chain:11 base freq=575
  767. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  768. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  769. Asic[16]:575 Asic[17]:575
  770. driver-btm-c5.c:4821:set_frequency: Chain:11 max freq=575
  771. driver-btm-c5.c:4822:set_frequency: Chain:11 min freq=575
  772.  
  773. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[12]
  774. driver-btm-c5.c:4610:set_frequency: Chain:12 chipnum=18
  775. driver-btm-c5.c:4620:set_frequency: Chain[J13] voltage added=0.0V
  776. driver-btm-c5.c:4681:set_frequency: Chain:12 base freq=575
  777. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  778. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  779. Asic[16]:575 Asic[17]:575
  780. driver-btm-c5.c:4821:set_frequency: Chain:12 max freq=575
  781. driver-btm-c5.c:4822:set_frequency: Chain:12 min freq=575
  782.  
  783. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[13]
  784. driver-btm-c5.c:4610:set_frequency: Chain:13 chipnum=18
  785. driver-btm-c5.c:4620:set_frequency: Chain[J14] voltage added=0.0V
  786. driver-btm-c5.c:4681:set_frequency: Chain:13 base freq=575
  787. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  788. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  789. Asic[16]:575 Asic[17]:575
  790. driver-btm-c5.c:4821:set_frequency: Chain:13 max freq=575
  791. driver-btm-c5.c:4822:set_frequency: Chain:13 min freq=575
  792.  
  793.  
  794. driver-btm-c5.c:4831:set_frequency: Miner fix freq ...
  795. driver-btm-c5.c:4250:ProcessFixFreqForChips: totalRate = 10611, fixed_totalRate = 10710
  796. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[1]
  797. driver-btm-c5.c:4867:set_frequency: Chain:1 chipnum=18
  798. driver-btm-c5.c:4876:set_frequency: Chain[J2] voltage added=0.0V
  799. driver-btm-c5.c:4944:set_frequency: Chain:1 base freq=575
  800. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  801. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  802. Asic[16]:575 Asic[17]:575
  803. driver-btm-c5.c:5122:set_frequency: Chain:1 max freq=575
  804. driver-btm-c5.c:5123:set_frequency: Chain:1 min freq=575
  805.  
  806. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[2]
  807. driver-btm-c5.c:4867:set_frequency: Chain:2 chipnum=18
  808. driver-btm-c5.c:4876:set_frequency: Chain[J3] voltage added=0.0V
  809. driver-btm-c5.c:4944:set_frequency: Chain:2 base freq=575
  810. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  811. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  812. Asic[16]:575 Asic[17]:575
  813. driver-btm-c5.c:5122:set_frequency: Chain:2 max freq=575
  814. driver-btm-c5.c:5123:set_frequency: Chain:2 min freq=575
  815.  
  816. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[3]
  817. driver-btm-c5.c:4867:set_frequency: Chain:3 chipnum=18
  818. driver-btm-c5.c:4876:set_frequency: Chain[J4] voltage added=0.0V
  819. driver-btm-c5.c:4944:set_frequency: Chain:3 base freq=575
  820. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  821. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  822. Asic[16]:575 Asic[17]:575
  823. driver-btm-c5.c:5122:set_frequency: Chain:3 max freq=575
  824. driver-btm-c5.c:5123:set_frequency: Chain:3 min freq=575
  825.  
  826. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[8]
  827. driver-btm-c5.c:4867:set_frequency: Chain:8 chipnum=18
  828. driver-btm-c5.c:4876:set_frequency: Chain[J9] voltage added=0.0V
  829. driver-btm-c5.c:4944:set_frequency: Chain:8 base freq=575
  830. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  831. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  832. Asic[16]:575 Asic[17]:575
  833. driver-btm-c5.c:5122:set_frequency: Chain:8 max freq=575
  834. driver-btm-c5.c:5123:set_frequency: Chain:8 min freq=575
  835.  
  836. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[9]
  837. driver-btm-c5.c:4867:set_frequency: Chain:9 chipnum=18
  838. driver-btm-c5.c:4876:set_frequency: Chain[J10] voltage added=0.0V
  839. driver-btm-c5.c:4944:set_frequency: Chain:9 base freq=575
  840. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  841. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  842. Asic[16]:575 Asic[17]:575
  843. driver-btm-c5.c:5122:set_frequency: Chain:9 max freq=575
  844. driver-btm-c5.c:5123:set_frequency: Chain:9 min freq=575
  845.  
  846. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[10]
  847. driver-btm-c5.c:4867:set_frequency: Chain:10 chipnum=18
  848. driver-btm-c5.c:4876:set_frequency: Chain[J11] voltage added=0.0V
  849. driver-btm-c5.c:4944:set_frequency: Chain:10 base freq=575
  850. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  851. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  852. Asic[16]:575 Asic[17]:575
  853. driver-btm-c5.c:5122:set_frequency: Chain:10 max freq=575
  854. driver-btm-c5.c:5123:set_frequency: Chain:10 min freq=575
  855.  
  856. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[11]
  857. driver-btm-c5.c:4867:set_frequency: Chain:11 chipnum=18
  858. driver-btm-c5.c:4876:set_frequency: Chain[J12] voltage added=0.0V
  859. driver-btm-c5.c:4944:set_frequency: Chain:11 base freq=575
  860. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  861. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  862. Asic[16]:575 Asic[17]:575
  863. driver-btm-c5.c:5122:set_frequency: Chain:11 max freq=575
  864. driver-btm-c5.c:5123:set_frequency: Chain:11 min freq=575
  865.  
  866. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[12]
  867. driver-btm-c5.c:4867:set_frequency: Chain:12 chipnum=18
  868. driver-btm-c5.c:4876:set_frequency: Chain[J13] voltage added=0.0V
  869. driver-btm-c5.c:4944:set_frequency: Chain:12 base freq=575
  870. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  871. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  872. Asic[16]:575 Asic[17]:575
  873. driver-btm-c5.c:5122:set_frequency: Chain:12 max freq=575
  874. driver-btm-c5.c:5123:set_frequency: Chain:12 min freq=575
  875.  
  876. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[13]
  877. driver-btm-c5.c:4867:set_frequency: Chain:13 chipnum=18
  878. driver-btm-c5.c:4876:set_frequency: Chain[J14] voltage added=0.0V
  879. driver-btm-c5.c:4944:set_frequency: Chain:13 base freq=575
  880. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  881. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  882. Asic[16]:575 Asic[17]:575
  883. driver-btm-c5.c:5122:set_frequency: Chain:13 max freq=575
  884. driver-btm-c5.c:5123:set_frequency: Chain:13 min freq=575
  885.  
  886. driver-btm-c5.c:5131:set_frequency: max freq = 575
  887. driver-btm-c5.c:4149:ProcessFixFreq: totalRate = 10611, fixed_totalRate = 10500
  888. driver-btm-c5.c:9614:init_uart_baud: set baud=1
  889. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J9] PIC temp offset: 1,0,0,0,0,0,35,28,0,0,0,0,0,0,0,0,0,0,
  890. driver-btm-c5.c:6639:calibration_sensor_offset: chain[9] temp chip I2C addr=0x98
  891. driver-btm-c5.c:6647:calibration_sensor_offset: chain[9] has no middle temp, use special fix mode.
  892. driver-btm-c5.c:6672:calibration_sensor_offset: Chain[J9] chip[0] use PIC middle temp offset=0 typeID=41
  893. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[9] chip[0] local:27 remote:21 offset:36
  894. driver-btm-c5.c:6765:calibration_sensor_offset: Chain[J9] chip[0] get middle temp offset=36 typeID=41
  895. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J11] PIC temp offset: 1,0,0,0,0,0,35,28,0,0,0,0,0,0,0,0,0,0,
  896. driver-btm-c5.c:6639:calibration_sensor_offset: chain[11] temp chip I2C addr=0x98
  897. driver-btm-c5.c:6647:calibration_sensor_offset: chain[11] has no middle temp, use special fix mode.
  898. driver-btm-c5.c:6672:calibration_sensor_offset: Chain[J11] chip[0] use PIC middle temp offset=0 typeID=41
  899. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[11] chip[0] local:31 remote:26 offset:35
  900. driver-btm-c5.c:6765:calibration_sensor_offset: Chain[J11] chip[0] get middle temp offset=35 typeID=41
  901. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J13] PIC temp offset: -1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,
  902. driver-btm-c5.c:6639:calibration_sensor_offset: chain[13] temp chip I2C addr=0x98
  903. driver-btm-c5.c:6647:calibration_sensor_offset: chain[13] has no middle temp, use special fix mode.
  904. driver-btm-c5.c:6777:calibration_sensor_offset: Warning: Chain[J13] has no temp offset in PIC! will fix it
  905. driver-btm-c5.c:6901:calibration_sensor_offset: Chain[J13] use default temp chip[0]
  906. driver-btm-c5.c:6331:do_calibration_sensor_offset: Chain[J13] try read temp chip[0] ID=41 (I2C addr=0x98)
  907. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[13] chip[0] local:33 remote:28 offset:35
  908. driver-btm-c5.c:6906:calibration_sensor_offset: Chain[J13] chip[0] get middle temp offset=35 typeID=41
  909. driver-btm-c5.c:16050:re_open_core: open core on chain[1] [8] [9]...
  910. driver-btm-c5.c:16067:re_open_core: open core on chain[2] [10] [11]...
  911. driver-btm-c5.c:16083:re_open_core: open core on chain[3] [12] [13]...
  912. driver-btm-c5.c:12129:set_working_voltage: setting to working voltage...
  913. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  914. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[1] set voltage to 880
  915. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  916. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[2] set voltage to 880
  917. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  918. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[3] set voltage to 880
  919. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  920. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[1] set voltage to 870
  921. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  922. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[2] set voltage to 870
  923. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  924. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[3] set voltage to 870
  925. driver-btm-c5.c:9785:pic_heart_beat_func: chain[2] heart beat fail 1 times.
  926. driver-btm-c5.c:16177:re_open_core: reopen core end
  927. driver-btm-c5.c:10461:check_system_work: checking hash again
  928. driver-btm-c5.c:9897:if_avg_hash_ok: avg hash rate = 8183.248037, ideal hash rate = 10500
  929. driver-btm-c5.c:10389:check_system_work: re_open_core_times: 2
  930. driver-btm-c5.c:15703:re_open_core: re_open_core enter
  931. driver-btm-c5.c:15802:re_open_core: Before read Chain[J2] org chain_voltage_pic=11]
  932. driver-btm-c5.c:15808:re_open_core: After read Chain[J2] new chain_voltage_pic=11 read pic=11
  933. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  934. driver-btm-c5.c:15802:re_open_core: Before read Chain[J3] org chain_voltage_pic=11]
  935. driver-btm-c5.c:15808:re_open_core: After read Chain[J3] new chain_voltage_pic=11 read pic=11
  936. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  937. driver-btm-c5.c:15802:re_open_core: Before read Chain[J4] org chain_voltage_pic=11]
  938. driver-btm-c5.c:15808:re_open_core: After read Chain[J4] new chain_voltage_pic=11 read pic=11
  939. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 7 seccessful
  940. driver-btm-c5.c:15802:re_open_core: Before read Chain[J9] org chain_voltage_pic=7]
  941. driver-btm-c5.c:15808:re_open_core: After read Chain[J9] new chain_voltage_pic=7 read pic=7
  942. driver-btm-c5.c:15802:re_open_core: Before read Chain[J10] org chain_voltage_pic=7]
  943. driver-btm-c5.c:15808:re_open_core: After read Chain[J10] new chain_voltage_pic=7 read pic=7
  944. driver-btm-c5.c:15802:re_open_core: Before read Chain[J11] org chain_voltage_pic=7]
  945. driver-btm-c5.c:15808:re_open_core: After read Chain[J11] new chain_voltage_pic=7 read pic=7
  946. driver-btm-c5.c:15802:re_open_core: Before read Chain[J12] org chain_voltage_pic=7]
  947. driver-btm-c5.c:15808:re_open_core: After read Chain[J12] new chain_voltage_pic=7 read pic=7
  948. driver-btm-c5.c:15802:re_open_core: Before read Chain[J13] org chain_voltage_pic=7]
  949. driver-btm-c5.c:15808:re_open_core: After read Chain[J13] new chain_voltage_pic=7 read pic=7
  950. driver-btm-c5.c:15802:re_open_core: Before read Chain[J14] org chain_voltage_pic=7]
  951. driver-btm-c5.c:15808:re_open_core: After read Chain[J14] new chain_voltage_pic=7 read pic=7
  952. driver-btm-c5.c:11856:T9_18_getASICnum: T9+ try get asic num for the 1 time
  953. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J2] has 18 asic
  954. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J3] has 18 asic
  955. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J4] has 18 asic
  956. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J9] has 18 asic
  957. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J10] has 18 asic
  958. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J11] has 18 asic
  959. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J12] has 18 asic
  960. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J13] has 18 asic
  961. driver-btm-c5.c:11867:T9_18_getASICnum: Chain[J14] has 18 asic
  962. driver-btm-c5.c:4486:set_frequency: Chain[J2] has core num in PIC
  963. driver-btm-c5.c:4486:set_frequency: Chain[J3] has core num in PIC
  964. driver-btm-c5.c:4486:set_frequency: Chain[J4] has core num in PIC
  965. driver-btm-c5.c:4486:set_frequency: Chain[J9] has core num in PIC
  966. driver-btm-c5.c:4486:set_frequency: Chain[J10] has core num in PIC
  967. driver-btm-c5.c:4486:set_frequency: Chain[J11] has core num in PIC
  968. driver-btm-c5.c:4486:set_frequency: Chain[J12] has core num in PIC
  969. driver-btm-c5.c:4486:set_frequency: Chain[J13] has core num in PIC
  970. driver-btm-c5.c:4496:set_frequency: Chain[J13] ASIC[10] has core num=14
  971. driver-btm-c5.c:4486:set_frequency: Chain[J14] has core num in PIC
  972. driver-btm-c5.c:4583:set_frequency: miner total rate=10611GH/s ideal_total_hash_rate = 10500GH/s
  973. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[1]
  974. driver-btm-c5.c:4610:set_frequency: Chain:1 chipnum=18
  975. driver-btm-c5.c:4620:set_frequency: Chain[J2] voltage added=0.0V
  976. driver-btm-c5.c:4681:set_frequency: Chain:1 base freq=575
  977. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  978. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  979. Asic[16]:575 Asic[17]:575
  980. driver-btm-c5.c:4821:set_frequency: Chain:1 max freq=575
  981. driver-btm-c5.c:4822:set_frequency: Chain:1 min freq=575
  982.  
  983. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[2]
  984. driver-btm-c5.c:4610:set_frequency: Chain:2 chipnum=18
  985. driver-btm-c5.c:4620:set_frequency: Chain[J3] voltage added=0.0V
  986. driver-btm-c5.c:4681:set_frequency: Chain:2 base freq=575
  987. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  988. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  989. Asic[16]:575 Asic[17]:575
  990. driver-btm-c5.c:4821:set_frequency: Chain:2 max freq=575
  991. driver-btm-c5.c:4822:set_frequency: Chain:2 min freq=575
  992.  
  993. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[3]
  994. driver-btm-c5.c:4610:set_frequency: Chain:3 chipnum=18
  995. driver-btm-c5.c:4620:set_frequency: Chain[J4] voltage added=0.0V
  996. driver-btm-c5.c:4681:set_frequency: Chain:3 base freq=575
  997. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  998. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  999. Asic[16]:575 Asic[17]:575
  1000. driver-btm-c5.c:4821:set_frequency: Chain:3 max freq=575
  1001. driver-btm-c5.c:4822:set_frequency: Chain:3 min freq=575
  1002.  
  1003. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[8]
  1004. driver-btm-c5.c:4610:set_frequency: Chain:8 chipnum=18
  1005. driver-btm-c5.c:4620:set_frequency: Chain[J9] voltage added=0.0V
  1006. driver-btm-c5.c:4681:set_frequency: Chain:8 base freq=575
  1007. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1008. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1009. Asic[16]:575 Asic[17]:575
  1010. driver-btm-c5.c:4821:set_frequency: Chain:8 max freq=575
  1011. driver-btm-c5.c:4822:set_frequency: Chain:8 min freq=575
  1012.  
  1013. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[9]
  1014. driver-btm-c5.c:4610:set_frequency: Chain:9 chipnum=18
  1015. driver-btm-c5.c:4620:set_frequency: Chain[J10] voltage added=0.0V
  1016. driver-btm-c5.c:4681:set_frequency: Chain:9 base freq=575
  1017. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1018. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1019. Asic[16]:575 Asic[17]:575
  1020. driver-btm-c5.c:4821:set_frequency: Chain:9 max freq=575
  1021. driver-btm-c5.c:4822:set_frequency: Chain:9 min freq=575
  1022.  
  1023. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[10]
  1024. driver-btm-c5.c:4610:set_frequency: Chain:10 chipnum=18
  1025. driver-btm-c5.c:4620:set_frequency: Chain[J11] voltage added=0.0V
  1026. driver-btm-c5.c:4681:set_frequency: Chain:10 base freq=575
  1027. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1028. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1029. Asic[16]:575 Asic[17]:575
  1030. driver-btm-c5.c:4821:set_frequency: Chain:10 max freq=575
  1031. driver-btm-c5.c:4822:set_frequency: Chain:10 min freq=575
  1032.  
  1033. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[11]
  1034. driver-btm-c5.c:4610:set_frequency: Chain:11 chipnum=18
  1035. driver-btm-c5.c:4620:set_frequency: Chain[J12] voltage added=0.0V
  1036. driver-btm-c5.c:4681:set_frequency: Chain:11 base freq=575
  1037. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1038. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1039. Asic[16]:575 Asic[17]:575
  1040. driver-btm-c5.c:4821:set_frequency: Chain:11 max freq=575
  1041. driver-btm-c5.c:4822:set_frequency: Chain:11 min freq=575
  1042.  
  1043. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[12]
  1044. driver-btm-c5.c:4610:set_frequency: Chain:12 chipnum=18
  1045. driver-btm-c5.c:4620:set_frequency: Chain[J13] voltage added=0.0V
  1046. driver-btm-c5.c:4681:set_frequency: Chain:12 base freq=575
  1047. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1048. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1049. Asic[16]:575 Asic[17]:575
  1050. driver-btm-c5.c:4821:set_frequency: Chain:12 max freq=575
  1051. driver-btm-c5.c:4822:set_frequency: Chain:12 min freq=575
  1052.  
  1053. driver-btm-c5.c:4608:set_frequency: read PIC voltage=890 on chain[13]
  1054. driver-btm-c5.c:4610:set_frequency: Chain:13 chipnum=18
  1055. driver-btm-c5.c:4620:set_frequency: Chain[J14] voltage added=0.0V
  1056. driver-btm-c5.c:4681:set_frequency: Chain:13 base freq=575
  1057. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1058. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1059. Asic[16]:575 Asic[17]:575
  1060. driver-btm-c5.c:4821:set_frequency: Chain:13 max freq=575
  1061. driver-btm-c5.c:4822:set_frequency: Chain:13 min freq=575
  1062.  
  1063.  
  1064. driver-btm-c5.c:4831:set_frequency: Miner fix freq ...
  1065. driver-btm-c5.c:4250:ProcessFixFreqForChips: totalRate = 10611, fixed_totalRate = 10710
  1066. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[1]
  1067. driver-btm-c5.c:4867:set_frequency: Chain:1 chipnum=18
  1068. driver-btm-c5.c:4876:set_frequency: Chain[J2] voltage added=0.0V
  1069. driver-btm-c5.c:4944:set_frequency: Chain:1 base freq=575
  1070. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1071. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1072. Asic[16]:575 Asic[17]:575
  1073. driver-btm-c5.c:5122:set_frequency: Chain:1 max freq=575
  1074. driver-btm-c5.c:5123:set_frequency: Chain:1 min freq=575
  1075.  
  1076. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[2]
  1077. driver-btm-c5.c:4867:set_frequency: Chain:2 chipnum=18
  1078. driver-btm-c5.c:4876:set_frequency: Chain[J3] voltage added=0.0V
  1079. driver-btm-c5.c:4944:set_frequency: Chain:2 base freq=575
  1080. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1081. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1082. Asic[16]:575 Asic[17]:575
  1083. driver-btm-c5.c:5122:set_frequency: Chain:2 max freq=575
  1084. driver-btm-c5.c:5123:set_frequency: Chain:2 min freq=575
  1085.  
  1086. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[3]
  1087. driver-btm-c5.c:4867:set_frequency: Chain:3 chipnum=18
  1088. driver-btm-c5.c:4876:set_frequency: Chain[J4] voltage added=0.0V
  1089. driver-btm-c5.c:4944:set_frequency: Chain:3 base freq=575
  1090. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1091. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1092. Asic[16]:575 Asic[17]:575
  1093. driver-btm-c5.c:5122:set_frequency: Chain:3 max freq=575
  1094. driver-btm-c5.c:5123:set_frequency: Chain:3 min freq=575
  1095.  
  1096. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[8]
  1097. driver-btm-c5.c:4867:set_frequency: Chain:8 chipnum=18
  1098. driver-btm-c5.c:4876:set_frequency: Chain[J9] voltage added=0.0V
  1099. driver-btm-c5.c:4944:set_frequency: Chain:8 base freq=575
  1100. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1101. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1102. Asic[16]:575 Asic[17]:575
  1103. driver-btm-c5.c:5122:set_frequency: Chain:8 max freq=575
  1104. driver-btm-c5.c:5123:set_frequency: Chain:8 min freq=575
  1105.  
  1106. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[9]
  1107. driver-btm-c5.c:4867:set_frequency: Chain:9 chipnum=18
  1108. driver-btm-c5.c:4876:set_frequency: Chain[J10] voltage added=0.0V
  1109. driver-btm-c5.c:4944:set_frequency: Chain:9 base freq=575
  1110. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1111. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1112. Asic[16]:575 Asic[17]:575
  1113. driver-btm-c5.c:5122:set_frequency: Chain:9 max freq=575
  1114. driver-btm-c5.c:5123:set_frequency: Chain:9 min freq=575
  1115.  
  1116. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[10]
  1117. driver-btm-c5.c:4867:set_frequency: Chain:10 chipnum=18
  1118. driver-btm-c5.c:4876:set_frequency: Chain[J11] voltage added=0.0V
  1119. driver-btm-c5.c:4944:set_frequency: Chain:10 base freq=575
  1120. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1121. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1122. Asic[16]:575 Asic[17]:575
  1123. driver-btm-c5.c:5122:set_frequency: Chain:10 max freq=575
  1124. driver-btm-c5.c:5123:set_frequency: Chain:10 min freq=575
  1125.  
  1126. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[11]
  1127. driver-btm-c5.c:4867:set_frequency: Chain:11 chipnum=18
  1128. driver-btm-c5.c:4876:set_frequency: Chain[J12] voltage added=0.0V
  1129. driver-btm-c5.c:4944:set_frequency: Chain:11 base freq=575
  1130. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1131. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1132. Asic[16]:575 Asic[17]:575
  1133. driver-btm-c5.c:5122:set_frequency: Chain:11 max freq=575
  1134. driver-btm-c5.c:5123:set_frequency: Chain:11 min freq=575
  1135.  
  1136. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[12]
  1137. driver-btm-c5.c:4867:set_frequency: Chain:12 chipnum=18
  1138. driver-btm-c5.c:4876:set_frequency: Chain[J13] voltage added=0.0V
  1139. driver-btm-c5.c:4944:set_frequency: Chain:12 base freq=575
  1140. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1141. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1142. Asic[16]:575 Asic[17]:575
  1143. driver-btm-c5.c:5122:set_frequency: Chain:12 max freq=575
  1144. driver-btm-c5.c:5123:set_frequency: Chain:12 min freq=575
  1145.  
  1146. driver-btm-c5.c:4866:set_frequency: read PIC voltage=890 on chain[13]
  1147. driver-btm-c5.c:4867:set_frequency: Chain:13 chipnum=18
  1148. driver-btm-c5.c:4876:set_frequency: Chain[J14] voltage added=0.0V
  1149. driver-btm-c5.c:4944:set_frequency: Chain:13 base freq=575
  1150. Asic[ 0]:575 Asic[ 1]:575 Asic[ 2]:575 Asic[ 3]:575 Asic[ 4]:575 Asic[ 5]:575 Asic[ 6]:575 Asic[ 7]:575
  1151. Asic[ 8]:575 Asic[ 9]:575 Asic[10]:575 Asic[11]:575 Asic[12]:575 Asic[13]:575 Asic[14]:575 Asic[15]:575
  1152. Asic[16]:575 Asic[17]:575
  1153. driver-btm-c5.c:5122:set_frequency: Chain:13 max freq=575
  1154. driver-btm-c5.c:5123:set_frequency: Chain:13 min freq=575
  1155.  
  1156. driver-btm-c5.c:5131:set_frequency: max freq = 575
  1157. driver-btm-c5.c:4149:ProcessFixFreq: totalRate = 10611, fixed_totalRate = 10500
  1158. driver-btm-c5.c:9614:init_uart_baud: set baud=1
  1159. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J9] PIC temp offset: 1,0,0,0,0,0,35,28,0,0,0,0,0,0,0,0,0,0,
  1160. driver-btm-c5.c:6639:calibration_sensor_offset: chain[9] temp chip I2C addr=0x98
  1161. driver-btm-c5.c:6647:calibration_sensor_offset: chain[9] has no middle temp, use special fix mode.
  1162. driver-btm-c5.c:6672:calibration_sensor_offset: Chain[J9] chip[0] use PIC middle temp offset=0 typeID=41
  1163. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[9] chip[0] local:25 remote:18 offset:37
  1164. driver-btm-c5.c:6765:calibration_sensor_offset: Chain[J9] chip[0] get middle temp offset=37 typeID=41
  1165. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J11] PIC temp offset: 1,0,0,0,0,0,35,28,0,0,0,0,0,0,0,0,0,0,
  1166. driver-btm-c5.c:6639:calibration_sensor_offset: chain[11] temp chip I2C addr=0x98
  1167. driver-btm-c5.c:6647:calibration_sensor_offset: chain[11] has no middle temp, use special fix mode.
  1168. driver-btm-c5.c:6672:calibration_sensor_offset: Chain[J11] chip[0] use PIC middle temp offset=0 typeID=41
  1169. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[11] chip[0] local:30 remote:25 offset:35
  1170. driver-btm-c5.c:6765:calibration_sensor_offset: Chain[J11] chip[0] get middle temp offset=35 typeID=41
  1171. driver-btm-c5.c:6605:calibration_sensor_offset: Chain[J13] PIC temp offset: -1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,
  1172. driver-btm-c5.c:6639:calibration_sensor_offset: chain[13] temp chip I2C addr=0x98
  1173. driver-btm-c5.c:6647:calibration_sensor_offset: chain[13] has no middle temp, use special fix mode.
  1174. driver-btm-c5.c:6777:calibration_sensor_offset: Warning: Chain[J13] has no temp offset in PIC! will fix it
  1175. driver-btm-c5.c:6901:calibration_sensor_offset: Chain[J13] use default temp chip[0]
  1176. driver-btm-c5.c:6331:do_calibration_sensor_offset: Chain[J13] try read temp chip[0] ID=41 (I2C addr=0x98)
  1177. driver-btm-c5.c:6396:do_calibration_sensor_offset: New offset Chain[13] chip[0] local:32 remote:27 offset:35
  1178. driver-btm-c5.c:6906:calibration_sensor_offset: Chain[J13] chip[0] get middle temp offset=35 typeID=41
  1179. driver-btm-c5.c:16050:re_open_core: open core on chain[1] [8] [9]...
  1180. driver-btm-c5.c:16067:re_open_core: open core on chain[2] [10] [11]...
  1181. driver-btm-c5.c:16083:re_open_core: open core on chain[3] [12] [13]...
  1182. driver-btm-c5.c:12129:set_working_voltage: setting to working voltage...
  1183. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  1184. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[1] set voltage to 880
  1185. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  1186. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[2] set voltage to 880
  1187. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 9 seccessful
  1188. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[3] set voltage to 880
  1189. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  1190. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[1] set voltage to 870
  1191. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  1192. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[2] set voltage to 870
  1193. driver-btm-c5.c:2152:set_Voltage_S9_plus_plus_BM1387_54: set voltage 11 seccessful
  1194. driver-btm-c5.c:12109:slowly_downgrade_voltage_all_chain: chain[3] set voltage to 870
  1195. driver-btm-c5.c:16177:re_open_core: reopen core end
  1196. do read_temp_func once...
  1197.  
  1198. get RT hashrate from Chain[1]: (asic index start from 1-18)
  1199. Asic[01]=9.89800 Asic[02]=0.00000 Asic[03]=8.67300 Asic[04]=4.34500 Asic[05]=1.17400 Asic[06]=11.4750 Asic[07]=3.01900 Asic[08]=0.00000
  1200. Asic[09]=0.00000 Asic[10]=1.14000 Asic[11]=15.1490 Asic[12]=7.31400 Asic[13]=11.6760 Asic[14]=1.09000 Asic[15]=11.2910 Asic[16]=3.38800
  1201. Asic[17]=4.12700 Asic[18]=11.4250
  1202.  
  1203. get RT hashrate from Chain[2]: (asic index start from 1-18)
  1204. Asic[01]=66.2700 Asic[02]=67.4940 Asic[03]=65.1120 Asic[04]=63.9710 Asic[05]=67.5610 Asic[06]=60.9510 Asic[07]=66.2190 Asic[08]=63.6020
  1205. Asic[09]=57.0080 Asic[10]=70.1450 Asic[11]=65.6150 Asic[12]=64.9110 Asic[13]=66.5040 Asic[14]=71.0170 Asic[15]=69.4910 Asic[16]=65.6820
  1206. Asic[17]=62.6120 Asic[18]=59.6760
  1207.  
  1208. get RT hashrate from Chain[3]: (asic index start from 1-18)
  1209. Asic[01]=68.8700 Asic[02]=59.7770 Asic[03]=64.1560 Asic[04]=60.5320 Asic[05]=67.7120 Asic[06]=68.1490 Asic[07]=61.4540 Asic[08]=59.3740
  1210. Asic[09]=64.8100 Asic[10]=63.2330 Asic[11]=65.3130 Asic[12]=67.3770 Asic[13]=61.5720 Asic[14]=71.0680 Asic[15]=63.7700 Asic[16]=61.3370
  1211. Asic[17]=72.1420 Asic[18]=63.2330
  1212.  
  1213. get RT hashrate from Chain[8]: (asic index start from 1-18)
  1214. Asic[01]=42.0600 Asic[02]=34.7450 Asic[03]=2.24800 Asic[04]=51.0360 Asic[05]=57.6630 Asic[06]=61.6730 Asic[07]=18.2200 Asic[08]=36.3220
  1215. Asic[09]=64.3900 Asic[10]=46.5730 Asic[11]=1.27500 Asic[12]=10.8880 Asic[13]=23.5040 Asic[14]=0.00000 Asic[15]=22.4470 Asic[16]=14.7970
  1216. Asic[17]=1.67700 Asic[18]=15.0820
  1217.  
  1218. get RT hashrate from Chain[9]: (asic index start from 1-18)
  1219. Asic[01]=23.2190 Asic[02]=754.974 Asic[03]=27.0110 Asic[04]=0.00000 Asic[05]=620.756 Asic[06]=0.00000 Asic[07]=11.8440 Asic[08]=0.00000
  1220. Asic[09]=520.093 Asic[10]=0.00000 Asic[11]=50.0960 Asic[12]=23.3870 Asic[13]=33.6550 Asic[14]=62.7800 Asic[15]=26.6080 Asic[16]=39.7620
  1221. Asic[17]=55.7000 Asic[18]=27.4810
  1222.  
  1223. get RT hashrate from Chain[10]: (asic index start from 1-18)
  1224. Asic[01]=69.6250 Asic[02]=66.4040 Asic[03]=64.2900 Asic[04]=61.5720 Asic[05]=60.4810 Asic[06]=68.8200 Asic[07]=69.1380 Asic[08]=59.5080
  1225. Asic[09]=67.8800 Asic[10]=62.4440 Asic[11]=63.8200 Asic[12]=69.9940 Asic[13]=69.2390 Asic[14]=63.5010 Asic[15]=67.0580 Asic[16]=71.3700
  1226. Asic[17]=64.1390 Asic[18]=56.7900
  1227.  
  1228. get RT hashrate from Chain[11]: (asic index start from 1-18)
  1229. Asic[01]=64.7760 Asic[02]=64.1560 Asic[03]=67.7630 Asic[04]=68.9370 Asic[05]=64.6250 Asic[06]=61.7060 Asic[07]=64.5750 Asic[08]=61.9750
  1230. Asic[09]=64.4070 Asic[10]=64.8940 Asic[11]=60.8170 Asic[12]=65.9680 Asic[13]=61.9580 Asic[14]=62.5950 Asic[15]=68.0980 Asic[16]=64.6090
  1231. Asic[17]=68.2320 Asic[18]=68.1990
  1232.  
  1233. get RT hashrate from Chain[12]: (asic index start from 1-18)
  1234. Asic[01]=70.8330 Asic[02]=66.3030 Asic[03]=64.9940 Asic[04]=62.5620 Asic[05]=68.0310 Asic[06]=58.6690 Asic[07]=63.5180 Asic[08]=59.7770
  1235. Asic[09]=67.5610 Asic[10]=63.2660 Asic[11]=71.4030 Asic[12]=65.1960 Asic[13]=64.9940 Asic[14]=68.1990 Asic[15]=66.5880 Asic[16]=67.1750
  1236. Asic[17]=68.3330 Asic[18]=61.9240
  1237.  
  1238. get RT hashrate from Chain[13]: (asic index start from 1-18)
  1239. Asic[01]=68.5010 Asic[02]=61.5220 Asic[03]=60.9850 Asic[04]=65.0950 Asic[05]=63.0650 Asic[06]=67.7460 Asic[07]=66.0180 Asic[08]=65.7660
  1240. Asic[09]=59.7930 Asic[10]=63.0990 Asic[11]=68.7530 Asic[12]=60.3300 Asic[13]=60.6490 Asic[14]=67.3260 Asic[15]=64.1890 Asic[16]=63.6860
  1241. Asic[17]=67.3770 Asic[18]=65.2800
  1242. Check Chain[J2] ASIC RT error: (asic index start from 1-18)
  1243. Check Chain[J3] ASIC RT error: (asic index start from 1-18)
  1244. Check Chain[J4] ASIC RT error: (asic index start from 1-18)
  1245. Check Chain[J9] ASIC RT error: (asic index start from 1-18)
  1246. Check Chain[J10] ASIC RT error: (asic index start from 1-18)
  1247. Asic[02]=754.974000
  1248. Asic[05]=620.756000
  1249. Asic[09]=520.093000
  1250. Check Chain[J11] ASIC RT error: (asic index start from 1-18)
  1251. Check Chain[J12] ASIC RT error: (asic index start from 1-18)
  1252. Check Chain[J13] ASIC RT error: (asic index start from 1-18)
  1253. Check Chain[J14] ASIC RT error: (asic index start from 1-18)
  1254. Done check_asic_reg
  1255. Chain[8] Chip[0] pcb temperature=34
  1256. Chain[8] Chip[1] junction temperature=43
  1257. Special fix Chain[8] Chip[1] middle Temp = 49
  1258. Done read temp on Chain[8]
  1259. Chain[10] Chip[0] pcb temperature=55
  1260. Chain[10] Chip[1] junction temperature=69
  1261. Special fix Chain[10] Chip[1] middle Temp = 70
  1262. Done read temp on Chain[10]
  1263. Chain[12] Chip[0] pcb temperature=56
  1264. Chain[12] Chip[1] junction temperature=69
  1265. Special fix Chain[12] Chip[1] middle Temp = 71
  1266. Done read temp on Chain[12]
  1267. Max pcb temp : 56
  1268. set FAN speed according to: temp_highest=56 temp_top1[PWM_T]=56 temp_top1[TEMP_POS_LOCAL]=56 temp_change=5 fix_fan_steps=0
  1269. set normal FAN speed...
  1270. pwm_percent = 62
  1271. FAN PWM: 62
  1272. read_temp_func Done!
  1273. CRC error counter=0
  1274.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement