Re: [U-Boot] Uboot md crash on PDK

2009-04-14 Thread alfred steele
Thanks. Apologies for top posting. -Alfred. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Uboot md crash on PDK

2009-04-14 Thread Magnus Lilja
2009/4/14 alfred steele : > Thanks! > But should a crash happen if i am trying to read a non-reserved memory > which  0x10 is. That's up to the hardware (i.e. i.MX31), I don't know the details but crashing seems perfectly fine with me (or generating a data abort interrupt). > Can you tell me

Re: [U-Boot] Uboot md crash on PDK

2009-04-14 Thread alfred steele
Thanks! But should a crash happen if i am trying to read a non-reserved memory which 0x10 is. Can you tell me how do you choose a address in CSDO RAM to be appropiate for loading uImage and execute it. -Alfred. On Mon, Apr 13, 2009 at 12:24 PM, Magnus Lilja wrote: > 2009/4/13 alfred steele

Re: [U-Boot] Uboot md crash on PDK

2009-04-13 Thread Magnus Lilja
2009/4/13 alfred steele : > Hi Magnus, > > For that matter, I can dump memory between 0x and 0x0100 > though. However memory dump at  0x10 also fails. > > Can you point out which pages in the Reference manual point to the same? Chapter 2-1 "Memory map". in MCIMX31RM "Reference Manual".

Re: [U-Boot] Uboot md crash on PDK

2009-04-13 Thread alfred steele
Hi Magnus, For that matter, I can dump memory between 0x and 0x0100 though. However memory dump at 0x10 also fails. Can you point out which pages in the Reference manual point to the same? Thanks, Alfred. On Thu, Apr 9, 2009 at 12:53 PM, Magnus Lilja wrote: > Hi > > 2009/4/9 alfre

Re: [U-Boot] Uboot md crash on PDK

2009-04-09 Thread Magnus Lilja
Hi 2009/4/9 alfred steele : > Hi all, > I started with trying to tftpload uImage to RAM address 0x1. > > It was getting stuck. Hence i thought of doing a memory dump on it. > md 0x1 > > It too crashed or got stuck. > > But when i do a md 0x8001, it works. > > I checked my linker script

[U-Boot] Uboot md crash on PDK

2009-04-09 Thread alfred steele
Hi all, I started with trying to tftpload uImage to RAM address 0x1. It was getting stuck. Hence i thought of doing a memory dump on it. md 0x1 It too crashed or got stuck. But when i do a md 0x8001, it works. I checked my linker script to double check on the memory layout. What co