Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-24 Thread Markus Hubig
On Sun, Jul 22, 2012 at 12:03:25AM +0200, Wolfgang Denk wrote: > Dear Markus Hubig, > > In message <20120720142655.gb20...@imko.de> you wrote: > > > > And the only setting I found in my board support code (stamp9g20.h) > > that is obviously realated to this "malloc-thing" is: > > > > | #define CO

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-21 Thread Wolfgang Denk
Dear Markus Hubig, In message <20120720142655.gb20...@imko.de> you wrote: > > And the only setting I found in my board support code (stamp9g20.h) > that is obviously realated to this "malloc-thing" is: > > | #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE \ > |

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-20 Thread Markus Hubig
On Fri, Jul 20, 2012 at 03:08:51PM +0200, Markus Hubig wrote: > On Wed, Jul 18, 2012 at 03:21:00PM +0200, Markus Hubig wrote: > > Hmm OK I disabled the watchdog and enabled debugging and now this > > is what I get at the first boot after flashing: > > > > | RomBOOT > > | > > | > > | U-Boot 2012.

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-20 Thread Markus Hubig
On Wed, Jul 18, 2012 at 03:21:00PM +0200, Markus Hubig wrote: > Hmm OK I disabled the watchdog and enabled debugging and now this > is what I get at the first boot after flashing: > > | RomBOOT > | > | > | U-Boot 2012.04.01-3-gab465ef-dirty (Jul 18 2012 - 15:08:22) > | > | U-Boot code: 23F0

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-18 Thread Markus Hubig
On Fri, Jul 13, 2012 at 01:04:46AM +0200, Andreas Bießmann wrote: > On 12.07.12 17:49, Markus Hubig wrote: > > On Thu, Jul 12, 2012 at 11:28:13AM +0200, Andreas Bießmann wrote: > >> On 11.07.2012 21:28, Markus Hubig wrote: > >>> Now I'm in the process of adapting this patch to the new u-boot. Up to

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-12 Thread Andreas Bießmann
Dear Markus Hubig, On 12.07.12 17:49, Markus Hubig wrote: > On Thu, Jul 12, 2012 at 11:28:13AM +0200, Andreas Bießmann wrote: >> On 11.07.2012 21:28, Markus Hubig wrote: >>> as part of my bachelor thesis I'm working with the stamp9g20 / portuxg20 >>> board from taskit (http://www.taskit.de/produkt

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-12 Thread Markus Hubig
On Thu, Jul 12, 2012 at 08:07:17AM +0200, Wolfgang Denk wrote: > In message > you > wrote: > > > I include the old patch (portuxg20.patch) and the three patches I made in > > this > > email. My patches are based on u-boot v2012.04.01. > > Sorry, but it doesn't work like that. We don't read s

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-12 Thread Markus Hubig
On Thu, Jul 12, 2012 at 11:28:13AM +0200, Andreas Bießmann wrote: > On 11.07.2012 21:28, Markus Hubig wrote: > > as part of my bachelor thesis I'm working with the stamp9g20 / portuxg20 > > board from taskit (http://www.taskit.de/produkte/stamp9g20/index.htm). I > > have a patch for a older version

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-12 Thread Andreas Bießmann
Dear Markus Hubig, On 11.07.2012 21:28, Markus Hubig wrote: > Hello @all, > > as part of my bachelor thesis I'm working with the stamp9g20 / portuxg20 > board from taskit (http://www.taskit.de/produkte/stamp9g20/index.htm). I > have a patch for a older version (2010.somewhat) of u-boot to get it

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-11 Thread Wolfgang Denk
Dear Markus Hubig, In message you wrote: > > Now I'm in the process of adapting this patch to the new u-boot. Up to now > I can compile a u-boot.bin and download it to the board. But after starting up > the new u-boot I just see this on the serial port Congrats - you got already pretty far. You