public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* Redboot - Cirrus EP9315 and Spansion S29GL512N problem
@ 2007-12-06  3:34 Hasjim Williams
  2007-12-06  4:29 ` Manfred Gruber
  0 siblings, 1 reply; 5+ messages in thread
From: Hasjim Williams @ 2007-12-06  3:34 UTC (permalink / raw)
  To: ecos-devel

Hello everyone,

I'm having problems getting my ARM920T based EP9315 board to work with
64MB flash.  We have 64MB of RAM onboard.  We previously had S29GL128N
and S29GL256N parts on the board, and haven't been able to get Redboot
to boot up correctly with the S29GL512N.  It works fine with the
S29GL256N or S29GL128N still.

As soon as it boots up, it spits out this error message, constantly:

#dd$T0a0f:f06a0100;0d:f07e0400;#dd$T0a0f:f06a0100;0d:f07e0400;
#dd$T0a0f:f06a0100;0d:f07e0400;#dd$T0a0f:f06a0100;0d:f07e0400;

Can anyone suggest anything that I'm missing:

packages/devs/flash/arm/edb9312/current/cdl/flash_edb9312_a_amd.cdl:

    requires      CYGHWR_DEVS_FLASH_AMD_S29GL128N
    requires      CYGHWR_DEVS_FLASH_AMD_S29GL256N
    requires      CYGHWR_DEVS_FLASH_AMD_S29GL512N

packages/hal/arm/arm9/ep93xx/current/include/conf/mlt_arm9_edb9315a_romram.ldi:

MEMORY
{
    ram : ORIGIN = 0, LENGTH = 0x10000000
    rom : ORIGIN = 0x60000000, LENGTH = 0x8000000
}

packages/hal/arm/arm9/ep93xx/current/include/conf/mlt_arm9_edb9315a_romram.h:

#define CYGMEM_REGION_rom (0x60000000)
#define CYGMEM_REGION_rom_SIZE (0x8000000)
#define CYGMEM_REGION_rom_ATTR (CYGMEM_REGION_ATTR_R)

Thanks for any suggestions,


Hasjim Williams

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-06 23:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-06  3:34 Redboot - Cirrus EP9315 and Spansion S29GL512N problem Hasjim Williams
2007-12-06  4:29 ` Manfred Gruber
2007-12-06  5:29   ` Hasjim Williams
2007-12-06 23:29     ` Hasjim Williams
2007-12-06 23:52       ` Manfred Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).