diff options
author | wdenk <wdenk> | 2002-11-02 22:58:18 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-02 22:58:18 +0000 |
commit | cc1c8a136f9813d0a9cb9a94d2f12206873ddc4e (patch) | |
tree | 912691be4a212b399eb470411acd27c8bb6375da /board/sandpoint | |
parent | 1a4d6164af8f79c0979a2af45d7f5e5353562b19 (diff) |
Initial revision
Diffstat (limited to 'board/sandpoint')
-rw-r--r-- | board/sandpoint/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/sandpoint/README b/board/sandpoint/README new file mode 100644 index 00000000000..9e48168a24c --- /dev/null +++ b/board/sandpoint/README @@ -0,0 +1,15 @@ +This port of U-Boot will run on a Motorola Sandpoint 3 development +system equipped with a Unity X4 PPMC card (MPC8240 CPU) only. It is a +snapshot of work in progress and far from being completed. In order +to run it on the target system, it has to be downloaded using the +DINK32 monitor program that came with your Sandpoint system. Please +note that DINK32 does not accept the S-Record file created by the +U-Boot build process unmodified, because it contains CR/LF line +terminators. You have to strip the CR characters first. There is a +tiny script named 'dinkdl' I created for this purpose. + +The Sandpoint port is based on the work of Rob Taylor, who does not +seem to maintain it any more. I can be reached by mail as +tkoeller@gmx.net. + +Thomas Koeller |