[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 changes to

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 l.majew...@samsung.com wrote: On Fri, 17 Aug 2012 12:16:56 +0100 Alex Zeffertt azeffe...@cambridgesys.com wrote: 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

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 w...@denx.de wrote: In message CANNiwJ+91o+A5Ef6w9V0g=rvj1ya939+zztsnka4dmr67of...@mail.gmail.com 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

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 w...@denx.de wrote: In message canniwjkrexiobfia_1v_-qgmov_a59ce0adcvfk1xlmfkre...@mail.gmail.com you wrote:                                                ...  How do you know how big this might need to be in order to mount a filesystem that needs

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, if its not

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 azeffe...@cambridgesys.com 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

[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 cycled

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 azeffe...@cambridgesys.com 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

[U-Boot] hush saveenv problem

2012-02-07 Thread Alex Zeffertt
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 -- diff --git a/include/configs/mv

[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

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

2011-07-26 Thread Alex Zeffertt
On 25 July 2011 18:14, Ralph Metzler r...@metzlerbros.de 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 command prompt the console

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 w...@denx.de wrote: Dear Alex Zeffertt, In message canniwjkvykei0qmrc8v5lvtar+q8czyetycpqdjzv34htcl...@mail.gmail.com you wrote: I can confirm that the issue is the same with OpenRD

[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