From owner-freebsd-current@FreeBSD.ORG Sun May 24 07:08:10 2015 Return-Path: Delivered-To: freebsd-current@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 25DBA601; Sun, 24 May 2015 07:08:10 +0000 (UTC) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC89119A0; Sun, 24 May 2015 07:08:09 +0000 (UTC) Received: from [12.144.165.244] (helo=climp-laptop.dolby.net) by id.bluezbox.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1YwQ0s-000MiI-JX; Sun, 24 May 2015 00:08:00 -0700 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: am335x-bone.dts not exist From: Oleksandr Tymoshenko In-Reply-To: Date: Sun, 24 May 2015 00:07:25 -0700 Cc: "freebsd-arm@freebsd.org" , freebsd-current Content-Transfer-Encoding: 7bit Message-Id: <8FF14032-CAAA-41AD-A3A7-DBBAA69D2153@bluezbox.com> References: To: Andrey Fesenko X-Mailer: Apple Mail (2.2098) Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: > On May 23, 2015, at 7:21 PM, 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? [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2015 07:08:10 -0000 > On May 23, 2015, at 7:21 PM, 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? am335x-bone.dts in in sys/gnu/dts/arm/, it's a file provided by vendor (TI) I guess crochet does not have this path as include path when compiling dts files.