From owner-freebsd-arm@freebsd.org Thu Jan 30 19:55:17 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 24C791FC671 for ; Thu, 30 Jan 2020 19:55:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 487rg907D8z4Z0H for ; Thu, 30 Jan 2020 19:55:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id E9BD71462D for ; Thu, 30 Jan 2020 19:55:16 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f182.google.com with SMTP id q15so4225776qki.2 for ; Thu, 30 Jan 2020 11:55:16 -0800 (PST) X-Gm-Message-State: APjAAAXLRAZTyG4zz+IjoTya1ZOczC/doT2dXA5aTyow5l2hD0no8nZp KicagEMCKRNbzz/oIpg/8/AOmFvmykYrx97zdRw= X-Google-Smtp-Source: APXvYqzufaB+DRWU9Czjhf2jJuJ3lNvWBZK8wHtthYMQ1aujrUwx2QwwLEuNa3ha2QYYk/O9ntlqyslNMmisrQE4+ms= X-Received: by 2002:ae9:e10e:: with SMTP id g14mr7255853qkm.430.1580414116273; Thu, 30 Jan 2020 11:55:16 -0800 (PST) MIME-Version: 1.0 References: <17938.1575444597@critter.freebsd.dk> <20191204092402.GA82492@fuz.su> <78425.1580332298@critter.freebsd.dk> <20200129222907.3ccaf4c23fe8509e3f9cdfe4@bidouilliste.net> <84926.1580333803@critter.freebsd.dk> <8BE05A88-D216-4023-AC6E-D6431C7BB3E1@googlemail.com> <20200130165057.GB21879@www.zefox.net> In-Reply-To: From: Kyle Evans Date: Thu, 30 Jan 2020 13:55:04 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: arm64 as Tier 1 for FreeBSD 13 To: =?UTF-8?Q?Klaus_K=C3=BCchemann?= Cc: bob prohaska , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Thu, 30 Jan 2020 19:55:17 -0000 On Thu, Jan 30, 2020 at 1:49 PM Klaus K=C3=BCchemann via freebsd-arm wrote: > > > > > Am 30.01.2020 um 17:50 schrieb bob prohaska : > > > > On Thu, Jan 30, 2020 at 04:16:48PM +0100, Klaus K??chemann via freebsd-= arm wrote: > >> > >> > >> If somebody answers here : " yes, I want a HowTo and will help the fbs= d-project", > >> I'll write a HowTo. ;-). If nobody wants to boot FreeBSD on the crappy= RPI4 we can't help out :-) > > > > I'll bite. I'd like to see a set of instructions for making FreeBSD boo= t on a Pi4 > > and will help the FreeBSD foundation. My CD-ROM subscription seems to h= ave stopped > > coming, so I'll send a donation direct to the Foundation. > > > > It's worth remembering that FreeBSD, along with the rest of the open-so= urce > > movement, started with ports to the IPM PC-AT, a "crappy" platform by m= ost > > accounts of the day. > > > > Thanks for reading, > > > > bob prohaska > > > >> > >> Regards > >> Klaus > >> _______________________________________________ > >> freebsd-arm@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/freebsd-arm > >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org= =E2=80=9C > >> > > Hi Bob, > > wow, hot discussion here :-) > `was more a "joke=E2=80=9C with the =E2=80=9Epromise to help FreeBSD=E2= =80=9C or in other words I didn=E2=80=99t think of money, > With =E2=80=9Ahelp' I meant bug reports( in best case with patches), read= ing sourc- codes src . > > O.K., I=E2=80=99ll write a tutorial to the FreeBSD- forums tonight. > But to say it here first, point 6 of Kyle Evans with the 2 question marks= is : > > Copying the firmware from RPI-foundation to the SD-card is step 6 which = will make the RPI4 bootable from uSD =E2=80=A6. The RPI3 image already has the appropriate firmware on it, installed from sysutils/rpi-firmware. Thanks, Kyle Evans