diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-21 03:59:33 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-21 03:59:33 -0400 |
commit | b5a3b928f4816f013c6962ee8fee46702e14d957 (patch) | |
tree | 99d4901a908f69e48d5700929ad5ad40ff0c5b5a | |
parent | c0951f67646ccae0ad4d96752000dafd11477a70 (diff) | |
download | librambutan-b5a3b928f4816f013c6962ee8fee46702e14d957.tar.gz librambutan-b5a3b928f4816f013c6962ee8fee46702e14d957.zip |
bootloader: Add FIXME for missing Native bootloader link.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | source/bootloader.rst | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -146,6 +146,7 @@ file for it into source/hardware/! * adc.rst: low-noise ADC banks * usart.rst: USART pin maps * gpio.rst: master pin maps + * bootloader.rst: flashing a custom bootloader - The quickstart document may not explain how to use the new board. If the board is different enough, a new, special-purpose quickstart diff --git a/source/bootloader.rst b/source/bootloader.rst index 1a0fa6d..e3eb65e 100644 --- a/source/bootloader.rst +++ b/source/bootloader.rst @@ -584,6 +584,8 @@ DFU pipe and bringing up the USB serial port. Flashing A Custom Bootloader ---------------------------- +.. FIXME [0.0.13] Update for Maple Native + .. warning:: This section is for users who want to put a fresh or custom bootloader on their board. It's possible to make a mistake in this process and e.g. render your Maple unable to communicate |