From 037b5640630bfc3f94cbedd0573db4417589e87d Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Tue, 20 Apr 2021 08:56:07 +0200 Subject: [PATCH] =?utf8?q?meta-somdevices:=20hostapd:=20Changed=20hostapd?= =?utf8?q?=20script=20to=20improve=20restart=20wilc-sdio=20module=20after?= =?utf8?q?=20stopping=20hostapd=20service.=20=09This=20solves=20some=20err?= =?utf8?q?ors=20found=20during=20exhausting=20test:=20=09=09=C2=B7=20This?= =?utf8?q?=20is=20one=20error:=20=09=09mmc0:=20Timeout=20waiting=20for=20h?= =?utf8?q?ardware=20interrupt.=20=09=09mmc0:=20sdhci:=20=3D=3D=3D=3D=3D=3D?= =?utf8?q?=3D=3D=3D=3D=3D=3D=20SDHCI=20REGISTER=20DUMP=20=3D=3D=3D=3D=3D?= =?utf8?q?=3D=3D=3D=3D=3D=3D=20=09=09mmc0:=20sdhci:=20Sys=20addr:=20=200x8?= =?utf8?q?8acba88=20|=20Version:=20=200x00000002=20=09=09mmc0:=20sdhci:=20?= =?utf8?q?Blk=20size:=20=200x00000004=20|=20Blk=20cnt:=20=200x00000001=20?= =?utf8?q?=09=09mmc0:=20sdhci:=20Argument:=20=200x04021e04=20|=20Trn=20mod?= =?utf8?q?e:=200x00000013=20=09=09mmc0:=20sdhci:=20Present:=20=20=200x01f8?= =?utf8?q?820e=20|=20Host=20ctl:=200x00000013=20=09=09mmc0:=20sdhci:=20Pow?= =?utf8?q?er:=20=20=20=20=200x00000002=20|=20Blk=20gap:=20=200x00000080=20?= =?utf8?q?=09=09mmc0:=20sdhci:=20Wake-up:=20=20=200x00000008=20|=20Clock:?= =?utf8?q?=20=20=20=200x0000002f=20=09=09mmc0:=20sdhci:=20Timeout:=20=20?= =?utf8?q?=200x0000008f=20|=20Int=20stat:=200x00000000=20=09=09mmc0:=20sdh?= =?utf8?q?ci:=20Int=20enab:=20=200x107f100b=20|=20Sig=20enab:=200x107f100b?= =?utf8?q?=20=09=09mmc0:=20sdhci:=20AC12=20err:=20=200x00000000=20|=20Slot?= =?utf8?q?=20int:=200x00000302=20=09=09mmc0:=20sdhci:=20Caps:=20=20=20=20?= =?utf8?q?=20=200x07eb0000=20|=20Caps=5F1:=20=20=200x0000b400=20=09=09mmc0?= =?utf8?q?:=20sdhci:=20Cmd:=20=20=20=20=20=20=200x0000353a=20|=20Max=20cur?= =?utf8?q?r:=200x00ffffff=20=09=09mmc0:=20sdhci:=20Resp[0]:=20=20=200x0000?= =?utf8?q?1000=20|=20Resp[1]:=20=200x00000000=20=09=09mmc0:=20sdhci:=20Res?= =?utf8?q?p[2]:=20=20=200x00000000=20|=20Resp[3]:=20=200x00000000=20=09=09?= =?utf8?q?mmc0:=20sdhci:=20Host=20ctl2:=200x00000000=20=09=09mmc0:=20sdhci?= =?utf8?q?:=20ADMA=20Err:=20=200x00000003=20|=20ADMA=20Ptr:=200x8c05f204?= =?utf8?q?=20=09=09mmc0:=20sdhci:=20=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D?= =?utf8?q?=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D?= =?utf8?q?=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20=09=09wilc=5Fsdio=20mmc0:000?= =?utf8?q?1:1:=20wilc=5Fsdio=5Fcmd53..failed,=20err(-110)=20=09=09wilc=5Fs?= =?utf8?q?dio=20mmc0:0001:1:=20Failed=20cmd53,=20read=20reg=20(003b0000)..?= =?utf8?q?.=20=09=09[wilc=20start]:=20fail=20read=20reg=200x3b0000?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit · This is another error (it is necessary to unbind "2190000.usdhc" from /sys/bus/platform/drivers/sdhci-esdhc-imx/unbind to be solved): wilc_sdio: probe of mmc0:0001:1 failed with error -16 Signed-off-by: Josep Orga --- recipes-connectivity/hostapd/hostapd/hostapd.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/recipes-connectivity/hostapd/hostapd/hostapd.sh b/recipes-connectivity/hostapd/hostapd/hostapd.sh index fd4b1ab..5f19d65 100644 --- a/recipes-connectivity/hostapd/hostapd/hostapd.sh +++ b/recipes-connectivity/hostapd/hostapd/hostapd.sh @@ -1,9 +1,15 @@ #!/bin/sh sleep 1 -if [ ! -d /sys/class/net/wlan0 ]; then +i=1 +while [[ ! -d /sys/class/net/wlan0 && $i -le 5 ]]; do #If wlan0 device does not exist reset wilc-sdio module /sbin/rmmod wilc-sdio sleep 1 + echo "2190000.usdhc" > /sys/bus/platform/drivers/sdhci-esdhc-imx/unbind + sleep 1 + echo "2190000.usdhc" > /sys/bus/platform/drivers/sdhci-esdhc-imx/bind /sbin/modprobe wilc-sdio -fi \ No newline at end of file + sleep 2 + i=$((i+1)) +done \ No newline at end of file -- 2.17.1