Device Frequently disconnects throws errors -19 and fails health check

I have a device EKH03, that is has a good link to the AP, but will frequently stop working.

I first noticed when running

morsectrl mcs 2 

and got a -19, didn’t think much of it.

but the device frequently loses connection and I have to power cycle it. it then reconnects and quickly disassociates from that AP.

root@EKH03--05US-680d81:~# dmesg | tail -n 10
[ 8396.910341] morse_sdio mmc0:0001:2: morse_skbq_tx fail: -19
[ 8396.916068] morse_sdio mmc0:0001:2: Command morse_cmd_vendor 0e:4810 failed with rc -19 (0xffffffed)
[ 8426.795797] morse_sdio mmc0:0001:2: morse_skbq_tx fail: -19
[ 8426.801542] morse_sdio mmc0:0001:2: Command morse_cmd_vendor 200e:4820 failed with rc -19 (0xffffffed)
[ 8426.828821] morse_sdio mmc0:0001:2: morse_skbq_tx fail: -19
[ 8426.834569] morse_sdio mmc0:0001:2: Command morse_cmd_vendor 0e:4830 failed with rc -19 (0xffffffed)
[ 8426.882521] morse_sdio mmc0:0001:2: morse_skbq_tx fail: -19
[ 8426.888249] morse_sdio mmc0:0001:2: Command morse_cmd_vendor 200e:4840 failed with rc -19 (0xffffffed)
[ 8426.911354] morse_sdio mmc0:0001:2: morse_skbq_tx fail: -19
[ 8426.917082] morse_sdio mmc0:0001:2: Command morse_cmd_vendor 0e:4850 failed with rc -19 (0xffffffed)
root@EKH03--05US-680d81:~# morsectrl health
health check: failed
Command 'morsectrl health' failed with error code -19

08142025_ekh03_hw_issue.txt (46.9 KB)
Here is a full dmesg log from boot up to point of failure.

Hi @Luisschubert , sounds like the host is no longer able to communicate with the chip for whatever reason (FW crashing or HW failure).

If it’s a FW error then you might be able to get more information on it with the following:

stty -F /dev/ttyS1 115200
cat /dev/ttyS1

then try to trigger the bug. This will let us know if the chip firmware is reporting any errors