]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - boot_loader/examples/i2c/tftp/docs/README.txt
MCSDK 3.0: add boot examples to support evmk2k device
[keystone-rtos/mcsdk-tools.git] / boot_loader / examples / i2c / tftp / docs / README.txt
index f8c87af1e35515c9a49beb94c094e6e02e972eef..6f690cbcb491b7dbb67d879e01aecbaaa3752a40 100755 (executable)
@@ -4,17 +4,17 @@ A simple Hello World example demonstrating TFTP boot over I2C.
 
 Steps to build the example:
 
-1. Import the i2ctftpboot CCS project from tools\boot_loader\examples\i2c\tftp\evmc66xxl directory. (in CCSv5, 
+1. Import the i2ctftpboot CCS project from tools\boot_loader\examples\i2c\tftp\evmxxxx directory. (in CCSv5, 
    Project->Import Existing CCS/CCE Eclipse Projects)
 
-2. Clean the i2ctftpboot project and re-build the project, after build is completed, i2ctftpboot_evm66xxl.out and 
-   i2ctftpboot_evm66xxl.map will be generated under tools\boot_loader\examples\i2c\tftp\evmc66xxl\bin directory.
+2. Clean the i2ctftpboot project and re-build the project, after build is completed, i2ctftpboot_evmxxxx.out and 
+   i2ctftpboot_evmxxxx.map will be generated under tools\boot_loader\examples\i2c\tftp\evmxxxx\bin directory.
 
 Steps to run i2ctftpboot in CCSv5:
 
 1. Be sure to set the boot mode dip switch to no boot/EMIF16 boot mode on the EVM.
 
-2. Load the program tools\boot_loader\examples\i2c\tftp\evmc66xxl\bin\i2ctftpboot_evm66xxl.out to CCS.
+2. Load the program tools\boot_loader\examples\i2c\tftp\evmxxxx\bin\i2ctftpboot_evmxxxx.out to CCS.
 
 3. Connect the 3-pin RS-232 cable from the EVM to the serial port of the PC, and start Hyper Terminal.
 
@@ -40,8 +40,8 @@ Steps to boot i2ctftpboot from TFTP:
       the boot configuration table to EEPROM. 
       
 3. Start a TFTP server (you can download a free, open source application from http://tftpd32.jounin.net) and copy
-   tools\boot_loader\examples\i2c\tftp\evmc66xxl\bin\i2ctftpboot_evm66xxl.out to the TFTP base directory, rename 
-   i2ctftpboot_evm66xxl.out to app.out.
+   tools\boot_loader\examples\i2c\tftp\evmxxxx\bin\i2ctftpboot_evmxxxx.out to the TFTP base directory, rename 
+   i2ctftpboot_evmxxxx.out to app.out.
 
 4. Set the IP address of the PC that is running the TFTP server to 192.168.2.101, since by default IBL will set the EVM 
    IP address to 192.168.2.100 and the TFTP server IP address to 192.168.2.101. 
@@ -51,10 +51,12 @@ Steps to boot i2ctftpboot from TFTP:
 6. Be sure the EVM and the PC are connected in the same subnet of a local network, after POR, IBL will download the
    boot image from TFTP server and boot from it. 
 
-Please refer to C6678L/C6670L/C6657L EVM boot mode dip switch settings:
+Please refer to C6678L/C6670L/C6657L/TCI6634K2K EVM boot mode dip switch settings:
 http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
 http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
 http://processors.wiki.ti.com/index.php/TMDSEVM6657L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
+http://processors.wiki.ti.com/index.php/TMDXEVMK2K_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings (TBD)
 
 and User's Guide for more details:
 http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide 
+http://wiki.ci.dal.design.ti.com/index.php/MCSDK_3.0_User_Guide