From owner-freebsd-uboot@freebsd.org Sat Jan 12 12:30:55 2019 Return-Path: Delivered-To: freebsd-uboot@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 0EC4814914F8 for ; Sat, 12 Jan 2019 12:30:55 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E47C985768 for ; Sat, 12 Jan 2019 12:30:53 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: by mailman.ysv.freebsd.org (Postfix) id A24FB14914F7; Sat, 12 Jan 2019 12:30:53 +0000 (UTC) Delivered-To: uboot@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 8CB0414914F6 for ; Sat, 12 Jan 2019 12:30:53 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D732E85761; Sat, 12 Jan 2019 12:30:52 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 5a937cca; Sat, 12 Jan 2019 13:30:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=x3g40QZlBfZ3bTu4OER34TC+XUI=; b=B8hZ5kOtehJuKArBbS9z3sSzHLgT QQ25fSdpLyfPXDh3VQmqBeJsErIyM6aOHsXQq7aui9jQoZjGkJYTZuLBqVdOiRaO vOj6dK1n9mJPHG+jMY71lbEKM6TaHHttyCqprZH8C1gFUQhtzGT3QIAzLiXfgRfG 5cd7D0tCAUbdxic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=BPKH8bDzaBuTxvlr+SOdS3bLUHcCwAbd0Daagc/dr3ZmcF7gI3iYOggJ 9jWeUs4Wtgc0HDYuB6SwtfgT/D2Kso9l6yXQiGp9B68pjbtMGaiEnJ8TV9UX28fk SDORxjCYRJh7JqLYM6w7OnJQDiYneNOlYT4PFMEKOh3IEQAXIJw= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 0fc2b46b TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 12 Jan 2019 13:30:44 +0100 (CET) Date: Sat, 12 Jan 2019 13:30:43 +0100 From: Emmanuel Vadot To: Gleb Popov Cc: uboot@freebsd.org Subject: Re: FreeBSD Port: sysutils/u-boot-orangepi-pc Message-Id: <20190112133043.a6892af1285b957eb3a8b61b@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: D732E85761 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-uboot@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of uboot with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2019 12:30:55 -0000 Hi, On Sat, 12 Jan 2019 16:07:15 +0400 Gleb Popov wrote: > Hello. > > I installed u-boot-orangepi-pc port, but there is no boot.img file anymore. > Consequently, crochet can't build an image for this board. Other boards > (like u-boot-zedboard) do have this file in plist. > Am I missing something? > > Thanks in advance. > _______________________________________________ > freebsd-uboot@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-uboot > To unsubscribe, send any mail to "freebsd-uboot-unsubscribe@freebsd.org" There never was a boot.img for orangepi-pc. The u-boot installation instruction as describe in pkg-descr https://svnweb.freebsd.org/ports/head/sysutils/u-boot-orangepi-pc/pkg-descr?revision=472710&view=markup Cheers, -- Emmanuel Vadot