public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Redundant FIS directory
@ 2006-07-19 12:56 David Ho
  2006-07-19 13:09 ` [ECOS] " David Ho
  0 siblings, 1 reply; 2+ messages in thread
From: David Ho @ 2006-07-19 12:56 UTC (permalink / raw)
  To: ecos-discuss

Hi,

Just want to have an expert clarify this feature for me.
If I want to enable redundant fis, the first caveat I noted is fconfig
cannot be combined with the fis directory.
Is there anything else I should watch out for?

Thanks,
David

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

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

* [ECOS] Re: Redundant FIS directory
  2006-07-19 12:56 [ECOS] Redundant FIS directory David Ho
@ 2006-07-19 13:09 ` David Ho
  0 siblings, 0 replies; 2+ messages in thread
From: David Ho @ 2006-07-19 13:09 UTC (permalink / raw)
  To: ecos-discuss

These are the changes I made.  But it does not build.  I'm looking
into it right now.

David

diff --git a/packages/hal/arm/at91/satmodem/current/misc/redboot_RAM.ecm
b/packages/hal/arm/at91/satmodem/current/misc/redboot_RAM.ecm
diff --git a/packages/hal/arm/at91/satmodem/current/misc/redboot_ROM.ecm
b/packages/hal/arm/at91/satmodem/current/misc/redboot_ROM.ecm
index 9e8062e..3ad9f1e 100644
--- a/packages/hal/arm/at91/satmodem/current/misc/redboot_ROM.ecm
+++ b/packages/hal/arm/at91/satmodem/current/misc/redboot_ROM.ecm
@@ -57,6 +57,10 @@ cdl_option CYGOPT_REDBOOT_FIS {
     user_value 1
 };

+cdl_component CYGOPT_REDBOOT_REDUNDANT_FIS {
+    user_value 1
+};
+
 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
     inferred_value 0x20000
 };
@@ -66,7 +70,7 @@ cdl_component CYGSEM_REDBOOT_FLASH_CONFI
 };

 cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG {
-    user_value 1
+    user_value 0
 };


> Just want to have an expert clarify this feature for me.
> If I want to enable redundant fis, the first caveat I noted is fconfig
> cannot be combined with the fis directory.
> Is there anything else I should watch out for?

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

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

end of thread, other threads:[~2006-07-19 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-19 12:56 [ECOS] Redundant FIS directory David Ho
2006-07-19 13:09 ` [ECOS] " David Ho

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