Bitcoin Forum
March 16, 2026, 07:13:22 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I2C0: tratando de escalar una granja desde 2024  (Read 10 times)
H11 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 15, 2026, 11:53:04 PM
 #1

Buen día a todos, en diciembre de 2023 me propuse el dinero fácil de las criptomonedas (xD) pero luego topé con la pared de los hashrates, adquirí un ASIC viejo como forma de empezar unos ahorros; mientras genero a escondidas (me pagan lo de la luz) también genero para plantas solares y más ASICs viejos, que los menos recientes se pueden sostener fácil con energía solar, compré en ML un equipo usado (L3+) que venía con un capacitor electrolítico suelto en el ASIC, capas de polvo en ASIC y fuente tan gruesas que parecían pelusa, una semilla de ajonjolí pegada por fuera del ASIC y una fuente de poder YBH182S12 que tardé más de 1 año en detectar que tiene desgastados los MOSFET llevandola a reparación, desde unos cuantos días después de que me llegó en enero de 2024 llevo a soldar de nuevo el capacitor, luego el técnico me explica lo de que la etiqueta dice "220V" y que "en casa usamos 110V", compro convertidor a 3000w, lo de que "igual la fuente no enciende", etc., bueno, ya hasta inicios de este año encuentro una fuente APW7 nueva original en oferta desde China en ML y por fin enciende el L3+, pero la placa no era detectada por IP Reporter y con Advanced IP Scanner me daba una ip con pantallita negra y que no servía para entrar a las opciones desde explorador de Internet, compro dispositivo de UART y me sale este log:
 
U-Boot SPL 2013.04-dirty (Aug 04 2014 - 11:06:44)
Control_status {00420313}
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
Could not get board ID.
default->A335BNLT.
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
CONFIG_SYS_NAND_U_BOOT_OFFS:80000
CONFIG_SYS_NAND_PAGE_SIZE:800
spl_image.size:5cd2c
spl_image.load_addr:807fffc0
image entry point: 0x80800000
 
 
U-Boot 2013.04-dirty (Jan 04 2015 - 17:08:05)
 
I2C:   ready
DRAM:  256 MiB
WARNING: Caches not enabled
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
Could not get board ID.
NAND:  256 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - bad CRC, using default environment
 
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Press ESC to abort autoboot in 1 seconds
gpio: pin 53 (gpio 53) value is 1
i2c error waiting for data ACK (status=0x16)
Error writing the chip.
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
mmc0(part 0) is current device
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
No micro SD card found, setting mmcdev to 1
Card did not respond to voltage select!
mmc1(part 0) is current device
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
Booting from nand ...
 
NAND read: device 0 offset 0x280000, size 0x500000
 5242880 bytes read: OK
gpio: pin 54 (gpio 54) value is 1
 
NAND read: device 0 offset 0x800000, size 0x1400000
 20971520 bytes read: OK
gpio: pin 55 (gpio 55) value is 1
 
NAND read: device 0 offset 0x260000, size 0x20000
 131072 bytes read: OK
gpio: pin 56 (gpio 56) value is 1
## Booting kernel from Legacy Image at 80200000 ...
   Image Name:   Linux-3.8.13
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4403504 Bytes = 4.2 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 81000000 ...
   Image Name:   Angstrom-antminer_m-eglibc-ipk-v
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    13230786 Bytes = 12.6 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 80f80000
   Booting using the fdt blob at 0x80f80000
   Loading Kernel Image ... OK
OK
   Loading Ramdisk to 8e599000, end 8f2372c2 ... OK
   Using Device Tree in place at 80f80000, end 80f87c8d
 
Starting kernel ...
 
Uncompressing Linux... done, booting the kernel.
[    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] AM335X ES1.0 (neon )
[    0.000000] PERCPU: Embedded 8 pages/cpu @c0933000 s9408 r8192 d15168 u32768
[    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: 237996k/237996k available, 24148k 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.000355] Calibrating delay loop... 545.07 BogoMIPS (lpj=531968)
[    0.015436] pid_max: default: 32768 minimum: 301
[    0.015664] Security Framework initialized
[    0.015758] Mount-cache hash table entries: 512
[    0.024598] Initializing cgroup subsys cpuacct
[    0.024631] Initializing cgroup subsys memory
[    0.024694] Initializing cgroup subsys blkio
[    0.024829] CPU: Testing write buffer coherency: ok
[    0.025407] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.025483] Setting up static identity map for 0x8038c820 - 0x8038c86c
[    0.026817] Brought up 1 CPUs
[    0.026841] SMP: Total of 1 processors activated (545.07 BogoMIPS).
[    0.028138] devtmpfs: initialized
[    0.092544] pinctrl core: initialized pinctrl subsystem
[    0.092763] rstctl core: initialized rstctl subsystem
[    0.093254] regulator-dummy: no parameters
[    0.093818] NET: Registered protocol family 16
[    0.094522] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.104190] pinctrl-single 44e10800.pinmux: prop pinctrl-0 index 0 invalid phandle
[    0.104373] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.105463] platform 49000000.edma: alias fck already exists
[    0.105497] platform 49000000.edma: alias fck already exists
[    0.105526] platform 49000000.edma: alias fck already exists
[    0.106853] OMAP GPIO hardware version 0.1
[    0.111562] gpio-rctrl rstctl.3: loaded OK
[    0.116674] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    0.119894] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.122072] cpsw.0: No hwaddr in dt. Using 90:70:65:3b:5c:a4 from efuse
[    0.122105] cpsw.1: No hwaddr in dt. Using 90:70:65:3b:5c:a6 from efuse
[    0.137668] bio: create slab <bio-0> at 0
[    0.149799] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[    0.150335] vmmcsd_fixed: 3300 mV
[    0.153442] SCSI subsystem initialized
[    0.153896] usbcore: registered new interface driver usbfs
[    0.154010] usbcore: registered new interface driver hub
[    0.154345] usbcore: registered new device driver usb
[    0.156447] omap_i2c 4819c000.i2c: bus 0 rev0.11 at 100 kHz
[    0.156481] omap_i2c 4819c000.i2c: unable to select pin group
[    0.156680] media: Linux media interface: v0.10
[    0.156776] Linux video capture interface: v2.00
[    0.156894] pps_core: LinuxPPS API ver. 1 registered
[    0.156911] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.157623] Advanced Linux Sound Architecture Driver Initialized.
[    0.158817] Switching to clocksource gp_timer
[    0.176840] NET: Registered protocol family 2
[    0.177833] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[    0.177921] TCP bind hash table entries: 2048 (order: 3, 40960 bytes)
[    0.178010] TCP: Hash tables configured (established 2048 bind 2048)
[    0.178103] TCP: reno registered
[    0.178130] UDP hash table entries: 256 (order: 1, 12288 bytes)
[    0.178176] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
[    0.178670] NET: Registered protocol family 1
[    0.179256] RPC: Registered named UNIX socket transport module.
[    0.179275] RPC: Registered udp transport module.
[    0.179289] RPC: Registered tcp transport module.
[    0.179303] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.179690] Trying to unpack rootfs image as initramfs...
[    2.020967] Freeing initrd memory: 12920K
[    2.021656] CPU PMU: probing PMU on CPU 0
[    2.021689] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    2.022313] omap2_mbox_probe: platform not supported
[    2.026073] VFS: Disk quotas dquot_6.5.2
[    2.026398] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.027720] NFS: Registering the id_resolver key type
[    2.027827] Key type id_resolver registered
[    2.027845] Key type id_legacy registered
[    2.027914] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    2.028429] msgmni has been set to 490
[    2.031218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.031243] io scheduler noop registered
[    2.031259] io scheduler deadline registered
[    2.031315] io scheduler cfq registered (default)
[    2.035253] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.037718] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
[    2.038136] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    2.698972] console [ttyO0] enabled
[    2.703506] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89) is a OMAP UART1
[    2.712212] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90) is a OMAP UART2
[    2.720835] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61) is a OMAP UART4
[    2.729490] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62) is a OMAP UART5
[    2.738496] [drm] Initialized drm 1.1.0 20060810
[    2.757198] brd: module loaded
[    2.767454] loop: module loaded
[    2.771643] bone-capemgr bone_capemgr.8: Failed to find baseboard eeprom node
[    2.781600] nand_get_flash_type: 2c,da against 2c,da
[    2.787130] ONFI param page 0 valid
[    2.790804] ONFI flash detected
[    2.794124] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP), 256MiB, page size: 2048, OOB size: 64
[    2.806037] omap2-nand: detected x8 NAND flash
[    2.810702] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[    2.816284] omap2-nand: using custom ecc layout
[    2.821128] 10 ofpart partitions found on MTD device omap2-nand.0
[    2.827521] Creating 10 MTD partitions on "omap2-nand.0":
[    2.833197] 0x000000000000-0x000000020000 : "spl"
[    2.840002] 0x000000020000-0x000000040000 : "spl_backup1"
[    2.847453] 0x000000040000-0x000000060000 : "spl_backup2"
[    2.854877] 0x000000060000-0x000000080000 : "spl_backup3"
[    2.862290] 0x000000080000-0x000000240000 : "u-boot"
[    2.870545] 0x000000240000-0x000000260000 : "bootenv"
[    2.877437] 0x000000260000-0x000000280000 : "fdt"
[    2.884071] 0x000000280000-0x000000780000 : "kernel"
[    2.895048] 0x000000800000-0x000001c00000 : "root"
[    2.918552] 0x000001c00000-0x000003000000 : "config"
[    2.942376] OneNAND driver initializing
[    2.948113] usbcore: registered new interface driver asix
[    2.953949] usbcore: registered new interface driver cdc_ether
[    2.960194] usbcore: registered new interface driver smsc95xx
[    2.966317] usbcore: registered new interface driver net1080
[    2.972341] usbcore: registered new interface driver cdc_subset
[    2.978638] usbcore: registered new interface driver zaurus
[    2.984644] usbcore: registered new interface driver cdc_ncm
[    2.991412] usbcore: registered new interface driver cdc_acm
[    2.997367] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    3.005776] Initializing USB Mass Storage driver...
[    3.011250] usbcore: registered new interface driver usb-storage
[    3.017566] USB Mass Storage support registered.
[    3.022635] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    3.029363] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
[    3.034608] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
[    3.043595] musb-hdrc musb-hdrc.0.auto: *** mode=3
[    3.048641] musb-hdrc musb-hdrc.0.auto: *** power=250
[    3.054651] musb-hdrc musb-hdrc.1.auto: pdev->id = 1
[    3.059902] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
[    3.068868] musb-hdrc musb-hdrc.1.auto: *** mode=1
[    3.073911] musb-hdrc musb-hdrc.1.auto: *** power=250
[    3.079219] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    3.085615] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
[    3.094047] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.101175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.108747] usb usb1: Product: MUSB HDRC host driver
[    3.113986] usb usb1: Manufacturer: Linux 3.8.13 musb-hcd
[    3.119653] usb usb1: SerialNumber: musb-hdrc.1.auto
[    3.126003] hub 1-0:1.0: USB hub found
[    3.129996] hub 1-0:1.0: 1 port detected
[    3.135501] mousedev: PS/2 mouse device common for all mice
[    3.143416] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    3.151206] i2c /dev entries driver
[    3.156229] pps_ldisc: PPS line discipline registered
[    3.161712] Driver for 1-wire Dallas network protocol.
[    3.169020] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    3.176620] cpuidle: using governor ladder
[    3.180945] cpuidle: using governor menu
[    3.185579] omap_hsmmc mmc.4: of_parse_phandle_with_args of 'reset' failed
[    3.192815] omap_hsmmc mmc.4: Failed to get rstctl; not using any
[    3.199631] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    3.206858] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    3.214203] mmc.4 supply vmmc_aux not found, using dummy regulator
[    3.221145] omap_hsmmc mmc.4: pins are not configured from the driver
[    3.255312] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.263091] ledtrig-cpu: registered to indicate activity on CPUs
[    3.269871] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
[    3.277068] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    3.285154] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    3.291500] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
[    3.298680] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
[    3.310928] usbcore: registered new interface driver usbhid
[    3.316847] usbhid: USB HID core driver
[    3.323738] TCP: cubic registered
[    3.327262] Initializing XFRM netlink socket
[    3.331830] NET: Registered protocol family 17
[    3.336710] NET: Registered protocol family 15
[    3.341577] Key type dns_resolver registered
[    3.346209] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.354289] ThumbEE CPU extension supported.
[    3.358800] Registering SWP/SWPB emulation handler
[    3.364822] registered taskstats version 1
[    3.371499] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.428508] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    3.434920] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    3.446215] libphy: 4a101000.mdio: probed
[    3.450478] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    3.460646] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.468448] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.475960] Detected MACID = 90:70:65:3b:5c:a4
[    3.480689] cpsw 4a100000.ethernet: NAPI disabled
[    3.487486] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.495205] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    3.504390] cpu0 supply cpu0 not found, using dummy regulator
[    3.510895] cpufreq_cpu0: failed to scale voltage up: -22
[    3.516711] cpufreq_cpu0: failed to scale voltage up: -22
[    3.529476] ALSA device list:
[    3.532716]   No soundcards found.
[    3.537282] Freeing init memory: 264K
[    3.541344] Failed to execute /init
INIT: version 2.88 booting
INIT: /etc/inittab[44]: id field too long (max 4 characters)
Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
bootlogd.
Starting Monitor-ipsig daemon: monitor-ipsig.
check mouted config
 
mounting config
mount: mounting /dev/mmcblk0p3 on /config failed: No such file or directory
mount mtd9 to config
[    4.673154] jffs2: notice: (122) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Starting syslogd/klogd: done
killall: udhcpc: no process killed
[    5.810657] net eth0: initializing cpsw version 1.12 (0)
[    5.819445] net eth0: phy found : id is : 0x7c0f1
[    5.824829] libphy: PHY 4a101000.mdio:01 not found
[    5.830025] net eth0: phy 4a101000.mdio:01 not found on slave 1
[    8.896036] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
Error resolving pool.ntp.org: System error (-11)
 1 Jan 00:00:22 ntpdate[314]: Can't find host pool.ntp.org: System error (-11)
 1 Jan 00:00:22 ntpdate[314]: no servers can be used, exiting
Starting ntpd: done
Starting Avahi Daemon: avahi-daemon.
Starting Lighttpd Web Server: lighttpd.
Starting Cgminer daemon: 192.168.0.1 is reachable
PARAMS = --scrypt --version-file /usr/bin/compile_time --default-config /config/cgminer.conf -T --syslog
cgminer.
Starting Monitor-recobtn daemon: monitor-recobtn.
listening tun0
INIT: Entering runlevel: 5
Stopping Bootlog daemon: bootlogd.
 
.---O---.
|       |                  .-.           o o
|   |   |-----.-----.-----.| |   .----..-----.-----.
|       |     | __  |  ---'| '--.|  .-'|     |     |
|   |   |  |  |     |---  ||  --'|  |  |  '  | | | |
'---'---'--'--'--.  |-----''----''--'  '-----'-'-'-'
                -'  |
                '---'
 
The Angstrom Distribution AM65 ttyO0
 
Angstrom v2013.06 - Kernel 3.8.13
 
AM65 login:  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: 237996k/237996k available, 24148k 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.000355] Calibrating delay loop... 545.07 BogoMIPS (lpj=531968)
[    0.015436] pid_max: default: 32768 minimum: 301
[    0.015664] Security Framework initialized
[    0.015758] Mount-cache hash table entries: 512
[    0.024598] Initializing cgroup subsys cpuacct
[    0.024631] Initializing cgroup subsys memory
[    0.024694] Initializing cgroup subsys blkio
[    0.024829] CPU: Testing write buffer coherency: ok
[    0.025407] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.025483] Setting up static identity map for 0x8038c820 - 0x8038c86c
[    0.026817] Brought up 1 CPUs
[    0.026841] SMP: Total of 1 processors activated (545.07 BogoMIPS).
[    0.028138] devtmpfs: initialized
[    0.092544] pinctrl core: initialized pinctrl subsystem
[    0.092763] rstctl core: initialized rstctl subsystem
[    0.093254] regulator-dummy: no parameters
[    0.093818] NET: Registered protocol family 16
[    0.094522] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.104190] pinctrl-single 44e10800.pinmux: prop pinctrl-0 index 0 invalid phandle
[    0.104373] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.105463] platform 49000000.edma: alias fck already exists
[    0.105497] platform 49000000.edma: alias fck already exists
[    0.105526] platform 49000000.edma: alias fck already exists
[    0.106853] OMAP GPIO hardware version 0.1
[    0.111562] gpio-rctrl rstctl.3: loaded OK
[    0.116674] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    0.119894] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.122072] cpsw.0: No hwaddr in dt. Using 90:70:65:3b:5c:a4 from efuse
[    0.122105] cpsw.1: No hwaddr in dt. Using 90:70:65:3b:5c:a6 from efuse
[    0.137668] bio: create slab <bio-0> at 0
[    0.149799] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[    0.150335] vmmcsd_fixed: 3300 mV
[    0.153442] SCSI subsystem initialized
[    0.153896] usbcore: registered new interface driver usbfs
[    0.154010] usbcore: registered new interface driver hub
[    0.154345] usbcore: registered new device driver usb
[    0.156447] omap_i2c 4819c000.i2c: bus 0 rev0.11 at 100 kHz
[    0.156481] omap_i2c 4819c000.i2c: unable to select pin group
[    0.156680] media: Linux media interface: v0.10
[    0.156776] Linux video capture interface: v2.00
[    0.156894] pps_core: LinuxPPS API ver. 1 registered
[    0.156911] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.157623] Advanced Linux Sound Architecture Driver Initialized.
[    0.158817] Switching to clocksource gp_timer
[    0.176840] NET: Registered protocol family 2
[    0.177833] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[    0.177921] TCP bind hash table entries: 2048 (order: 3, 40960 bytes)
[    0.178010] TCP: Hash tables configured (established 2048 bind 2048)
[    0.178103] TCP: reno registered
[    0.178130] UDP hash table entries: 256 (order: 1, 12288 bytes)
[    0.178176] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
[    0.178670] NET: Registered protocol family 1
[    0.179256] RPC: Registered named UNIX socket transport module.
[    0.179275] RPC: Registered udp tPassword:
 
Login incorrect
[    0.179289] RPC: Registered tcp transport module.
[    0.179303] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.179690] Trying to unpack rootfs image as initramfs...
[    2.020967] Freeing initrd memory: 12920K
[    2.021656] CPU PMU: probing PMU on CPU 0
[    2.021689] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    2.022313] omap2_mbox_probe: platform not supported
[    2.026073] VFS: Disk quotas dquot_6.5.2
[    2.026398] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.027720] NFS: Registering the id_resolver key type
[    2.027827] Key type id_resolver registered
[    2.027845] Key type id_legacy registered
[    2.027914] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    2.028429] msgmni has been set to 490
[    2.031218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.031243] io scheduler noop registered
[    2.031259] io scheduler deadline registered
[    2.031315] io scheduler cfq registered (default)
[    2.035253] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.037718] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
[    2.038136] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    2.698972] console [ttyO0] enabled
[    2.703506] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89) is a OMAP UART1
[    2.712212] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90) is a OMAP UART2
[    2.720835] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61) is a OMAP UART4
[    2.729490] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62) is a OMAP UART5
[    2.738496] [drm] Initialized drm 1.1.0 20060810
[    2.757198] brd: module loaded
[    2.767454] loop: module loaded
[    2.771643] bone-capemgr bone_capemgr.8: Failed to find baseboard eeprom node
[    2.781600] nand_get_flash_type: 2c,da against 2c,da
[    2.787130] ONFI param page 0 valid
[    2.790804] ONFI flash detected
[    2.794124] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP), 256MiB, page size: 2048, OOB size: 64
[    2.806037] omap2-nand: detected x8 NAND flash
[    2.810702] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[    2.816284] omap2-nand: using custom ecc layout
[    2.821128] 10 ofpart partitions found on MTD device omap2-nand.0
[    2.827521] Creating 10 MTD partitions on "omap2-nand.0":
[    2.833197] 0x000000000000-0x000000020000 : "spl"
[    2.840002] 0x000000020000-0x000000040000 : "spl_backup1"
[    2.847453] 0x000000040000-0x000000060000 : "spl_backup2"
[    2.854877] 0x000000060000-0x000000080000 : "spl_backup3"
[    2.862290] 0x000000080000-0x000000240000 : "u-boot"
[    2.870545] 0x000000240000-0x000000260000 : "bootenv"
[    2.877437] 0x000000260000-0x000000280000 : "fdt"
[    2.884071] 0x000000280000-0x000000780000 : "kernel"
[    2.895048] 0x000000800000-0x000001c00000 : "root"
[    2.918552] 0x000001c00000-0x000003000000 : "config"
[    2.942376] OneNAND driver initializing
[    2.948113] usbcore: registered new interface driver asix
[    2.953949] usbcore: registered new interface driver cdc_ether
[    2.960194] usbcore: registered new interface driver smsc95xx
[    2.966317] usbcore: registered new interface driver net1080
[    2.972341] usbcore: registered new interface driver cdc_subset
[    2.978638] usbcore: registered new interface driver zaurus
[    2.984644] usbcore: registered new interface driver cdc_ncm
[    2.991412] usbcore: registered new interface driver cdc_acm
[    2.997367] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    3.005776] Initializing USB Mass Storage driver...
[    3.011250] usbcore: registered new interface driver usb-storage
[    3.017566] USB Mass Storage support registered.
[    3.022635] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    3.029363] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
[    3.034608] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
[    3.043595] musb-hdrc musb-hdrc.0.auto: *** mode=3
[    3.048641] musb-hdrc AM65 login: musb-hdrc.0.auto: *** power=250
[    3.054651] musb-hPassword:
uch file or directory
bootlogd.
Sta
Login incorrect
rting Monitor-ipsig daemon: monitor-ipsig.
check mouted config
 
mounting config
mount: mounting /dev/mmcblk0p3 on /config failed: No such file or directory
mount mtd9 to config
[    4.673154] jffs2: notice: (122) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Starting syslogd/klogd: done
killall: udhcpc: no process killed
[    5.810657] net eth0: initializing cpsw version 1.12 (0)
[    5.819445] net eth0: phy found : id is : 0x7c0f1
[    5.824829] libphy: PHY 4a101000.mdio:01 not found
[    5.830025] net eth0: phy 4a101000.mdio:01 not found on slave 1
[    8.896036] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
Error resolving pool.ntp.org: System error (-11)
 1 Jan 00:00:22 ntpdate[314]: Can't find host pool.ntp.org: System error (-11)
 1 Jan 00:00:22 ntpdate[314]: no servers can be used, exiting
Starting ntpd: done
Starting Avahi Daemon: avahi-daemon.
Starting Lighttpd Web Server: lighttpd.
Starting Cgminer daemon: 192.168.0.1 is reachable
PARAMS = --scrypt --version-file /usr/bin/compile_time --default-config /config/cgminer.conf -T --syslog
cgminer.
Starting Monitor-recobtn daemon: monitor-recobtn.
listening tun0
INIT: Entering runlevel: 5
Stopping Bootlog daemon: bootlogd.
 
.---O---.
|       |                  .-.           o o
|   |   |-----.-----.-----.| |   .----..-----.-----.
|       |     | __  |  ---'| '--.|  .-'|     |     |
|   |   |  |  |     |---  ||  --'|  |  |  '  | | | |
'---'---'--'--'--.  |-----''----''--'  '-----'-'-'-'
                -'  |
                '---'
 
The Angstrom Distribution AM65 ttyO0
 
Angstrom v2013.06 - Kernel 3.8.13
 
AM65 login:
AM65 login: Password: Restarting Cgminer daemon: killall: cgminer: no process killed
192.168.0.1 is reachable
PARAMS = --scrypt --version-file /usr/bin/compile_time --default-config /config/cgminer.conf -T --syslog
cgminer.
 
Login timed out after 60 seconds
.---O---.
|       |                  .-.           o o
|   |   |-----.-----.-----.| |   .----..-----.-----.
|       |     | __  |  ---'| '--.|  .-'|     |     |
|   |   |  |  |     |---  ||  --'|  |  |  '  | | | |
'---'---'--'--'--.  |-----''----''--'  '-----'-'-'-'
                -'  |
                '---'
 
The Angstrom Distribution AM65 ttyO0
 
Angstrom v2013.06 - Kernel 3.8.13
 
AM65 login: Restarting Cgminer daemon: killall: cgminer: no process killed
                                                                          192.168.0.1 is reachable
                  PARAMS = --scrypt --version-file /usr/bin/compile_time --default-config /config/cgminer.conf -T --syslog
                                          cgminer.
                                                  Restarting Cgminer daemon: killall: cgminer: no process killed
                                192.168.0.1 is reachable
                                                        PARAMS = --scrypt --version-file /usr/bin/compile_time --default-config /config/cgminer.conf -T --syslog
                                                                               cgminer.
       Restarting Cgminer daemon: killall: cgminer: no process killed
                                                                     192.168.0.1 is reachable
             PARAMS = --scrypt --version-file /usr/bin/compile_time --default-config /config/cgminer.conf -T --syslog
                                     cgminer.
                                             Restarting Cgminer daemon: killall: cgminer: no process killed
                           192.168.0.1 is reachable
                                                   PARAMS = --scrypt --version-file /usr/bin/compile_time --default-config /config/cgminer.conf -T --syslog
                                                                           cgminer.

luego les explico que pasó con esa fuente porque quedó inutilizable porque le puse el comando nand erase.chip y ahora pone puras letras C y los ventiladores solo giran a una velocidad normal todo el tiempo, desde ahí ya aparecía en el log lo de "Could not probe the EEPROM; something fundamentally wrong on the I2C bus.", según investigue el log de puras letras C cada más o menos un segundo es como una alarma de error de hardware sumado a NAND vacía que impide interactuar vía U-Boot, yo tenía planeado que nada más hubiera un error de hardware con la placa del panel iba a comprar una nueva mientras la reparaba, la nueva que la compré a ZCANMINING por AliExpress me la mostraron minando en el chat pero vino también con eso de error en el bus en el log, el cual es el siguiente:

U-Boot SPL 2013.04-dirty (Aug 04 2014 - 11:06:44)
Control_status {00420313}
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
Could not get board ID.
default->A335BNLT.
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
CONFIG_SYS_NAND_U_BOOT_OFFS:80000
CONFIG_SYS_NAND_PAGE_SIZE:800
spl_image.size:5cd2c
spl_image.load_addr:807fffc0
image entry point: 0x80800000U-Boot 2013.04-dirty (Jan 04 2015 - 17:08:05)I2C:   ready
DRAM:  256 MiB
WARNING: Caches not enabled
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
Could not get board ID.
NAND:  256 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - bad CRC, using default environmentmusb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Press ESC to abort autoboot in 1 seconds
gpio: pin 53 (gpio 53) value is 1
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
mmc0(part 0) is current device
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
No micro SD card found, setting mmcdev to 1
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
mmc1(part 0) is current device
Card did not respond to voltage select!
Booting from nand ...NAND read: device 0 offset 0x280000, size 0x500000
 5242880 bytes read: OK
gpio: pin 54 (gpio 54) value is 1NAND read: device 0 offset 0x800000, size 0x1400000
Skipping bad block 0x00c80000
Skipping bad block 0x00ca0000
 20971520 bytes read: OK
gpio: pin 55 (gpio 55) value is 1NAND read: device 0 offset 0x260000, size 0x20000
 131072 bytes read: OK
gpio: pin 56 (gpio 56) value is 1## Booting kernel from Legacy Image at 80200000 ...
   Image Name:   Linux-3.8.13
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4403504 Bytes = 4.2 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK## Loading init Ramdisk from Legacy Image at 81000000 ...
   Image Name:   Angstrom-antminer_m-eglibc-ipk-v
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    12251110 Bytes = 11.7 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK## Flattened Device Tree blob at 80f80000
   Booting using the fdt blob at 0x80f80000
   Loading Kernel Image ... OK
OK
   Loading Ramdisk to 8e688000, end 8f236fe6 ... OK
   Using Device Tree in place at 80f80000, end 80f87c8dStarting kernel ...Uncompressing Linux... done, booting the kernel.
[    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] AM335X ES1.0 (neon )
[    0.000000] PERCPU: Embedded 8 pages/cpu @c0933000 s9408 r8192 d15168 u32768
[    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: 238956k/238956k available, 23188k 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.000357] Calibrating delay loop... 545.07 BogoMIPS (lpj=531968)
[    0.015440] pid_max: default: 32768 minimum: 301
[    0.015671] Security Framework initialized
[    0.015766] Mount-cache hash table entries: 512
[    0.024605] Initializing cgroup subsys cpuacct
[    0.024640] Initializing cgroup subsys memory
[    0.024702] Initializing cgroup subsys blkio
[    0.024835] CPU: Testing write buffer coherency: ok
[    0.025408] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.025484] Setting up static identity map for 0x8038c820 - 0x8038c86c
[    0.026807] Brought up 1 CPUs
[    0.026830] SMP: Total of 1 processors activated (545.07 BogoMIPS).
[    0.028110] devtmpfs: initialized
[    0.092526] pinctrl core: initialized pinctrl subsystem
[    0.092743] rstctl core: initialized rstctl subsystem
[    0.093238] regulator-dummy: no parameters
[    0.093807] NET: Registered protocol family 16
[    0.094513] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.104179] pinctrl-single 44e10800.pinmux: prop pinctrl-0 index 0 invalid phandle
[    0.104362] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.105448] platform 49000000.edma: alias fck already exists
[    0.105481] platform 49000000.edma: alias fck already exists
[    0.105508] platform 49000000.edma: alias fck already exists
[    0.106847] OMAP GPIO hardware version 0.1
[    0.111551] gpio-rctrl rstctl.3: loaded OK
[    0.116653] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    0.119862] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.122043] cpsw.0: No hwaddr in dt. Using 68:c9:0b:cd:cc:9c from efuse
[    0.122075] cpsw.1: No hwaddr in dt. Using 68:c9:0b:cd:cc:9e from efuse
[    0.137623] bio: create slab <bio-0> at 0
[    0.149768] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[    0.150297] vmmcsd_fixed: 3300 mV
[    0.153410] SCSI subsystem initialized
[    0.153859] usbcore: registered new interface driver usbfs
[    0.153973] usbcore: registered new interface driver hub
[    0.154302] usbcore: registered new device driver usb
[    0.156405] omap_i2c 4819c000.i2c: bus 0 rev0.11 at 100 kHz
[    0.156439] omap_i2c 4819c000.i2c: unable to select pin group
[    0.156633] media: Linux media interface: v0.10
[    0.156729] Linux video capture interface: v2.00
[    0.156846] pps_core: LinuxPPS API ver. 1 registered
[    0.156863] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.157585] Advanced Linux Sound Architecture Driver Initialized.
[    0.158770] Switching to clocksource gp_timer
[    0.176796] NET: Registered protocol family 2
[    0.177785] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[    0.177874] TCP bind hash table entries: 2048 (order: 3, 40960 bytes)
[    0.177963] TCP: Hash tables configured (established 2048 bind 2048)
[    0.178054] TCP: reno registered
[    0.178081] UDP hash table entries: 256 (order: 1, 12288 bytes)
[    0.178128] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
[    0.178623] NET: Registered protocol family 1
[    0.179211] RPC: Registered named UNIX socket transport module.
[    0.179232] RPC: Registered udp transport module.
[    0.179246] RPC: Registered tcp transport module.
[    0.179260] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.179647] Trying to unpack rootfs image as initramfs...
[    1.913463] Freeing initrd memory: 11960K
[    1.914146] CPU PMU: probing PMU on CPU 0
[    1.914178] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    1.914791] omap2_mbox_probe: platform not supported
[    1.918579] VFS: Disk quotas dquot_6.5.2
[    1.918907] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.920224] NFS: Registering the id_resolver key type
[    1.920329] Key type id_resolver registered
[    1.920346] Key type id_legacy registered
[    1.920414] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    1.920922] msgmni has been set to 490
[    1.923711] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.923737] io scheduler noop registered
[    1.923754] io scheduler deadline registered
[    1.923811] io scheduler cfq registered (default)
[    1.927765] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.930231] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
[    1.930641] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
[    2.591462] console [ttyO0] enabled
[    2.595999] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89) is a OMAP UART1
[    2.604713] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90) is a OMAP UART2
[    2.613352] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61) is a OMAP UART4
[    2.622014] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62) is a OMAP UART5
[    2.631001] [drm] Initialized drm 1.1.0 20060810
[    2.649671] brd: module loaded
[    2.659963] loop: module loaded
[    2.664146] bone-capemgr bone_capemgr.8: Failed to find baseboard eeprom node
[    2.674084] nand_get_flash_type: 2c,da against 2c,da
[    2.679612] ONFI param page 0 valid
[    2.683285] ONFI flash detected
[    2.686605] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP), 256MiB, page size: 2048, OOB size: 64
[    2.698516] omap2-nand: detected x8 NAND flash
[    2.703180] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[    2.708763] omap2-nand: using custom ecc layout
[    2.713626] 10 ofpart partitions found on MTD device omap2-nand.0
[    2.720019] Creating 10 MTD partitions on "omap2-nand.0":
[    2.725696] 0x000000000000-0x000000020000 : "spl"
[    2.732484] 0x000000020000-0x000000040000 : "spl_backup1"
[    2.739960] 0x000000040000-0x000000060000 : "spl_backup2"
[    2.747372] 0x000000060000-0x000000080000 : "spl_backup3"
[    2.754781] 0x000000080000-0x000000240000 : "u-boot"
[    2.763026] 0x000000240000-0x000000260000 : "bootenv"
[    2.769923] 0x000000260000-0x000000280000 : "fdt"
[    2.776557] 0x000000280000-0x000000780000 : "kernel"
[    2.787531] 0x000000800000-0x000001c00000 : "root"
[    2.810916] 0x000001c00000-0x000003000000 : "config"
[    2.834726] OneNAND driver initializing
[    2.840406] usbcore: registered new interface driver asix
[    2.846226] usbcore: registered new interface driver cdc_ether
[    2.852472] usbcore: registered new interface driver smsc95xx
[    2.858593] usbcore: registered new interface driver net1080
[    2.864621] usbcore: registered new interface driver cdc_subset
[    2.870916] usbcore: registered new interface driver zaurus
[    2.876921] usbcore: registered new interface driver cdc_ncm
[    2.883701] usbcore: registered new interface driver cdc_acm
[    2.889652] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.898030] Initializing USB Mass Storage driver...
[    2.903269] usbcore: registered new interface driver usb-storage
[    2.909569] USB Mass Storage support registered.
[    2.914613] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    2.921321] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
[    2.926565] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
[    2.935548] musb-hdrc musb-hdrc.0.auto: *** mode=3
[    2.940592] musb-hdrc musb-hdrc.0.auto: *** power=250
[    2.946632] musb-hdrc musb-hdrc.1.auto: pdev->id = 1
[    2.951886] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
[    2.960853] musb-hdrc musb-hdrc.1.auto: *** mode=1
[    2.965899] musb-hdrc musb-hdrc.1.auto: *** power=250
[    2.971206] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    2.977581] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
[    2.986009] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.993137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.000734] usb usb1: Product: MUSB HDRC host driver
[    3.005949] usb usb1: Manufacturer: Linux 3.8.13 musb-hcd
[    3.011615] usb usb1: SerialNumber: musb-hdrc.1.auto
[    3.018165] hub 1-0:1.0: USB hub found
[    3.022196] hub 1-0:1.0: 1 port detected
[    3.027677] mousedev: PS/2 mouse device common for all mice
[    3.035624] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    3.043399] i2c /dev entries driver
[    3.048448] pps_ldisc: PPS line discipline registered
[    3.053927] Driver for 1-wire Dallas network protocol.
[    3.061151] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    3.068719] cpuidle: using governor ladder
[    3.073049] cpuidle: using governor menu
[    3.077683] omap_hsmmc mmc.4: of_parse_phandle_with_args of 'reset' failed
[    3.084920] omap_hsmmc mmc.4: Failed to get rstctl; not using any
[    3.091736] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    3.098963] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    3.106309] mmc.4 supply vmmc_aux not found, using dummy regulator
[    3.113268] omap_hsmmc mmc.4: pins are not configured from the driver
[    3.147822] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.155608] ledtrig-cpu: registered to indicate activity on CPUs
[    3.162394] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
[    3.169589] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    3.177685] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    3.184035] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
[    3.191218] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
[    3.203474] usbcore: registered new interface driver usbhid
[    3.209387] usbhid: USB HID core driver
[    3.216297] TCP: cubic registered
[    3.219821] Initializing XFRM netlink socket
[    3.224397] NET: Registered protocol family 17
[    3.229275] NET: Registered protocol family 15
[    3.234155] Key type dns_resolver registered
[    3.238790] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.246871] ThumbEE CPU extension supported.
[    3.251380] Registering SWP/SWPB emulation handler
[    3.2574
H11 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 15, 2026, 11:59:35 PM
 #2

[    3.246871] ThumbEE CPU extension supported.
[    3.251380] Registering SWP/SWPB emulation handler
[    3.257400] registered taskstats version 1
[    3.264088] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.321039] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    3.327454] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    3.342047] libphy: 4a101000.mdio: probed
[    3.346395] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    3.356624] Detected MACID = 68:c9:0b:cd:cc:9c
[    3.361304] cpsw 4a100000.ethernet: NAPI disabled
[    3.366758] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.375491] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    3.384777] cpu0 supply cpu0 not found, using dummy regulator
[    3.391311] cpufreq_cpu0: failed to scale voltage up: -22
[    3.397141] cpufreq_cpu0: failed to scale voltage up: -22
[    3.409917] ALSA device list:
[    3.413149]   No soundcards found.
[    3.417701] Freeing init memory: 264K
[    3.421757] Failed to execute /init
INIT: version 2.88 booting
INIT: /etc/inittab[44]: id field too long (max 4 characters)
Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
bootlogd.
Starting Monitor-ipsig daemon: monitor-ipsig.
check mouted configmounting config
mount: mounting /dev/mmcblk0p3 on /config failed: No such file or directory
mount mtd9 to config
[    4.371857] jffs2: Empty flash at 0x011af820 ends at 0x011b0000
[    4.437612] jffs2: notice: (122) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Starting syslogd/klogd: done
killall: udhcpc: no process killed
[    5.735123] net eth0: initializing cpsw version 1.12 (0)
[    5.744028] net eth0: phy found : id is : 0x7c0f1
[    5.749448] libphy: PHY 4a101000.mdio:01 not found
[    5.754654] net eth0: phy 4a101000.mdio:01 not found on slave 1
udhcpc (v1.20.2) started
Sending discover...
[    8.821520] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
Sending discover...
Sending select for 192.168.100.15...
Lease of 192.168.100.15 obtained, lease time 86400
/etc/udhcpc.d/50default: Adding DNS 192.168.100.1
15 Mar 07:08:07 ntpdate[326]: step time server 132.248.30.3 offset 826873674.832706 sec
Starting ntpd: done
Starting Avahi Daemon: avahi-daemon.
Starting Lighttpd Web Server: lighttpd.
Starting Cgminer daemon: 192.168.100.1 is reachable
PARAMS = --scrypt --version-file /usr/bin/compile_time --default-config /config/cgminer.conf -T --syslog
cgminer.
Starting Monitor-recobtn daemon: monitor-recobtn.
INIT: Entering runlevel: 5
Stopping Bootlog daemon: bootlogd..---O---.
|       |                  .-.           o o
|   |   |-----.-----.-----.| |   .----..-----.-----.
|       |     | __  |  ---'| '--.|  .-'|     |     |
|   |   |  |  |     |---  ||  --'|  |  |  '  | | | |
'---'---'--'--'--.  |-----''----''--'  '-----'-'-'-'
                -'  |
                '---'The Angstrom Distribution antMiner ttyO0Angstrom v2013.06 - Kernel 3.8.13antMiner login:


Aquí puse algunos comandos:

antMiner login: root
Password:
root@antMiner:~#
root@antMiner:~# dmesg | tail -n 50
[    3.084920] omap_hsmmc mmc.4: Failed to get rstctl; not using any
[    3.091736] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    3.098963] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    3.106309] mmc.4 supply vmmc_aux not found, using dummy regulator
[    3.113268] omap_hsmmc mmc.4: pins are not configured from the driver
[    3.127732] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000
[    3.147755] of_get_named_gpio_flags exited with status -517
[    3.147822] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.155608] ledtrig-cpu: registered to indicate activity on CPUs
[    3.162394] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
[    3.169589] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    3.177685] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    3.184035] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
[    3.191218] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
[    3.203474] usbcore: registered new interface driver usbhid
[    3.209387] usbhid: USB HID core driver
[    3.216297] TCP: cubic registered
[    3.219821] Initializing XFRM netlink socket
[    3.224397] NET: Registered protocol family 17
[    3.229275] NET: Registered protocol family 15
[    3.234155] Key type dns_resolver registered
[    3.238790] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.246871] ThumbEE CPU extension supported.
[    3.251380] Registering SWP/SWPB emulation handler
[    3.257400] registered taskstats version 1
[    3.264012] of_get_named_gpio_flags exited with status -517
[    3.264088] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.321039] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    3.327454] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    3.342047] libphy: 4a101000.mdio: probed
[    3.346395] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    3.356624] Detected MACID = 68:c9:0b:cd:cc:9c
[    3.361304] cpsw 4a100000.ethernet: NAPI disabled
[    3.366693] of_get_named_gpio_flags exited with status -517
[    3.366758] platform gpio-leds.7: Driver leds-gpio requests probe deferral
[    3.375491] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    3.384777] cpu0 supply cpu0 not found, using dummy regulator
[    3.391311] cpufreq_cpu0: failed to scale voltage up: -22
[    3.397141] cpufreq_cpu0: failed to scale voltage up: -22
[    3.409917] ALSA device list:
[    3.413149]   No soundcards found.
[    3.417701] Freeing init memory: 264K
[    3.421757] Failed to execute /init
[    4.371857] jffs2: Empty flash at 0x011af820 ends at 0x011b0000
[    4.437612] jffs2: notice: (122) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[    5.735123] net eth0: initializing cpsw version 1.12 (0)
[    5.744028] net eth0: phy found : id is : 0x7c0f1
[    5.749448] libphy: PHY 4a101000.mdio:01 not found
[    5.754654] net eth0: phy 4a101000.mdio:01 not found on slave 1
[    8.821520] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
root@antMiner:~# ps aux | grep -E "cgminer|lighttpd|init"
ps: invalid option -- 'a'
BusyBox v1.20.2 (2018-04-12 12:20:04 CST) multi-call binary.Usage: psroot@antMiner:~# cat /var/log/messages | tail -n 50
Mar 15 07:28:50 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:28:51 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:28:53 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:28:54 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:28:55 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:28:56 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:28:57 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:28:58 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:28:59 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:00 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:01 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:02 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:03 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:04 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:05 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:06 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:07 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:08 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:09 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:10 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:11 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:12 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:13 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:14 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:15 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:16 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:17 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:18 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:19 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:20 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:22 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:23 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:24 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:25 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:26 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:27 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:28 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:29 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:30 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:31 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:32 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:33 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:34 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:35 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:36 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:37 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:38 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:39 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:40 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
Mar 15 07:29:41 (none) local0.err cgminer[368]: Net Err! lastest job more than 2 mins! waiting ...
root@antMiner:~# cgminer-api coin
Reply was 'STATUS=E,When=1773559816,Code=45,Msg=Access denied to 'coin' command,Description=cgminer 4.9.0|'
[STATUS] =>
(
   [STATUS] => E
   [When] => 1773559816
   [Codë] => 45
   [Msg] => Access denied to 'coin' command
   [Description] => cgminer 4.9.0
)
root@antMiner:~# cgminer-api devdetails
Reply was 'STATUS=E,When=1773559841,Code=45,Msg=Access denied to 'devdetails' command,Description=cgminer 4.9.0|'
[STATUS] =>
(
   [STATUS] => E
   [When] => 1773559841
   [Codë] => 45
   [Msg] => Access denied to 'devdetails' command
   [Description] => cgminer 4.9.0
)
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in1_input
cat: can't open '/sys/class/hwmon/hwmon0/in1_input': No such file or directory
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in1_input
n2_inputcat: can't open '/sys/class/hwmon/hwmon0/in1_input': No such file or directory
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in2_inputcat /sys/class/hwmon/hwmon
0/in1_input
cat: can't open '/sys/class/hwmon/hwmon0/in2_inputcat': No such file or directory
cat: can't open '/sys/class/hwmon/hwmon0/in1_input': No such file or directory
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in2_inputcat /sys/class/hwmon/hwmon
0/in1_input
putcat: can't open '/sys/class/hwmon/hwmon0/in2_inputcat': No such file or directory
cat: can't open '/sys/class/hwmon/hwmon0/in1_input': No such file or directory
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in2_inputcat /sys/class/hwmon/hwmon
0/in1_input
cat: can't open '/sys/class/hwmon/hwmon0/in2_inputcat': No such file or directory
cat: can't open '/sys/class/hwmon/hwmon0/in1_input': No such file or directory
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in2_inputcat /sys/class/hwmon/hwmon
0/in1_input
0/in2_inputcat: can't open '/sys/class/hwmon/hwmon0/in2_inputcat': No such file or directory
cat: can't open '/sys/class/hwmon/hwmon0/in1_input': No such file or directory
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in2_inputcat /sys/class/hwmon/hwmon
0/in1_input
/in2_inputcat: can't open '/sys/class/hwmon/hwmon0/in2_inputcat': No such file or directory
cat: can't open '/sys/class/hwmon/hwmon0/in1_input': No such file or directory
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in2_inputcat /sys/class/hwmon/hwmon
0/in1_input
0/in2_inputcat: can't open '/sys/class/hwmon/hwmon0/in2_inputcat': No such file or directory
cat: can't open '/sys/class/hwmon/hwmon0/in1_input': No such file or directory
root@antMiner:~# cat /sys/class/hwmon/hwmon0/in2_input
cat: can't open '/sys/class/hwmon/hwmon0/in2_input': No such file or directory
root@antMiner:~# i2detect -y 0
-sh: i2detect: not found
root@antMiner:~# cat /config/cgminer.conf
{
"pools" : [
{
"url" : "stratum-ltc.antpool.com:8888",
"user" : "antminer_1",
"pass" : "123"
},
{
"url" : "stratum-ltc.antpool.com:443",
"user" : "antminer_1",
"pass" : "123"
},
{
"url" : "stratum.f2pool.com:8888",
"user" : "ant.123",
"pass" : "123"
}
]
,
"api-listen" : true,
"api-network" : true,
"api-groups" : "A:stats:pools:devs:summary:version",
"api-allow" : "A:0/0,W:*",
"bitmain-freq" : "384"
}
root@antMiner:~#

Más comandos:

root@antMiner:~# ps | grep -E "cgminer|lighttpd|init"
    1 root      1652 S    init [5]
  347 root      2716 S    /usr/sbin/lighttpd -f /etc/lighttpd.conf
  367 root      2616 S    {screen} SCREEN -S cgminer -t cgminer -m -d /usr/bin
  368 root      149m S <  /usr/bin/cgminer --scrypt --version-file /usr/bin/co
25610 root      2152 S    grep -E cgminer|lighttpd|init
root@antMiner:~# logread | tail -n 50
logread: can't find syslogd buffer: No such file or directory
root@antMiner:~# cat /var/messages | tail -n 50
cat: can't open '/var/messages': No such file or directory
root@antMiner:~# cat /var/log/cgminer.log | tail -n 50
cat: can't open '/var/log/cgminer.log': No such file or directory
root@antMiner:~# cgminer-api summary
Reply was 'STATUS=S,When=1773560401,Code=11,Msg=Summary,Description=cgminer 4.9.0|SUMMARY,Elapsed=1894,GHS 5s=0.00,GHS av=0.00,Found Blocks=0,Getworks=204,Accepted=0,Rejected=1,Hardware Errors=0,Utility=0.00,Discarded=1336,Stale=0,Get Failures=3,Local Work=1548,Remote Failures=0,Network Blocks=12,Total MH=0.0000,Work Utility=4151.59,Difficulty Accepted=0.00000000,Difficulty Rejected=131072.00000000,Difficulty Stale=0.00000000,Best Share=0,Device Hardware%=0.0000,Device Rejected%=100.0000,Pool Rejected%=100.0000,Pool Stale%=0.0000,Last getwork=1773560401|'
[STATUS] =>
(
   [STATUS] => S
   [When] => 1773560401
   [Codë] => 11
   [Msg] => Summary
   [Description] => cgminer 4.9.0
)
[SUMMARY] =>
(
  
  • => SUMMARY
[Elapsed] => 1894
   [GHS 5s] => 0.00
   [GHS av] => 0.00
   [Found Blocks] => 0
   [Getworks] => 204
   [Accepted] => 0
   [Rejected] => 1
   [Hardware Errors] => 0
   [Utility] => 0.00
   [Discarded] => 1336
   [Stale] => 0
   [Get Failures] => 3
   [Local Work] => 1548
   [Remote Failures] => 0
   [Network Blocks] => 12
   [Total MH] => 0.0000
   [Work Utility] => 4151.59
   [Difficulty Accepted] => 0.00000000
   [Difficulty Rejected] => 131072.00000000
   [Difficulty Stale] => 0.00000000
   [Best Share] => 0
   [Device Hardware%] => 0.0000
   [Device Rejected%] => 100.0000
   [Pool Rejected%] => 100.0000
   [Pool Stale%] => 0.0000
   [Last getwork] => 1773560401
)
root@antMiner:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 68:C9:0B:CD:CC:9C
          inet addr:192.168.100.15  Bcast:0.0.0.0  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6278 errors:0 dropped:2075 overruns:0 frame:0
          TX packets:988 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:687538 (671.4 KiB)  TX bytes:71389 (69.7 KiB)
          Interrupt:56lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:30 errors:0 dropped:0 overruns:0 frame:0
          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2377 (2.3 KiB)  TX bytes:2377 (2.3 KiB)root@antMiner:~# i2cget -y 0 0x2d 0x00
Error: Read failed
root@antMiner:~# cat /tmp/cgminer.log | grep chain
cat: can't open '/tmp/cgminer.log': No such file or directory
root@antMiner:~#

Hay más cosas, por ejemplo con la placa vieja telnet no funcionaba aunque si hacía ping a 4 paquetes 0% pérdida pero al ponerle microsd de recuperación de Vnish luego no dió ni ping ni la ip a pantalla negra en Advanced IP Scanner pero esa no es mi duda por el momento, lo que quisiera saber si no es mucha molestia es que piezas componen el bus interno en la placa de la L3+?, según Grok no hay esquemáticos oficiales de Bitmain pero las piezas suelen ser equivalentes con las placas BeagleBone y parece ser que el bus interno I2C0 serían solo un par de capacitores que en algunos Antminers son los R125 Y R145, puso esto: "Sí, amigo, R125 y R145 en tu foto coinciden con la ubicación de las pull-up de I2C0 en el esquemático oficial BBB Rev C (sheet 9-10, sección "I2C0 Bus" y "PMIC Interface").Detalles de coincidenciaEn el esquemático BBB Rev C: R58 y R59 (5.6 kΩ "562") están pegadas al PMIC TPS65217C (U14), en la zona inferior o lateral derecha del PMIC, cerca de la orilla final de la placa, al lado de capacitores Cxx y otras Rxx.
En tu foto L3+ (cara trasera con AM335x): R125 y R145 están exactamente en esa misma ubicación relativa (pegadas al PMIC TPS65910, orilla final, fila horizontal de resistencias pequeñas).
Aunque el número de referencia cambió (Bitmain renumeró componentes en L3+ custom), la posición física es la misma (al lado del PMIC, zona orilla final, cerca C55/R128/R127).", solo necesito saber que piezas son las de el error "Could not probe the EEPROM; something fundamentally wrong on the I2C bus.", la placa nueva en Advanced IP Scanner me dió 2 ips, una que decia fabricante "Hon Hai" y otra "Texas Instruments", y la de "Texas" es la que sirve para entrar a las opciones aunque IP Reporter tampoco detecta el equipo con todo y la placa del panel nueva, la placa vieja solo daba la ip de Hon Hai. Las piezas que componen el bus interno I2C0, gracias.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!