summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravind Batni2012-08-29 14:03:48 -0500
committerAravind Batni2012-08-29 14:03:48 -0500
commit4a9369db86cbce3e8a626dba04afa90d64541480 (patch)
tree07f7748a5a2e10ea6d5f29f38eb4f94e5424c1a4
parentad1bedfc20d8d1034ca1ca86f2ba9a67771877dd (diff)
downloadmcsdk-tools-4a9369db86cbce3e8a626dba04afa90d64541480.tar.gz
mcsdk-tools-4a9369db86cbce3e8a626dba04afa90d64541480.tar.xz
mcsdk-tools-4a9369db86cbce3e8a626dba04afa90d64541480.zip
updated documentation for C6657
-rwxr-xr-x[-rw-r--r--]boot_loader/examples/ethernet/docs/README.txt7
-rwxr-xr-x[-rw-r--r--]boot_loader/examples/i2c/nand/docs/README.txt3
-rwxr-xr-x[-rw-r--r--]boot_loader/examples/i2c/nor/docs/README.txt3
-rwxr-xr-x[-rw-r--r--]boot_loader/examples/i2c/tftp/docs/README.txt3
-rwxr-xr-x[-rw-r--r--]boot_loader/examples/srio/docs/README.pdfbin72232 -> 208206 bytes
-rwxr-xr-x[-rw-r--r--]boot_loader/examples/srio/docs/readme.docbin273408 -> 229376 bytes
-rwxr-xr-x[-rw-r--r--]post/docs/README.txt3
-rwxr-xr-x[-rw-r--r--]writer/nand/docs/README.txt1
-rwxr-xr-x[-rw-r--r--]writer/nor/docs/README.txt1
9 files changed, 16 insertions, 5 deletions
diff --git a/boot_loader/examples/ethernet/docs/README.txt b/boot_loader/examples/ethernet/docs/README.txt
index d0f0a85..d9a6142 100644..100755
--- a/boot_loader/examples/ethernet/docs/README.txt
+++ b/boot_loader/examples/ethernet/docs/README.txt
@@ -39,6 +39,10 @@ Steps to send the simple.eth from the Host to the target DSP
39 SW5(pin1, pin2, pin3, pin4): on, off, on, off 39 SW5(pin1, pin2, pin3, pin4): on, off, on, off
40 SW6(pin1, pin2, pin3, pin4): off, off, on, on 40 SW6(pin1, pin2, pin3, pin4): off, off, on, on
41 41
42 The DIP switch setting for C6657 EVM is:
43 SW3(pin1, pin2, pin3, pin4, pin5, pin6, pin7, pin8): off, on, off, on, on, on, on, off
44 SW5(pin1, pin2, pin3, pin4, pin5, pin6, pin7, pin8): on, off, on, off, off, on, on, on
45
422. Once the DSP boots up, it transmits BOOTP packet at regular interval which will have the MAC ID of the DSP. 462. Once the DSP boots up, it transmits BOOTP packet at regular interval which will have the MAC ID of the DSP.
43 47
443. Add an ARP entry for the DSP MAC address associating with an IP local to the host. For example if the host PC's 483. Add an ARP entry for the DSP MAC address associating with an IP local to the host. For example if the host PC's
@@ -53,9 +57,10 @@ Steps to send the simple.eth from the Host to the target DSP
53Notes: 57Notes:
541. In order to compile the pcsendpkt.c file please compile with -lwsock32 option for using windows socket. 581. In order to compile the pcsendpkt.c file please compile with -lwsock32 option for using windows socket.
552. Please refer to the C66x DSP Bootloader User's Guide (http://www.ti.com/litv/pdf/sprugy5) for more details. 592. Please refer to the C66x DSP Bootloader User's Guide (http://www.ti.com/litv/pdf/sprugy5) for more details.
563. Please refer to C6678L/C6670L EVM boot mode dip switch settings: 603. Please refer to C6678L/C6670L/C6657L EVM boot mode dip switch settings:
57http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 61http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
58http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 62http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
63http://processors.wiki.ti.com/index.php/TMDSEVM6657L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
59 64
60and User's Guide for more details: 65and User's Guide for more details:
61http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide 66http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide
diff --git a/boot_loader/examples/i2c/nand/docs/README.txt b/boot_loader/examples/i2c/nand/docs/README.txt
index fe9eab9..6238b2d 100644..100755
--- a/boot_loader/examples/i2c/nand/docs/README.txt
+++ b/boot_loader/examples/i2c/nand/docs/README.txt
@@ -48,9 +48,10 @@ Steps to program i2cnandboot to NAND:
48 48
495. After POR, IBL will boot the hello world image from NAND. 495. After POR, IBL will boot the hello world image from NAND.
50 50
51Please refer to C6678L/C6670L EVM boot mode dip switch settings: 51Please refer to C6678L/C6670L/C6657L EVM boot mode dip switch settings:
52http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 52http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
53http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 53http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
54http://processors.wiki.ti.com/index.php/TMDSEVM6657L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
54 55
55and User's Guide for more details: 56and User's Guide for more details:
56http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide 57http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide
diff --git a/boot_loader/examples/i2c/nor/docs/README.txt b/boot_loader/examples/i2c/nor/docs/README.txt
index b6119ed..8dacf96 100644..100755
--- a/boot_loader/examples/i2c/nor/docs/README.txt
+++ b/boot_loader/examples/i2c/nor/docs/README.txt
@@ -40,9 +40,10 @@ Steps to program i2cnorboot to NOR:
40 40
414. After POR, IBL will boot the hello world image from NOR. 414. After POR, IBL will boot the hello world image from NOR.
42 42
43Please refer to C6678L/C6670L EVM boot mode dip switch settings: 435. Please refer to C6678L/C6670L/C6657L EVM boot mode dip switch settings:
44http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 44http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
45http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 45http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
46http://processors.wiki.ti.com/index.php/TMDSEVM6657L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
46 47
47and User's Guide for more details: 48and User's Guide for more details:
48http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide 49http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide
diff --git a/boot_loader/examples/i2c/tftp/docs/README.txt b/boot_loader/examples/i2c/tftp/docs/README.txt
index d2799aa..f8c87af 100644..100755
--- a/boot_loader/examples/i2c/tftp/docs/README.txt
+++ b/boot_loader/examples/i2c/tftp/docs/README.txt
@@ -51,9 +51,10 @@ Steps to boot i2ctftpboot from TFTP:
516. Be sure the EVM and the PC are connected in the same subnet of a local network, after POR, IBL will download the 516. Be sure the EVM and the PC are connected in the same subnet of a local network, after POR, IBL will download the
52 boot image from TFTP server and boot from it. 52 boot image from TFTP server and boot from it.
53 53
54Please refer to C6678L/C6670L EVM boot mode dip switch settings: 54Please refer to C6678L/C6670L/C6657L EVM boot mode dip switch settings:
55http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 55http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
56http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 56http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
57http://processors.wiki.ti.com/index.php/TMDSEVM6657L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
57 58
58and User's Guide for more details: 59and User's Guide for more details:
59http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide 60http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide
diff --git a/boot_loader/examples/srio/docs/README.pdf b/boot_loader/examples/srio/docs/README.pdf
index d0ca6b9..87acdf0 100644..100755
--- a/boot_loader/examples/srio/docs/README.pdf
+++ b/boot_loader/examples/srio/docs/README.pdf
Binary files differ
diff --git a/boot_loader/examples/srio/docs/readme.doc b/boot_loader/examples/srio/docs/readme.doc
index 6ef7136..e972bc9 100644..100755
--- a/boot_loader/examples/srio/docs/readme.doc
+++ b/boot_loader/examples/srio/docs/readme.doc
Binary files differ
diff --git a/post/docs/README.txt b/post/docs/README.txt
index 285d59c..5351751 100644..100755
--- a/post/docs/README.txt
+++ b/post/docs/README.txt
@@ -51,9 +51,10 @@ Steps to program POST to EEPROM:
51 boot the POST directly from the EEPROM after POR. The boot status and test result can be monitored using the Hyper 51 boot the POST directly from the EEPROM after POR. The boot status and test result can be monitored using the Hyper
52 Terminal as mentioned in "Steps to run POST in CCSv5". 52 Terminal as mentioned in "Steps to run POST in CCSv5".
53 53
54Please refer to C6678L/C6670L EVM boot mode dip switch settings: 54Please refer to C6678L/C6670L/C6657L EVM boot mode dip switch settings:
55http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 55http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
56http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 56http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
57http://processors.wiki.ti.com/index.php/TMDSEVM6657L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
57 58
58and User's Guide for more details: 59and User's Guide for more details:
59http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide \ No newline at end of file 60http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide \ No newline at end of file
diff --git a/writer/nand/docs/README.txt b/writer/nand/docs/README.txt
index 63f6b0d..26460dd 100644..100755
--- a/writer/nand/docs/README.txt
+++ b/writer/nand/docs/README.txt
@@ -68,5 +68,6 @@ Steps to re-build nandwriter:
68 supported device numbers are 68 supported device numbers are
69 C6678 69 C6678
70 C6670 70 C6670
71 C6657
71 72
72Please 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 73Please 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
diff --git a/writer/nor/docs/README.txt b/writer/nor/docs/README.txt
index 6137dad..cb90271 100644..100755
--- a/writer/nor/docs/README.txt
+++ b/writer/nor/docs/README.txt
@@ -69,5 +69,6 @@ Steps to re-build norwriter:
69 supported device numbers are 69 supported device numbers are
70 C6678 70 C6678
71 C6670 71 C6670
72 C6657
72 73
73Please 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 74Please 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