From owner-freebsd-arm@freebsd.org Wed May 20 04:51:29 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 0280B2FE3E5 for ; Wed, 20 May 2020 04:51:29 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49RgM46MHhz4fS9 for ; Wed, 20 May 2020 04:51:28 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) (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 C7BC832546 for ; Wed, 20 May 2020 04:51:28 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f180.google.com with SMTP id z80so2424949qka.0 for ; Tue, 19 May 2020 21:51:28 -0700 (PDT) X-Gm-Message-State: AOAM531b23f+44eYHMMnaqaZxY909VFDlTU272LgwRAFR0aY6wdOq+N/ AuMKG0G7LHzwAcj0KnvgA5zcfFWvp7eChiY3xD8= X-Google-Smtp-Source: ABdhPJwOgfw1rNuOuZFy6SB/nnK6Hf1+7Gh1e07ej7tFdoi+mQnqMV/rIu4ZqVHqqRhIQjKf0FkR+0biVocAdv0rCc4= X-Received: by 2002:a05:620a:b0b:: with SMTP id t11mr3011396qkg.103.1589950288230; Tue, 19 May 2020 21:51:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Tue, 19 May 2020 23:51:17 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: rpi4 headless experience To: Dan Mack Cc: Mark Millard , freebsd-arm Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2020 04:51:29 -0000 On Tue, May 19, 2020 at 11:46 PM Dan Mack wrote: > > Fair point. I was just folling the wiki which said - RPI4 users, use the > RPi3 version :-) > > No worries, I can wait. Sorry for the noise. > I'll have to take a look at what claims the wiki is making... the proper procedure to test from a snapshot should be a somewhat easy one, with minor hoops: 1.) Grab the RPI3 image (-CURRENT only) 2.) Install u-boot-rpi4 from ports 3.) Mount the FAT partition from the RPI3 image, install u-boot.bin from /usr/local/share/u-boot/u-boot-rpi4 (installed in step 2) and replace config.txt with the config_rpi4.txt that's already located on the FAT partition One of the next U-Boot releases will support RPI3/4 concurrently in a single binary, so we'll switch to using that if we have USB support by that point; some of the above hoops are simply because we're not 100% there yet. Thanks, Kyle Evans