Re: [U-Boot] DE10 Nano U-Boot v2019.04 Issues

2019-04-29 Thread Simon Goldschmidt
On Mon, Apr 29, 2019 at 4:36 PM rafael mello wrote: > > Hello Simon, > > Adding the "clock-frequency = <1>;" line to the dts file solved the > issue, Great to hear that. I'll post a patch to fix that. > But I had found another solution before reading your repply. > There is one dtsi fil

Re: [U-Boot] DE10 Nano U-Boot v2019.04 Issues

2019-04-29 Thread rafael mello
ith the solution that I found, I failed to see that the clock-frequency was the real issue. Best regards, Rafael Villatore De: Simon Goldschmidt Enviado: segunda-feira, 29 de abril de 2019 04:23 Para: rafael mello Cc: u-boot@lists.denx.de Assunto: Re: [U-Boot] DE1

Re: [U-Boot] DE10 Nano U-Boot v2019.04 Issues

2019-04-29 Thread Simon Goldschmidt
On Mon, Apr 29, 2019 at 1:16 AM rafael mello wrote: > > Hello Simon, > Thank you for the repply. > >> You probably should use mrproper here, not distclean? > I do agree, mrproper should be used. > > >> So what's $CC set to? I don't think you need ARCH=arm, works without that > >> for me. > Sorry,

Re: [U-Boot] DE10 Nano U-Boot v2019.04 Issues

2019-04-28 Thread rafael mello
De: Simon Goldschmidt Enviado: domingo, 28 de abril de 2019 05:13 Para: rafael mello Cc: u-boot@lists.denx.de Assunto: Re: [U-Boot] DE10 Nano U-Boot v2019.04 Issues On 27.04.19 19:59, rafael mello wrote: > Hello, I've attempted to build u-boot v

Re: [U-Boot] DE10 Nano U-Boot v2019.04 Issues

2019-04-28 Thread Simon Goldschmidt
On 27.04.19 19:59, rafael mello wrote: Hello, I've attempted to build u-boot v2019.04 for the DE10 Nano board using the following commands: make ARCH=arm CROSS_COMPILE=${CC} distclean You probably should use mrproper here, not distclean? make ARCH=arm CROSS_COMPILE=${CC} socfpga_de10_nano_

[U-Boot] DE10 Nano U-Boot v2019.04 Issues

2019-04-27 Thread rafael mello
Hello, I've attempted to build u-boot v2019.04 for the DE10 Nano board using the following commands: make ARCH=arm CROSS_COMPILE=${CC} distclean make ARCH=arm CROSS_COMPILE=${CC} socfpga_de10_nano_defconfig make ARCH=arm CROSS_COMPILE=${CC} u-boot-with-spl.sfp It builds just fine but I'm not able