From d5556050e73a20af3967a181acd5f381350dc908 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Tue, 24 Jul 2018 01:12:51 -0400 Subject: [PATCH] remove extra indent --- documentation/jtag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/jtag.md b/documentation/jtag.md index 75b7286..1e96994 100644 --- a/documentation/jtag.md +++ b/documentation/jtag.md @@ -74,7 +74,7 @@ Now we tell it to copy the corrupted flash bootloader to a file on your TFTP ser dump 0xfff80000 0x00080000 badboot.bin ``` >Note: if you get an error here, it is most likely related to TFTP permissions (it can't write the file on your TFTP server). See the intro paragraph for linux TFTP permission information. -> + Once that finishes, we can write the new bootloader. First we must erase the bootloader section of flash properly before we can write to it: ``` erase 0xfff80000 0x20000 4