Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-10-06 Thread Prafulla Wadaskar
> -Original Message- > From: Dieter Kiermaier [mailto:dk-arm-li...@gmx.de] > Sent: Wednesday, September 30, 2009 1:55 PM > To: Simon Kagstrom > Cc: u-boot@lists.denx.de; Prafulla Wadaskar > Subject: Re: [U-Boot] kirkwood (openrd): saveenv will not > work wit

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-30 Thread Wolfgang Denk
Dear Simon Kagstrom, In message <20090930095710.3480b...@marrow.netinsight.se> you wrote: > > Wolfgang/Stefan/Tom/Prafulla: Would a patch like the one below be > acceptable until we find out a proper fix? I realise that this also > affects other arm926ejs-boards, but is there some way to isolate t

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-30 Thread Dieter Kiermaier
Am Mittwoch 30 September 2009 10:17:51 schrieb Simon Kagstrom: > On Wed, 30 Sep 2009 10:15:35 +0200 > Dieter Kiermaier wrote: > > > > > is there anywhere a document how to build open source u-boot for > > > > sheevaplug which explains all these details? > > > > (haven't found some documentation

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-30 Thread Simon Kagstrom
On Wed, 30 Sep 2009 10:15:35 +0200 Dieter Kiermaier wrote: > > > is there anywhere a document how to build open source u-boot for > > > sheevaplug which explains all these details? > > > (haven't found some documentation about this) > > > > (Wearing my Prafulla hat): I guess this should be desc

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-30 Thread Dieter Kiermaier
Am Mittwoch 30 September 2009 09:57:10 schrieb Simon Kagstrom: > On Wed, 30 Sep 2009 09:40:07 +0200 > Dieter Kiermaier wrote: > > > > Sounds like you might have problems with USE_PRIVATE_LIBGCC. See this > > > mail for how to test this: > > > > > > http://lists.denx.de/pipermail/u-boot/2009-Au

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-30 Thread Simon Kagstrom
On Wed, 30 Sep 2009 09:40:07 +0200 Dieter Kiermaier wrote: > > Sounds like you might have problems with USE_PRIVATE_LIBGCC. See this > > mail for how to test this: > > > > http://lists.denx.de/pipermail/u-boot/2009-August/059313.html > > export USE_PRIVATE_LIBGCC=yes > seems to solve my probl

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-30 Thread Dieter Kiermaier
Hi Simon, hi Prafulla, > On Wed, 30 Sep 2009 09:02:14 +0200 > Dieter Kiermaier wrote: > > > arm-none-linux-gnueabi-ld: ERROR: Source object > > /home/dieter/ArtistaNET-III/Software/trunk/SDK/tools/gcc/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.0/libgcc.a(_udivsi3.o) > > has EABI version 4, but

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-30 Thread Simon Kagstrom
On Wed, 30 Sep 2009 09:02:14 +0200 Dieter Kiermaier wrote: > arm-none-linux-gnueabi-ld: ERROR: Source object > /home/dieter/ArtistaNET-III/Software/trunk/SDK/tools/gcc/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.0/libgcc.a(_udivsi3.o) > has EABI version 4, but target u-boot has EABI version 0 >

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-29 Thread Dieter Kiermaier
Hi Simon, > On Tue, 29 Sep 2009 17:16:42 +0200 > Dieter Kiermaier wrote: > > > Hm, it looks like there is the whole nand system somewhat broken :( > > Haven't seen it earlier, but: > > U-Boot 2009.08-00208-g9ef0569-dirty (Sep 29 2009 - 15:42:42) > > OpenRD_base > > > > SoC:   Kirkwood 88F6281_

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-29 Thread Simon Kagstrom
On Tue, 29 Sep 2009 17:16:42 +0200 Dieter Kiermaier wrote: > Hm, it looks like there is the whole nand system somewhat broken :( > Haven't seen it earlier, but: > U-Boot 2009.08-00208-g9ef0569-dirty (Sep 29 2009 - 15:42:42) > OpenRD_base > > SoC:   Kirkwood 88F6281_A0 > DRAM:  27535155593740288

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-29 Thread Dieter Kiermaier
Am Dienstag 29 September 2009 15:55:55 schrieb Dieter Kiermaier: > Hi everybody, > > I try to bring up fw_setenv / fw_printenv in linux kernel but first it want > to start with u-boot itself. > I built most recent u-boot-marvell git source and get a running u-boot with > standard openrd configur