From owner-freebsd-arm@FreeBSD.ORG Fri Nov 21 13:04:30 2014 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 A5D5A79E for ; Fri, 21 Nov 2014 13:04:30 +0000 (UTC) Received: from relay.waschbuesch.it (relay.waschbuesch.it [80.254.137.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56D44D69 for ; Fri, 21 Nov 2014 13:04:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=8b2NryuQVXCGH77hkjKxBtXvhbmlmhXqwbLSGasMufc=; b=a4Qq22YD2fA5AfT2IFwv44CxIp35VQcejXvH4K+F1TmXI2DCglpgbrKBn6f7pC/cptb3MiHpeFhYLTst6n6GgwnuRp2zFTPwiGFH4MZZVznESyRGvhrgVr+j9XgTizdfSu+uoT2tHrWpf7vGPxJs+6C8/NAvNBFh+4y4XFn1SJc=; Received: by relay.waschbuesch.it with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim) (envelope-from ) id 1Xrnsv-0000Ow-Bp for freebsd-arm@freebsd.org; Fri, 21 Nov 2014 14:04:25 +0100 Content-Type: multipart/signed; boundary="Apple-Mail=_F86284CB-69CB-434B-AB8A-8F2A755A124C"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: Utilite support X-Pgp-Agent: GPGMail 2.5b2 From: =?utf-8?Q?Waschb=C3=BCsch_Martin?= In-Reply-To: <1416503998.1147.185.camel@revolution.hippie.lan> Date: Fri, 21 Nov 2014 14:04:24 +0100 Message-Id: References: <1416503998.1147.185.camel@revolution.hippie.lan> To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.1993) 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: Fri, 21 Nov 2014 13:04:30 -0000 --Apple-Mail=_F86284CB-69CB-434B-AB8A-8F2A755A124C Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-8859-1 > Am 20.11.2014 um 18:19 schrieb Ian Lepore : > > There is some chance that "it might just work." Actually a better > chance now than when I originally wrote that. :) Try using crochet for > wandboard and in the wandboard kernel config file change FDT_DTS_FILE to > "imx6q-cm-fx6.dts". There's a good chance you'll end up with a bootable > image on an sdcard. > > You will need a serial console for debugging, we don't support a video > console yet on imx6 systems. The Compulab FitPc2 x86 systems need a > special serial debugging cable that you have to buy separately. I hope > that's not also the case with Utilite. > > -- Ian Hello Ian, I tried to follow your suggestion, but realized that there might be a significant difference between Wandboard and Utilite: Utilite does not read u-boot from disk. Instead, it holds u-boot as 'firmware' in a flash module. Don't know why I had not realized this earlier, but anyway, I guess if I had compiled it before, I would have noticed. So far I had played around with pre-built Wandboard images... What this means is that the current crochet scripts will fail because the u-boot compilation for cm-fx6 will not output a u-boot.imx file and is probably not needed anyway. What I will try next is make a copy of crochet's boards/Wandboard to boards/Utilite and try to adapt the setup.sh script. Questions: Are there requirements that u-boot must meet in order to boot ubldr? If so, I'll have to look into rebuilding u-boot plus flashing that. Martin --Apple-Mail=_F86284CB-69CB-434B-AB8A-8F2A755A124C 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 iQEcBAEBCgAGBQJUbzhZAAoJEP0QXR2ClIJ98JYIALHy0ObxZHYhO40BxE+r1jrw rT2J9quOLNJJQBVuVNv8AnO97z4HUqepjpGLjI9KX9Aa6owmV4jQ7KFDgblR655i YcGae81Nxlh8jp0mtA05kwesPceohmDGIEo0XrOHybPkjx0RQ6ZiCH2h6U8n/AGd 3h5sKcYvuf/w8UUD+P4U6TYqoz7NQuDrr8Hn+yag83CKmnTynVeCVQlBZiwR3kaW Lp9BHnsFlzuhqY12nWVH+0njF5mkGmzmGjKJnpwmfqE4R4vJhaMR7K0VHRvhhrhd KC6yDmgx3ly9O3+VVl4tr6lSCh+2FvWe4/kQqcI5ZGc0LLkRoFpEepBBc/TZcyM= =UNRo -----END PGP SIGNATURE----- --Apple-Mail=_F86284CB-69CB-434B-AB8A-8F2A755A124C--