DWM1001-Dev not working with raspberry pi 3 B

Hi,

I am using MDEK1001 kit in one of my project. I have connected my DWM1001 board to raspberry pi 3 model b using 2x13 header. I followed the document MDEK1001 gateway deployment guide. But I am facing some issues on executing dmesg on raspberry pi.
My raspberry pi OS version is Linux raspberrypi 4.14.50-v7+ #1122 SMP Tue Jun 19 12:26:26 BST 2018 armv7l.
I have downloaded this os from their official website.

my dmesg output is :slight_smile:

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.50-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1122 SMP Tue Jun 19 12:26:26 BST 2018
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] On node 0 totalpages: 242688
[ 0.000000] free_area_init_node: node 0, pgdat 80c85000, node_mem_map ba3a1000
[ 0.000000] Normal zone: 2133 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 242688 pages, LIFO batch:31
[ 0.000000] percpu: Embedded 17 pages/cpu @ba34a000 s38720 r8192 d22720 u69632
[ 0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=c049f471-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 940236K/970752K available (7168K kernel code, 575K rwdata, 2072K rodata, 1024K init, 706K bss, 22324K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x80800000 (8160 kB)
.init : 0x80b00000 - 0x80c00000 (1024 kB)
.data : 0x80c00000 - 0x80c8fef4 ( 576 kB)
.bss : 0x80c96f40 - 0x80d478b4 ( 707 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 25253 entries in 75 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000019] Switching to timer-based delay loop, resolution 52ns
[ 0.000261] Console: colour dummy device 80x30
[ 0.000278] console [tty1] enabled
[ 0.000306] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=192000)
[ 0.000322] pid_max: default: 32768 minimum: 301
[ 0.000639] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000654] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001589] Disabling memory control group subsystem
[ 0.001670] CPU: Testing write buffer coherency: ok
[ 0.002062] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002441] Setting up static identity map for 0x100000 - 0x10003c
[ 0.002557] Hierarchical SRCU implementation.
[ 0.003192] smp: Bringing up secondary CPUs …
[ 0.003870] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.004618] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.005344] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.005448] smp: Brought up 1 node, 4 CPUs
[ 0.005459] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.005464] CPU: All CPU(s) started in HYP mode.
[ 0.005468] CPU: Virtualization extensions available.
[ 0.006322] devtmpfs: initialized
[ 0.016218] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.016943] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.017163] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.017181] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.017742] pinctrl core: initialized pinctrl subsystem
[ 0.018479] NET: Registered protocol family 16
[ 0.021168] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.026010] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.026018] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.026216] Serial: AMBA PL011 UART driver
[ 0.027831] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.028286] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.060122] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.061530] SCSI subsystem initialized
[ 0.061754] usbcore: registered new interface driver usbfs
[ 0.061812] usbcore: registered new interface driver hub
[ 0.061896] usbcore: registered new device driver usb
[ 0.070092] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-06-07 15:31
[ 0.071478] clocksource: Switched to clocksource arch_sys_counter
[ 0.148376] VFS: Disk quotas dquot_6.6.0
[ 0.148462] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148647] FS-Cache: Loaded
[ 0.148849] CacheFiles: Loaded
[ 0.157677] NET: Registered protocol family 2
[ 0.158400] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.158523] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.158709] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.158838] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.158883] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159110] NET: Registered protocol family 1
[ 0.159560] RPC: Registered named UNIX socket transport module.
[ 0.159565] RPC: Registered udp transport module.
[ 0.159570] RPC: Registered tcp transport module.
[ 0.159576] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161107] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.163872] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.171817] FS-Cache: Netfs ‘nfs’ registered for caching
[ 0.172406] NFS: Registering the id_resolver key type
[ 0.172435] Key type id_resolver registered
[ 0.172440] Key type id_legacy registered
[ 0.172455] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.174321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.174445] io scheduler noop registered
[ 0.174452] io scheduler deadline registered (default)
[ 0.174724] io scheduler cfq registered
[ 0.174731] io scheduler mq-deadline registered
[ 0.174736] io scheduler kyber registered
[ 0.177412] BCM2708FB: allocated DMA memory fad10000
[ 0.177439] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.185963] Console: switching to colour frame buffer device 82x26
[ 0.191119] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.192505] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.192641] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.193089] vc-sm: Videocore shared memory driver
[ 0.193358] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.202819] brd: module loaded
[ 0.211366] loop: module loaded
[ 0.211378] Loading iSCSI transport class v2.0-870.
[ 0.212131] libphy: Fixed MDIO Bus: probed
[ 0.212228] usbcore: registered new interface driver lan78xx
[ 0.212285] usbcore: registered new interface driver smsc95xx
[ 0.212300] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.440387] Core Release: 2.80a
[ 0.440396] Setting default values for core params
[ 0.440426] Finished setting default values for core params
[ 0.640665] Using Buffer DMA mode
[ 0.640672] Periodic Transfer Interrupt Enhancement - disabled
[ 0.640677] Multiprocessor Interrupt Enhancement - disabled
[ 0.640683] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.640694] Dedicated Tx FIFOs mode
[ 0.641087] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.641112] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.641120] dwc_otg: Microframe scheduler enabled
[ 0.641167] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e7d20
[ 0.641178] WARN::hcd_init_fiq:460: FIQ ASM at 0x805e8088 length 36
[ 0.641190] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbb87e000
[ 0.641242] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.641272] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.641303] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.641349] Init: Port Power? op_state=1
[ 0.641354] Init: Power Port (0)
[ 0.641581] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.641592] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.641600] usb usb1: Product: DWC OTG Controller
[ 0.641608] usb usb1: Manufacturer: Linux 4.14.50-v7+ dwc_otg_hcd
[ 0.641616] usb usb1: SerialNumber: 3f980000.usb
[ 0.642205] hub 1-0:1.0: USB hub found
[ 0.642244] hub 1-0:1.0: 1 port detected
[ 0.642742] dwc_otg: FIQ enabled
[ 0.642747] dwc_otg: NAK holdoff enabled
[ 0.642751] dwc_otg: FIQ split-transaction FSM enabled
[ 0.642762] Module dwc_common_port init
[ 0.642983] usbcore: registered new interface driver usb-storage
[ 0.643145] mousedev: PS/2 mouse device common for all mice
[ 0.643214] IR NEC protocol handler initialized
[ 0.643220] IR RC5(x/sz) protocol handler initialized
[ 0.643225] IR RC6 protocol handler initialized
[ 0.643230] IR JVC protocol handler initialized
[ 0.643235] IR Sony protocol handler initialized
[ 0.643240] IR SANYO protocol handler initialized
[ 0.643245] IR Sharp protocol handler initialized
[ 0.643250] IR MCE Keyboard/mouse protocol handler initialized
[ 0.643255] IR XMP protocol handler initialized
[ 0.643921] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.644179] bcm2835-cpufreq: min=600000 max=1200000
[ 0.644526] sdhci: Secure Digital Host Controller Interface driver
[ 0.644531] sdhci: Copyright(c) Pierre Ossman
[ 0.644880] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[ 0.645192] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.645287] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.646664] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.646831] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.646969] usbcore: registered new interface driver usbhid
[ 0.646974] usbhid: USB HID core driver
[ 0.647670] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.648997] [vc_sm_connected_init]: start
[ 0.657757] [vc_sm_connected_init]: end - returning 0
[ 0.658318] Initializing XFRM netlink socket
[ 0.658339] NET: Registered protocol family 17
[ 0.658430] Key type dns_resolver registered
[ 0.658937] Registering SWP/SWPB emulation handler
[ 0.659482] registered taskstats version 1
[ 0.665329] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 0.665400] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 0.666876] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 0.667741] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ 0.667749] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[ 0.722080] sdhost: log_buf @ bad07000 (fad07000)
[ 0.757232] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 0.758803] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.760373] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.763174] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 0.801495] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 0.802496] of_cfs_init
[ 0.802627] of_cfs_init: OK
[ 0.803113] Waiting for root device PARTUUID=c049f471-02…
[ 0.839584] random: fast init done
[ 0.861648] Indeed it is in host mode hprt0 = 00021501
[ 0.939588] mmc1: new high speed SDIO card at address 0001
[ 0.959568] mmc0: host does not support reading read-only switch, assuming write-enable
[ 0.963438] mmc0: new high speed SDHC card at address aaaa
[ 0.963864] mmcblk0: mmc0:aaaa SD32G 29.7 GiB
[ 0.965242] mmcblk0: p1 p2
[ 0.983348] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 0.983357] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 1.071525] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.071664] Indeed it is in host mode hprt0 = 00001101
[ 1.135831] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
[ 1.135968] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 1.135974] EXT4-fs (mmcblk0p2): recovery complete
[ 1.144846] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.144901] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.152734] devtmpfs: mounted
[ 1.155725] Freeing unused kernel memory: 1024K
[ 1.311804] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 1.311818] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.312434] hub 1-1:1.0: USB hub found
[ 1.312520] hub 1-1:1.0: 5 ports detected
[ 1.527247] systemd[1]: System time before build time, advancing clock.
[ 1.631519] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 1.649228] NET: Registered protocol family 10
[ 1.650404] Segment Routing with IPv6
[ 1.659472] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.676337] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.687777] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 1.688320] systemd[1]: Detected architecture arm.
[ 1.689118] systemd[1]: Set hostname to .
[ 1.727959] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.756600] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
[ 1.762106] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 1.762125] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.765059] smsc95xx v1.0.6
[ 1.855200] smsc95xx 1-1.1:1.0 eth0: register ‘smsc95xx’ at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8a:06:a6
[ 2.137222] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 2.137872] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.138171] systemd[1]: Listening on Journal Socket.
[ 2.138484] systemd[1]: Listening on udev Control Socket.
[ 2.138734] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2.138859] systemd[1]: Reached target Swap.
[ 2.139071] systemd[1]: Listening on udev Kernel Socket.
[ 2.218283] i2c /dev entries driver
[ 2.233205] dwm: no symbol version for module_layout
[ 2.233229] dwm: loading out-of-tree module taints kernel.
[ 2.588831] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 2.665466] systemd-journald[88]: Received request to flush runtime journal from PID 1
[ 3.039072] dwm spi0.0: loading
[ 3.039259] dwm spi0.0: DWM1001 TWR Real Time Location System
[ 3.039267] dwm spi0.0:
[ 3.039275] dwm spi0.0: Copyright : 2016-2019 LEAPS and Decawave
[ 3.039283] dwm spi0.0: License : Please visit https://decawave.com/dwm1001_license
[ 3.039291] dwm spi0.0: Compiled : Feb 4 2019 12:36:58
[ 3.181808] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.186898] bcm2835_alsa bcm2835_alsa: card created with 8 channels
[ 3.351139] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[ 3.362040] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
[ 3.362276] usbcore: registered new interface driver brcmfmac
[ 3.392674] dwm spi0.0: invalid bridge config detected = 0x2816
[ 3.392690] dwm spi0.0: configuring bridge …
[ 3.496240] dwm spi0.0: reseting bridge
[ 3.601251] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
[ 3.602794] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.39 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-10-23 03:47:14
[ 4.551570] dwm spi0.0: bridge ok
[ 4.730445] uart-pl011 3f201000.serial: no DMA platform data
[ 5.437794] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 5.438031] brcmfmac: power management disabled
[ 5.784698] random: crng init done
[ 5.784714] random: 7 urandom warning(s) missed due to ratelimiting
[ 5.882701] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 5.995944] smsc95xx 1-1.1:1.0 eth0: hardware isn’t capable of remote wakeup
[ 5.996176] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.425002] dwm spi0.0: PAN ID changed by user to x2DB1
[ 6.425012] dwm spi0.0: encryption key changed by user
[ 6.425016] dwm spi0.0: encryption configuration changed by user
[ 6.425021] dwm spi0.0: firmware update configuration changed by user
[ 6.425025] dwm spi0.0: UWB mode configuration changed by user
[ 6.425029] dwm spi0.0: reinitialize …
[ 6.453645] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 9.322818] Bluetooth: Core ver 2.22
[ 9.322902] NET: Registered protocol family 31
[ 9.322908] Bluetooth: HCI device and connection manager initialized
[ 9.322930] Bluetooth: HCI socket layer initialized
[ 9.322943] Bluetooth: L2CAP socket layer initialized
[ 9.322977] Bluetooth: SCO socket layer initialized
[ 9.345421] Bluetooth: HCI UART driver ver 2.3
[ 9.345436] Bluetooth: HCI UART protocol H4 registered
[ 9.345442] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 9.345642] Bluetooth: HCI UART protocol Broadcom registered
[ 9.606175] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.606184] Bluetooth: BNEP filters: protocol multicast
[ 9.606200] Bluetooth: BNEP socket layer initialized
[ 9.676438] Bluetooth: RFCOMM TTY layer initialized
[ 9.676467] Bluetooth: RFCOMM socket layer initialized
[ 9.676501] Bluetooth: RFCOMM ver 1.11
[ 9.748736] dwm spi0.0: setting bridge PAN ID to x2DB1 …
[ 9.801557] dwm spi0.0: setting encryption key on gateway
[ 9.932604] dwm spi0.0: invalid bridge config detected = 0x2812
[ 9.932613] dwm spi0.0: configuring bridge …
[ 10.037042] dwm spi0.0: reseting bridge
[ 10.771343] fuse init (API version 7.26)
[ 11.111539] dwm spi0.0: bridge ok
[ 41.431487] dwm spi0.0: bridge not responding
[ 41.431504] dwm spi0.0: reinitialize …
[ 44.832564] dwm spi0.0: bridge is not connected to UWB network
[ 44.832577] dwm spi0.0: bridge ok
[ 75.346583] dwm spi0.0: bridge not responding
[ 75.346619] dwm spi0.0: reinitialize …
[ 78.746259] dwm spi0.0: bridge is not connected to UWB network
[ 78.746274] dwm spi0.0: bridge ok
[ 109.260218] dwm spi0.0: bridge not responding
[ 109.260255] dwm spi0.0: reinitialize …
[ 112.661136] dwm spi0.0: bridge is not connected to UWB network
[ 112.661150] dwm spi0.0: bridge ok
[ 143.176392] dwm spi0.0: bridge not responding
[ 143.176429] dwm spi0.0: reinitialize …
[ 146.576711] dwm spi0.0: bridge is not connected to UWB network
[ 146.576725] dwm spi0.0: bridge ok
[ 177.091189] dwm spi0.0: bridge not responding
[ 177.091225] dwm spi0.0: reinitialize …
[ 180.491924] dwm spi0.0: bridge is not connected to UWB network
[ 180.491938] dwm spi0.0: bridge ok
[ 211.008636] dwm spi0.0: bridge not responding
[ 211.008678] dwm spi0.0: reinitialize …
[ 214.409521] dwm spi0.0: bridge is not connected to UWB network
[ 214.409535] dwm spi0.0: bridge ok
[ 244.926986] dwm spi0.0: bridge not responding
[ 244.927000] dwm spi0.0: reinitialize …
[ 248.327927] dwm spi0.0: bridge is not connected to UWB network
[ 248.327941] dwm spi0.0: bridge ok
[ 278.849022] dwm spi0.0: bridge not responding
[ 278.849066] dwm spi0.0: reinitialize …
[ 282.250461] dwm spi0.0: bridge is not connected to UWB network
[ 282.250475] dwm spi0.0: bridge ok
[ 312.771857] dwm spi0.0: bridge not responding
[ 312.771890] dwm spi0.0: reinitialize …
[ 316.193129] dwm spi0.0: bridge is not connected to UWB network
[ 316.193143] dwm spi0.0: bridge ok
[ 346.693326] dwm spi0.0: bridge not responding
[ 346.693358] dwm spi0.0: reinitialize …
[ 350.094498] dwm spi0.0: bridge is not connected to UWB network
[ 350.094511] dwm spi0.0: bridge ok
[ 380.614004] dwm spi0.0: bridge not responding
[ 380.614037] dwm spi0.0: reinitialize …
[ 384.015116] dwm spi0.0: bridge is not connected to UWB network
[ 384.015129] dwm spi0.0: bridge ok
[ 414.534201] dwm spi0.0: bridge not responding
[ 414.534233] dwm spi0.0: reinitialize …
[ 417.935289] dwm spi0.0: bridge is not connected to UWB network
[ 417.935306] dwm spi0.0: bridge ok
[ 448.454137] dwm spi0.0: bridge not responding
[ 448.454194] dwm spi0.0: reinitialize …
[ 451.855191] dwm spi0.0: bridge is not connected to UWB network
[ 451.855205] dwm spi0.0: bridge ok
[ 482.373906] dwm spi0.0: bridge not responding
[ 482.373960] dwm spi0.0: reinitialize …
[ 485.774984] dwm spi0.0: bridge is not connected to UWB network
[ 485.774998] dwm spi0.0: bridge ok

Any help would be highly appreciated. I am trying for from a week now. Please help…!!1

Hi @leapslabs

Can you help me with this please?

Hi @Shravani
actually this is not wrong output. There is no active UWB network so the bridge cannot connect to it - so it is keeping tying. Or you dont have properly set up the PANID for the bridge.

Cheers
JK