From owner-freebsd-arm@freebsd.org Tue Jan 14 17:13:36 2020 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 729091F15EB for ; Tue, 14 Jan 2020 17:13:36 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xxr02THBz4Qp5; Tue, 14 Jan 2020 17:13:36 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from auth2-smtp.messagingengine.com (auth2-smtp.messagingengine.com [66.111.4.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: brd/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4B0C2D8A0; Tue, 14 Jan 2020 17:13:36 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailauth.nyi.internal (Postfix) with ESMTP id 00AAE21B62; Tue, 14 Jan 2020 12:13:36 -0500 (EST) Received: from imap2 ([10.202.2.52]) by compute5.internal (MEProxy); Tue, 14 Jan 2020 12:13:36 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrtddugddthecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvufgtsehttdertderredtnecuhfhrohhmpedfuehrrggu ucffrghvihhsfdcuoegsrhgusefhrhgvvgeuufffrdhorhhgqeenucffohhmrghinhepfh hrvggvsghsugdrohhrghenucfrrghrrghmpehmrghilhhfrhhomhepsghrrgguodhmvghs mhhtphgruhhthhhpvghrshhonhgrlhhithihqdejtdejieefvdefvddqudektdeileeike ekqdgsrhgupeephfhrvggvuefuffdrohhrghesshhoudegkhdrtghomhenucevlhhushht vghrufhiiigvpedt X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id CB59EE00AF; Tue, 14 Jan 2020 12:13:34 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-754-g09d1619-fmstable-20200113v1 Mime-Version: 1.0 Message-Id: <801a5a8d-4b0e-4295-90b0-b38d6d6224e9@www.fastmail.com> In-Reply-To: <20200112005454.e7599be873eada0f40d7760a@eternamente.info> References: <20200112005454.e7599be873eada0f40d7760a@eternamente.info> Date: Tue, 14 Jan 2020 10:13:12 -0700 From: "Brad Davis" To: Nenhum_de_Nos , "Robert Crowston via freebsd-arm" Subject: Re: own freebsd-update server for RPi3 Content-Type: text/plain X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 17:13:36 -0000 On Sat, Jan 11, 2020, at 8:54 PM, Nenhum_de_Nos wrote: > Hi, > > I have a RPi3 running freebsd 12.1R and I need to use custom kernel (pf > compiled) after all was configured. > I used crochet to have this img with pf compiled in, and now I need to > update my RPi with that image. > > I found this link > https://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-update-server/index.html > > But it is old and I tested it and was not working for me. Is that > another way I can update my RPi rather then compile it on itself? > > If anyone has any hints, thanks. It really isn't practical to run freebsd-update on the RPi as a client. The way freebsd-update involves lots of fork/exec and sha256 calls that would take far too long on the SD Card. You are better off actually building and installing on the SD Card. In the future we hope that pkgbase will make updating small ARM boards much easier. Regards, Brad Davis