Skip to content

Commit 42afc87

Browse files
committed
Update wording
1 parent 549100c commit 42afc87

File tree

1 file changed

+2
-2
lines changed
  • secure_boot_and_secure_firmware_upgrade_over_canfd/icsp_inhibit.X

1 file changed

+2
-2
lines changed

secure_boot_and_secure_firmware_upgrade_over_canfd/icsp_inhibit.X/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
---
1313

1414
## Introduction
15-
This project contains an application which, when programmed properly via the bootloader, prevents alteration of all Flash memory and **PERMANENTLY** disables direct programming and debugging of the board. Once programmed, ICSP inhibit cannot be deactivated.
15+
This project contains an application which, when programmed properly via the bootloader, **PERMANENTLY** locks Flash memory from any ICSP programming/erase operations. Once programmed, ICSP inhibit cannot be deactivated.
1616

1717
All tool setup and programming instructions for the bootloader and application are the same as those used in boot.X and app.X, however the icsp_inhibit.X project will be used in place of app.X referenced in the README.md file in the top-level folder. For additional details on tool setup and how to run the demo, see the [README.md](../README.md) file in the top-level folder.
1818

@@ -46,7 +46,7 @@ All tool setup and programming instructions for the bootloader and application a
4646
2. Hit the MCLR button located in the middle of the board. Text should appear in the console indicating the ICSP inhibit application is running. <br>
4747
![MCLR Button](./images/MCLR_Button.png)<br>
4848
![ICSP Program Start](./images/ICSP_Start_Screen.png)
49-
3. **!!NOTE: THE FOLLOWING WILL PERMANENTLY LOCK THE DEVICE, DISABLING PROGRAMMING AND DEBUGGING.** In all CAPS type, "LOCKDEVICE" and hit enter. Flash memory is not restricted and the board is locked from any programming or debugging. <br>
49+
3. **!!NOTE: THE FOLLOWING WILL PERMANENTLY LOCK THE DEVICE, DISABLING PROGRAMMING AND DEBUGGING.** In all CAPS type, "LOCKDEVICE" and hit enter. Flash memory is locked from any ICSP programming/erase operations. <br>
5050
![ICSP Locked](./images/ICSP_Lock.png)
5151

5252
## Trademarks

0 commit comments

Comments
 (0)