diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-10 10:37:42 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-10 10:43:02 -0400 |
commit | 37a4c89f8493b7eb39e63057a7c25755aeefc14c (patch) | |
tree | 45c17eb1ff1ab1d36fa2de9d54e8fde05406e573 | |
parent | c765320c83dd25f026eb86785e55773b72a6bcd2 (diff) | |
download | librambutan-37a4c89f8493b7eb39e63057a7c25755aeefc14c.tar.gz librambutan-37a4c89f8493b7eb39e63057a7c25755aeefc14c.zip |
Docs: Update "my board is bricked!" troubleshooting item.
-rw-r--r-- | docs/source/troubleshooting.rst | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst index b679b9c..da6fb40 100644 --- a/docs/source/troubleshooting.rst +++ b/docs/source/troubleshooting.rst @@ -28,11 +28,18 @@ reprogram by using :ref:`perpetual bootloader mode My board is bricked! I can't upload via the bootloader no matter what! ---------------------------------------------------------------------- -Use the hardcoded serial STM32 serial bootloader to :ref:`re-flash the -bootloader <bootloader-reflashing>`. +Don't panic. First, make sure that the board is plugged in correctly +for program upload, using the instructions given in the +:ref:`quickstart <maple-quickstart-upload>`. If that doesn't work, +try using :ref:`perpetual bootloader mode +<troubleshooting-perpetual-bootloader>`. + +If that doesn't work, then you've got a problem. All is not lost, +however! You can always try to :ref:`re-flash the bootloader +<bootloader-reflashing>` over serial (or :ref:`JTAG <jtag>`). -If it really is bricked, and you think it's our fault, `contact us -<http://leaflabs.com/contact>`_\ ! +If your board really is bricked, and you think it's our fault, +`contact us <http://leaflabs.com/contact>`_\ ! My 5v peripheral doesn't work! (I2C, SPI, USART, etc) ----------------------------------------------------- |