From 49f2f59398494e7c0cae45f37731c860ae43987d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 19 Aug 2022 23:14:31 +0200 Subject: [PATCH] textual --- doc/md/Use_of_Proxmark/0_Compilation-Instructions.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md b/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md index a53b209e7..bd8fc00f3 100644 --- a/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md +++ b/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md @@ -13,6 +13,7 @@ - [if you got an error](#if-you-got-an-error) - [Install](#install) - [Flash the BOOTROM & FULLIMAGE](#flash-the-bootrom--fullimage) + - [The button trick](#the-button-trick) - [flasher stops and warns you about firmware image](#flasher-stops-and-warns-you-about-firmware-image) - [Run the client](#run-the-client) - [Next steps](#next-steps) @@ -106,8 +107,15 @@ or proxmark3 /dev/ttyACM0 --flash --unlock-bootloader --image /tmp/my-bootrom.elf --image /tmp/my-fullimage.elf ``` -If the flasher can't detect your Proxmark3 (especially the very first time you flash a new device), force it to enter the bootloader mode as following: -With your Proxmark3 unplugged from your machine, press and hold the button on your Proxmark3 as you plug it into a USB port. You can release the button, two of the four LEDs should stay on. You're in bootloader mode, ready for the next step. In case the two LEDs don't stay on when you're releasing the button, you've a very old bootloader, start over and keep the button pressed during the whole flashing procedure. +### The button trick +^[Top](#top) +If the flasher can't detect your Proxmark3 (especially the very first time you flash a new device), force it to enter the bootloader mode as following: + +With your Proxmark3 unplugged from your machine, press and hold the button on your Proxmark3 as you plug it into a USB port. +You can release the button, two of the four LEDs should stay on. +You're in bootloader mode, ready for the next step. + +In case the two LEDs don't stay on when you're releasing the button, you've a very old bootloader, start over and keep the button pressed during the whole flashing procedure. ## flasher stops and warns you about firmware image