Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Oscar Gomez Fuente
rgom...@gmail.com Website: www.oscargomezf.com <http://facebook.com/oscargomezf> <http://plus.google.com/oscargomezf> <http://us.linkedin.com/in/oscargomezf> <http://twitter.com/oscargomezf_com> On 18 October 2016 at 09:00, Michal Simek wrote: > On 17.10.2016 17:33, Oscar Go

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Oscar Gomez Fuente
Email: oscargom...@gmail.com Website: www.oscargomezf.com <http://facebook.com/oscargomezf> <http://plus.google.com/oscargomezf> <http://us.linkedin.com/in/oscargomezf> <http://twitter.com/oscargomezf_com> On 18 October 2016 at 09:00, Michal Simek wrote: > On 17.10.2016 17:3

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Oscar Gomez Fuente
x,zynq-picozed", "xlnx,zynq-7000"; aliases { mmc0 = &sdhci0; }; }; &sdhci0 { u-boot,dm-pre-reloc; status = "okay"; }; Do you think the is the best way? Best regards. Oscar Gomez Fuente On 17 October 2016 at 16:36, Michal Simek wrote: > On 17.10.2016

[U-Boot] Question related to send a patch

2016-10-17 Thread Oscar Gomez Fuente
boot repository? Best regards. Oscar Gomez Fuente ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PicoZed] Error uenvboot script

2016-10-14 Thread Oscar Gomez Fuente
fi When the test -n $uenvcmd is executed, but I don't understand why, because when I execute the script, run uenvcmd runs fine. Any suggestion? It seems to be when the console is ready the test function works fine, but before it fails. Best regards. Oscar Gomez Fuente.

Re: [U-Boot] [PicoZed] Error in NET and SD Card

2016-10-13 Thread Oscar Gomez Fuente
}; +}; + +&qspi { +u-boot,dm-pre-reloc; +status = "okay"; +}; + +&sdhci0 { +u-boot,dm-pre-reloc; +status = "okay"; +} So the problem was due to an incomplete dts file. Could you fix this issue in the following release? Or How could I send this req

Re: [U-Boot] [PicoZed] Error in NET and SD Card

2016-10-13 Thread Oscar Gomez Fuente
", "arm,primecell"; reg = <0xf8003000 0x1000>; interrupt-parent = <0x3>; interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3", "dma4", "dma5", "dma6", "dma7"; inte

Re: [U-Boot] [PicoZed] Error in NET and SD Card

2016-10-12 Thread Oscar Gomez Fuente
Hi Jaehoon, How can I enable the CONFG_MMC_TRACE? I couldn't find this option in the menuconfig. Is it enough to add "CONFIG_MMC_TRACE=y" in the .config file? Best regards. Oscar Gomez Fuente. On 12 October 2016 at 06:46, Jaehoon Chung wrote: > Hi > > On 10/11/20

[U-Boot] [PicoZed] Error in NET and SD Card

2016-10-11 Thread Oscar Gomez Fuente
ethernet found. ** Bad device mmc 0 ** Checking if uenvcmd is set ... Hit any key to stop autoboot: 0 - So, I think something has broken. Could anyone chek this issue? Thank you very much. Best regards. Oscar Gomez Fuente ___ U-Boot