Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-04-11 Thread Reinhard Meyer
Dear Daniel Gorsulowski, Check that your AT91Bootstrap loads u-boot to a sane address not at the very end of DRAM, and that CONFIG_SYS_TEXT_BASE is exactly the address where AT91Bootstrap loads u-boot. (I changed AT91Bootstrap to load u-boot to the very begin of DRAM for our boards.) I

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-25 Thread Albert ARIBAUD
Le 24/01/2011 12:39, Daniel Gorsulowski a écrit : Hello Reinhard, ... Check that your AT91Bootstrap loads u-boot to a sane address not at the very end of DRAM, and that CONFIG_SYS_TEXT_BASE is exactly the address where AT91Bootstrap loads u-boot. (I changed AT91Bootstrap to load u-boot to

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-24 Thread Daniel Gorsulowski
Hello Reinhard, ... Check that your AT91Bootstrap loads u-boot to a sane address not at the very end of DRAM, and that CONFIG_SYS_TEXT_BASE is exactly the address where AT91Bootstrap loads u-boot. (I changed AT91Bootstrap to load u-boot to the very begin of DRAM for our boards.) I

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-24 Thread Reinhard Meyer
Dear Daniel Gorsulowski, Hello Reinhard, ... Check that your AT91Bootstrap loads u-boot to a sane address not at the very end of DRAM, and that CONFIG_SYS_TEXT_BASE is exactly the address where AT91Bootstrap loads u-boot. (I changed AT91Bootstrap to load u-boot to the very begin of DRAM

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-21 Thread Daniel Gorsulowski
Dear Reinhard, Reinhard Meyer wrote: Dear Daniel Gorsulowski, Hello Reinhard, Reinhard Meyer wrote: Dear Daniel Gorsulowski, ... The at91sam9260(9xe)ek board builds fine and works. I can confirm that. Use that as a template or reference what to do. You should *only* need to adapt

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-21 Thread Reinhard Meyer
Dear Daniel Gorsulowski, Today I found out by GPIO debugging, that U-Boot seems to boot but prints its startup messages to wrong USART with proper baudrate. I'll try to find out, why there is no output on DBGU. Note that the USART to use is defined differently than before: /* serial console

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-21 Thread Daniel Gorsulowski
Hello Reinhard, Reinhard Meyer wrote: Dear Daniel Gorsulowski, Today I found out by GPIO debugging, that U-Boot seems to boot but prints its startup messages to wrong USART with proper baudrate. I'll try to find out, why there is no output on DBGU. Note that the USART to use is defined

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-21 Thread Reinhard Meyer
Dear Daniel Gorsulowski, Hello Reinhard, Reinhard Meyer wrote: Dear Daniel Gorsulowski, Today I found out by GPIO debugging, that U-Boot seems to boot but prints its startup messages to wrong USART with proper baudrate. I'll try to find out, why there is no output on DBGU. Note that the

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-21 Thread Daniel Gorsulowski
Hello Reinhard, ... Back to the problem... In my opinion, my USART configuration is correct. I still have no idea, why there is no output on DBGU. I am at a loss there, too. Which USART is the output coming from instead? Is it really console output or maybe some other, independent

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-21 Thread Reinhard Meyer
Hello Daniel, Hello Reinhard, Which USART is the output coming from instead? Is it really console output or maybe some other, independent pulses? I don't know, to which USART the output goes. I guess you assume, my GPIO debugging was to meassure the pulses on the USART pins. But no, my

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-20 Thread Reinhard Meyer
Dear Daniel Gorsulowski, Hello Reinhard, Reinhard Meyer wrote: Dear Daniel Gorsulowski, ... The at91sam9260(9xe)ek board builds fine and works. I can confirm that. Use that as a template or reference what to do. You should *only* need to adapt board/*/files and your configs/board.h

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-19 Thread Daniel Gorsulowski
Hello Reinhard, Reinhard Meyer wrote: Dear Daniel Gorsulowski, Hello Albert, Albert ARIBAUD wrote: Le 18/01/2011 10:27, Daniel Gorsulowski a écrit : Hello again! Hi Daniel, One month ago, I asked you for help (see message below), but got no answer. Sorry about that. Last quarter of

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-18 Thread Reinhard Meyer
Dear Daniel Gorsulowski, Hello Albert, Albert ARIBAUD wrote: Le 18/01/2011 10:27, Daniel Gorsulowski a écrit : Hello again! Hi Daniel, One month ago, I asked you for help (see message below), but got no answer. Sorry about that. Last quarter of 2010 was rather busy for me. Do you