public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] StrataFlash memory support
@ 2002-04-25  0:50 Seung-Jin, Han
  2002-04-25 20:30 ` K. Young Park
  0 siblings, 1 reply; 3+ messages in thread
From: Seung-Jin, Han @ 2002-04-25  0:50 UTC (permalink / raw)
  To: eCos Mailing List

When I build the ecos configuration for the assabet board the template"Intel StrongARM SA-1110 Evaluation Board" does not support the Strata Flash memory support.
I am using configuration tool version 2.08. The option "Intel StrataFLASH memory suport" & "Intel SA1110(Assabet) FLASH memory support" does not come to be active.
If so, is it impossible to use strata flash memory device driver. I guess that I can use it. 
How can I do that? 
If the template that I use does not the support the strata flash memory What source file do I have to modify?

What configuration file makes the option active or not? Where is it?

Thanks in advance!!!

===========================================================
        한승진(Seung-Jin, Han)
        (drrector@milletech.com; MSN:drrector@orgio.net)

        MilleTech Co., Ltd. (www.milletech.com)
        7th Floor, ASEM Tower, World Trade Center, 159-1
        Samsung-Dong, Kangnam-Gu, Seoul, Korea            135-798
        Tel: +82-2-3430-6878           Fax: +82-2-3452-9379
===========================================================

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

* RE: [ECOS] StrataFlash memory support
  2002-04-25  0:50 [ECOS] StrataFlash memory support Seung-Jin, Han
@ 2002-04-25 20:30 ` K. Young Park
  2002-04-26  4:19   ` Seung-Jin, Han
  0 siblings, 1 reply; 3+ messages in thread
From: K. Young Park @ 2002-04-25 20:30 UTC (permalink / raw)
  To: Seung-Jin, Han, ecos-discuss

Include the support for the general flash I/O.
And default configuration you can use for the assabet board is hal/arm/sa11x0/assabet/current/misc/redboot_ROM.ecm.
Just import this file using the ecosconfig.exe . 

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com [mailto:ecos-discuss-
owner@sources.redhat.com]On Behalf Of Seung-Jin, Han
Sent: Thursday, April 25, 2002 4:55 PM
To: eCos Mailing List
Subject: [ECOS] StrataFlash memory support


When I build the ecos configuration for the assabet board the template"Intel StrongARM SA-1110 Evaluation Board" does not support the Strata Flash memory support.
I am using configuration tool version 2.08. The option "Intel StrataFLASH memory suport" & "Intel SA1110(Assabet) FLASH memory support" does not come to be active.
If so, is it impossible to use strata flash memory device driver. I guess that I can use it. 
How can I do that? 
If the template that I use does not the support the strata flash memory What source file do I have to modify?

What configuration file makes the option active or not? Where is it?

Thanks in advance!!!

===========================================================
        한승진(Seung-Jin, Han)
        (drrector@milletech.com; MSN:drrector@orgio.net)

        MilleTech Co., Ltd. (www.milletech.com)
        7th Floor, ASEM Tower, World Trade Center, 159-1
        Samsung-Dong, Kangnam-Gu, Seoul, Korea            135-798
        Tel: +82-2-3430-6878           Fax: +82-2-3452-9379
===========================================================

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

* RE: [ECOS] StrataFlash memory support
  2002-04-25 20:30 ` K. Young Park
@ 2002-04-26  4:19   ` Seung-Jin, Han
  0 siblings, 0 replies; 3+ messages in thread
From: Seung-Jin, Han @ 2002-04-26  4:19 UTC (permalink / raw)
  To: eCos Mailing List, K. Young Park

When I just select the template as follows, 
"build -> template ->hardware: Intel StrongARM SA-1110 board, "
All the packages that must have been included in the template are absent. 
However, when I IMPORT directly the ecm file of 'hal/arm/sa11x0/assabet/current/misc/redboot_ROM.ecm' as K. Young Park has pointed out, All the packages that have to be included is displayed and active.
After I build the template I found the same redboot command and functions as the one that sources.redhat.com released.

Why this difference has to happen?

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com [mailto:ecos-discuss-
owner@sources.redhat.com]On Behalf Of K. Young Park
Sent: Friday, April 26, 2002 12:37 PM
To: Seung-Jin, Han; ecos-discuss@sources.redhat.com
Subject: RE: [ECOS] StrataFlash memory support


Include the support for the general flash I/O.
And default configuration you can use for the assabet board is hal/arm/sa11x0/assabet/current/misc/redboot_ROM.ecm.
Just import this file using the ecosconfig.exe . 

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com [mailto:ecos-discuss-
owner@sources.redhat.com]On Behalf Of Seung-Jin, Han
Sent: Thursday, April 25, 2002 4:55 PM
To: eCos Mailing List
Subject: [ECOS] StrataFlash memory support


When I build the ecos configuration for the assabet board the template"Intel StrongARM SA-1110 Evaluation Board" does not support the Strata Flash memory support.
I am using configuration tool version 2.08. The option "Intel StrataFLASH memory suport" & "Intel SA1110(Assabet) FLASH memory support" does not come to be active.
If so, is it impossible to use strata flash memory device driver. I guess that I can use it. 
How can I do that? 
If the template that I use does not the support the strata flash memory What source file do I have to modify?

What configuration file makes the option active or not? Where is it?

Thanks in advance!!!

===========================================================
        한승진(Seung-Jin, Han)
        (drrector@milletech.com; MSN:drrector@orgio.net)

        MilleTech Co., Ltd. (www.milletech.com)
        7th Floor, ASEM Tower, World Trade Center, 159-1
        Samsung-Dong, Kangnam-Gu, Seoul, Korea            135-798
        Tel: +82-2-3430-6878           Fax: +82-2-3452-9379
===========================================================

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

end of thread, other threads:[~2002-04-26 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-25  0:50 [ECOS] StrataFlash memory support Seung-Jin, Han
2002-04-25 20:30 ` K. Young Park
2002-04-26  4:19   ` Seung-Jin, Han

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).