From owner-freebsd-arm@freebsd.org Sun Aug 14 12:03:40 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A319DBB865D for ; Sun, 14 Aug 2016 12:03:40 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-181.reflexion.net [208.70.211.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 680AE1C0E for ; Sun, 14 Aug 2016 12:03:39 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 31949 invoked from network); 14 Aug 2016 11:57:42 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 14 Aug 2016 11:57:42 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.90.6) with SMTP; Sun, 14 Aug 2016 07:57:02 -0400 (EDT) Received: (qmail 24739 invoked from network); 14 Aug 2016 11:57:02 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 14 Aug 2016 11:57:02 -0000 X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 79085B1E001 for ; Sun, 14 Aug 2016 04:56:55 -0700 (PDT) From: Mark Millard Subject: FYI: rpi3 can boot from USB Mass Storage Device Message-Id: <5EE213C4-EE96-4CFF-8F73-BBCA755C1F96@dsl-only.net> Date: Sun, 14 Aug 2016 04:56:56 -0700 To: freebsd-arm Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2016 12:03:40 -0000 The following gives instructions for a raspbian context for enabling = "USB boot mode" on an rpi3: = https://github.com/raspberrypi/documentation/blob/master/hardware/raspberr= ypi/bootmodes/msd.md Getting the "OTP" programmed to enable the mode is done via a SD card = boot but after that a USB storage device can be used instead. =3D=3D=3D Mark Millard markmi at dsl-only.net