From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cmo-0002.xspmail.jp ([202.238.198.172]) by ewsd; Sun Jan 26 21:18:18 EST 2020 Received: from cmr-0002.xspmail.jp ([202.238.198.119]) by cmo with ESMTP id vttdi5RWXcCQrvtyhiOJGW; Mon, 27 Jan 2020 11:18:15 +0900 Received: from pi3L.jitaku.localdomain ([112.71.204.71]) by cmr with ESMTPA id vtygiTCfAWSOFvtygiHnxn; Mon, 27 Jan 2020 11:18:15 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hera.eonet.ne.jp; s=x01; t=1580091495; i=kokamoto@hera.eonet.ne.jp; bh=HgeHj4t4gQR8oX3LE0s11To713k1b8BXa0UibSY057s=; h=To:Subject:Date:From:In-Reply-To; b=TFN5zsrZ3fL5CEgknSlmSwohWGAKGe4RYPenDQToEY8C0PzspDmCenFjccax+4VvT AQpvceRphEa2FqP0sAxs1AWP/Ic2RAfy53Bb082hic8DoBmomt2r6qf+NtCUynveVn cJOvZ7FQl3nQIxx93RH65pPDGvZtEtwZ5bkb/pBmAKjSxSs2YRXadGKIz9rAh8y13W ckfMUoaAUZuB2dOl9gPnVGbRXKhTY8YXjvtEiMeCNvT4eWUJS7C6W6tQwFHmtjgknx WrNTL+6vgE4pnP2LxZ4EfV71bpRxAxUzjxqVhSHOo6/VTQaQcDSLj7glojCHDWJrQa xkYpfJuVwZi1w== Message-ID: <2DA93BF2FAD3261D8EFBCBBBDD2B6917@hera.eonet.ne.jp> To: 9front@9front.org Subject: Re: [9front] unofficial sdcard image for raspberry pi 4 testing Date: Mon, 27 Jan 2020 11:18:12 +0900 From: kokamoto@hera.eonet.ne.jp In-Reply-To: 48B7CC0BC9A213965CD611D5FAD1F1AA@hera.eonet.ne.jp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: wrapper rails NoSQL backend > ether4330: no response to sdio access: ocr-0 > error message comes from the error of: This can be rid off by replacing ocr = trysdiocmd(IO_SEND_OP_COND, 0); to ocr = sdiocmd(IO_SEND_OP_COND, 0); However, > emmccmd: need to reset Cmdinhibit intr 0 stat 1ff0106 > > which is from the line > > if((r[Status] & Datinhibit) && > ((c & Isdata) || (c & Respmask) == Resp48busy)){ > print("emmccmd: need to reset Cmdinhibit intr %ux stat %ux\n", > > of emmccmd() in /sys/src/9/bcm/emmc.c. > > The Datinhibit should be Cmdinhibit? > > I still have 'need to reset Datinhibit intr 0 stat 1ff0106' from below > lines which I'm now investigating. This problem is difficult to me. I tried many things. However it seems this problem is out of my ability, so I take a rest... If anyone wants to try, please go. Kenji