From 91b3dcc910f6df7fd9435c157adaf4165ccf286b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 25 Apr 2017 17:19:48 +0200 Subject: [PATCH] Disable security with the backdoor key. --- right/build/kds/blhost-unix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/right/build/kds/blhost-unix.sh b/right/build/kds/blhost-unix.sh index 0cb8385..a2f3964 100755 --- a/right/build/kds/blhost-unix.sh +++ b/right/build/kds/blhost-unix.sh @@ -14,6 +14,7 @@ if [ ! -f $usb_binding ]; then fi $usb_dir/jump-to-bootloader.js +$blhost --usb 0x15a2,0x0073 flash-security-disable 0403020108070605 $blhost --usb 0x15a2,0x0073 flash-erase-all 0 $blhost --usb 0x15a2,0x0073 flash-image $firmware_image $blhost --usb 0x15a2,0x0073 reset