Author

Topic: I’ve about had it with these S7’s. New Problem Now. (Read 184 times)

member
Activity: 166
Merit: 82
EET/NASA intern 2013 Bitmain/MicroBT/IPC cert
The Linux bootup bit ends at 37.8699. Post everything that happens after that. Everything looks perfectly normal from what you could post. That bone-capemgr error is normal afaik.
member
Activity: 266
Merit: 13

Here is the Kernel log. The whole thing wouldn't fit because it exceeded 64000 characters. Hopefully its enough info. Do you see anything that would be an issue?




Code:
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.8.13 (xxl@armdev01) (gcc version 4.7.4 20130626 (prerelease) (Linaro GCC 4.7-2013.07) ) #22 SMP Tue Dec 2 15:26:11 CST 2014
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 65280
[    0.000000] free_area_init_node: node 0, pgdat c06cb100, node_mem_map c0726000
[    0.000000]   Normal zone: 512 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 64768 pages, LIFO batch:15
[    0.000000] AM335X ES1.0 (neon )
[    0.000000] PERCPU: Embedded 8 pages/cpu @c0934000 s9408 r8192 d15168 u32768
[    0.000000] pcpu-alloc: s9408 r8192 d15168 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64768
[    0.000000] Kernel command line: console=ttyO0,115200n8 init=/sbin/init
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] allocated 524288 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 255MB = 255MB total
[    0.000000] Memory: 236136k/236136k available, 26008k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf800000 - 0xbfe00000   (   6 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0612cf0   (6188 kB)
[    0.000000]       .init : 0xc0613000 - 0xc06554c0   ( 266 kB)
[    0.000000]       .data : 0xc0656000 - 0xc06cc020   ( 473 kB)
[    0.000000]        .bss : 0xc06cc020 - 0xc0725e3c   ( 360 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
[    0.000000] Console: colour dummy device 80x30
[    0.000354] Calibrating delay loop... 545.07 BogoMIPS (lpj=531968)
[    0.015410] pid_max: default: 32768 minimum: 301
[    0.015644] Security Framework initialized
[    0.015737] Mount-cache hash table entries: 512
[    0.025655] Initializing cgroup subsys cpuacct
[    0.025689] Initializing cgroup subsys memory
[    0.025753] Initializing cgroup subsys blkio
[    0.025900] CPU: Testing write buffer coherency: ok
[    0.026433] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.026506] Setting up static identity map for 0x8038c820 - 0x8038c86c
[    0.027905] Brought up 1 CPUs
[    0.027928] SMP: Total of 1 processors activated (545.07 BogoMIPS).
[    0.029223] devtmpfs: initialized
[    0.093749] pinctrl core: initialized pinctrl subsystem
[    0.093966] rstctl core: initialized rstctl subsystem
[    0.094467] regulator-dummy: no parameters
[    0.094982] NET: Registered protocol family 16
[    0.095755] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.105530] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.106311] platform 49000000.edma: alias fck already exists
[    0.106344] platform 49000000.edma: alias fck already exists
[    0.106373] platform 49000000.edma: alias fck already exists
[    0.107582] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
[    0.107768] OMAP GPIO hardware version 0.1
[    0.109112] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
[    0.110437] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
[    0.111895] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
[    0.112425] of_get_named_gpio_flags exited with status 52
[    0.112457] gpio-rctrl rstctl.3: loaded OK
[    0.117273] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    0.120525] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.122728] cpsw.0: No hwaddr in dt. Using d0:5f:b8:ec:ca:72 from efuse
[    0.122760] cpsw.1: No hwaddr in dt. Using d0:5f:b8:ec:ca:74 from efuse
[    0.138266] bio: create slab at 0
[    0.150446] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[    0.150681] of_get_named_gpio_flags: can't parse gpios property
[    0.150897] vmmcsd_fixed: 3300 mV
[    0.153960] SCSI subsystem initialized
[    0.154447] usbcore: registered new interface driver usbfs
[    0.154583] usbcore: registered new interface driver hub
[    0.154862] usbcore: registered new device driver usb
[    0.156937] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    0.158455] input: tps65217_pwr_but as /devices/ocp.2/44e0b000.i2c/i2c-0/0-0024/input/input0
[    0.160198] DCDC1: at 1500 mV
[    0.161343] vdd_mpu: 925 <--> 1325 mV at 1325 mV
[    0.162529] vdd_core: 925 <--> 1150 mV at 1100 mV
[    0.163626] LDO1: at 1800 mV
[    0.164774] LDO2: at 3300 mV
[    0.166697] LDO3: 1800 mV
[    0.167852] LDO4: at 3300 mV
[    0.168845] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    0.169534] omap_i2c 44e0b000.i2c: unable to select pin group
[    0.170328] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz
[    0.172689] omap_i2c 4819c000.i2c: unable to select pin group
[    0.172925] media: Linux media interface: v0.10
[    0.173030] Linux video capture interface: v2.00
[    0.173154] pps_core: LinuxPPS API ver. 1 registered
[    0.173171] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[    0.174041] Advanced Linux Sound Architecture Driver Initialized.
[    0.175197] Switching to clocksource gp_timer
[    0.193442] NET: Registered protocol family 2
[    0.194456] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[    0.194544] TCP bind hash table entries: 2048 (order: 3, 40960 bytes)
[    0.194636] TCP: Hash tables configured (established 2048 bind 2048)
[    0.194729] TCP: reno registered
[    0.194755] UDP hash table entries: 256 (order: 1, 12288 bytes)
[    0.194869] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
[    0.195290] NET: Registered protocol family 1
[    0.195856] RPC: Registered named UNIX socket transport module.
[    0.195880] RPC: Registered udp transport module.
[    0.195894] RPC: Registered tcp transport module.
[    0.195908] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.196284] Trying to unpack rootfs image as initramfs...
[    2.119426] Freeing initrd memory: 14772K
[    2.120100] CPU PMU: probing PMU on CPU 0
[    2.120133] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    2.120744] omap2_mbox_probe: platform not supported
[    2.124641] VFS: Disk quotas dquot_6.5.2
[    2.124879] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.126172] NFS: Registering the id_resolver key type
[    2.126277] Key type id_resolver registered
[    2.126293] Key type id_legacy registered
[    2.126361] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    2.126884] msgmni has been set to 490
[    2.129670] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.129696] io scheduler noop registered
[    2.129712] io scheduler deadline registered
[    2.129766] io scheduler cfq registered (default)
[    2.131580] tps65217-bl tps65217-bl: no platform data provided
[    2.131621] tps65217-bl: probe of tps65217-bl failed with error -22
[    2.132592] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.135215] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
[    2.135509] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    2.852619] console [ttyO0] enabled
[    2.857492] [drm] Initialized drm 1.1.0 20060810
[    2.876114] brd: module loaded
[    2.886440] loop: module loaded
[    2.889899] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.897185] at24 1-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.904457] at24 1-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.911727] at24 1-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.918998] at24 1-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.956575] bone-capemgr bone_capemgr.8: bone: scan failed (1 time)
[    3.495639] bone-capemgr bone_capemgr.8: bone: scan failed (2 time)
[    4.034694] bone-capemgr bone_capemgr.8: bone: scan failed (3 time)
[    4.573755] bone-capemgr bone_capemgr.8: bone: scan failed (4 time)
[    5.112817] bone-capemgr bone_capemgr.8: bone: scan failed (5 time)
[    5.651879] bone-capemgr bone_capemgr.8: bone: scan failed (6 time)
[    6.190947] bone-capemgr bone_capemgr.8: bone: scan failed (7 time)
[    6.730005] bone-capemgr bone_capemgr.8: bone: scan failed (8 time)
[    7.269068] bone-capemgr bone_capemgr.8: bone: scan failed (9 time)
[    7.808130] bone-capemgr bone_capemgr.8: bone: scan failed (10 time)
[    8.316108] bone-capemgr bone_capemgr.8: Failed to scan baseboard eeprom
[    8.323176] bone-capemgr: probe of bone_capemgr.8 failed with error -110
[    8.332710] nand_get_flash_type: 2c,da against 2c,da
[    8.338232] ONFI param page 0 valid
[    8.341903] ONFI flash detected
[    8.345221] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP), 256MiB, page size: 2048, OOB size: 64
[    8.357131] omap2-nand: detected x8 NAND flash
[    8.361794] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[    8.367398] omap2-nand: using custom ecc layout
[    8.372234] 10 ofpart partitions found on MTD device omap2-nand.0
[    8.378625] Creating 10 MTD partitions on "omap2-nand.0":
[    8.384297] 0x000000000000-0x000000020000 : "spl"
[    8.391175] 0x000000020000-0x000000040000 : "spl_backup1"
[    8.398634] 0x000000040000-0x000000060000 : "spl_backup2"
[    8.406046] 0x000000060000-0x000000080000 : "spl_backup3"
[    8.413318] 0x000000080000-0x000000240000 : "u-boot"
[    8.421586] 0x000000240000-0x000000260000 : "bootenv"
[    8.428552] 0x000000260000-0x000000280000 : "fdt"
[    8.435171] 0x000000280000-0x000000780000 : "kernel"
[    8.446193] 0x000000800000-0x000001c00000 : "root"
[    8.469601] 0x000001c00000-0x000003000000 : "config"
[    8.493385] OneNAND driver initializing
[    8.500860] edma-dma-engine edma-dma-engine.0: allocated channel for 0:17
[    8.508147] edma-dma-engine edma-dma-engine.0: allocated channel for 0:16
[    8.518429] edma-dma-engine edma-dma-engine.0: allocated channel for 0:43
[    8.525719] edma-dma-engine edma-dma-engine.0: allocated channel for 0:42
[    8.534971] usbcore: registered new interface driver asix
[    8.540808] usbcore: registered new interface driver cdc_ether
[    8.547092] usbcore: registered new interface driver smsc95xx
[    8.553218] usbcore: registered new interface driver net1080
[    8.559241] usbcore: registered new interface driver cdc_subset
[    8.565549] usbcore: registered new interface driver zaurus
[    8.571535] usbcore: registered new interface driver cdc_ncm
[    8.578292] usbcore: registered new interface driver cdc_acm
[    8.584247] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    8.592626] Initializing USB Mass Storage driver...
[    8.597850] usbcore: registered new interface driver usb-storage
[    8.604149] USB Mass Storage support registered.
[    8.609172] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    8.615832] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
[    8.621069] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
[    8.629832] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    8.629854] musb-hdrc: MHDRC RTL version 2.0
[    8.629868] musb-hdrc: setup fifo_mode 4
[    8.629897] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    8.630046] musb-hdrc musb-hdrc.0.auto: *** mode=3
[    8.635089] musb-hdrc musb-hdrc.0.auto: *** power=250
[    8.641034] musb-hdrc musb-hdrc.1.auto: pdev->id = 1
[    8.646283] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
[    8.655047] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    8.655067] musb-hdrc: MHDRC RTL version 2.0
[    8.655081] musb-hdrc: setup fifo_mode 4
[    8.655104] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    8.655224] musb-hdrc musb-hdrc.1.auto: *** mode=1
[    8.660265] musb-hdrc musb-hdrc.1.auto: *** power=250
[    8.665573] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    8.671979] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
[    8.680216] musb-hdrc musb-hdrc.1.auto: supports USB remote wakeup
[    8.680328] usb usb1: default language 0x0409
[    8.680385] usb usb1: udev 1, busnum 1, minor = 0
[    8.680409] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    8.687536] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.695106] usb usb1: Product: MUSB HDRC host driver
[    8.700319] usb usb1: Manufacturer: Linux 3.8.13 musb-hcd
[    8.705984] usb usb1: SerialNumber: musb-hdrc.1.auto
[    8.711862] usb usb1: usb_probe_device
[    8.711891] usb usb1: configuration #1 chosen from 1 choice
[    8.711957] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    8.712165] hub 1-0:1.0: usb_probe_interface
[    8.712187] hub 1-0:1.0: usb_probe_interface - got id
[    8.712215] hub 1-0:1.0: USB hub found
[    8.716251] hub 1-0:1.0: 1 port detected
[    8.720416] hub 1-0:1.0: standalone hub
[    8.720436] hub 1-0:1.0: individual port power switching
[    8.720455] hub 1-0:1.0: no over-current protection
[    8.720472] hub 1-0:1.0: Single TT
[    8.720493] hub 1-0:1.0: TT requires at most 8 FS bit times (666 ns)
[    8.720513] hub 1-0:1.0: power on to power good time: 10ms
[    8.720557] hub 1-0:1.0: local power source is good
[    8.720664] hub 1-0:1.0: enabling power on all ports
[    8.721706] mousedev: PS/2 mouse device common for all mice
[    8.730077] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    8.737554] 44e3e000.rtc: already running
[    8.742044] i2c /dev entries driver
[    8.747410] pps_ldisc: PPS line discipline registered
[    8.752888] Driver for 1-wire Dallas network protocol.
[    8.760136] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    8.767694] cpuidle: using governor ladder
[    8.772015] cpuidle: using governor menu
[    8.776565] of_get_named_gpio_flags exited with status 6
[    8.776584] of_get_named_gpio_flags: can't parse gpios property
[    8.776600] of_get_named_gpio_flags: can't parse gpios property
[    8.776636] omap_hsmmc mmc.4: of_parse_phandle_with_args of 'reset' failed
[    8.783855] omap_hsmmc mmc.4: Failed to get rstctl; not using any
[    8.790683] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    8.797880] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    8.805211] mmc.4 supply vmmc_aux not found, using dummy regulator
[    8.812190] omap_hsmmc mmc.4: pins are not configured from the driver
[    8.821926] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000
[    8.845778] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.7
[    8.857474] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.7) status -22
[    8.864780] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
[    8.873808] leds-gpio gpio-leds.7: pins are not configured from the driver
[    8.881039] of_get_named_gpio_flags exited with status 53
[    8.881063] of_get_named_gpio_flags exited with status 54
[    8.881085] of_get_named_gpio_flags exited with status 55
[    8.881105] of_get_named_gpio_flags exited with status 56
[    8.881139] of_get_named_gpio_flags exited with status 53
[    8.881434] of_get_named_gpio_flags exited with status 54
[    8.881651] of_get_named_gpio_flags exited with status 55
[    8.881843] of_get_named_gpio_flags exited with status 56
[    8.882450] ledtrig-cpu: registered to indicate activity on CPUs
[    8.889165] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
[    8.896358] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    8.904498] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    8.910780] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
[    8.917982] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
[    8.930422] usbcore: registered new interface driver usbhid
[    8.936333] usbhid: USB HID core driver
[    8.943300] TCP: cubic registered
[    8.946815] Initializing XFRM netlink socket
[    8.951371] NET: Registered protocol family 17
[    8.956189] NET: Registered protocol family 15
[    8.961043] Key type dns_resolver registered
[    8.965686] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    8.973797] ThumbEE CPU extension supported.
[    8.978398] Registering SWP/SWPB emulation handler
[    8.984395] registered taskstats version 1
[    9.040574] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    9.046989] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    9.061399] libphy: 4a101000.mdio: probed
[    9.065700] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    9.075579] Detected MACID = d0:5f:b8:ec:ca:72
[    9.080270] cpsw 4a100000.ethernet: NAPI disabled
[    9.086922] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    9.103309] ALSA device list:
[    9.106448]   No soundcards found.
[    9.110628] Freeing init memory: 264K
[    9.114546] Failed to execute /init
[    9.377138] compile Dec  3 2015--15:59:46
[    9.381421] CM_PER_SPI1_CLKCTRL 0x10002
[    9.385460] spi_vaddr 0xfa1a0000
[    9.388847] version 0x40300a0b
[    9.392043] OMAP2_MCSPI_SYSSTATUS 0x1
[    9.395875] OMAP2_MCSPI_MODULCTRL 0x1
[    9.399706] OMAP2_MCSPI_CHCONF0 0x180103c5
[    9.407820] Initial OMAP2_MCSPI_IRQSTATUS{0x0}OMAP2_MCSPI_IRQENABLE{0x0}
[    9.420635] hash ok
[    9.422905] hashtest OK
[    9.425724] bitmain-asic: success to register device
[    9.435373] Detect hardware version = 4
[    9.439452] fix hardware version
[    9.442850] hardware_version = 0x4
[    9.446515] S5 ctrl board test V1.1
[    9.450423] bitmain_asic_open ok
[   10.810543] stop send work to all chain
[   10.815754] Sending open core work
[   10.820690] Send new block cmd
[   10.925295] Division by zero in kernel.
[   10.929355] [] (unwind_backtrace+0x1/0x8c) from [] (Ldiv0+0x9/0x12)
[   10.937777] [] (Ldiv0+0x9/0x12) from [] (nonce_query+0x4e/0xe4 [bitmain_spi])
[   10.947082] [] (nonce_query+0x4e/0xe4 [bitmain_spi]) from [] (bitmain_asic_close+0x68/0x114 [bitmain_spi])
[   10.958995] [] (bitmain_asic_close+0x68/0x114 [bitmain_spi]) from [] (__fput+0x9b/0x154)
[   10.969267] [] (__fput+0x9b/0x154) from [] (task_work_run+0x79/0x8c)
[   10.977745] [] (task_work_run+0x79/0x8c) from [] (do_work_pending+0x51/0x5c)
[   10.986929] [] (do_work_pending+0x51/0x5c) from [] (work_pending+0x9/0x1a)
[   10.995929] timeout {0x189b}
[   10.998943] rev timeout {0x9b180080}
[   11.002762] set_baud cmd_buf[0]{0x86}cmd_buf[1]{0x10}cmd_buf[2]{0x1a}cmd_buf[3]{0x17}
[   11.010961] send BC data:
[   11.010961] 0x0000: 0x03 0x00 0x00 0x00 0x86 0x10 0x1a 0x17
[   11.024900] send BC data:
[   11.024900] 0x0000: 0x03 0x02 0x00 0x00 0x86 0x10 0x1a 0x17
[   11.042474] send BC data:
[   11.042474] 0x0000: 0x03 0x05 0x00 0x00 0x86 0x10 0x1a 0x17
[   11.153809] set_voltage cmd_buf[0]{0xaa}cmd_buf[1]{0xb7}cmd_buf[2]{0x25}cmd_buf[3]{0xcd}
[   11.162261] send BC data:
[   11.162261] 0x0000: 0x03 0x00 0x00 0x1a 0xaa 0xb7 0x25 0xcd
[   11.177240] send BC data:
[   11.177240] 0x0000: 0x03 0x02 0x00 0x1a 0xaa 0xb7 0x25 0xcd
[   11.194818] send BC data:
[   11.194818] 0x0000: 0x03 0x05 0x00 0x1a 0xaa 0xb7 0x25 0xcd
[   11.306151] bitmain_asic_close
[   11.855368] jffs2: notice: (148) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[   12.652829] net eth0: initializing cpsw version 1.12 (0)
[   12.660663] net eth0: phy found : id is : 0x7c0f1
[   12.665644] libphy: PHY 4a101000.mdio:01 not found
[   12.670677] net eth0: phy 4a101000.mdio:01 not found on slave 1
[   16.806706] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[   36.821276] bitmain-asic: success to unregister device
[   37.843454] compile Dec  3 2015--15:59:46
[   37.847706] CM_PER_SPI1_CLKCTRL 0x2
[   37.851372] spi_vaddr 0xfa1a0000
[   37.854753] version 0x40300a0b
[   37.857948] OMAP2_MCSPI_SYSSTATUS 0x1
[   37.861775] OMAP2_MCSPI_MODULCTRL 0x1
[   37.865608] OMAP2_MCSPI_CHCONF0 0x180103c5
[   37.869927] Initial OMAP2_MCSPI_IRQSTATUS{0x0}OMAP2_MCSPI_IRQENABLE{0x0}
[   37.878146] hash ok
[   37.880394] hashtest OK
[   37.883195] bitmain-asic: success to register device
[   38.011527] Detect hardware version = 4
[   38.015599] fix hardware version
[   38.018981] hardware_version = 0x4
[   38.025125] S5 ctrl board test V1.1
[   38.034827] bitmain_asic_open ok
[   38.053196] Detect device
[   38.056045] soft ctrl rst time
[   38.061224] reset hash asic
[   38.064227] clear FPGA nonce buffer
[   39.069835] soft ctrl rst time
[   39.073139] reset hash asic
[   39.076068] clear FPGA nonce buffer
[   40.179224] get chain0 reg0x0
[   40.182354] send BC data:
[   40.182354] 0x0000: 0x03 0x00 0x00 0x1a 0x84 0x00 0x00 0x11
[   40.288649] asic cmd return 00988513
[   40.292400] asic cmd return 00988513
[   40.296146] asic cmd return 00988513
[   40.299889] asic cmd return 00988513
[   40.303632] asic cmd return 00988513
[   40.307439] asic cmd return 00988513
[   40.311184] asic cmd return 00988513
[   40.314930] asic cmd return 00988513
[   40.318668] asic cmd return 00988513
[   40.322408] asic cmd return 00988513
[   40.326223] asic cmd return 00988513
[   40.329970] asic cmd return 00988513
[   40.333713] asic cmd return 00988513
[   40.337452] asic cmd return 00988513
[   40.341196] asic cmd return 00988513
[   40.345006] asic cmd return 00988513
[   40.348746] asic cmd return 00988513
[   40.352484] asic cmd return 00988513
[   40.356230] asic cmd return 00988513
[   40.359965] asic cmd return 00988513
[   40.363777] asic cmd return 00988513
[   40.367516] asic cmd return 00988513
[   40.371252] asic cmd return 00988513
[   40.374994] asic cmd return 00988513
[   40.378741] asic cmd return 00988513
[   40.382544] asic cmd return 00988513
[   40.386295] asic cmd return 00988513
[   40.390037] asic cmd return 00988513
[   40.393782] asic cmd return 00988513
[   40.397520] asic cmd return 00988513
[   40.401335] asic cmd return 00988513
[   40.405078] asic cmd return 00988513
[   40.408818] asic cmd return 00988513
[   40.412553] asic cmd return 00988513
[   40.416297] asic cmd return 00988513
[   40.420170] asic cmd return 00988513
[   40.423920] asic cmd return 00988513
[   40.427664] asic cmd return 00988513
[   40.431408] asic cmd return 00988513
[   40.435151] asic cmd return 00988513
[   40.438961] asic cmd return 00988513
[   40.442706] asic cmd return 00988513
[   40.446450] asic cmd return 00988513
[   40.450185] asic cmd return 00988513
[   40.453924] asic cmd return 00988513
[   40.457733] asic cmd return 00988513
[   40.461475] asic cmd return 00988513
[   40.465210] asic cmd return 00988513
[   40.468947] asic cmd return 00988513
[   40.472686] asic cmd return 00988513
[   40.476490] asic cmd return 00988513
[   40.480237] asic cmd return 00988513
[   40.483979] asic cmd return 00988513
[   40.487721] asic cmd return 00988513
[   40.491536] chain0 total asic:54
[   40.494921] pos0--addr:00
[   40.497666] pos1--addr:00
[   40.500416] pos2--addr:00
[   40.503160] pos3--addr:00
[   40.505903] pos4--addr:00
[   40.508639] pos5--addr:00
[   40.511389] pos6--addr:00
[   40.514128] pos7--addr:00
[   40.516872] pos8--addr:00
[   40.519610] pos9--addr:00
[   40.522361] pos10--addr:00
[   40.525206] pos11--addr:00
[   40.528038] pos12--addr:00
[   40.530874] pos13--addr:00
[   40.533710] pos14--addr:00
[   40.536544] pos15--addr:00
[   40.539379] pos16--addr:00
[   40.542212] pos17--addr:00
[   40.545045] pos18--addr:00
[   40.547879] pos19--addr:00
[   40.550716] pos20--addr:00
[   40.553550] pos21--addr:00
[   40.556391] pos22--addr:00
[   40.559226] pos23--addr:00
[   40.562059] pos24--addr:00
[   40.564896] pos25--addr:00
[   40.567735] pos26--addr:00
[   40.570570] pos27--addr:00
[   40.573409] pos28--addr:00
[   40.576246] pos29--addr:00
[   40.579081] pos30--addr:00
[   40.581919] pos31--addr:00
[   40.584752] pos32--addr:00
[   40.587587] pos33--addr:00
[   40.590428] pos34--addr:00
[   40.593260] pos35--addr:00
[   40.596094] pos36--addr:00
[   40.598926] pos37--addr:00
[   40.601764] pos38--addr:00
[   40.604601] pos39--addr:00
[   40.607438] pos40--addr:00
[   40.610270] pos41--addr:00
[   40.613107] pos42--addr:00
[   40.615939] pos43--addr:00
[   40.618771] pos44--addr:00
[   40.621604] pos45--addr:00
[   40.624437] pos46--addr:00
[   40.627353] pos47--addr:00
[   40.630196] pos48--addr:00
[   40.633030] pos49--addr:00
[   40.635861] pos50--addr:00
[   40.638696] pos51--addr:00
[   40.641557] pos52--addr:00
[   40.644391] pos53--addr:00
[   40.647226] chain0_asic_exist{0xffffffff}
[   40.651423] get chain2 reg0x0
[   40.654530] send BC data:
[   40.654530] 0x0000: 0x03 0x02 0x00 0x1a 0x84 0x00 0x00 0x11
[   40.761309] asic cmd return 00988513
[   40.765066] asic cmd return 00988513
[   40.768804] asic cmd return 00988513
[   40.772544] asic cmd return 00988513
[   40.776285] asic cmd return 00988513
[   40.780085] asic cmd return 00988513
[   40.783829] asic cmd return 00988513
[   40.787573] asic cmd return 00988513
[   40.791312] asic cmd return 00988513
[   40.795052] asic cmd return 00988513
[   40.798853] asic cmd return 00988513
[   40.802602] asic cmd return 00988513
[   40.806343] asic cmd return 00988513
[   40.810079] asic cmd return 00988513
[   40.813821] asic cmd return 00988513
[   40.817620] asic cmd return 00988513
[   40.821364] asic cmd return 00988513
[   40.825103] asic cmd return 00988513
[   40.828840] asic cmd return 00988513
[   40.832581] asic cmd return 00988513
[   40.836385] asic cmd return 00988513
[   40.840128] asic cmd return 00988513
[   40.843874] asic cmd return 00988513
[   40.847615] asic cmd return 00988513
[   40.851357] asic cmd return 00988513
[   40.855164] asic cmd return 00988513
[   40.858914] asic cmd return 00988513
[   40.862656] asic cmd return 00988513
[   40.866394] asic cmd return 00988513
[   40.870140] asic cmd return 00988513
[   40.873954] asic cmd return 00988513
[   40.877696] asic cmd return 00988513
[   40.881435] asic cmd return 00988513
[   40.885174] asic cmd return 00988513
[   40.888919] asic cmd return 00988513
[   40.892728] asic cmd return 00988513
[   40.896470] asic cmd return 00988513
[   40.900208] asic cmd return 00988513
[   40.903957] asic cmd return 00988513
[   40.907694] asic cmd return 00988513
[   40.911819] asic cmd return 00988513
[   40.915563] asic cmd return 00988513
[   40.919305] asic cmd return 00988513
[   40.923041] asic cmd return 00988513
[   40.926783] asic cmd return 00988513
[   40.930736] asic cmd return 00988513
[   40.934476] asic cmd return 00988513
[   40.938213] asic cmd return 00988513
[   40.941956] asic cmd return 00988513
[   40.945695] asic cmd return 00988513
[   40.949506] asic cmd return 00988513
[   40.953251] asic cmd return 00988513
[   40.956992] asic cmd return 00988513
[   40.960731] asic cmd return 00988513
[   40.964536] chain2 total asic:54
[   40.967924] pos0--addr:00
[   40.970680] pos1--addr:00
[   40.973429] pos2--addr:00
[   40.976173] pos3--addr:00
[   40.978917] pos4--addr:00
[   40.981664] pos5--addr:00
[   40.984403] pos6--addr:00
[   40.987142] pos7--addr:00
[   40.989884] pos8--addr:00
[   40.992620] pos9--addr:00
[   40.995361] pos10--addr:00
[   40.998190] pos11--addr:00
[   41.001036] pos12--addr:00
[   41.003883] pos13--addr:00
[   41.006725] pos14--addr:00
[   41.009558] pos15--addr:00
[   41.012394] pos16--addr:00
[   41.015222] pos17--addr:00
[   41.018056] pos18--addr:00
[   41.020893] pos19--addr:00
[   41.023726] pos20--addr:00
[   41.026554] pos21--addr:00
[   41.029393] pos22--addr:00
[   41.032230] pos23--addr:00
[   41.035064] pos24--addr:00
[   41.037899] pos25--addr:00
[   41.040741] pos26--addr:00
[   41.043575] pos27--addr:00
[   41.046404] pos28--addr:00
[   41.049236] pos29--addr:00
[   41.052073] pos30--addr:00
[   41.054907] pos31--addr:00
[   41.057742] pos32--addr:00
[   41.060575] pos33--addr:00
[   41.063409] pos34--addr:00
[   41.066247] pos35--addr:00
[   41.069082] pos36--addr:00
[   41.071921] pos37--addr:00
[   41.074754] pos38--addr:00
[   41.077583] pos39--addr:00
[   41.080419] pos40--addr:00
[   41.083251] pos41--addr:00
[   41.086094] pos42--addr:00
[   41.088925] pos43--addr:00
[   41.091755] pos44--addr:00
[   41.094585] pos45--addr:00
[   41.097419] pos46--addr:00
[   41.100258] pos47--addr:00
[   41.103091] pos48--addr:00
[   41.105925] pos49--addr:00
[   41.108760] pos50--addr:00
[   41.111601] pos51--addr:00
[   41.114434] pos52--addr:00
[   41.117268] pos53--addr:00
[   41.120101] chain2_asic_exist{0xffffffff}
[   41.124293] get chain5 reg0x0
[   41.127402] send BC data:
[   41.127402] 0x0000: 0x03 0x05 0x00 0x1a 0x84 0x00 0x00 0x11
[   41.235907] asic cmd return 00988513
[   41.239663] asic cmd return 00988513
[   41.243405] asic cmd return 00988513
[   41.247150] asic cmd return 00988513
[   41.250890] asic cmd return 00988513
[   41.254689] asic cmd return 00988513
[   41.258434] asic cmd return 00988513
[   41.262180] asic cmd return 00988513
[   41.265913] asic cmd return 00988513
[   41.269652] asic cmd return 00988513
[   41.273454] asic cmd return 00988513
[   41.277197] asic cmd return 00988513
[   41.280942] asic cmd return 00988513
[   41.284687] asic cmd return 00988513
[   41.288426] asic cmd return 00988513
[   41.292224] asic cmd return 00988513
[   41.295964] asic cmd return 00988513
[   41.299709] asic cmd return 00988513
[   41.303455] asic cmd return 00988513
[   41.307202] asic cmd return 00988513
[   41.311000] asic cmd return 00988513
[   41.314742] asic cmd return 00988513
[   41.318485] asic cmd return 00988513
[   41.322229] asic cmd return 00988513
[   41.325972] asic cmd return 00988513
[   41.329766] asic cmd return 00988513
[   41.333506] asic cmd return 00988513
[   41.337248] asic cmd return 00988513
[   41.340983] asic cmd return 00988513
[   41.344722] asic cmd return 00988513
[   41.348527] asic cmd return 00988513
[   41.352273] asic cmd return 00988513
[   41.356017] asic cmd return 00988513
[   41.359761] asic cmd return 00988513
[   41.363501] asic cmd return 00988513
[   41.367313] asic cmd return 00988513
[   41.371054] asic cmd return 00988513
[   41.374792] asic cmd return 00988513
[   41.378536] asic cmd return 00988513
[   41.382274] asic cmd return 00988513
[   41.386084] asic cmd return 00988513
[   41.389826] asic cmd return 00988513
[   41.393572] asic cmd return 00988513
[   41.397377] asic cmd return 00988513
[   41.401121] asic cmd return 00988513
[   41.404937] asic cmd return 00988513
[   41.408676] asic cmd return 00988513
[   41.412418] asic cmd return 00988513
[   41.416160] asic cmd return 00988513
[   41.419900] asic cmd return 00988513
[   41.423713] asic cmd return 00988513
[   41.427458] asic cmd return 00988513
[   41.431204] asic cmd return 00988513
[   41.434948] asic cmd return 00988513
[   41.438764] chain5 total asic:54
[   41.442144] pos0--addr:00
[   41.444891] pos1--addr:00
[   41.447638] pos2--addr:00
[   41.450380] pos3--addr:00
[   41.453129] pos4--addr:00
[   41.455872] pos5--addr:00
[   41.458613] pos6--addr:00
[   41.461359] pos7--addr:00
[   41.464106] pos8--addr:00
[   41.466851] pos9--addr:00
[   41.469596] pos10--addr:00
[   41.472432] pos11--addr:00
[   41.475270] pos12--addr:00
[   41.478105] pos13--addr:00
[   41.480939] pos14--addr:00
[   41.483774] pos15--addr:00
[   41.486611] pos16--addr:00
[   41.489445] pos17--addr:00
[   41.492276] pos18--addr:00
[   41.495110] pos19--addr:00
[   41.497945] pos20--addr:00
[   41.500778] pos21--addr:00
[   41.503615] pos22--addr:00
[   41.506443] pos23--addr:00
[   41.509278] pos24--addr:00
[   41.512115] pos25--addr:00
[   41.514947] pos26--addr:00
[   41.517780] pos27--addr:00
[   41.520616] pos28--addr:00
[   41.523444] pos29--addr:00
[   41.526281] pos30--addr:00
[   41.529123] pos31--addr:00
[   41.531957] pos32--addr:00
[   41.534788] pos33--addr:00
[   41.537631] pos34--addr:00
[   41.540466] pos35--addr:00
[   41.543297] pos36--addr:00
[   41.546126] pos37--addr:00
[   41.548958] pos38--addr:00
[   41.551787] pos39--addr:00
[   41.554623] pos40--addr:00
[   41.557457] pos41--addr:00
[   41.560291] pos42--addr:00
[   41.563128] pos43--addr:00
[   41.565963] pos44--addr:00
[   41.568797] pos45--addr:00
[   41.571633] pos46--addr:00
[   41.574465] pos47--addr:00
[   41.577296] pos48--addr:00
[   41.580130] pos49--addr:00
[   41.582965] pos50--addr:00
[   41.585795] pos51--addr:00
[   41.588627] pos52--addr:00
[   41.591458] pos53--addr:00
[   41.594290] chain5_asic_exist{0xffffffff}
[   41.598485] total chain_num{3}
[   41.601683] chain0 chain_map 0
[   41.604878] chain0 asic_num--64 actual--54
[   41.609151] chain0 sw addr interval 4
[   41.612982] chain1 chain_map 2
[   41.616180] chain1 asic_num--64 actual--54
[   41.620464] chain1 sw addr interval 4
[   41.624285] chain2 chain_map 5
[   41.627477] chain2 asic_num--64 actual--54
[   41.631762] chain2 sw addr interval 4
[   41.635590] clear FPGA nonce buffer
[   41.944729] btm_tx_conf
[   41.947355] Set asic frequency {575}
[   41.951101] Set chip_addr{0x0}reg_address{0x4}value{0x8207}
[   41.956921] pll reg_data 0x8207
[   41.960213] timeout {0x1b7f}
[   41.963232] rev timeout {0x7f1b0080}
[   41.967172] set freq = 575
[   41.970025] Freq 575, PLL1 0005c040, PLL2 0220
[   41.974673] PLL1 0x5c040, PLL2 0x220
[   41.978414] plldivider1 cmd_buf[0]{0x7}cmd_buf[1]{0x5}cmd_buf[2]{0xc0}cmd_buf[3]{0x47}
hero member
Activity: 756
Merit: 560
There is a button when you post with a # sign that lets you encapsulate code for posting.

The errors you referenced both relate to the beagle bone portion of the controller. You really should post the kernel log to be sure.



P.S. The missing kernel log is actually kind of normal for the s7, ive seen it thousands of times.
member
Activity: 266
Merit: 13
So the kernel log finally came up. I don't know how to post it though so you can scroll through the whole thing.

I did see where it says.

bone-capemgr  scan failed 10 times

probe of tps65217-bl failed with error -22

Does this mean anything to anybody?
member
Activity: 266
Merit: 13
It is strange that the kernel log would be blank - I have not seen that before. The temps look good. Let it run for a while and see if the logs show up and monitor the temperatures. Let us know what happens.

Ok I’ll let it run and see what happens. Thanks
member
Activity: 111
Merit: 14
01010011 01000111 01001101
It is strange that the kernel log would be blank - I have not seen that before. The temps look good. Let it run for a while and see if the logs show up and monitor the temperatures. Let us know what happens.
member
Activity: 266
Merit: 13
https://imgur.com/gallery/XvOsH

Here is the miner status. I rebooted it and it’s running now. The kernel log is blank. Why would it be blank?
member
Activity: 111
Merit: 14
01010011 01000111 01001101
Firmware does not go bad and cause problems like that. Most likely the miner is shutting down due to heat, a hardware problem, or a failing power supply. If it stays online long enough, check the temperatures and see if they are high. If you are lucky, you may just need to clean the miner by blowing the dust out of it. If you can log into it, check the logs for indications of failures.
member
Activity: 266
Merit: 13
So I’ve had an S7 running fine for a while now until tonight. I heard it start beeping so I figured it was a network issue. Check my internet. Everything is fine. So I reboot it and it starts hashing again. I thought everything was fine but it only lasted a few mins before beeping again. I checked the fans they seem fine. Then I noticed the hardware version says X.X.X.X . I rebooted it again and the hardware version popped back up.
3.5.3.0 mined for a minute then went back to the X.X.X.X again and beeping. Could this be a firmware issue?
Jump to: