From owner-freebsd-arm@freebsd.org Wed Aug 29 12:13:58 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A424F10882D4 for ; Wed, 29 Aug 2018 12:13:58 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CD54E8A6FF for ; Wed, 29 Aug 2018 12:13:57 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 3a8babb0; Wed, 29 Aug 2018 14:13:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=VyLcCvkJS9lJ 7hanu+hW+/RMu0E=; b=GOORY4okMAYsdWldCc4rmJYaKc0/7NgltyEHYurwdegW ic3PALBrPr8e+ILufYZaabgmwp4NJsPFUXosENipev1Erhus+mY63BeqMaw0EaHZ 2hF8GqYCMx2Yk3zgmTSoymMnW6P9WtOeomIwy7ALlwCqUAWXYcoxLsAPoHfWoFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=Ck4JtC 3Eb/J/NBUGDqvi12oKc1GpFQARclQ0/wRjpETVx+WphxA+V/1CRqPvU0x3TLWqb7 tb4Wgvv9GVp33lLtscW0cHXiXQtf6M/niDeO8b68k92LIY4VgAq1QaGra3CODzQ+ gRFSUmswSoDD2Fl9FHg0pXhlm2xJimxzRtGqM= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 83221e59 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 29 Aug 2018 14:13:55 +0200 (CEST) Date: Wed, 29 Aug 2018 14:13:53 +0200 From: Emmanuel Vadot To: Mark Millard , Mark Millard via freebsd-arm Subject: Re: FYI: head -r338341 on Pine64+ 2GB for a microsdhc boot media: mmc0: Failed to set VCCQ for card at relative address 43690 Message-Id: <20180829141353.1f81937f6c9f167c93d7ea2d@bidouilliste.com> In-Reply-To: <20180829140421.9faac1d66c1d685106920f2b@bidouilliste.com> References: <20180829140421.9faac1d66c1d685106920f2b@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2018 12:13:58 -0000 On Wed, 29 Aug 2018 14:04:21 +0200 Emmanuel Vadot wrote: > On Tue, 28 Aug 2018 23:26:36 -0700 > Mark Millard via freebsd-arm wrote: > > > aw_mmc0: mem 0x1c0f000-0x1c0ffff irq 8 on simplebus0 > > mmc0: on aw_mmc0 > > . . . > > mmcsd0: 32GB MFG 07/2017 by 3 SD> at mmc0 50.0MHz/4bit/32768-block > > mmc0: Failed to set VCCQ for card at relative address 43690 > > > > It seem to tolerate that it did-not/could-not set the value. > > > > > > > > It appears that sysutils/mmc-utils (still) just > > gets AW_MMC_INT_RESP_TIMEOUT / ioctl: Operation timed out > > for: mmc extcsd read /dev/mmcsd0 (once it is not mounted). > > > > # mmc extcsd read /dev/mmcsd0 | more > > open: Operation not permitted > > > > # df -m > > Filesystem 1M-blocks Used Avail Capacity Mounted on > > /dev/ufs/PINE642GBrootfs 29400 16901 10147 62% / > > devfs 0 0 0 100% /dev > > /dev/label/PINE642GBboot 63 0 63 0% /boot/efi > > > > Booting with / on a USB device instead and dismounting /boot/efi > > (on mmcsd0) gets: > > > > # mmc extcsd read /dev/mmcsd0 | more > > AW_MMC_INT_RESP_TIMEOUT > > ioctl: Operation timed out > > Could not read EXT_CSD from /dev/mmcsd0 > > Why are you attempting to read a MMC v4.0+ register from an SDcard ? Maybe it was even before that but it doesn't matter, my question is still valid. > (FYI this command works perfectly when executing on the eMMC on my > pine64-lts) > > > > > === > > Mark Millard > > marklmi at yahoo.com > > ( dsl-only.net went > > away in early 2018-Mar) > > > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > > > -- > Emmanuel Vadot > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" -- Emmanuel Vadot