]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - writer/eeprom/docs/README.txt
Updated eeprom readme.txt to indicate MSMC instead of DDR
[keystone-rtos/mcsdk-tools.git] / writer / eeprom / docs / README.txt
index 2a732edf7b36a00e99c25a3dc73d36b21114acaf..b97e0f9e5eb6bd2dc3d01efefd76c91d893818c0 100644 (file)
@@ -17,14 +17,14 @@ Steps to program the EEPROM with a CCS format data file (.out or .dat):
 5. Load the program writer\eeprom\evmc66xxl\bin\eepromwriter_evm66xxl.out to CCS, be sure evmc66xxl.gel is used in CCS
    and DDR is intialized.
 
-6. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x80000000.
+6. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x0C000000.
 
-7. Load app.dat to 0x80000000:
+7. Load app.dat to 0x0C000000:
      * In CCSv5, right click mouse in memory window, select "load memory".
      * Browse and select writer\eeprom\evmc66xxl\bin\app.dat.
      * Select the option "Use the file header information to set the start address and size of the memory block to be 
        loaded" and click "next".
-     * Change the Start Address to "0x80000000" if it is not 0x80000000, and click "finish".
+     * Change the Start Address to "0x0C000000" if it is not 0x0C000000, and click "finish".
 
 8.After the data file is loaded into the memory, run the program (in CCSv5, press F8), it will start to program the 
    EEPROM.
@@ -49,15 +49,15 @@ Steps to program the EEPROM with a binary file (.bin):
 5. Load the program writer\eeprom\evmc66xxl\bin\eepromwriter_evm66xxl.out to CCS, be sure evmc66xxl.gel is used in CCS
    and DDR is intialized.
 
-6. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x80000000.
+6. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x0C000000.
 
-7. Load your .bin file from step 3 to 0x80000000:
+7. Load your .bin file from step 3 to 0x0C000000:
      * In CCSv5, right click mouse in memory window, select "load memory".
      * Browse and select your binary file. 
          - By default, the browse menu only displays .dat files. You will have to change the option
            TI Data Format (*.dat) to Raw Data Format (*.bin) to find your binary file.
      * Click "Next".
-     * Change the Start Address to "0x80000000" if it is not 0x80000000.
+     * Change the Start Address to "0x0C000000" if it is not 0x0C000000.
      * Change the Type-size to 32 bits if it is not 32 bits.
         * Make sure the swap checkbox is unchecked.
      * click "Finish".
@@ -105,5 +105,6 @@ Steps to re-build eepromwriter:
         supported device numbers are 
             C6678
             C6670
+            C6657
 
 Please refer to BIOS MCSDK 2.0 User's Guide (http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide) for more details.
\ No newline at end of file