README 752 B

123456789101112131415
  1. This port of U-Boot will run on a Motorola Sandpoint 3 development
  2. system equipped with a Unity X4 PPMC card (MPC8240 CPU) only. It is a
  3. snapshot of work in progress and far from being completed. In order
  4. to run it on the target system, it has to be downloaded using the
  5. DINK32 monitor program that came with your Sandpoint system. Please
  6. note that DINK32 does not accept the S-Record file created by the
  7. U-Boot build process unmodified, because it contains CR/LF line
  8. terminators. You have to strip the CR characters first. There is a
  9. tiny script named 'dinkdl' I created for this purpose.
  10. The Sandpoint port is based on the work of Rob Taylor, who does not
  11. seem to maintain it any more. I can be reached by mail as
  12. tkoeller@gmx.net.
  13. Thomas Koeller