From owner-freebsd-arm@freebsd.org Thu Apr 8 18:17:10 2021 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 59E425BAEE5 for ; Thu, 8 Apr 2021 18:17:10 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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 (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGTxd1vgJz3sg6 for ; Thu, 8 Apr 2021 18:17:09 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.16.1/8.15.2) with ESMTPS id 138IH2hG025589 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 8 Apr 2021 11:17:03 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 138IH2Om025586; Thu, 8 Apr 2021 11:17:02 -0700 (PDT) (envelope-from fbsd) Date: Thu, 8 Apr 2021 11:17:02 -0700 From: bob prohaska To: Mark Millard Cc: freebsd-arm@freebsd.org Subject: Re: JMicron jms561 umass on arm64? Message-ID: <20210408181702.GA24445@www.zefox.net> References: <20210407153732.GA50562@www.zefox.net> <20210407211513.GA53438@www.zefox.net> <20210408150934.GA99223@www.zefox.net> <694B7C84-E627-4E17-9148-4C4BB54FAD17@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <694B7C84-E627-4E17-9148-4C4BB54FAD17@yahoo.com> X-Rspamd-Queue-Id: 4FGTxd1vgJz3sg6 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of fbsd@www.zefox.net has no SPF policy when checking 50.1.20.27) smtp.mailfrom=fbsd@www.zefox.net X-Spamd-Result: default: False [-0.10 / 15.00]; TO_DN_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; FREEMAIL_TO(0.00)[yahoo.com]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; WWW_DOT_DOMAIN(0.50)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[50.1.20.27:from]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[zefox.net]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[50.1.20.27:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-arm]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to ARM processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 18:17:10 -0000 On Thu, Apr 08, 2021 at 09:23:55AM -0700, Mark Millard wrote: > On 2021-Apr-8, at 08:09, bob prohaska wrote: > > > I forgot to mention that before initially booting FreeBSD on > > my Pi4B I booted it with RasPiOS and ran sudo apt update/upgrade. > > That likely fixed the firmware on the Pi without intelligent > > intervention. > > How would booting RasPiOS via RasPiOS media and running > apt update/upgrade automatically update the firmware that > is on the FreeBSD media, files like start4.elf on the > msdos file system on FreeBSD boot media? > > I was not writing of things like the eepprom update that > enables USB booting on older RPi*'s that did not support > such initially. I explicitly mentioned start4.elf and > "firmware-boot-stage media". > > Unless there were more steps than described, I doubt the > activity updated what I was refering to. > Perhaps I'm confusing firmware with eeprom. ISTR that I did have to copy a selection of new files into /boot/msdos, but I don't think that booted until running RasPiOS and updating it, using apt upgrade. Unfortunately I wasn't taking notes.... Apologies for any misdirection caused, bob prohaska