From 94fb5dcbe4371bcc9397b57c2baa37a833fdfc63 Mon Sep 17 00:00:00 2001 From: aanper Date: Thu, 1 Oct 2020 02:09:52 +0300 Subject: [PATCH] fix md --- wiki/Testing.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/wiki/Testing.md b/wiki/Testing.md index 9e2b9e24..35cc9ee2 100644 --- a/wiki/Testing.md +++ b/wiki/Testing.md @@ -1,37 +1,37 @@ # Bootloader test -1. # Clean flash +1. `# Clean flash` 2. `make -C bootloader flash` `# Load bootloader` 3. `# reboot device` - 1. Press right - 2. Press left - 3. Wait 0.1 s - 4. Release left - 5. Release right + * Press right + * Press left + * Wait 0.1 s + * Release left + * Release right 4. Wait 0.5 s 5. `# Expect no FW` - 1. Expect: no uart welcome message - 2. Expect: red led on - 3. Expect: no USB + * Expect: no uart welcome message + * Expect: red led on + * Expect: no USB 6. `# reboot device and go to DFU` - 1. Press left - 2. Press right - 3. Wait 0.1 s - 4. Release left - 5. Wait 0.5 s - 6. Release right + * Press left + * Press right + * Wait 0.1 s + * Release left + * Wait 0.5 s + * Release right 7. Wait 0.5 s 8. `# Expect DFU` - 1. Expect: blue led on - 2. Expect: USB: DFU + * Expect: blue led on + * Expect: USB: DFU 9. `target_f2/deploy-dfu.sh` `# load FW` 10. `# reboot device` - 1. Press right - 2. Press left - 3. Wait 0.1 s - 4. Release left - 5. Release right + * Press right + * Press left + * Wait 0.1 s + * Release left + * Release right 11. Wait 0.5 s 12. `# Expect FW` - 1. Expect: uart welcome message - 2. Expect: USB Flipper CDC \ No newline at end of file + * Expect: uart welcome message + * Expect: USB Flipper CDC \ No newline at end of file