summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-03-16 00:56:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-03-16 00:56:47 +0000
commitc6497fc1bf050529d4536e07aea2fb1c993fa7b5 (patch)
tree40bdc3c31a69810e3e63774f4f4ac98b27532f20
parent4701309f2cc828598885175e7d61ffc8d4edf043 (diff)
downloadnuttx-c6497fc1bf050529d4536e07aea2fb1c993fa7b5.tar.gz
nuttx-c6497fc1bf050529d4536e07aea2fb1c993fa7b5.tar.bz2
nuttx-c6497fc1bf050529d4536e07aea2fb1c993fa7b5.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2544 42af7a65-404d-4744-a932-0658087f49c3
-rwxr-xr-xnuttx/configs/ea3131/README.txt22
1 files changed, 18 insertions, 4 deletions
diff --git a/nuttx/configs/ea3131/README.txt b/nuttx/configs/ea3131/README.txt
index 62dae965d..7534c0813 100755
--- a/nuttx/configs/ea3131/README.txt
+++ b/nuttx/configs/ea3131/README.txt
@@ -191,10 +191,24 @@ Image Format
- make # Make NuttX. This will produce nuttx.bin
- mklpc.sh # Make the bootloader binary (nuttx.lpc)
- NOTE: setenv.sh just sets up pathes to the toolchain and also to
- configs/ea3131/tools where mklpc.sh resides. Use of setenv.sh is optional.
- If you don't use setenv.sh, then just set your PATH variable appropriately or
- use the full path to mklpc.sh in the final step.
+ NOTES:
+
+ 1. setenv.sh just sets up pathes to the toolchain and also to
+ configs/ea3131/tools where mklpc.sh resides. Use of setenv.sh is optional.
+ If you don't use setenv.sh, then just set your PATH variable appropriately or
+ use the full path to mklpc.sh in the final step.
+ 2. You can't instruct Symantec to ignore the errors and it will stop quarantining
+ the NXP program.
+ 3. The CRC32 logic in configs/ea3131/tools doesn't seem to work. As a result,
+ the CRC is currently disabled in the header:
+
+ RCS file: /cvsroot/nuttx/nuttx/configs/ea3131/tools/lpchdr.c,v
+ retrieving revision 1.2
+ diff -r1.2 lpchdr.c
+ 264c264
+ < g_hdr.imageType = 0x0000000b;
+ ---
+ > g_hdr.imageType = 0x0000000a;
Image Download to ISRAM
^^^^^^^^^^^^^^^^^^^^^^^