Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-06 Thread Göran Lundberg
Can anyone share their working u-boot configuration for RPi3? With a working graphics mode and device tree overlay. config.txt boot.scr and any other config files you might have. I'm running a normal Raspbian Stretch lite image with stock 32bit kernel. I compiled u-boot with

Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-06 Thread Göran Lundberg
Yes i did that as I explained in my last message. And now it autoboots. But why doesn't it autoboot without it?  Why is UART required to autoboot? If I don't have that line in confg.txt I can manually boot with 'boot' 'run boot_cmd' without a problem. So it's not really problem with the boot

Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-06 Thread Göran Lundberg
I got it autobooting by adding enable_uart=1 to /boot/config.txt But it seems like a bug that could be fixed, since it was booting, but only manually. Anyone got an idea what might cause this? But the graphics mode is all wrong. The four raspberrys are purple and the resolution is extremely

Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-06 Thread Jonathan Gray
On Tue, Mar 06, 2018 at 02:12:23PM +0100, Alexander Graf wrote: > On 03/06/2018 01:55 PM, Jonathan Gray wrote: > > On Mon, Mar 05, 2018 at 06:18:59PM +, Peter Robinson wrote: > > > > > > Hi! > > > > > > I'm trying to boot from u-boot on a Raspberry Pi 3. But for some > > > > > > reason > > >

Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-06 Thread Alexander Graf
On 03/06/2018 01:55 PM, Jonathan Gray wrote: On Mon, Mar 05, 2018 at 06:18:59PM +, Peter Robinson wrote: Hi! I'm trying to boot from u-boot on a Raspberry Pi 3. But for some reason it isn't autobooting on the SD-card. Is it possible to get more debug output on the screen console? I don't

Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-06 Thread Jonathan Gray
On Mon, Mar 05, 2018 at 06:18:59PM +, Peter Robinson wrote: > >>> Hi! > >>> I'm trying to boot from u-boot on a Raspberry Pi 3. But for some reason > >>> it > >>> isn't autobooting on the SD-card. > >>> > >>> Is it possible to get more debug output on the screen console? I don't > >>> have >

Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-05 Thread Peter Robinson
>>> Hi! >>> I'm trying to boot from u-boot on a Raspberry Pi 3. But for some reason >>> it >>> isn't autobooting on the SD-card. >>> >>> Is it possible to get more debug output on the screen console? I don't >>> have >>> a serial console at the moment. >>> The output on the screen is: >>> >>> Net:

Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-05 Thread Alexander Graf
On 03/02/2018 08:55 PM, Peter Robinson wrote: On Fri, Mar 2, 2018 at 10:47 AM, Göran Lundberg wrote: Hi! I'm trying to boot from u-boot on a Raspberry Pi 3. But for some reason it isn't autobooting on the SD-card. Is it possible to get more debug output on the screen

Re: [U-Boot] RPi3 Not autobooting from SD-card. {Scanned}

2018-03-02 Thread Peter Robinson
On Fri, Mar 2, 2018 at 10:47 AM, Göran Lundberg wrote: > Hi! > I'm trying to boot from u-boot on a Raspberry Pi 3. But for some reason it > isn't autobooting on the SD-card. > > Is it possible to get more debug output on the screen console? I don't have > a serial console at