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

2016-10-13 Thread Oscar Gomez Fuente
Hi Jaehoon, I fixed the problem. I had to add this patch to the file /arch/arm/dts/zynq-picozed.dts diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts index 3408df8..a6b12b2 100644 --- a/arch/arm/dts/zynq-picozed.dts +++ b/arch/arm/dts/zynq-picozed.dts @@ -26,3 +26,23 @@

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

2016-10-13 Thread Jaehoon Chung
On 10/13/2016 06:49 PM, Oscar Gomez Fuente wrote: > Hi Jaehoon, > > > I've tried to add the #define CONFIG_MMC_TRACE in the file > include/configs/zynq-common.h > > But after compiled and boot u-boot, It doesn't appear any messages: > > --- > U-Boot 2016.11-rc1-0013

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

2016-10-13 Thread Oscar Gomez Fuente
Hi Jaehoon, I've tried to add the #define CONFIG_MMC_TRACE in the file include/configs/zynq-common.h But after compiled and boot u-boot, It doesn't appear any messages: --- U-Boot 2016.11-rc1-00139-gf5fd45f-dirty (Oct 13 2016 - 11:33:25 +0200) Model: Zynq PicoZed Bo

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

2016-10-12 Thread Jaehoon Chung
On 10/12/2016 05:36 PM, Oscar Gomez Fuente wrote: > 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? Yes..CONFIG_MMC_TRACE=y or add the CONFIG_MMC_TRACE in your config file

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/2016 11:08 PM, Oscar Gomez Fu

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

2016-10-11 Thread Jaehoon Chung
Hi On 10/11/2016 11:08 PM, Oscar Gomez Fuente wrote: > Hi everyone, > > I've just compiled u-boot for a picoZed platform with > the zynq_picozed_defconfig, and I've realised that the NET and SD Card > aren't recognised. In the init I see these messages: > > I boot from the SD Card and I see thes

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

2016-10-11 Thread Oscar Gomez Fuente
Hi everyone, I've just compiled u-boot for a picoZed platform with the zynq_picozed_defconfig, and I've realised that the NET and SD Card aren't recognised. In the init I see these messages: I boot from the SD Card and I see these messages from my uart terminal: - U-Boot 2016