Re: [U-Boot] WARNING: Caches not enabled on openrd based board

2012-08-17 Thread Alex Zeffertt
On Aug 17, 2012 4:26 PM, "Lukasz Majewski" wrote: > > On Fri, 17 Aug 2012 12:16:56 +0100 > Alex Zeffertt wrote: > > > Hi U-Booters, > > > > I get the following warning when I boot our openrd based board: > > > > > U-Boot 2012.07 (Au

[U-Boot] WARNING: Caches not enabled on openrd based board

2012-08-17 Thread Alex Zeffertt
Hi U-Booters, I get the following warning when I boot our openrd based board: > U-Boot 2012.07 (Aug 17 2012 - 10:45:29) > OpenRD-Base > > SoC: Kirkwood 88F6281_A1 > DRAM: 128 MiB > WARNING: Caches not enabled > NAND: 512 MiB I am running the latest code from git with a small number of change

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-09 Thread Alex Zeffertt
On 9 March 2012 14:02, Wolfgang Denk wrote: > In message > you > wrote: >>                                                ...  How do you know >> how big this might need to be in order to mount a filesystem that >> "needs recovery"? > > I don't know of ways to determine this in advance.  Eventu

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-09 Thread Alex Zeffertt
On 8 March 2012 18:18, Wolfgang Denk wrote: > In message > you > wrote: >> >> I've now managed to repro this problem and add some debug.  It looks >> like u-boot is simply running out of memory whilst trying to mount a >> filesystem that "needs recovery".  (Error -12 is -ENOMEM.)  The >> partit

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-08 Thread Alex Zeffertt
On 7 March 2012 14:42, Alex Zeffertt wrote: > Hi u-booters, > > I have a short script in my u-boot environment which chooses which of > two ubifs partitions to boot > by attempting to read a release file in each one. > > Unfortunately, after an unclean shutdown sometimes t

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-08 Thread Alex Zeffertt
>> I've been comparing the linux and u-boot implementations, and it looks >> like the following fix is in the kernel >> but not in u-boot.  I don't really understand it, but it looks like a >> candidate.  Might porting this change to >> u-boot fix the issue? > > Hard to tell. Might be worth a try,

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-07 Thread Alex Zeffertt
On 7 March 2012 14:42, Alex Zeffertt wrote: > Hi u-booters, > > I have a short script in my u-boot environment which chooses which of > two ubifs partitions to boot > by attempting to read a release file in each one. > > Unfortunately, after an unclean shutdown sometimes t

[U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-07 Thread Alex Zeffertt
Hi u-booters, I have a short script in my u-boot environment which chooses which of two ubifs partitions to boot by attempting to read a release file in each one. Unfortunately, after an unclean shutdown sometimes the ubifsmount fails.  (By "unclean shutdown" I mean that the board was power cycle

[U-Boot] hush saveenv problem

2012-02-07 Thread Alex Zeffertt
d that no u-boot code between 0x0 and 0x6 gets altered. I have no idea why hush + saveenv causes the board to hang at the next power cycle. This problem only occurs when the hush shell is configured. Thanks in advance for any help, Alex Zeffertt --

[U-Boot] openrd-based board : linux hangs in calibrate_delay();

2011-11-10 Thread Alex Zeffertt
Hi all, I am playing with a new board which is based on OpenRD-base. I have got u-boot up and running but half of the time when I start Linux it hangs in init/calibrate.c:calibrate_delay(). (I found this out using the LEDs because we have no UART at that stage!) Is there something that needs to

Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-08-01 Thread Alex Zeffertt
you? Regards, Alex On 26 July 2011 13:29, Alex Zeffertt wrote: > > git bisect says: > > c2dd0d45540397704de9b13287417d21049d34c6 is the first bad commit > commit c2dd0d45540397704de9b13287417d21049d34c6 > Author: Aneesh V > Date:   Thu Jun 16 23:30:49 2011 + >     armv7

Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-07-26 Thread Alex Zeffertt
5505c5f890b2af6e9b54bba915fdf3368abdfb16 M arch Thanks, Alex On 26 July 2011 12:09, Wolfgang Denk wrote: > Dear Alex Zeffertt, > > In message < > canniwjkvykei0qmrc8v5lvtar+q8czyetycpqdjzv34htcl...@mail.gmail.com> you > wrote: > > > > I can confirm that the issue is the same with OpenR

Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-07-26 Thread Alex Zeffertt
On 25 July 2011 18:14, Ralph Metzler wrote: > Alex Zeffertt writes: > > and then I burn the .kwb file into the flash using openocd. > > > > Unfortunately I cannot get the Gig Eth ports to work in u-boot at the > > moment. When I run the following at the comm

[U-Boot] openrd_ultimate GigEth ports not working

2011-07-25 Thread Alex Zeffertt
Hi list, I've just bought an OpenRD Ultimate board and I've managed to get u-boot running on it. I am building it like this, using the latest u-boot GIT repo: make mrproper CROSS_COMPILE=arm-none-linux-gnueabi- make openrd_ultimate_config CROSS_COMPILE=arm-none-linux-gnueabi- make u-boot.kwb