Raspberry Pi 5 Seedstudio XIAO Halow (Qeutecel FGH100M-H

I’ve followed the instructions in the Build Thread: HaLow for Raspberry Pi OS thread and started out using the same pin mappings specified in the morse-spi.dts file. I’m completely new to this subject and thought the same pin mappings should work even though I’m using the Seedstudio Xiao Halow carrier board.

I did find error messages though

[ 4.735228] Morse Micro Dot11ah driver registration. Version 0-rel_mm8108_2_0_0_2026_Apr_21
[ 4.735231] channelization_scheme = 3 (IEEE802.11-REVmf)
[ 5.139765] morse micro driver registration. Version 0-rel_mm8108_2_0_0_2026_Apr_21
[ 5.139850] morse_spi spi0.0: morse_of_probe: Reading gpio pins configuration from device tree
[ 5.139876] Resetting Morse Chip
[ 5.159894] Done
[ 5.210190] Adding 2097136k swap on /var/swap. Priority:-2 extents:2 across:2228208k SS
[ 5.240133] morse_spi_find_token failed
[ 5.240137] morse_spi_cmd53_read failed
[ 5.240139] morse_spi spi0.0: spi: cmd53_read fn=1 0x00004d20:4 r=0x10050002 b=0xffffffff (ret:-71)
[ 5.240144] morse_spi spi0.0: morse_spi_reg32_read failed (errno=-71)
[ 5.240146] morse_spi spi0.0: morse_chip_cfg_set_and_validate: Failed to access HW (errno:-5)
[ 5.240148] morse_spi spi0.0: morse_chip_cfg_set_and_validate failed: -5
[ 5.240163] morse_spi_probe: probe failed (ret:-5)
[ 5.240165] morse_spi spi0.0: probe with driver morse_spi failed with error -5

In searching the forums I found this issue that looks simular

My original wiring was
Reset gpio5
wakeup gpio3
spi_int gpio25
spi_cs gpio8
busy gpio7
spi_mosi gpio10
spi_miso gpio9
spi_clk gpio11

I have wired my module using 4cm dupont wires and based on the support threads probably need to solder these up.

In looking that this support thread, it suggested two pin changes, which I tried and have the same errors in the log file. Upon re-reading the support thread it seems the two pin changes are not relavent here.

I’ve tried lower the spi frequence which hasn’t made any difference. Other than soldering the leads, what else should I be looking at to resolve?