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 | 12a146df4f1a2cd4e83869a610562a83a96027de (patch) | |
tree | 44207535259119b6ae904d58cdd2299e46b5f864 | |
parent | 3a5fcafcd6eadafa5ffadb30f4c2de6ecdf05023 (diff) | |
download | librambutan-12a146df4f1a2cd4e83869a610562a83a96027de.tar.gz librambutan-12a146df4f1a2cd4e83869a610562a83a96027de.zip |
Docs: Update "my board is bricked!" troubleshooting item.
-rw-r--r-- | source/troubleshooting.rst | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/source/troubleshooting.rst b/source/troubleshooting.rst index b679b9c..da6fb40 100644 --- a/source/troubleshooting.rst +++ b/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) ----------------------------------------------------- |