QM35825DK-05 problem with uci0 device in RPi version

Hi, Yesterday I have received the new QM35825DK-05. I was exitec to start working on RPi board with UWB connection but I found a problem with the linux system. It seems that it do not export the uci0 device for qm35 spi communication. Looking around the system I found the installed driver but the spi is not exported as uci0 device in /dev folder so I’m not able to run the demo scripts.

As described in the Linux kernel guide (release R3.8.0-4, section 4.1.2.2) i have to find a “misc” folder in /sys/bus/spi/devices/spi0.0 but it is missed:

qorvo@qorvo-uwb:/sys/bus/spi/devices/spi0.0 $ ll
total 0
drwxr-xr-x 4 root root 0 Oct 10 06:57 .
drwxr-xr-x 5 root root 0 Oct 10 06:57 ..
-rw-r–r-- 1 root root 4.0K Oct 10 07:03 driver_override
-r–r–r-- 1 root root 4.0K Oct 10 07:03 modalias
lrwxrwxrwx 1 root root 0 Oct 10 07:03 of_node → ../../../../../../../firmware/devicetree/base/soc/spi@7e204000/qm35@0
drwxr-xr-x 2 root root 0 Oct 10 07:03 power
drwxr-xr-x 2 root root 0 Oct 10 07:03 statistics
lrwxrwxrwx 1 root root 0 Oct 10 07:03 subsystem → ../../../../../../../bus/spi
lrwxrwxrwx 1 root root 0 Oct 10 07:03 supplier:platform:fe200000.gpio → ../../../../../../virtual/devlink/platform:fe200000.gpio–spi:spi0.0
-rw-r–r-- 1 root root 4.0K Oct 10 06:57 uevent
-r–r–r-- 1 root root 4.0K Oct 10 07:03 waiting_for_supplier

Also the device “uci0” is missed so, ho can I communicate with the qm35 and make the demo scripts working?

Thanks in advance

maybe boot up a windows virtual machine.. attach the USB port to the VM

494 / 5,000
Thanks for the reply, but that’s not the problem.
The Raspberry Pi board doesn’t communicate via SPI with the QM35825 chip.
@QorvoSupport: The QM35825-DK05 shipped with kernel 6.12.47+rpt-rpi-v8, while the SDK 3.0.0 downloadable online includes version 6.12.34+rpt-rpi-v8. I tried this “34” version, but the Raspberry Pi still doesn’t communicate with the QM35825 (OsError 527).
Is it possible to have a compiled image of kernel 6.12.47+rpt-rpi-v8 so I can restore the QM35825-DK05 with the “Raspberry Pi Imager” software?
Thanks