From owner-freebsd-arm@FreeBSD.ORG Thu Mar 12 13:33:06 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 886B5ED9 for ; Thu, 12 Mar 2015 13:33:06 +0000 (UTC) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 524179D2 for ; Thu, 12 Mar 2015 13:33:05 +0000 (UTC) Received: by pablj1 with SMTP id lj1so20581193pab.8 for ; Thu, 12 Mar 2015 06:33:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to; bh=3GRkKzocVuvmLjbtpOJrxXnkQp8C4GKTp9zjB6fHTBo=; b=BG6aOkjrTYyPU3/WTR/bldsZfwqA3IN6dvAyJvGyHLvwywJHD5SmasfQhzkyko/vEd H4NbF+ghkVebJrhXbFO0Twwk3tS10lB1RwwKUIG6impv67T/7cDYBtI0pXZJfHiqzQFE 9yrITU7c1930WykWLabSylbBpGm+OMdq7wceGNplvJ7r3cUVvICZdYtlx7YNByA0Lgrr mDDK981FkC2PuMGJrwYoqfDxX9xnV11bJtlrt37tmLiVWzSs1UGX+fQDy2kWgJaxhdaR 3yCYZO6Tk5QWur9etJgmxg37R3Cf5thcd2Rb7jyZMKMQSookOK+K6ytZeLMivEXqXAMU DuXg== X-Gm-Message-State: ALoCoQl//ap1SkW/NjN0+wxhaFlcmiaHTuCIq6adOwa5rzDebKPOcDLPkfDAotro0ZDYG0DvLFQQ X-Received: by 10.70.0.207 with SMTP id 15mr40110247pdg.56.1426167185202; Thu, 12 Mar 2015 06:33:05 -0700 (PDT) Received: from [192.168.18.23] (221x253x176x170.ap221.ftth.ucom.ne.jp. [221.253.176.170]) by mx.google.com with ESMTPSA id dl1sm11019974pdb.75.2015.03.12.06.33.03 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Mar 2015 06:33:04 -0700 (PDT) Sender: Warner Losh Subject: Re: beaglebone boot from eMMC Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_9BE6C8E8-9B6C-4DE2-B774-D503E73825A8"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5b5 From: Warner Losh In-Reply-To: <20150312132739.GA28385@cicely7.cicely.de> Date: Thu, 12 Mar 2015 22:33:00 +0900 Message-Id: References: <3DF08C65-20E3-4524-B0E1-C5C096AA0FE8@hellmuth-michaelis.de> <54BA6DB9-DC61-4A6F-B948-777BB9800F54@bocal.org> <20150312132739.GA28385@cicely7.cicely.de> To: ticso@cicely.de X-Mailer: Apple Mail (2.2070.6) Cc: "freebsd-arm@freebsd.org" , Hellmuth Michaelis X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 13:33:06 -0000 --Apple-Mail=_9BE6C8E8-9B6C-4DE2-B774-D503E73825A8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Mar 12, 2015, at 10:27 PM, Bernd Walter = wrote: >=20 > On Wed, Mar 11, 2015 at 11:38:39AM +0100, Hellmuth Michaelis wrote: >> Further investigation shows, if i dd the local image from /dev/mmcsd0 = or a fresh image from remote to /dev/mmcsd1 i get sooner or later >>=20 >> GEOM_PART: integrity check failed (mmcsd1, MBR) >> GEOM_PART: integrity check failed (diskid/DISK-5F817AAF, MBR) >>=20 >> on the serial console. Is the internal SD broken ? >>=20 >> I got similar messages when i used the copy script and during probing = while start of the kernel. >=20 > I remember having seen similar problems when I tried using the eMMC = last > year. > I also used crochet and the copy script, but IIRC ended when it didn't = boot. > Details should be on this list somewhere. Last time I looked into issues like this it was due to gpart putting too = much stock in the BIOS returned geometry. usb devices rarely match each-other, let = alone the fake geometry we return from mmcsd. I suspect the root of these = weird to diagnose issues lies here. Warner >>> Am 11.03.2015 um 08:31 schrieb Emmanuel Vadot : >>>=20 >>> If you have all C it means that the SoC can't find the MLO or that = the MLO can't find u-boot.img I don't remember which one. >>>=20 >>> -- >>> Emmanuel Vadot >>>=20 >>>> On 11 Mar 2015, at 08:27, Hellmuth Michaelis = wrote: >>>>=20 >>>> Hi, >>>>=20 >>>> i???m running a recent current on a beaglebone black and i???m = using crochet to build stuff. I???ve seen the copy to eMMC script in = root and tried that. After running it, i checked the MSDOS and UFS = partitions and it seems they are OK. But, after removing the SD card and = trying to boot from the internal eMMC i just see ???C??????s coming out = slowly of the serial console, nothing else is happening. Putting in the = SD card and all runs well again. >>>>=20 >>>> Has someone a hint what to look for to get it working ? >=20 > -- > B.Walter http://www.bwct.de > Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" --Apple-Mail=_9BE6C8E8-9B6C-4DE2-B774-D503E73825A8 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJVAZWNAAoJEGwc0Sh9sBEADYUQAJjCz3pgfkEv8yTnJyNBhjtW p5FZVZlxqvZqiXSNnRFcqY4xLuU8cVFFTtDStg7paPavrMJH68lyB7aSVZb69xIG +Q7Pd8KH2wZ7VYtWfAplp3PYid2tPG2XW5akbf1jNcARIPRT6Ftn7H3ubWxyAQrn 4hdS7EYaEz5M1bhyHRdjj5Nayv00hpxsNb+CuLfeXCKOoxikXh5vGS6WibpoOMsl agjauZXVpA+fwuV55CQmQlBtpFh4mWVJ+cywaLi6D6qinAhs23IFCn6OmD/FrFlo VUqRIMSWio6HwGWK3BhvaP0ZpHYHAVxO4FoEKFp7gjeHnJ8dSmEMf2xhIK6bDR0I cZF8R3YN/eXTMsdlh9xppYK/GEHYO8CrV5tmWTEon9KGnOEjYQ8GUBtb6iUHQ+TO nMeQeUCY5iipuqSInwdOvMhK1KpSjrjtWmNu+/4wesAet0FFgXDeNq/jR/Ls7Yjb JwRTD3xoG3V5/UEhwm9iZRp59Q/JZfjapqVZABtPjeTopwRmwlSQck0+yO0KkxHW Hd6w2Xcy8sNeFLioINXglM23L3WMNL9spd7CePoeXe/DcHZnU9PFbe3j5V9zyffw ZbrL0XqYa8gMNZuQ66R3MlANTVIOr32gxnb8s1Da8SRoTfgGqf/oXmLSu+qzxMiH SVQYcHC4RL1SoQUjKUQc =x45Y -----END PGP SIGNATURE----- --Apple-Mail=_9BE6C8E8-9B6C-4DE2-B774-D503E73825A8--