You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marcelo Veiga Neves edited this page Mar 29, 2017
·
7 revisions
This page describes how to write bootloader and firmware image to the board flash using MPLAB IPE.
Connect to board
Select the appropriate Device (e.g., PIC32MZ2048EFM144) and click on "Connect" button.
Configure tool to enter in Advanced Mode.
Log on using default password "microchip". Check option "Keep me looged in".
Write prplSecureBoot
Check the "Erase All before Program" option.
Load prplSecureBoot image (Microchip_Eth_Starter_Kit_prplSecureBoot.hex) and click on "Program" button.
Write prplHypervisor
Go to Settings > Advanced Mode > Memory.
Uncheck the "Allow Tool to select memories and ranges" option.
In the Manual select area, check "Programa Memory" and "Configuration Memory.
Change the "Program Memory Range" to 0x1D000000 - 0x1D01FFFF.
Uncheck the "Erase All before Program" option.
Load prplHypervisor image (firmware.hex) and click on "Program" button.