summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot_loader/examples/i2c/emac/docs/README.txt14
1 files changed, 5 insertions, 9 deletions
diff --git a/boot_loader/examples/i2c/emac/docs/README.txt b/boot_loader/examples/i2c/emac/docs/README.txt
index 46f520e..380de22 100644
--- a/boot_loader/examples/i2c/emac/docs/README.txt
+++ b/boot_loader/examples/i2c/emac/docs/README.txt
@@ -33,17 +33,13 @@ Steps to program i2cemacboot to EMAC:
332. Be sure EMAC boot parameter table is progrommed to I2C EEPROM bus address 81 (0x51), if the table is not programmed, 332. Be sure EMAC boot parameter table is progrommed to I2C EEPROM bus address 81 (0x51), if the table is not programmed,
34 refer to tools\boot_loader\ibl\doc\README.txt on how to program the boot parameter table to EEPROM. 34 refer to tools\boot_loader\ibl\doc\README.txt on how to program the boot parameter table to EEPROM.
35 35
363. Copy tools\boot_loader\examples\i2c\emac\evmc6xxxl\bin\i2cemacboot_evm6xxxl.out to tools\bin2ccs and rename 363. Start a TFTP server (you can download a free, opensource application from http://tftpd32.jounin.net) and copy
37 the file to app.out. 37 tools\boot_loader\examples\i2c\emac\evmc6xxxl\bin\i2cemacboot_evm6xxxl.out to the TFTP base directory. Rename
38 i2cemacboot_evm6xxxl.out to app.out
38 39
394. Double click bin2ccs.bat, which will convert app.out to a CCS format data file app.dat. 404. Set the IP address of the PC that is running the TFTP server to 192.168.1.101, since by default IBL will set the EVM IP
40
415. Start a TFTP server (you can download a free, opensource application from http://tftpd32.jounin.net) and copy
42 app.dat to the TFTP base directory.
43
446. Set the IP address of the PC that is running the TFTP server to 192.168.1.101, since by default IBL will set the EVM IP
45 address to 192.168.1.100 and the TFTP server IP address to 192.168.1.101. 41 address to 192.168.1.100 and the TFTP server IP address to 192.168.1.101.
46 42
477. Be sure the EVM and the PC are connected in the same subnet of a local network, after POR, the EVM will download the 435. Be sure the EVM and the PC are connected in the same subnet of a local network, after POR, the EVM will download the
48 boot image from TFTP server and boot from it. 44 boot image from TFTP server and boot from it.
49 45