From owner-freebsd-arm@freebsd.org Sun Mar 4 03:39:00 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72D3CF2FBA0; Sun, 4 Mar 2018 03:39:00 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D222E86487; Sun, 4 Mar 2018 03:38:59 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 5A7DB20C76; Sat, 3 Mar 2018 22:38:59 -0500 (EST) Received: from web1 ([10.202.2.211]) by compute7.internal (MEProxy); Sat, 03 Mar 2018 22:38:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= caffeinated.codes; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=QQLs7R 9ZFAV5yvOLVDvBZJSC2YaXUz1LCBsL4cjBu+M=; b=Ph2T1zL+9t4tC+lSb07DKe 3+8/Gn3D9bv8C8OauRQF74RyRUfOQHvJuY8WIcIV7oJlRFyvuOoz6D5O/BFXMSdz zEFIdksj1l/LNoCx3N9zM/UrGvXuXPaxw1pOQWl3fT3vfZlbLsAGToaZTZ6BW0Nc Zy8TNA5hfUN+T4ynOWlZ9p0gK10QaRnTtsR6o10fohVf2iDsXS32QAiJJ4dZZTSB x10v5NbOAj+C6fUyCPt5JrRmb1fhtQqqWn5l6LWWmANgl0U5yX1/qy6VropwvuOM 3tLsZ9b4J5EFHaY/VksJbYunXaqXFF9IsXc8omzAECZG9R0MipHTsnZegvJn1tXQ == DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=QQLs7R 9ZFAV5yvOLVDvBZJSC2YaXUz1LCBsL4cjBu+M=; b=HMkkKuBBewzTnUrlaysN7k 4+o7AgjkorR50YiU3hJ4UH1tIVFq/WcSmwDdlAuFCwtqBPsFfpEU4KibJKZuX9Zp PKQe2DKQdgW/tqcf3LUW4Braqlk94Xr1mMpHF+sAn2ILxJzBtJXIKBDCDomJ3sn2 GXmx4LVO0I/cVAn/wG/pYqrJaokdDcJ6DVUKGaAlu+eM3qAHW5qgWxmcXwj2AiRx BdIlO6y365IpKMiujhp13p6IamjbFK65lFncHe7EPPWF9KiQJm8Nre1myKRBrlwr vmjfen1sYESmXuquJnChPobP4QNyflpCpGWWWcMoVF2ueFc4cVbEQthcR4HRM2nQ == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 06A8C940AA; Sat, 3 Mar 2018 22:38:59 -0500 (EST) Message-Id: <1520134738.2037746.1290617928.4FDB71A2@webmail.messagingengine.com> From: Hyun Hwang To: "tech-lists" Cc: freebsd-ports@freebsd.org, freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b08ff009 Subject: Re: sysutils/u-boot-rpi2 appears to be broken with freebsd/crochet from github Date: Sat, 03 Mar 2018 22:38:58 -0500 References: <2bce9ec3-3c80-b986-ee8f-33cf60fe3030@zyxst.net> In-Reply-To: <2bce9ec3-3c80-b986-ee8f-33cf60fe3030@zyxst.net> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2018 03:39:00 -0000 On Sunday, March 4, 2018, 1:07 AM (UTC+0000), "tech-lists" wrote: > When I use crochet to build for rpi2 it never completes writing the > image because it looks for things in /usr/local/share/u-boot/u-boot-rpi2 > and doesn't find for example LICENCE.broadcom. There's just two files > there: > > root@desktop:/usr/local/share/u-boot/u-boot-rpi2 # ls -lah > total 295 > drwxr-xr-x 2 root wheel 4B Mar 3 20:26 . > drwxr-xr-x 4 root wheel 4B Mar 4 00:58 .. > -rw-r--r-- 1 root wheel 765B Mar 3 20:23 README > -rw-r--r-- 1 root wheel 371K Mar 3 20:23 u-boot.bin > (My email client messed up and sent the reply only to -arm; so I'm sending this message again to -ports as well. Sorry for duplicate post.) I see that firmware files are separated from `sysutils/u-boot-rpi2` port and are now located in `sysutils/rpi-firmware` port as of [ports r454265](https://svnweb.freebsd.org/ports?view=revision&revision=454265). Looks like Crochet requires some update. My wild guess is that RPi3 is yet to be separated because of gonzo's SMP binary (armstub8.bin)? -- Hyun Hwang