summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2011-06-03 16:00:07 -0500
committerHao Zhang2011-06-03 16:00:07 -0500
commitcacac223050597dffd7154eb8fe496a48d9c59cc (patch)
tree92458cfb3fe0db5a52a0743b888b51750aad3942 /boot_loader/examples/i2c/nand
parent7d259efa17050018b7565f0b098564567cdd3120 (diff)
downloadmcsdk-tools-cacac223050597dffd7154eb8fe496a48d9c59cc.tar.gz
mcsdk-tools-cacac223050597dffd7154eb8fe496a48d9c59cc.tar.xz
mcsdk-tools-cacac223050597dffd7154eb8fe496a48d9c59cc.zip
Added SRIO boot example, added binary support for writers
Diffstat (limited to 'boot_loader/examples/i2c/nand')
-rw-r--r--boot_loader/examples/i2c/nand/docs/README.txt15
1 files changed, 6 insertions, 9 deletions
diff --git a/boot_loader/examples/i2c/nand/docs/README.txt b/boot_loader/examples/i2c/nand/docs/README.txt
index 049095d..6930c19 100644
--- a/boot_loader/examples/i2c/nand/docs/README.txt
+++ b/boot_loader/examples/i2c/nand/docs/README.txt
@@ -39,16 +39,13 @@ Steps to program i2cnandboot to NAND:
39 b. Re-program the boot configuration table, refer to tools\boot_loader\ibl\doc\README.txt on how to program 39 b. Re-program the boot configuration table, refer to tools\boot_loader\ibl\doc\README.txt on how to program
40 the boot configuration table to EEPROM. 40 the boot configuration table to EEPROM.
41 41
423. Copy tools\boot_loader\examples\i2c\nand\evmc66xxl\bin\i2cnandboot_evm66xxl.out to tools\bin2ccs and rename 423. Copy tools\boot_loader\examples\i2c\nand\evmc66xxl\bin\i2cnandboot_evm66xxl.out to tools\writer\nand\evmc66xxl\bin,
43 the file to app.out. 43 rename it to app.bin and refer to tools\writer\nand\docs\README.txt on how to program
44 the app.bin to NAND flash.
44 45
454. Double click bin2ccs.bat, which will convert app.out to a CCS format data file app.dat. 464. Once the programming is completed successfully, set the boot dip switches to I2C master mode,
46
475. Copy app.dat to tools\writer\nand\evmc66xxl\bin and refer to tools\writer\nand\docs\README.txt on how to program
48 the app.dat to NAND flash.
49
506. Once the programming is completed successfully, set the boot dip switches to I2C master mode,
51 bus address 81 (0x51) and boot parameter index to be 2. 47 bus address 81 (0x51) and boot parameter index to be 2.
52 48
537. After POR, IBL will boot the hello world image from NAND. 495. After POR, IBL will boot the hello world image from NAND.
54 50
51Please refer to User's Guide (http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide) for more details.