diff options
author | Bob Cochran <yocto@mindchasers.com> | 2012-03-30 12:57:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-01 12:44:45 +0100 |
commit | 501f0da47fce7e8382910e03e2eb7861467d5fcb (patch) | |
tree | 4e21288b32133cf960c3371c6c6a49a97621ab25 /README.hardware | |
parent | 8691a588267472eb5a32b978a0eb9ddfd0c91733 (diff) | |
download | openembedded-core-contrib-501f0da47fce7e8382910e03e2eb7861467d5fcb.tar.gz |
README.hardware for mpc8315erdb incorrectly specified a null modem serial cable
I noticed this while beta testing 1.2. but patch is against master
(latest commit: bcd4d14425cadc5bd6296f59f14733e8c39c49dd).
Instructions specified a null modem. This isn't the case. A straight
serial cable is required. I verified it with my own setup and
Freescale's user manual.
Signed-off-by: Robert Cochran<yocto@mindchasers.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware')
-rw-r--r-- | README.hardware | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.hardware b/README.hardware index f72da94e39d..11877367f49 100644 --- a/README.hardware +++ b/README.hardware @@ -241,8 +241,8 @@ Setup instructions You will need the following: * NFS root setup on your workstation * TFTP server installed on your workstation -* Null modem cable connected from your workstation to the first serial port - on the board +* Straight-thru 9-conductor serial cable (DB9, M/F) connected from your + PC to UART1 * Ethernet connected to the first ethernet port on the board --- Preparation --- |