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
The nk3 validate-update command should print the checksums of the included binaries to be able to compare them to the artifacts on GitHub and/or to own firmware builds.
lpc55: spsdk can be used to extract the MBI from the SB2 container and then parse the MBI
nrf52: the container uses the binary while the CI produces an ihex file. either we need to produce the ihex from the binary (not trivial because intelhex adds an additional header line) or the binary from ihex (not nice because we cannot compare directly against the GitHub artifacts)
The
nk3 validate-update
command should print the checksums of the included binaries to be able to compare them to the artifacts on GitHub and/or to own firmware builds.spsdk
can be used to extract the MBI from the SB2 container and then parse the MBIintelhex
adds an additional header line) or the binary from ihex (not nice because we cannot compare directly against the GitHub artifacts)The text was updated successfully, but these errors were encountered: