diff options
-rw-r--r-- | source/unix-toolchain.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst index 751ec18..f68a17e 100644 --- a/source/unix-toolchain.rst +++ b/source/unix-toolchain.rst @@ -77,6 +77,11 @@ connect to serial port devices. ``dfu-util`` is a tool from the `OpenMoko`_ project that we use to upload programs to the Maple over USB. +.. warning:: Due to firmware bugs in our :ref:`bootloader + <bootloader>`, you must use recent versions of ``dfu-util``, or + uploads will not work. ``dfu-util`` versions 0.6 and greater + should work. + .. _OpenMoko: http://openmoko.com/ ``openocd`` is a `JTAG @@ -177,6 +182,11 @@ You will need the following tools\ [#fpackman]_ to get started: source, OpenMoko provides instructions for `building dfu-util <http://wiki.openmoko.org/wiki/Dfu-util#Mac>`_. + .. warning:: Due to firmware bugs in our :ref:`bootloader + <bootloader>`, you must use recent versions of ``dfu-util``, or + uploads will not work. ``dfu-util`` versions 0.6 and greater + should work. + If you're in a hurry, you can steal a dfu-util binary from a program called `OpenMoko Flasher <http://www.handheld-linux.com/wiki.php?page=OpenMoko%20Flasher>`_. To |