From owner-freebsd-arm@freebsd.org Sun Feb 28 18:38:37 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33500AB77F2 for ; Sun, 28 Feb 2016 18:38:37 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED98D19DA for ; Sun, 28 Feb 2016 18:38:36 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id: Content-Transfer-Encoding:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type; bh=LKoU9lpBSBnjrs/zTGtl2Wcya8qq97J5h4ZOz8Zgw2w=; b=NFGIGF2lxUh9 i3luK+0P/UHubcd6wjfbpGANSSBOrKIaow3zXB9K4e4osmC4l6VF27mFj1LQBOUdeh2RuA/r4YATj Km7Kww2JknOBy4w0A68tDXV8pu0CPnCLzSZ1ttxzQ1Q03SatoQbMa13TBiuGVFEo32JkArMs5bxar 07Ifo=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1aa6Ej-0005rN-5d for freebsd-arm@freebsd.org; Sun, 28 Feb 2016 18:38:33 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: FreeBSD on Utilite (revisited) From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= In-Reply-To: <8262C265-A9F6-4336-9A33-4A97BE7451F6@waschbuesch.de> Date: Sun, 28 Feb 2016 19:38:32 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <6531E2F1-0682-4220-B148-BA7061C50B79@waschbuesch.de> References: <8262C265-A9F6-4336-9A33-4A97BE7451F6@waschbuesch.de> To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 18:38:37 -0000 > Am 27.02.2016 um 17:15 schrieb Martin Waschb=C3=BCsch = : >=20 > What I do know: The device has both, mmc and mSATA. Which does disk0 = refer to? > Also, I tried playing around with u-boot env $loaderdev, but to no = avail. >=20 > Any and all help is appreciated! Update: While ubldr does not seem to be able to recognize the mmc devices, it = does work with usb, so I got as far as loader, but am now stuck with = with finding, adapting or creating the right .dts file for fdt. I am a little confused about the kernel sources having dts stuff both in = /usr/src/sys/gnu/dts/ as well as /usr/src/sys/boot/fdt/dts/. But anyway, = at least making a little progress... Martin