Re: [U-Boot] mxs power initialization

2015-06-09 Thread Ruud Commandeur
Hi Stefan, -Oorspronkelijk bericht- Van: Stefan Wahren [mailto:stefan.wah...@i2se.com] Verzonden: zaterdag 6 juni 2015 08:38 Aan: Ruud Commandeur Onderwerp: Re: [U-Boot] mxs power initialization Hi, Ruud Commandeur rcommand...@clb.nl hat am 5. Juni 2015 um 16:38 geschrieben

[U-Boot] mxs power initialization

2015-06-05 Thread Ruud Commandeur
registers (if there is any)? Thanks in advance for your help, Ruud Commandeur ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Fat write problem

2014-01-21 Thread Ruud Commandeur
-Oorspronkelijk bericht- Van: Ruud Commandeur Verzonden: vrijdag 17 januari 2014 16:50 Aan: 'Detlev Zundel' CC: U-Boot list Onderwerp: RE: [U-Boot] Fat write problem -Oorspronkelijk bericht- Van: Detlev Zundel [mailto:d...@denx.de] Verzonden: vrijdag 17

Re: [U-Boot] Fat write problem

2014-01-17 Thread Ruud Commandeur
-Oorspronkelijk bericht- Van: Detlev Zundel [mailto:d...@denx.de] Verzonden: vrijdag 17 januari 2014 15:59 Aan: Ruud Commandeur CC: U-Boot list Onderwerp: Re: [U-Boot] Fat write problem Hi Ruud, This week I decided to do some further research and testing regarding

Re: [U-Boot] Fat write problem

2014-01-15 Thread Ruud Commandeur
hope this gives you all some more information about this problem and perhaps it is even a known problem (limited number of files in the root directory?). I know it is voor FAT16, but that was 512 entries if I am correct. Regards, Ruud -Oorspronkelijk bericht- Van: Ruud Commandeur

[U-Boot] Fat write problem

2013-10-23 Thread Ruud Commandeur
Hi Everyone, After about half a year without problems for fatwrite, I have some new problem. The fatwrites for the u-boot are used to write the uimage and dtb file to a 32 MB FAT16 partition on an SD-card. Since this morning, the writing of a new file keeps failing. I still can write files that

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-17 Thread Ruud Commandeur
...@denx.de] Verzonden: vrijdag 14 juni 2013 17:31 Aan: Ruud Commandeur CC: Eric Bénard; Marek Vašut; U-Boot list Onderwerp: Re: [U-Boot] TFTP timeouts, i.mx fec problem? Dear Ruud, In message 15ae5a936f5e3a42a9144e66875a0a89309...@server1-derijp.clb-Ben elux.lokaal you wrote: I noticed

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-14 Thread Ruud Commandeur
it is not ready to transmit yet... Regards, Ruud -Oorspronkelijk bericht- Van: Eric Bénard [mailto:e...@eukrea.com] Verzonden: vrijdag 7 juni 2013 11:40 Aan: Ruud Commandeur CC: Fabio Estevam; Marek Vašut; U-Boot list Onderwerp: Re: [U-Boot] TFTP timeouts, i.mx fec problem? Hi Ruud

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-07 Thread Ruud Commandeur
. Regards, Ruud -Oorspronkelijk bericht- Van: Fabio Estevam [mailto:feste...@gmail.com] Verzonden: vrijdag 7 juni 2013 2:16 Aan: Ruud Commandeur CC: U-Boot list; Marek Vašut; Stefano Babic Onderwerp: Re: [U-Boot] TFTP timeouts, i.mx fec problem? Hi Ruud, On Fri, May 31, 2013 at 3

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-01 Thread Ruud Commandeur
] Verzonden: vr 31-5-2013 21:09 Aan: Wolfgang Denk CC: Stefano Babic; Ruud Commandeur; U-Boot list Onderwerp: Re: [U-Boot] TFTP timeouts, i.mx fec problem? On 5/31/2013 11:58 AM, Wolfgang Denk wrote: Dear Stefano Babic, In message 51a8c5da.3090...@denx.de you wrote: The question

[U-Boot] TFTP timeouts, i.mx fec problem?

2013-05-31 Thread Ruud Commandeur
Hi everyone, I have been testing for a while now on the i.mx28 evk, and I noticed that almost all tftp transfers take some time before they actually start. It will show a 'T' as first character, then followed by '#' chars. After enabling some debug info, it appeared that it would always start by

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-05-31 Thread Ruud Commandeur
: Ruud Commandeur CC: U-Boot list; sba...@denx.de Onderwerp: Re: TFTP timeouts, i.mx fec problem? On 31/05/2013 08:56, Ruud Commandeur wrote: Hi everyone, Hi Ruud, When tracing the code, it could see that fec_send is called for the 1st ARP request and also the return value

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-05-31 Thread Ruud Commandeur
of the phy. For now, I have set the ARP Timeout to 200 msecs and the retries to 15. Maybe next week I give it another try with some fresh thoughts. Regards, Ruud -Oorspronkelijk bericht- Van: Ruud Commandeur Verzonden: vrijdag 31 mei 2013 12:17 Aan: 'Stefano Babic' CC: U-Boot list

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-05-31 Thread Ruud Commandeur
be reset / initialised once after start-up. Would this be an option? Regards, Ruud -Oorspronkelijk bericht- Van: Wolfgang Denk [mailto:w...@denx.de] Verzonden: vrijdag 31 mei 2013 16:19 Aan: Stefano Babic CC: Ruud Commandeur; U-Boot list Onderwerp: Re: [U-Boot] TFTP timeouts, i.mx fec

[U-Boot] [PATCH] mmc write bug fix

2013-05-22 Thread Ruud Commandeur
being zero in mmc_write_blocks (drivers/mmc.c), this problem is solved. Signed-off-by: Ruud Commandeur rcommand...@clb.nl Cc: Tom Rini tr...@ti.com Cc: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Mats Karrman mats.karr...@tritech.se Cc: Andy Fleming aflem...@gmail.com Index: drivers/mmc

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-16 Thread Ruud Commandeur
Dear Wolfgang Denk, Thanks for your comments, please see mine below. -Oorspronkelijk bericht- Van: Wolfgang Denk [mailto:w...@denx.de] Verzonden: donderdag 16 mei 2013 7:55 Aan: Ruud Commandeur CC: u-boot@lists.denx.de; Tom Rini; Mats K?rrman Onderwerp: Re: [U-Boot] [PATCH] mmc

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-16 Thread Ruud Commandeur
-Oorspronkelijk bericht- Van: Andy Fleming [mailto:aflem...@gmail.com] Verzonden: donderdag 16 mei 2013 0:15 Aan: Ruud Commandeur CC: U-Boot list; Tom Rini; Mats K?rrman Onderwerp: Re: [U-Boot] [PATCH] mmc and fat bug fixes On Wed, May 15, 2013 at 9:23 AM, Ruud

[U-Boot] [PATCH] mmc and fat bug fixes

2013-05-15 Thread Ruud Commandeur
/fat/fat_write.c. Fixed testing fat_val for 0x/0xfff8 and 0xfff/0xff8 by adding the corresponding fatsize in the test (as read in earlier posts) and some changes in debug output. Signed-off-by: Ruud Commandeur rcommand...@clb.nl Cc: Tom Rini tr...@ti.com Cc: Benoît Thébaudeau

Re: [U-Boot] fatwrite problem

2013-05-14 Thread Ruud Commandeur
yourself first? Regards, Ruud -Oorspronkelijk bericht- Van: Ruud Commandeur Verzonden: dinsdag 16 april 2013 11:33 Aan: 'Benoît Thébaudeau'; Tom Rini CC: u-boot@lists.denx.de; Mats K?rrman Onderwerp: RE: [U-Boot] fatwrite problem Hi Everyone, As far as I noticed, set_cluster can

Re: [U-Boot] fatwrite problem

2013-04-16 Thread Ruud Commandeur
to your knowledge. Regards, Ruud -Oorspronkelijk bericht- Van: Benoît Thébaudeau [mailto:benoit.thebaud...@advansee.com] Verzonden: vrijdag 12 april 2013 23:18 Aan: Tom Rini CC: Ruud Commandeur; u-boot@lists.denx.de; Mats K?rrman Onderwerp: Re: [U-Boot] fatwrite problem Hi Tom

[U-Boot] fatwrite problem

2013-04-12 Thread Ruud Commandeur
Hi Everyone, Sinced a few days I noticed some problems writing the uimage to a FAT partition on my SD-card. At first I was afraid of some (physical) SD-card problems, but it appears to be related to he size of the uImage. With some further testing (and adding some debug printing), I could easily

Re: [U-Boot] fatwrite problem

2013-04-12 Thread Ruud Commandeur
: Mats Kärrman [mailto:mats.karr...@tritech.se] Verzonden: vrijdag 12 april 2013 16:11 Aan: Ruud Commandeur CC: u-boot@lists.denx.de Onderwerp: RE: fatwrite problem Hi Ruud, Ruud Commandeur wrote: Once the size of the set_cluster call equals 0, the mmc command is incomplete and times out

Re: [U-Boot] fatwrite problem

2013-04-12 Thread Ruud Commandeur
: Tom Rini [mailto:tom.r...@gmail.com] Namens Tom Rini Verzonden: vrijdag 12 april 2013 17:13 Aan: Ruud Commandeur; Beno??t Th??baudeau CC: Mats K?rrman; u-boot@lists.denx.de Onderwerp: Re: [U-Boot] fatwrite problem On Fri, Apr 12, 2013 at 05:06:35PM +0200, Ruud Commandeur wrote: Hi Mats, Thanks

[U-Boot] imx28 secure boot

2013-03-22 Thread Ruud Commandeur
. This is not a real problem if things work, but can anyone explain to me how this works? Best regards, Ruud Commandeur ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] u-boot-imx: tags

2013-03-22 Thread Ruud Commandeur
Hi everyone, A few weeks ago I cloned the u-boot-imx git and was able to build u-boot for the mx28evk without problems. Just great, but I was wondering how to tell which u-boot version would be the best to pick. Is it just the latest and greatest, or is there also some release-scheme like for the

[U-Boot] imx28 secure boot

2013-02-28 Thread Ruud Commandeur
. This is not a real problem if things work, but can anyone explain to me how this works? Best regards, Ruud Commandeur ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot