This is the mail archive of the ecos-discuss@sourceware.org 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]

Re: Redundant FIS directory


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


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