Hello dear community,
I am currently trying to set up e-con Systems camera “5MP AR0521 Color” via MIPI CSI interface with a Toradex SoM. My issue is regarding camera firmware errors and missing recognition of the camera by the device.
Here is my setup:
- Verdin IMX8M Plus on Dahlia Carrier Board
- Yocto-built tdx-reference-multimedia image (OS) with added bitbake layer for camera driver and device tree overlays (as described at First Steps with CSI Camera Set 5MP AR0521 Color (Linux) | Toradex Developer Center)
- Image was flashed in Recovery Mode with Toradex Easy Installer
- CSI Camera Set 5MP AR0521 Color (V1.0A)
Notably, “tdx-info” outputs that I am on a Verdin Development Board, but I am definitely on a Dahlia Carrier Board. Has this to be specified when building OS image with yocto? I couldn’t find this specification. Also “Toradex Version” is set at “V1.1A” although I am setup with “V1.0A” (intermediary adapter between camera and board).
Also, I am getting error logs in the kernel message buffer (see below). It seems that camera firmware is an issue. As stated at (First Steps with CSI Camera Set 5MP AR0521 Color (Linux) | Toradex Developer Center), I did not interrupt the system upon start up for at least 5 minutes to not corrupt camera firmware.
Is it possible to reset the camera firmware? And if, how?
I2cdetect cli tool reports a signal at position 0x42 for i2c-2 (see below). According to the device tree overlay (cannot post link due to newbie forum restrictions… its at github meta-toradex-econ), I would expect this signal for i2c-3. Is this correct behaviour? Deactivating the device tree overlay removes this signal.
Output of “tdx-info” cli tool:
root@verdin-imx8mp-15207768:~# tdx-info
Software summary
------------------------------------------------------------
Bootloader: U-Boot
Kernel version: 5.15.148-6.9.0-devel+git.b8ff6db6dfa5 #1 SMP PREEMPT Mon Oct 28 11:46:29 UTC 2024
Kernel command line: root=PARTUUID=8c14ef15-02 ro rootwait console=tty1 console=ttymxc2,115200 consoleblank=0 earlycon
Distro name: NAME="TDX Wayland with XWayland"
Distro version: VERSION_ID=6.9.0-devel-20241119190642-build.0
Distro variant: -
Hostname: verdin-imx8mp-15207768
------------------------------------------------------------
Hardware info
------------------------------------------------------------
HW model: Toradex Verdin iMX8M Plus WB on Verdin Development Board
Toradex version: 0070 V1.1A
Serial number: 15207768
Processor arch: aarch64
Logs (“dmesg”):
root@verdin-imx8mp-15207768:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.15.148-6.9.0-devel+git.b8ff6db6dfa5 (oe-user@oe-host) (aarch64-tdx-linux-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Oct 28 11:46:29 UTC 2024
[ 0.000000] Machine model: Toradex Verdin iMX8M Plus WB on Verdin Development Board
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a0000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] earlycon: ec_imx6q0 at MMIO 0x0000000030880000 (options '')
[ 0.000000] printk: bootconsole [ec_imx6q0] enabled
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000023fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x23ef94800-0x23ef96fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000023fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000023fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000023fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 20 pages/cpu s42712 r8192 d31016 u81920
[ 0.000000] pcpu-alloc: s42712 r8192 d31016 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2064384
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: root=PARTUUID=8c14ef15-02 ro rootwait console=tty1 console=ttymxc2,115200 consoleblank=0 earlycon
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbac0000-0x00000000ffac0000] (64MB)
[ 0.000000] Memory: 7608052K/8388608K available (16448K kernel code, 1762K rwdata, 7148K rodata, 3264K init, 528K bss, 256268K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 160 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
[ 0.000000] ITS: No ITS available, not enabling LPIs
[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[ 0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[ 0.008603] Console: colour dummy device 80x25
[ 0.012977] printk: console [tty1] enabled
[ 0.016688] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
[ 0.026965] pid_max: default: 32768 minimum: 301
[ 0.031640] LSM: Security Framework initializing
[ 0.036328] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.043870] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.053320] rcu: Hierarchical SRCU implementation.
[ 0.057719] EFI services will not be available.
[ 0.061530] smp: Bringing up secondary CPUs ...
[ 0.066277] Detected VIPT I-cache on CPU1
[ 0.066306] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[ 0.066343] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.066802] Detected VIPT I-cache on CPU2
[ 0.066824] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[ 0.066843] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.067292] Detected VIPT I-cache on CPU3
[ 0.067312] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[ 0.067330] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.067390] smp: Brought up 1 node, 4 CPUs
[ 0.122432] SMP: Total of 4 processors activated.
[ 0.127146] CPU features: detected: 32-bit EL0 Support
[ 0.132329] CPU features: detected: 32-bit EL1 Support
[ 0.137476] CPU features: detected: CRC32 instructions
[ 0.149688] CPU: All CPU(s) started at EL2
[ 0.150991] alternatives: patching kernel code
[ 0.157491] devtmpfs: initialized
[ 0.168649] KASLR disabled due to lack of seed
[ 0.170388] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.180082] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.201092] pinctrl core: initialized pinctrl subsystem
[ 0.204031] DMI not present or invalid.
[ 0.207924] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218248] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.223052] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.231029] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.238585] audit: initializing netlink subsys (disabled)
[ 0.244126] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
[ 0.244587] thermal_sys: Registered thermal governor 'step_wise'
[ 0.251734] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.258024] cpuidle: using governor menu
[ 0.268447] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.275160] ASID allocator initialised with 65536 entries
[ 0.280781] Serial: AMBA PL011 UART driver
[ 0.284678] imx mu driver is registered.
[ 0.288564] imx rpmsg driver is registered.
[ 0.304912] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver
[ 0.320594] platform 32e80000.lcd-controller: Fixing up cyclic dependency with 32e60000.mipi_dsi
[ 0.331783] platform 32fd8000.hdmi: Fixing up cyclic dependency with 32fc6000.lcd-controller
[ 0.356577] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.360484] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.367225] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.373940] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.381844] cryptd: max_cpu_qlen set to 1000
[ 0.388067] ACPI: Interpreter disabled.
[ 0.390598] iommu: Default domain type: Translated
[ 0.393978] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.400420] vgaarb: loaded
[ 0.403223] SCSI subsystem initialized
[ 0.406881] libata version 3.00 loaded.
[ 0.407059] usbcore: registered new interface driver usbfs
[ 0.412288] usbcore: registered new interface driver hub
[ 0.417621] usbcore: registered new device driver usb
[ 0.423774] mc: Linux media interface: v0.10
[ 0.426978] videodev: Linux video capture interface: v2.00
[ 0.432530] pps_core: LinuxPPS API ver. 1 registered
[ 0.437450] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.446657] PTP clock support registered
[ 0.450759] EDAC MC: Ver: 3.0.0
[ 0.454777] FPGA manager framework
[ 0.457218] Advanced Linux Sound Architecture Driver Initialized.
[ 0.464327] clocksource: Switched to clocksource arch_sys_counter
[ 0.469554] VFS: Disk quotas dquot_6.6.0
[ 0.473377] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.480440] pnp: PnP ACPI: disabled
[ 0.489929] NET: Registered PF_INET protocol family
[ 0.492206] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.502590] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.508406] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.516115] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.524491] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.532470] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.538172] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.545031] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.552417] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.558241] RPC: Registered named UNIX socket transport module.
[ 0.563797] RPC: Registered udp transport module.
[ 0.568533] RPC: Registered tcp transport module.
[ 0.573241] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.579716] PCI: CLS 0 bytes, default 64
[ 0.584313] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.592697] kvm [1]: IPA Size Limit: 40 bits
[ 0.597725] kvm [1]: GICv3: no GICV resource entry
[ 0.600981] kvm [1]: disabling GICv2 emulation
[ 0.605447] kvm [1]: GIC system register CPU interface enabled
[ 0.611394] kvm [1]: vgic interrupt IRQ9
[ 0.615349] kvm [1]: Hyp mode initialized successfully
[ 0.623812] Initialise system trusted keyrings
[ 0.625558] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[ 0.637544] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.641106] NFS: Registering the id_resolver key type
[ 0.645658] Key type id_resolver registered
[ 0.649832] Key type id_legacy registered
[ 0.653922] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.660596] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.668169] 9p: Installing v9fs 9p2000 file system support
[ 0.709668] Key type asymmetric registered
[ 0.710920] Asymmetric key parser 'x509' registered
[ 0.715866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.723267] io scheduler mq-deadline registered
[ 0.727812] io scheduler kyber registered
[ 0.737632] EINJ: ACPI disabled.
[ 0.746768] mxs-dma 33000000.dma-apbh: initialized
[ 0.749988] SoC: i.MX8MP revision 1.1
[ 0.752985] Bus freq driver module loaded
[ 0.762843] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.768633] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 34, base_baud = 1500000) is a IMX
[ 0.775615] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 35, base_baud = 1500000) is a IMX
[ 0.784020] printk: console [ttymxc2] enabled
[ 0.792666] printk: bootconsole [ec_imx6q0] disabled
[ 0.802998] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 36, base_baud = 1500000) is a IMX
[ 0.814679] 30a60000.serial: ttymxc3 at MMIO 0x30a60000 (irq = 44, base_baud = 1500000) is a IMX
[ 0.823589] serial serial0: tty port ttymxc3 registered
[ 0.844241] brd: module loaded
[ 0.851380] loop: module loaded
[ 0.855940] megasas: 07.717.02.00-rc1
[ 0.866238] tun: Universal TUN/TAP device driver, 1.6
[ 0.872713] e1000: Intel(R) PRO/1000 Network Driver
[ 0.877615] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.883417] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.888392] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.894358] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.899769] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.905376] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.911657] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.917861] usbcore: registered new device driver r8152-cfgselector
[ 0.924171] usbcore: registered new interface driver r8152
[ 0.929932] VFIO - User Level meta-driver version: 0.3
[ 0.941018] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.947599] ehci-pci: EHCI PCI platform driver
[ 0.952127] ehci-platform: EHCI generic platform driver
[ 0.957611] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.963843] ohci-pci: OHCI PCI platform driver
[ 0.968341] ohci-platform: OHCI generic platform driver
[ 0.974476] usbcore: registered new interface driver uas
[ 0.979848] usbcore: registered new interface driver usb-storage
[ 0.985933] usbcore: registered new interface driver usbserial_generic
[ 0.992493] usbserial: USB Serial support registered for generic
[ 0.998538] usbcore: registered new interface driver ftdi_sio
[ 1.004312] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 1.011670] usbcore: registered new interface driver usb_serial_simple
[ 1.018226] usbserial: USB Serial support registered for carelink
[ 1.024346] usbserial: USB Serial support registered for flashloader
[ 1.030725] usbserial: USB Serial support registered for funsoft
[ 1.036762] usbserial: USB Serial support registered for google
[ 1.042709] usbserial: USB Serial support registered for hp4x
[ 1.048483] usbserial: USB Serial support registered for kaufmann
[ 1.054604] usbserial: USB Serial support registered for libtransistor
[ 1.061161] usbserial: USB Serial support registered for moto_modem
[ 1.067453] usbserial: USB Serial support registered for motorola_tetra
[ 1.074093] usbserial: USB Serial support registered for nokia
[ 1.079952] usbserial: USB Serial support registered for novatel_gps
[ 1.086335] usbserial: USB Serial support registered for siemens_mpi
[ 1.092714] usbserial: USB Serial support registered for suunto
[ 1.098668] usbserial: USB Serial support registered for vivopay
[ 1.104702] usbserial: USB Serial support registered for zio
[ 1.110401] usbcore: registered new interface driver usb_ehset_test
[ 1.116956] usbcore: registered new device driver onboard-usb-hub
[ 1.126829] input: 30370000.snvs:snvs-powerkey as /devices/platform/soc@0/30000000.bus/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0
[ 1.141655] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc1
[ 1.148008] i2c_dev: i2c /dev entries driver
[ 1.157569] EDAC MC: ECC not enabled
[ 1.162571] sdhci: Secure Digital Host Controller Interface driver
[ 1.168796] sdhci: Copyright(c) Pierre Ossman
[ 1.173743] Synopsys Designware Multimedia Card Interface Driver
[ 1.180559] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.189176] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.196163] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.203112] usbcore: registered new interface driver usbhid
[ 1.208708] usbhid: USB HID core driver
[ 1.217990] cs_system_cfg: CoreSight Configuration manager initialised
[ 1.219699] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA
[ 1.227680] hantrodec 0 : module inserted. Major = 510
[ 1.237322] hantrodec 1 : module inserted. Major = 510
[ 1.243972] hantroenc: HW at base <0000000038320000> with ID <0x80006200>
[ 1.250914] hx280enc: module inserted. Major <509>
[ 1.261303] NET: Registered PF_LLC protocol family
[ 1.266666] NET: Registered PF_INET6 protocol family
[ 1.274128] Segment Routing with IPv6
[ 1.277849] In-situ OAM (IOAM) with IPv6
[ 1.281837] NET: Registered PF_PACKET protocol family
[ 1.287854] 8021q: 802.1Q VLAN Support v1.8
[ 1.292167] 9pnet: Installing 9P2000 support
[ 1.296490] tsn generic netlink module v1 init...
[ 1.301294] Key type dns_resolver registered
[ 1.306505] Loading compiled-in X.509 certificates
[ 1.319136] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[ 1.326818] mmcblk2: mmc2:0001 IX2932 29.1 GiB
[ 1.333415] mmcblk2: p1 p2
[ 1.334062] reg-fixed-voltage regulator-force-sleep-moci: nonexclusive access to GPIO for regulator-force-sleep-moci
[ 1.337642] mmcblk2boot0: mmc2:0001 IX2932 4.00 MiB
[ 1.347684] +V3.3_SD: supplied by +V3.3_SW
[ 1.353318] mmcblk2boot1: mmc2:0001 IX2932 4.00 MiB
[ 1.362961] mmcblk2rpmb: mmc2:0001 IX2932 4.00 MiB, chardev (234:0)
[ 1.408168] nxp-pca9450 0-0025: pca9450bc probed.
[ 1.420653] rtc-ds1307 0-0032: oscillator failed, set time!
[ 1.426953] rtc-ds1307 0-0032: registered as rtc0
[ 1.433805] rtc-ds1307 0-0032: hctosys: unable to read the hardware clock
[ 1.446701] at24 0-0050: supply vcc not found, using dummy regulator
[ 1.455062] at24 0-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[ 1.461860] i2c i2c-0: IMX I2C adapter registered
[ 1.467628] i2c i2c-1: IMX I2C adapter registered
[ 1.473641] i2c 2-0042: Fixing up cyclic dependency with 32e40000.csi
[ 2.461688] ddrc freq set to low bus mode
[ 2.607355] Previous Firmware Version - (1150CU96RKV1901110d381894XXXXXXX)
[ 2.614471] Trying to Detect Bootloader mode
[ 3.056921] i2c i2c-2: <i2c_imx_read> read timedout
[ 3.061874] ar0521 2-0042: Failed reading register ret = -110!
[ 3.067746] ar0521 2-0042: Read Failed
[ 3.178095] ar0521 2-0042: Failed writing register.
[ 3.183004] ar0521 2-0042: addr: 42; val = 1, ret = -6!
[ 3.188264] ar0521 2-0042: Write Failed
[ 3.298089] ar0521 2-0042: Failed writing register.
[ 3.303000] ar0521 2-0042: addr: 42; val = 1, ret = -6!
[ 3.308259] ar0521 2-0042: Write Failed
[ 3.418119] ar0521 2-0042: Failed writing register.
[ 3.423031] ar0521 2-0042: addr: 42; val = 1, ret = -6!
[ 3.428290] ar0521 2-0042: Write Failed
[ 3.537584] ar0521 2-0042: Failed writing register.
[ 3.542491] ar0521 2-0042: addr: 42; val = 1, ret = -6!
[ 3.547751] ar0521 2-0042: Write Failed
[ 3.658114] ar0521 2-0042: Failed writing register.
[ 3.663018] ar0521 2-0042: addr: 42; val = 1, ret = -6!
[ 3.668280] ar0521 2-0042: Write Failed
[ 3.778142] ar0521 2-0042: Failed writing register.
[ 3.783048] ar0521 2-0042: addr: 42; val = 1, ret = -6!
[ 3.788304] ar0521 2-0042: Write Failed
[ 4.100878] i2c i2c-2: <i2c_imx_read> read timedout
[ 4.105792] ar0521 2-0042: Failed reading register ret = -110!
[ 4.111656] ar0521 2-0042: Read Failed
[ 4.222093] ar0521 2-0042: Failed writing register.
[ 4.226998] ar0521 2-0042: addr: 42; val = 1, ret = -6!
[ 4.232259] ar0521 2-0042: Write Failed
[ 4.342609] ar0521 2-0042: Failed writing register.
[ 4.347525] ar0521 2-0042: addr: 42; val = 1, ret = -6!
[ 4.352777] ar0521 2-0042: Write Failed
[ 4.464890] ar0521 2-0042: Error getting firmware version in bootloader mode
[ 4.471976] ar0521 2-0042: Error occurred when verifying MCU
[ 4.477802] ar0521: probe of 2-0042 failed with error -22
[ 4.484223] i2c i2c-2: IMX I2C adapter registered
[ 4.497766] pca953x 3-0021: using no AI
[ 4.503390] pca953x 3-0021: failed writing register
[ 4.510687] i2c 3-0048: Fixing up cyclic dependency with 32e60000.mipi_dsi
[ 4.517841] i2c 3-0048: Fixing up cyclic dependency with hdmi-connector
[ 4.526783] at24 3-0050: supply vcc not found, using dummy regulator
[ 4.535879] at24 3-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[ 4.543385] at24 3-0057: supply vcc not found, using dummy regulator
[ 4.552794] at24 3-0057: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[ 4.560802] i2c i2c-3: IMX I2C adapter registered
root@verdin-imx8mp-15207768:~# i2cdetect 2
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-2.
I will probe address range 0x08-0x77.
Continue? [Y/n] y
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- 42 -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Thank you for your support. Any advice is welcome!
Best regards,
Aljoscha