Tool/software:
Hi,
I’m testing the seal/unseal commands on the BQ27Z558, but I’ve run into an issue. After sending the seal command (Manufacturing command 0x0030), I’m unable to unseal the device.
Here’s a simplified version of my golden image sequence:
;--------------------------------------------------------
; Unseal device
;--------------------------------------------------------
W: AA 00 14 04
W: AA 00 72 36
W: AA 00 FF FF
W: AA 00 FF FF
X: 1000
;--------------------------------------------------------
; Seal device
;--------------------------------------------------------
W: AA 00 30 00
X: 1000
I checked the Security Keys (0x0035) and confirmed they’re still set to the default values.
I also verified the OperationStatus (0x0054):
Before seal: Full Access
After seal: Sealed
After unseal sequence: Still Sealed (unseal didn’t work)
Am I missing something here?
Thanks