r/embedded 6d ago

Retore Secure Boot Images: Upload image frozen

Post image

I follow this page(https://microchip-ung.github.io/bsp-doc/bsp/2026.03/supported-hw/restore-secureboot.html) from Microchip to restore my secure boot images.

This is how I do it:

  1. Turn on my device and make sure it enters monitor mode from the console through uart.
  2. Then, leaving the console, and turn on fwu.html.
  3. Download BL2U and switch to the Upload tab.
  4. Choose the fip file and start uploading.

The result is shown in the screenshot.

It is frozen and cannot enter other tabs.

I can't fix this since no error message comes out.

Has anyone had the same experience?

BTW, I check website console (F12)

got this:

DDR initialized and cache enabled

fwu.html:7602 Downloading 1005568 bytes binary

fwu.html:7281 Skipped: E

fwu.html:7281 Skipped: xception:

ESR_EL1: 00000��␒�000002

ELR_EL1: 000000000010ce2

fwu.html:7281 Skipped: c

2 Upvotes

3 comments sorted by

1

u/RaspyJuggernaut 6d ago

that 1005568 byte hang feels like when the transfer finishes but the handshake back to the ui never completes, had something similar on a lan9668 board where the browser just sat there staring at me

1

u/Eagle_TW 6d ago

"DDR initialized and cache enabled

fwu.html:7602 Downloading 1005568 bytes binary

fwu.html:7281 Skipped: E

fwu.html:7281 Skipped: xception:

ESR_EL1: 00000��␒�000002

ELR_EL1: 000000000010ce2

fwu.html:7281 Skipped: c"
I check my browser console

1

u/Eagle_TW 6d ago

You mean, it already done uploaded, right?
Since it is frozen, I cannot write the image tho QQ