Skip to content

Commit 0114a9e

Browse files
committed
Add steps for pre-generated hex file
1 parent ac6fde5 commit 0114a9e

File tree

1 file changed

+3
-2
lines changed
  • secure_boot_and_secure_firmware_upgrade_over_canfd

1 file changed

+3
-2
lines changed

secure_boot_and_secure_firmware_upgrade_over_canfd/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ The associated bootloader and application projects demonstrate the following:
6868
8. The project should compile and program successfully
6969
9. Verify the LED11 is solid on the Development Board. This indicates the bootloader is running
7070

71-
#### Building the Application
71+
#### Building the Application (Optional)
72+
**NOTE**: A pre-generated .hex file has been included with this demo, therefore the following steps are **optional**
7273
1. Open the app.X project in MPLAB® X
7374
2. Press the “Clean and Build Project” button on the top bar. **NOTE**: Make sure not to hit the program button. This will program the application code over the bootloader that was just programmed<br>
7475
![Clean and Build](./images/clean_and_build.png)
@@ -99,7 +100,7 @@ The associated bootloader and application projects demonstrate the following:
99100
a. The Application start address and Application end address fields should have updated. If it did not or if you get a communication error, please go back to the “Programming the Bootloader” stage to make sure the bootloader was programmed correctly<br>
100101
![Read Device Settings](./images/UBHA_Read_Device_Settings.png)
101102
7. Load the application hex file by selecting “File->Open/Load File (*.hex)”
102-
a. Select the file generated in the previous section: app.X/dist/default/production/app.X.production.hex<br>
103+
a. Select app.X/dist/default/production/app.X.production.hex. This is included with the demo but may have been re-generated if Building the Application (Optional) was completed<br>
103104
![Open Hex File](./images/UBHA_Open_Hex.png)
104105
8. Check the "Enable Self Verification After Program" checkbox<br>
105106
![Enable Verification](./images/UBHA_Enable_Verification.png)

0 commit comments

Comments
 (0)