OpenIPC / ipctool

Simple tool (and library) for checking IP camera hardware
https://openipc.org
MIT License
160 stars 35 forks source link

Incorrect CV300+IMX290 on SPI detection #15

Open widgetii opened 4 years ago

widgetii commented 4 years ago
---
chip:
  vendor: HiSilicon
  model: 3516CV300
ethernet:
  mac: "00:13:02:01:f9:c3"
rom:
  - type: nor
    size: 16M
    block: 64K
    partitions:
      - name: boot
        size: 0x80000
      - name: kernel
        size: 0x300000
      - name: rootfs
        size: 0xc80000
hibvt-i2c 12110000.i2c: wait idle timeout, RIS: 0x10, SR: 0xe0100
hibvt-i2c 12110000.i2c: wait idle timeout, RIS: 0x10, SR: 0xe0200
hibvt-i2c 12110000.i2c: wait idle timeout, RIS: 0x10, SR: 0xe0200
hibvt-i2c 12110000.i2c: wait idle timeout, RIS: 0x10, SR: 0xe0100
hibvt-i2c 12110000.i2c: wait idle timeout, RIS: 0x10, SR: 0xe0200

Hardware was bought on link https://aliexpress.ru/item/32974244338.html

RoboSchmied commented 6 months ago

As headline mentions, I assume you wanted to call a detect function for spi. But in the output we can see i2c-related lines instead of spi. Maybe it`s the same problem as #117.

edited: Sorry, I later found that spidetect is not in ipctool so that the mentioned issue #117 is not a real problem.