summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 23:45:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 23:45:09 +0000
commit4584ca2634b23656db899717e12df325384fc5be (patch)
tree83f7cd87d0079771567a68eefc9911505e8336c6 /nuttx/configs
parent4226a0268767f3d2f281d4a538d5cf5fde2123ce (diff)
downloadpx4-nuttx-4584ca2634b23656db899717e12df325384fc5be.tar.gz
px4-nuttx-4584ca2634b23656db899717e12df325384fc5be.tar.bz2
px4-nuttx-4584ca2634b23656db899717e12df325384fc5be.zip
Prep for 0.4.6 releasenuttx-4.6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1806 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/mcu123-lpc214x/README.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/README.txt b/nuttx/configs/mcu123-lpc214x/README.txt
index c8debf131..65c7c454f 100644
--- a/nuttx/configs/mcu123-lpc214x/README.txt
+++ b/nuttx/configs/mcu123-lpc214x/README.txt
@@ -43,7 +43,24 @@ I use the script lpc21isp.sh to perform the actual download. You will
probably have to make some changes to this script in order to use it.
For example, the path to the built lpc21isp binary will most likely
have to change. Then move this script to the top level NuttX
-directory and simply execute it to load NuttX onto the board.
+directory and simply execute it to load NuttX onto the board (after
+entering ISP mode).
+
+Here are the detailed steps I use:
+
+1. Make sure you exit minicom (or whatever terminal emulator you are
+ using). It will interfere with the download.
+
+2. On the MCU123 board, I need to put a jumper on JP3-INT. On that board,
+ JP3-INT is connected to P0.14 of LPC214x. When P0.14 is low and RTS is
+ changed from high to low, the LPC214x will enter ISP (In System Programming)
+ state.
+
+3. start lpc21isp.sh
+
+4. reset the board
+
+
ARM/LPC214X-specific Configuration Options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^