This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SDRAM setting change on IXP425


Dear all,
I am using redboot 1.94 on our ixp425 system. We first use 64M of memory
(4*8M*16), 4 chips on both Bank 0 and Bank1. Everything works great. Now
we'd like to reduce ths memory size from 64M to 32M(2*8M*16). I've changed
the /packages/hal/arm/xscale/ixdp425/current/include/ixdp425.h

#define SDRAM_SIZE                  0x02000000
#define SDRAM_UNCACHED_BASE                0x02000000
#define IXP425_SDRAM_CONFIG_INIT (SDRAM_CONFIG_CAS_3 |
SDRAM_CONFIG_2x8Mx16)

Now during the next boot, redboot seems to be ok. But when I load a kernel
image (zImage) and boot to it, I've got the following error message when I
burn the ROM image to the flash with this setting:

-------------------------------------------------------------------------
Using base address 0x00100000 and length 0x000fed4c
Uncompressing Linux....

invalid compressed format (err=2)

 -- System halted
-------------------------------------------------------------------------

Has anyone seen this problem or any idea where went wrong?


Thanks,

Victor



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]