From 1086af6ade742020de97efc478ba60368ad3f5fd Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 8 Oct 2010 22:07:53 -0400 Subject: current Maple documentation either rewritten or stubbed out in Sphinx --- docs/source/unix-toolchain.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/source/unix-toolchain.rst') diff --git a/docs/source/unix-toolchain.rst b/docs/source/unix-toolchain.rst index 9939979..0328a5c 100644 --- a/docs/source/unix-toolchain.rst +++ b/docs/source/unix-toolchain.rst @@ -6,6 +6,10 @@ Unix Toolchain Quickstart =========================== +This is a tutorial for using the Maple with a standard Unix toolchain. +It's not necessary to do this in order to program the Maple; you can +always use our `IDE `_ instead. + You'll need a Maple board, a mini-b USB cable, a functional computer, and root access to that computer. This guide assumes you've had success with the IDE on your machine and that you are fairly @@ -240,9 +244,10 @@ live with :: $ cd ~/Downloads $ tar -xvzf gcc-blah-blah-macosx32.tar.gz $ mv arm ~/libmaple/arm + $ export PATH=$PATH:~/libmaple/arm/bin After that's done, you'll probably want to update your shell startup -script to stick :file:`~/libmaple/arm/bin` into your :envvar:`PATH`. +script so :file:`~/libmaple/arm/bin` stays in your :envvar:`PATH`. **So far, so good?** @@ -400,7 +405,8 @@ Debug with OpenOCD ------------------ TODO. For now see `this great guide -`_ from fun-tech.se. +`_ from fun-tech.se, and +the ``jtag`` Makefile target. .. _toolchain-codeblocks: -- cgit v1.2.3