Skip to content

hi3518ev200: himci MMC probe timeouts add ~55s to boot and recur every 60s on boards without SD slot #2291

Description

@globoudou

Title: hi3518ev200: himci MMC probe timeouts add ~55s to boot and
recur every 60s on boards without SD slot

Device

  • Camera: BESDER 6004MW-I201, board BLK18EV-B V1.01
  • SoC: Hi3518EV200, 64MB RAM
  • Flash: 8MB NOR, MX25L6436F
  • No SD card slot on this board

Firmware

  • openipc.hi3518ev200-nor-lite
  • Kernel 4.9.37, built Sat Aug 15 22:49:23 UTC 2026
  • Toolchain: buildroot-gcc-13.3.0

Problem
Two MMC hosts are probed although the board wires none. Each probe
times out, and the MMC core keeps polling for card detect afterwards.

Boot timeline from dmesg (printk.time=1):

  • 2.61s kernel init complete (random: fast init done)
  • 1.88s / 2.09s "himci: mmc host probe" x2
  • 7s, 12s, 57s, 62s timeout bursts, nothing else in between
  • 62.28s VFS: Mounted root

That is roughly 55 seconds of pure MMC timeouts before the rootfs
mounts. Without them the kernel would reach userspace in under 10s.

It does not stop after boot. Bursts recur at 67.8s, 128.4s, 178.5s —
a full cycle every 60 seconds, indefinitely. On a 269 BogoMIPS ARM926
this is a permanent tax.

U-Boot already detects the absence correctly:
"No EMMC/MMC/SD device found !"

Suggested fix
Set the mmc nodes to status = "disabled" in the device tree for this
SoC, or drop CONFIG_HIMCI from the kernel config. U-Boot configs for
other families already ship with "# CONFIG_HIMCI is not set".

Happy to test a patch on this board if needed...

Attached
bootlog + ipctool output :

System startup


U-Boot 2010.06 (May 08 2026 - 11:59:13)

Check Flash Memory Controller v100 ... Found
SPI Nor(cs 0) ID: 0xc2 0x20 0x17
Block:64KB Chip:8MB Name:"MX25L6436F"
SPI Nor total size: 8MB
Cannot found a valid SPI Nand Device
MMC:
EMMC/MMC/SD controller initialization.
Card did not respond to voltage select!
No EMMC/MMC/SD device found !
In:    serial
Out:   serial
Err:   serial
RAM size: 64MB
*No SD card found!
USB:   scanning bus for devices... 1 USB Device(s) found
0 Storage Device(s) found
Hit any key to stop autoboot:  0
8192 KiB hi_fmc at 0:0 is now current device

## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-4.9.37-hi3518ev200
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1875603 Bytes = 1.8 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Loading Kernel Image ... OK
OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.37 (runner@runnervmzvulz) (buildroot-gcc-13.3.0) #1 Sat Aug 15 22:49:23 UTC 2026
[    0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=0005317f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt:Machine model: Hisilicon HI3518EV20X DEMO Board
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line: mem=32M console=ttyAMA0,115200 panic=20 root=/dev/mtdblock3 rootfstype=squashfs init=/init mtdparts=hi_sfc:256k(boot),64k(env),2048k(kernel),5120k(rootfs),-(rootfs_data) printk.time=1
[    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
[    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Memory: 27172K/32768K available (3620K kernel code, 146K rwdata, 904K rodata, 164K init, 219K bss, 5596K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc2800000 - 0xff800000   ( 976 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc2000000   (  32 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc03916d0   (3622 kB)
[    0.000000]       .init : 0xc0493000 - 0xc04bc000   ( 164 kB)
[    0.000000]       .data : 0xc04bc000 - 0xc04e0bc0   ( 147 kB)
[    0.000000]        .bss : 0xc04e0bc0 - 0xc0517980   ( 220 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] VIC @fe0d0000: id 0x00641190, vendor 0x41
[    0.000000] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[    0.000016] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
[    0.000749] Console: colour dummy device 80x30
[    0.000794] Calibrating delay loop... 269.10 BogoMIPS (lpj=1345536)
[    0.069900] pid_max: default: 32768 minimum: 301
[    0.070111] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.070142] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.071782] CPU: Testing write buffer coherency: ok
[    0.072612] Setting up static identity map for 0x80008400 - 0x80008458
[    0.075140] devtmpfs: initialized
[    0.085189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.085244] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.085428] pinctrl core: initialized pinctrl subsystem
[    0.086372] NET: Registered protocol family 16
[    0.088064] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.093453] Serial: AMBA PL011 UART driver
[    0.095531] 20080000.uart: ttyAMA0 at MMIO 0x20080000 (irq = 21, base_baud = 0) is a PL011 rev2
[    0.373963] console [ttyAMA0] enabled
[    0.443469] ssp-pl022 200c0000.spi: ARM PL022 driver, device ID: 0x00800022
[    0.450593] ssp-pl022 200c0000.spi: mapped registers from 0x200c0000 to fe1c0000
[    0.460602] ssp-pl022 200e0000.spi: ARM PL022 driver, device ID: 0x00800022
[    0.467667] ssp-pl022 200e0000.spi: mapped registers from 0x200e0000 to fe1e0000
[    0.479241] usbcore: registered new interface driver usbfs
[    0.485032] usbcore: registered new interface driver hub
[    0.490548] usbcore: registered new device driver usb
[    0.503279] clocksource: Switched to clocksource arm,sp804
[    0.572185] NET: Registered protocol family 2
[    0.578285] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.585415] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.591858] TCP: Hash tables configured (established 1024 bind 1024)
[    0.598425] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.604375] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.611063] NET: Registered protocol family 1
[    0.617001] RPC: Registered named UNIX socket transport module.
[    0.623024] RPC: Registered udp transport module.
[    0.627734] RPC: Registered tcp transport module.
[    0.632463] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.643358] workingset: timestamp_bits=30 max_order=13 bucket_order=0
[    0.675738] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.695763] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.707993] NET: Registered protocol family 38
[    0.712758] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.720218] io scheduler noop registered
[    0.724150] io scheduler deadline registered (default)
[    0.729875] io scheduler cfq registered
[    0.761024] pinctrl-single 200f0000.pinmux: 66 pins at pa fe1f0000 size 264
[    0.768497] pinctrl-single 200f0800.pinconf: 76 pins at pa fe1f0800 size 304
[    0.779458] pl061_gpio 20140000.gpio_chip: PL061 GPIO chip @0x20140000 registered
[    0.789894] pl061_gpio 20150000.gpio_chip: PL061 GPIO chip @0x20150000 registered
[    0.800404] pl061_gpio 20160000.gpio_chip: PL061 GPIO chip @0x20160000 registered
[    0.810829] pl061_gpio 20170000.gpio_chip: PL061 GPIO chip @0x20170000 registered
[    0.821265] pl061_gpio 20180000.gpio_chip: PL061 GPIO chip @0x20180000 registered
[    0.831735] pl061_gpio 20190000.gpio_chip: PL061 GPIO chip @0x20190000 registered
[    0.842115] pl061_gpio 201a0000.gpio_chip: PL061 GPIO chip @0x201a0000 registered
[    0.852384] pl061_gpio 201b0000.gpio_chip: PL061 GPIO chip @0x201b0000 registered
[    0.862687] pl061_gpio 201c0000.gpio_chip: PL061 GPIO chip @0x201c0000 registered
[    0.926211] brd: module loaded
[    0.954626] loop: module loaded
[    0.960506] hisi-sfc hisi_spi_nor.0: SPI Nor ID Table Version 1.0
[    0.966664] hisi-sfc hisi_spi_nor.0: all blocks is unlocked.
[    0.972419] hisi-sfc hisi_spi_nor.0: mx25l6436f (Chipsize 8 Mbytes, Blocksize 64KiB)
[    0.980237] 5 cmdlinepart partitions found on MTD device hi_sfc
[    0.986163] 5 cmdlinepart partitions found on MTD device hi_sfc
[    0.992111] Creating 5 MTD partitions on "hi_sfc":
[    0.996922] 0x000000000000-0x000000040000 : "boot"
[    1.007304] 0x000000040000-0x000000050000 : "env"
[    1.016499] 0x000000050000-0x000000250000 : "kernel"
[    1.025931] 0x000000250000-0x000000750000 : "rootfs"
[    1.035408] 0x000000750000-0x000000800000 : "rootfs_data"
[    1.045944] SPI Nand ID Table Version 2.6
[    1.051075] Cannot found a valid SPI Nand Device
[    1.055718] hisi_spi_nand_probe(171): Error: driver probe, result: -19
[    1.289966]  (null): /soc/mdio@10091100/ethernet-phy@1 has invalid PHY address
[    1.297217] hisi_femac_get_phy_addr: get PHY address failed!
[    1.303287] libphy: hisi_femac_mii_bus: probed
[    1.307759] mdio_bus 10091100.mdio: /soc/mdio@10091100/ethernet-phy@1 has invalid PHY address
[    1.316348] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 0
[    1.323064] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 1
[    1.331055] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 2
[    1.337767] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 3
[    1.344525] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 4
[    1.351231] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 5
[    1.357906] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 6
[    1.364607] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 7
[    1.371302] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 8
[    1.377977] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 9
[    1.384674] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 10
[    1.391451] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 11
[    1.398209] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 12
[    1.404992] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 13
[    1.411769] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 14
[    1.418531] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 15
[    1.425311] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 16
[    1.432088] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 17
[    1.438847] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 18
[    1.445628] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 19
[    1.452404] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 20
[    1.459163] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 21
[    1.465944] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 22
[    1.472720] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 23
[    1.479480] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 24
[    1.486261] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 25
[    1.493036] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 26
[    1.499795] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 27
[    1.506574] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 28
[    1.513349] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 29
[    1.520131] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 30
[    1.526891] mdio_bus 10091100.mdio: scan phy ethernet-phy at address 31
[    1.534504] libphy: Fixed MDIO Bus: probed
[    1.630179] Generic PHY 10091100.mdio:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=10091100.mdio:01, irq=-1)
[    1.641020] phy_id=0x02430c54, phy_mode=rmii
[    1.645326] hisi-femac 10090000.ethernet: using random MAC address 7a:b9:ad:be:61:09
[    1.655683] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.662324] ehci-platform: EHCI generic platform driver
[    1.667864] ehci-platform 100b0000.ehci: EHCI Host Controller
[    1.673759] ehci-platform 100b0000.ehci: new USB bus registered, assigned bus number 1
[    1.682193] ehci-platform 100b0000.ehci: irq 31, io mem 0x100b0000
[    1.709980] ehci-platform 100b0000.ehci: USB 2.0 started, EHCI 1.00
[    1.718872] hub 1-0:1.0: USB hub found
[    1.723383] hub 1-0:1.0: 1 port detected
[    1.728760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.735042] ohci-platform: OHCI generic platform driver
[    1.740621] ohci-platform 100a0000.ohci: Generic Platform OHCI controller
[    1.747504] ohci-platform 100a0000.ohci: new USB bus registered, assigned bus number 2
[    1.755724] ohci-platform 100a0000.ohci: irq 32, io mem 0x100a0000
[    1.836736] hub 2-0:1.0: USB hub found
[    1.841306] hub 2-0:1.0: 1 port detected
[    1.846552] i2c /dev entries driver
[    1.850406] usbcore: registered new interface driver i2c-tiny-usb
[    1.858440] hisi-i2c-hisilicon 200d0000.i2c: Hisilicon [i2c-0] probed!
[    1.866694] hisi-i2c-hisilicon 20240000.i2c: Hisilicon [i2c-1] probed!
[    1.874981] hisi-i2c-hisilicon 20250000.i2c: Hisilicon [i2c-2] probed!
[    1.882864] himci: mmc host probe
[    2.090086] himci: mmc host probe
[    2.300760] usbcore: registered new interface driver usbhid
[    2.306356] usbhid: USB HID core driver
[    2.310714] hisi-dmac 10060000.hidma-controller: hidmac probe!
[    2.317506] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.324570] NET: Registered protocol family 10
[    2.361296] NET: Registered protocol family 17
[    2.365864] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.609924] random: fast init done
[    7.099981] himci_wait_cmd:219: [    7.103041] send cmd is timeout!
[    7.106270]
[    7.107761] himci_control_cclk:255: [    7.111180] disable or enable clk is timeout!
[    7.115537]
[    7.117040] himci_wait_cmd:208: [    7.120112] Other CMD is running,please operate cmd again!
[    7.125597]
[    7.127088] himci_set_cclk:297: [    7.130158] set card clk divider is failed!
[    7.134340]
[    7.135832] himci_wait_cmd:208: [    7.138882] Other CMD is running,please operate cmd again!
[    7.144382]
[    7.145873] himci_control_cclk:255: [    7.149269] disable or enable clk is timeout!
[    7.153639]
[   12.150953] himci_wait_cmd:208: [   12.154011] Other CMD is running,please operate cmd again!
[   12.159495]
[   12.161009] himci_control_cclk:255: [   12.164408] disable or enable clk is timeout!
[   12.168763]
[   12.170283] himci_wait_cmd:208: [   12.173334] Other CMD is running,please operate cmd again!
[   12.178816]
[   12.180328] himci_set_cclk:297: [   12.183379] set card clk divider is failed!
[   12.187560]
[   12.189051] himci_wait_cmd:208: [   12.192118] Other CMD is running,please operate cmd again!
[   12.197602]
[   12.199091] himci_control_cclk:255: [   12.202503] disable or enable clk is timeout!
[   12.206859]
[   57.200048] himci_wait_cmd:208: [   57.203108] Other CMD is running,please operate cmd again!
[   57.208594]
[   57.210109] himci_control_cclk:255: [   57.213507] disable or enable clk is timeout!
[   57.217862]
[   57.219362] himci_wait_cmd:208: [   57.222436] Other CMD is running,please operate cmd again!
[   57.227922]
[   57.229412] himci_set_cclk:297: [   57.232483] set card clk divider is failed!
[   57.236666]
[   57.238159] himci_wait_cmd:208: [   57.241225] Other CMD is running,please operate cmd again!
[   57.246709]
[   57.248199] himci_control_cclk:255: [   57.251611] disable or enable clk is timeout!
[   57.255967]
[   62.250059] himci_wait_cmd:208: [   62.253115] Other CMD is running,please operate cmd again!
[   62.258599]
[   62.260113] himci_control_cclk:255: [   62.263512] disable or enable clk is timeout!
[   62.267866]
[   62.276203] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
[   62.292134] devtmpfs: mounted
[   62.297599] Freeing unused kernel memory: 164K (c0493000 - c04bc000)
[   62.304041] This architecture does not have kernel memory protection.
[   67.750105] himci_wait_cmd:219: [   67.753182] send cmd is timeout!
[   67.756417]
[   67.757908] himci_control_cclk:255: [   67.761335] disable or enable clk is timeout!
[   67.765694]
[   67.767198] himci_wait_cmd:208: [   67.770273] Other CMD is running,please operate cmd again!
[   67.775758]
[   67.777249] himci_set_cclk:297: [   67.780318] set card clk divider is failed!
[   67.784501]
[   67.785994] himci_wait_cmd:208: [   67.789044] Other CMD is running,please operate cmd again!
[   67.794543]
[   67.796035] himci_control_cclk:255: [   67.799431] disable or enable clk is timeout!
[   67.803802]
[   72.801080] himci_wait_cmd:208: [   72.804139] Other CMD is running,please operate cmd again!
[   72.809625]
[   72.811140] himci_control_cclk:255: [   72.814538] disable or enable clk is timeout!
[   72.818892]
[   72.820412] himci_wait_cmd:208: [   72.823464] Other CMD is running,please operate cmd again!
[   72.828947]
[   72.830460] himci_set_cclk:297: [   72.833511] set card clk divider is failed!
[   72.837691]
[   72.839182] himci_wait_cmd:208: [   72.842249] Other CMD is running,please operate cmd again!
[   72.847733]
[   72.849223] himci_control_cclk:255: [   72.852635] disable or enable clk is timeout!
[   72.856992]
[  117.850167] himci_wait_cmd:208: [  117.853227] Other CMD is running,please operate cmd again!
[  117.858714]
[  117.860231] himci_control_cclk:255: [  117.863630] disable or enable clk is timeout!
[  117.867985]
[  117.869487] himci_wait_cmd:208: [  117.872559] Other CMD is running,please operate cmd again!
[  117.878045]
[  117.879534] himci_set_cclk:297: [  117.882656] set card clk divider is failed!
[  117.886839]
[  117.888333] himci_wait_cmd:208: [  117.891401] Other CMD is running,please operate cmd again!
[  117.896885]
[  117.898375] himci_control_cclk:255: [  117.901788] disable or enable clk is timeout!
[  117.906144]
[  122.900182] himci_wait_cmd:208: [  122.903238] Other CMD is running,please operate cmd again!
[  122.908721]
[  122.910235] himci_control_cclk:255: [  122.913634] disable or enable clk is timeout!
[  122.917989]
[  128.360229] himci_wait_cmd:219: [  128.363306] send cmd is timeout!
[  128.366541]
[  128.368032] himci_control_cclk:255: [  128.371457] disable or enable clk is timeout!
[  128.375817]
[  128.377322] himci_wait_cmd:208: [  128.380457] Other CMD is running,please operate cmd again!
[  128.385944]
[  128.387436] himci_set_cclk:297: [  128.390506] set card clk divider is failed!
[  128.394690]
[  128.396183] himci_wait_cmd:208: [  128.399233] Other CMD is running,please operate cmd again!
[  128.404735]
[  128.406226] himci_control_cclk:255: [  128.409622] disable or enable clk is timeout!
[  128.413993]
[  133.411201] himci_wait_cmd:208: [  133.414258] Other CMD is running,please operate cmd again!
[  133.419743]
[  133.421258] himci_control_cclk:255: [  133.424656] disable or enable clk is timeout!
[  133.429011]
[  133.430529] himci_wait_cmd:208: [  133.433581] Other CMD is running,please operate cmd again!
[  133.439065]
[  133.440575] himci_set_cclk:297: [  133.443627] set card clk divider is failed!
[  133.447808]
[  133.449299] himci_wait_cmd:208: [  133.452368] Other CMD is running,please operate cmd again!
[  133.457852]
[  133.459341] himci_control_cclk:255: [  133.462754] disable or enable clk is timeout!
[  133.467109]
[  133.810278] random: crng init done
[  178.460303] himci_wait_cmd:208: [  178.463365] Other CMD is running,please operate cmd again!
[  178.468851]
[  178.470368] himci_control_cclk:255: [  178.473766] disable or enable clk is timeout!
[  178.478121]
[  178.479624] himci_wait_cmd:208: [  178.482698] Other CMD is running,please operate cmd again!
[  178.488183]
[  178.489673] himci_set_cclk:297: [  178.492741] set card clk divider is failed!
[  178.496923]
[  178.498416] himci_wait_cmd:208: [  178.501484] Other CMD is running,please operate cmd again!
[  178.506969]
[  178.508459] himci_control_cclk:255: [  178.511872] disable or enable clk is timeout!
[  178.516227]
[  183.510308] himci_wait_cmd:208: [  183.513365] Other CMD is running,please operate cmd again!
[  183.518849]
[  183.520363] himci_control_cclk:255: [  183.523761] disable or enable clk is timeout!
[  183.528117]
[  188.840357] himci_wait_cmd:219: [  188.843434] send cmd is timeout!
[  188.846666]
[  188.848158] himci_control_cclk:255: [  188.851587] disable or enable clk is timeout!
[  188.855949]
[  188.857452] himci_wait_cmd:208: [  188.860528] Other CMD is running,please operate cmd again!
[  188.866015]
[  188.867506] himci_set_cclk:297: [  188.870576] set card clk divider is failed!
[  188.874758]
[  188.876251] himci_wait_cmd:208: [  188.879301] Other CMD is running,please operate cmd again!
[  188.884802]
[  188.886293] himci_control_cclk:255: [  188.889690] disable or enable clk is timeout!
[  188.894061]
[  193.891316] himci_wait_cmd:208: [  193.894374] Other CMD is running,please operate cmd again!
[  193.899859]
[  193.901373] himci_control_cclk:255: [  193.904771] disable or enable clk is timeout!
[  193.909126]
[  193.910644] himci_wait_cmd:208: [  193.913696] Other CMD is running,please operate cmd again!
[  193.919180]
[  193.920691] himci_set_cclk:297: [  193.923742] set card clk divider is failed!
[  193.927922]
[  193.929413] himci_wait_cmd:208: [  193.932481] Other CMD is running,please operate cmd again!
[  193.937967]
[  193.939458] himci_control_cclk:255: [  193.942872] disable or enable clk is timeout!
[  193.947229]
[  238.940422] himci_wait_cmd:208: [  238.943481] Other CMD is running,please operate cmd again!
[  238.948966]
[  238.950482] himci_control_cclk:255: [  238.953881] disable or enable clk is timeout!
[  238.958237]
[  238.959738] himci_wait_cmd:208: [  238.962812] Other CMD is running,please operate cmd again!
[  238.968299]
[  238.969790] himci_set_cclk:297: [  238.972858] set card clk divider is failed!
[  238.977041]
[  238.978534] himci_wait_cmd:208: [  238.981603] Other CMD is running,please operate cmd again!
[  238.987086]
[  238.988576] himci_control_cclk:255: [  238.991988] disable or enable clk is timeout!
[  238.996344]
[  243.990425] himci_wait_cmd:208: [  243.993481] Other CMD is running,please operate cmd again!
[  243.998967]
[  244.000479] himci_control_cclk:255: [  244.003877] disable or enable clk is timeout!
[  244.008232]
Seeding 2048 bits and crediting
Saving 2048 bits of creditable seed for next boot
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Sat Aug 15 22:50:12 GMT 2026
Loading kernel modules...
modprobe: module exfat not found in modules.dep
Starting mdev...
Starting network...
udhcpc: started, v1.36.1
udhcpc: broadcasting discover
udhcpc: broadcasting discover
udhcpc: broadcasting discover
udhcpc: broadcasting select for 192.168.13.125, server 192.168.13.5
udhcpc: lease of 192.168.13.125 obtained from 192.168.13.5, lease time 7200
deleting routers
adding dns 1.1.1.3
adding dns 1.0.0.3
ntpd: setting time to 2026-08-19 15:36:03.626708 (offset +319547.200886s)
Starting ntpd: OK
Starting dropbear: OK
Starting crond: OK
Loading vendor modules...
mmz_start: 0x82000000, mmz_size: 32M
hisilicon: Manualy set SENSOR as sc2235
insert audio
==== Your input Sensor type is sc2235 ====
Starting majestic: OK

Welcome to OpenIPC
openipc-hi3518ev200 login: root
Password:

   .d88888b.                             8888888 8888888b.   .d8888b.
  d88P" "Y88b                              888   888   Y88b d88P  Y88b
  888     888                              888   888    888 888    888
  888     888 88888b.   .d88b.  88888b.    888   888   d88P 888
  888     888 888 "88b d8P  Y8b 888 "88b   888   8888888P"  888
  888     888 888  888 88888888 888  888   888   888        888    888
  Y88b. .d88P 888 d88P Y8b.     888  888   888   888        Y88b  d88P
   "Y88888P"  88888P"   "Y8888  888  888 8888888 888         "Y8888P"
              888
              888
              888                         master+3931712, 2026-08-15

 Please help the OpenIPC Project to cover the cost of development and
 long-term maintenance of what we believe is going to become a stable,
 flexible Open IP Network Camera Framework for users worldwide.

 Your contributions could help us to advance the development and keep
 you updated on improvements and new features more regularly.

 Please visit https://openipc.org/sponsor/ to learn more. Thank you.

 Device came with OpenIPC pre-installed? Your seller is your first
 support line. Community help is best-effort for vendor hardware.

root@openipc-hi3518ev200:~# ipctool
The ipctool installed as remote GitHub plugin
---
chip:
  vendor: HiSilicon
  model: 3518EV200
board:
  vendor: OpenIPC
  version: 2.6.08.15
ethernet:
  mac: "00:12:17:61:71:bf"
  u-mdio-phyaddr: 1
  phy-id: 0x02430c54
  d-mdio-phyaddr: 0
rom:
- type: nor
  block: 64K
  partitions:
    - name: boot
      size: 0x40000
      sha1: 465f076e
    - name: env
      size: 0x10000
      sha1: ed52abb2
      contains:
        - name: uboot-env
          offset: 0x0
    - name: kernel
      size: 0x200000
      sha1: 06d56bfb
    - name: rootfs
      size: 0x500000
      path: /,squashfs
      sha1: 9bf77c5b
    - name: rootfs_data
      size: 0xb0000
      path: /overlay,jffs2,rw
  size: 8M
  addr-mode: 3-byte
ram:
  total: 64M
  media: 32M
firmware:
  kernel: "4.9.37 (Sat Aug 15 22:49:23 UTC 2026)"
  toolchain: buildroot-gcc-13.3.0
  sdk: "Hi3518EV200_MPP_V1.0.5.0 B060 Release (Mar 21 2018, 08:56:43)"
  main-app: majestic
sensors:
- vendor: SmartSens
  model: SC2235
  control:
    bus: 0
    type: i2c
    addr: 0x60
  data:
    type: DC
  clock: 24MHz
root@openipc-hi3518ev200:~#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions