mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 21:20:10 +00:00
Documentation/olimex-lpc2378: port README.txt to rst
This commit is contained in:
parent
8d84652d6d
commit
4d970d4a70
2 changed files with 21 additions and 13 deletions
|
|
@ -1,11 +0,0 @@
|
|||
There's not much here:
|
||||
|
||||
EXT1 - P3 0:7 are used for LEDs.
|
||||
|
||||
UEXT pin 3/4 -TXD2/RXD2- is UART2.
|
||||
|
||||
The board I have has the revision '-' of LPC2378 even though I got the board
|
||||
more than 2 years after the chip revision was released :-( .
|
||||
I can't get NuttX to work if I fully enabled the MAM.
|
||||
|
||||
I used FTDI ft232 usb-serial with nsh piping as seen on the screenshot.
|
||||
|
|
@ -2,6 +2,25 @@
|
|||
olimex-lpc2378
|
||||
==============
|
||||
|
||||
.. include:: README.txt
|
||||
:literal:
|
||||
The Olimex LPC2378 board has only a small amount of board-specific porting
|
||||
information recorded in the original notes.
|
||||
|
||||
Board Notes
|
||||
===========
|
||||
|
||||
* ``EXT1``: ``P3[0:7]`` are used for LEDs.
|
||||
* ``UEXT`` pins 3 and 4 provide ``TXD2`` and ``RXD2`` for UART2.
|
||||
|
||||
Known Limitations
|
||||
=================
|
||||
|
||||
The board used for this port still had the ``-`` LPC2378 revision, even though
|
||||
it was purchased more than two years after the updated chip revision was
|
||||
released. With that hardware, NuttX would not run correctly with the MAM fully
|
||||
enabled.
|
||||
|
||||
Console Setup
|
||||
=============
|
||||
|
||||
Testing was done with an FTDI ``ft232`` USB-to-serial adapter and NSH piping,
|
||||
as shown in the original board screenshot.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue