summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'writer/nand/docs/README.txt')
-rw-r--r--writer/nand/docs/README.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/writer/nand/docs/README.txt b/writer/nand/docs/README.txt
index 4a1880f..06edbe9 100644
--- a/writer/nand/docs/README.txt
+++ b/writer/nand/docs/README.txt
@@ -4,23 +4,23 @@ NAND Writer is a simple utility to program a CCS format image/data file to the N
4 4
5Steps to program the NAND: 5Steps to program the NAND:
6 6
71. Be sure to set the boot mode dip switch to no boot/EMIF16 boot mode on the EVM (please refer to the EVM technical 71. Be sure to set the boot mode dip switch to no boot/EMIF16 boot mode on the EVM.
8 reference manual on how to set the boot mode dip switches)
9 8
102. Copy the CCS format data file to tools\writer\nand\evmc6xxxl\bin directory, and rename it to app.dat. 92. Copy the CCS format data file to tools\writer\nand\evmc66xxl\bin directory, and rename it to app.dat.
11 10
123. Change the file_name and start_addr in tools\writer\nand\evmc6xxxl\bin\nandwriter_input.txt if necessary. 113. Change the file_name and start_addr in tools\writer\nand\evmc66xxl\bin\nandwriter_input.txt if necessary.
13 By default the NAND writer will load app.dat to DSP memory and write the data to NAND device start address 0. 12 By default the NAND writer will load app.dat to DSP memory and write the data to NAND device start byte address 16384
13 (start address of block 1). The start_addr should always be set to the start byte addess of a block.
14
154. Open CCSv5 and launch the evmc66xx emulator target configuration and connect to core 0.
14 16
154. Open CCSv5 and launch the evmc6xxx emulator target configuration and connect to core 0. 175. Load the program tools\writer\nand\evmc66xxl\bin\nandwriter_evm66xxl.out to CCS, be sure evmc66xxl.gel is used in CCS,
16
175. Load the program tools\writer\nand\evmc6xxxl\bin\nandwriter_evm6xxxl.out to CCS, be sure evmc6xxxl.gel is used in CCS,
18 18
196. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x80000000. 196. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x80000000.
20 20
217. Load app.dat to 0x80000000: 217. Load app.dat to 0x80000000:
22 * In CCSv5, right click mouse in memory window, select "load memory". 22 * In CCSv5, right click mouse in memory window, select "load memory".
23 * Browse and select tools\writer\nand\evmc6xxxl\bin\app.dat. 23 * Browse and select tools\writer\nand\evmc66xxl\bin\app.dat.
24 * Select the option "Use the file header information to set the start address and size of the memory block to be 24 * Select the option "Use the file header information to set the start address and size of the memory block to be
25 loaded" and click "next". 25 loaded" and click "next".
26 * Change the Start Address to "0x80000000" if it is not 0x80000000, and click "finish". 26 * Change the Start Address to "0x80000000" if it is not 0x80000000, and click "finish".
@@ -34,10 +34,10 @@ Steps to program the NAND:
34 34
35Steps to re-build nandwriter: 35Steps to re-build nandwriter:
36 36
371. Import the nandwriter CCS project from tools\writer\nand\evmc6xxxl directory (in CCSv5, Project->Import Existing CCS/ 371. Import the nandwriter CCS project from tools\writer\nand\evmc66xxl directory (in CCSv5, Project->Import Existing CCS/
38 CCE Eclipse Projects). 38 CCE Eclipse Projects).
39 39
402. Clean and build the nandwriter project. 402. Clean and build the nandwriter project.
41 41
423. After the project build is completed, nandwriter_evm6xxxl.out and nandwriter_evm6xxxl.map will be generated under 423. After the project build is completed, nandwriter_evm66xxl.out and nandwriter_evm66xxl.map will be generated under
43 tools\writer\nand\evmc6xxxl\bin directory. 43 tools\writer\nand\evmc66xxl\bin directory.