From owner-freebsd-arm@FreeBSD.ORG Sun May 24 06:28:05 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E86AAAC8; Sun, 24 May 2015 06:28:05 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3313E1391; Sun, 24 May 2015 06:28:04 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 168fe3d9; Sun, 24 May 2015 08:28:02 +0200 (CEST) Date: Sun, 24 May 2015 08:28:02 +0200 From: "Herbert J. Skuhra" To: Andrey Fesenko Cc: "freebsd-arm@freebsd.org" , freebsd-current Subject: Re: am335x-bone.dts not exist Message-ID: <20150524062802.GA92150@oslo.ath.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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, 24 May 2015 06:28:06 -0000 On Sun, May 24, 2015 at 05:21:07AM +0300, Andrey Fesenko wrote: > # uname -a > FreeBSD des.local 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r283306: Sat > May 23 11:56:46 MSK 2015 > root@des.local:/usr/obj/usr/src/sys/GENERIC amd64 > > I'm build BEAGLEBONE with crochet. > > build error > > Mounting UFS partition 1 at /usr/obj/_.mount.freebsd > Installing U-Boot from : /usr/local/share/u-boot/u-boot-beaglebone > Error: beaglebone.dts:29.1-2 syntax error > FATAL ERROR: Unable to parse input tree > > > file /usr/src/sys/boot/fdt/dts/arm/beaglebone.dts contain #include > "am335x-bone.dts" but this file not existence. Need use am335x-evm.dts > or else? % find . -name am335x-bone.dts ./sys/gnu/dts/arm/am335x-bone.dts -- Herbert