Re: Peculiar problem executing boot.scr

2022-11-15 Thread Simon Glass
Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Simon Glass > Sent: Tuesday, November 15, 2022 12:51 AM > To: terzana...@yahoo.gr > Cc: u-boot@lists.denx.de > Subject: Re: Peculiar problem executing boot.scr > > Hi, > > On Mon, 14 Nov 2022 at 06:50, Tasos Terzid

Re: Peculiar problem executing boot.scr

2022-11-14 Thread Simon Glass
Hi, On Mon, 14 Nov 2022 at 06:50, Tasos Terzidis wrote: > > Hello, > > I have a very peculiar problem. > > I have a very simple boot.scr script so that u-boot can load it and run it. > > My set up is a Raspberry 3 B (32 bit) > > Sript is > > Fatload mmc 0:1 ${kernel_addr_r} kernel7.img > > Bootz

Peculiar problem executing boot.scr

2022-11-14 Thread Tasos Terzidis
Hello, I have a very peculiar problem. I have a very simple boot.scr script so that u-boot can load it and run it. My set up is a Raspberry 3 B (32 bit) Sript is Fatload mmc 0:1 ${kernel_addr_r} kernel7.img Bootz ${kernel_addr_r} - ${fdt_addr} When u-boot stops autocounting, finds the scri