]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - boot_loader/examples/i2c/nor/docs/README.txt
Added POST and EEPROM writer for C6670
[keystone-rtos/mcsdk-tools.git] / boot_loader / examples / i2c / nor / docs / README.txt
index af080af0abffd4114268b0c8fad68c87fbd73fde..0d685b632125e265ebbefd62a85c50e36711a936 100644 (file)
@@ -13,7 +13,7 @@ Steps to build the example:
 Steps to run i2cnorboot in CCSv5:
 
 1. Be sure to set the boot mode dip switch to no boot/EMIF16 boot mode on the EVM, please refer to the EVM technical 
-   reference manual on how to set the boot mode dip switchs.
+   reference manual on how to set the boot mode dip switches.
 
 2. Load the program tools\boot_loader\examples\i2c\nor\evmc6xxxl\bin\i2cnorboot_evm6xxxl.out to CCS.
 
@@ -27,10 +27,10 @@ Steps to run i2cnorboot in CCSv5:
 
 Steps to program i2cnorboot to NOR:
 
-1. Be sure IBL is progrommed to I2C EEPROM bus address 81 (0x51), if IBL is not programmed, refer to
+1. Be sure IBL is programmed to I2C EEPROM bus address 81 (0x51), if IBL is not programmed, refer to
    tools\boot_loader\ibl\doc\README.txt on how to program the IBL to EEPROM. 
 
-2. Be sure NOR boot parameter table is progrommed to I2C EEPROM bus address 81 (0x51), if the table is not programmed, 
+2. Be sure NOR boot parameter table is programmed to I2C EEPROM bus address 81 (0x51), if the table is not programmed, 
    refer to tools\boot_loader\ibl\doc\README.txt on how to program the boot parameter table to EEPROM. 
 
 3. Copy tools\boot_loader\examples\i2c\nor\evmc6xxxl\bin\i2cnorboot_evm6xxxl.out to tools\bin2ccs and rename
@@ -41,7 +41,7 @@ Steps to program i2cnorboot to NOR:
 5. Copy app.dat to tools\writer\nor\evmc6xxxl\bin and refer to tools\writer\nor\docs\README.txt on how to program
    the app.dat to NOR flash.
 
-7. Once the the programming is completed successfully, user can set the boot mode to I2C mode with bus address 0x51 
-   (please refer to the EVM technical reference manual on how to set the boot mode dip switchs) and
-   boot the Hellow World image from the NOR flash after POR. 
+7. Once the programming is completed successfully, user can set the boot mode to I2C mode with bus address 0x51 
+   (please refer to the EVM technical reference manual on how to set the boot mode dip switches) and
+   boot the Hello World image from the NOR flash after POR.