Re: Raspberry Pi 3 booting from USB

2017-03-07 Thread Stuart Henderson
On 2017-03-05, Joe Gidi wrote: > In the case of my admittedly Frankensteined system, it was needed. The files > from Raspbian were different. I will do a clean install when the next snap > comes out with the latest firmware, DTBs, etc. > > Do you know why u-boot.bin didn't make it to my USB drive

Re: Raspberry Pi 3 booting from USB

2017-03-06 Thread Otto Moerbeek
On Tue, Mar 07, 2017 at 05:19:29PM +1100, Jonathan Gray wrote: > On Tue, Mar 07, 2017 at 06:58:25AM +0100, Otto Moerbeek wrote: > > On Mon, Mar 06, 2017 at 05:58:36PM +1100, Jonathan Gray wrote: > > > > > On Mon, Mar 06, 2017 at 07:46:30AM +0100, Otto Moerbeek wrote: > > > > On Sun, Mar 05, 2017

Re: Raspberry Pi 3 booting from USB

2017-03-06 Thread Jonathan Gray
On Tue, Mar 07, 2017 at 06:58:25AM +0100, Otto Moerbeek wrote: > On Mon, Mar 06, 2017 at 05:58:36PM +1100, Jonathan Gray wrote: > > > On Mon, Mar 06, 2017 at 07:46:30AM +0100, Otto Moerbeek wrote: > > > On Sun, Mar 05, 2017 at 09:41:27AM -0500, Joe Gidi wrote: > > > > > > > I was stuck at that po

Re: Raspberry Pi 3 booting from USB

2017-03-06 Thread Otto Moerbeek
On Mon, Mar 06, 2017 at 05:58:36PM +1100, Jonathan Gray wrote: > On Mon, Mar 06, 2017 at 07:46:30AM +0100, Otto Moerbeek wrote: > > On Sun, Mar 05, 2017 at 09:41:27AM -0500, Joe Gidi wrote: > > > > > I was stuck at that point for a while. Make sure you have everything you > > > need > > > to boo

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Jonathan Gray
On Mon, Mar 06, 2017 at 07:46:30AM +0100, Otto Moerbeek wrote: > On Sun, Mar 05, 2017 at 09:41:27AM -0500, Joe Gidi wrote: > > > I was stuck at that point for a while. Make sure you have everything you > > need > > to boot on the DOS partition of your USB drive; mine was missing u-boot.bin. > > A

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Otto Moerbeek
On Sun, Mar 05, 2017 at 09:41:27AM -0500, Joe Gidi wrote: > I was stuck at that point for a while. Make sure you have everything you need > to boot on the DOS partition of your USB drive; mine was missing u-boot.bin. > Are you using the bootcode.bin and start.elf files from Raspbian? I'm using th

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
I was stuck at that point for a while. Make sure you have everything you need to boot on the DOS partition of your USB drive; mine was missing u-boot.bin. Are you using the bootcode.bin and start.elf files from Raspbian? On March 5, 2017 9:25:59 AM EST, Otto Moerbeek wrote: >On Mon, Mar 06, 2017

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Otto Moerbeek
On Mon, Mar 06, 2017 at 12:36:55AM +1100, Jonathan Gray wrote: > The arm64 miniroot and bsd.rd already include fixup.dat and dtbs > from https://github.com/raspberrypi/firmware/tree/master/boot > > There is no need to manually change them. I managed to get usb booting to work on a external power

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
In the case of my admittedly Frankensteined system, it was needed. The files from Raspbian were different. I will do a clean install when the next snap comes out with the latest firmware, DTBs, etc. Do you know why u-boot.bin didn't make it to my USB drive during installation and had to be manuall

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Jonathan Gray
The arm64 miniroot and bsd.rd already include fixup.dat and dtbs from https://github.com/raspberrypi/firmware/tree/master/boot There is no need to manually change them. On Sun, Mar 05, 2017 at 08:21:56AM -0500, Joe Gidi wrote: > >From further tinkering, I discovered that my Pi was only recognizin

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
>From further tinkering, I discovered that my Pi was only recognizing 128 MB of RAM until I switched to using the DTB and fixup.dat files from Raspbian. Seems that those /boot/ files should be kept in sync. Thanks for all your work on this new platform! On March 5, 2017 3:36:16 AM EST, Jonathan G

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Richard Toohey
On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: Hope this information is helpful to someone... -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried Thanks for the info, and (a bit off-topic) great to see OpenBSD coming to the Pi. So thanks to everyone

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Jonathan Gray
On Sun, Mar 05, 2017 at 09:23:13AM +0100, Otto Moerbeek wrote: > On Sun, Mar 05, 2017 at 07:00:46PM +1100, Jonathan Gray wrote: > > > On Sun, Mar 05, 2017 at 08:37:30AM +0100, Otto Moerbeek wrote: > > > On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: > > > > > > > After jsg@ mentioned t

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Otto Moerbeek
On Sun, Mar 05, 2017 at 07:00:46PM +1100, Jonathan Gray wrote: > On Sun, Mar 05, 2017 at 08:37:30AM +0100, Otto Moerbeek wrote: > > On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: > > > > > After jsg@ mentioned that booting a Raspberry Pi 3 from a USB device > > > might be > > > possibl

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Jonathan Gray
On Sun, Mar 05, 2017 at 08:37:30AM +0100, Otto Moerbeek wrote: > On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: > > > After jsg@ mentioned that booting a Raspberry Pi 3 from a USB device > > might be > > possible, I decided to find out how deep the rabbit hole is. > > As it turns out, >

Re: Raspberry Pi 3 booting from USB

2017-03-04 Thread Otto Moerbeek
On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: > After jsg@ mentioned that booting a Raspberry Pi 3 from a USB device > might be > possible, I decided to find out how deep the rabbit hole is. > As it turns out, > it's currently a bit convoluted, but it can be made > to work with OpenBSD

Re: Raspberry Pi 3 booting from USB

2017-03-04 Thread Joe Gidi
Wow, apologies for the horrible line breaks inserted by this mail client... -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried - Original Message - From: "Joe Gidi" To: misc@openbsd.org Cc: Sent: Sat, 04 Mar 2017 18:40:57 -0500 Subject: Raspberry Pi 3 booting