forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[nxp fromtree] [NXP][k32w1] Remove the need for extra DAC pri…
…vate key conversion binary (project-chip#32699)" This reverts commit 932c21a. Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
- Loading branch information
1 parent
4cca897
commit ef2cf85
Showing
6 changed files
with
70 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
scripts/tools/nxp/factory_data_generator/k32w1/example_convert_dac_private_key.jlink
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
reset | ||
halt | ||
// Factory data size is one internal flash sector (8K). | ||
// Factory data address is retrieved from the map file. | ||
erase 0xec000 0xee000 noreset | ||
// Load factory data and conversion application, then | ||
// wait for 10 seconds and load the "real" application. | ||
loadfile factory_data.bin 0xec000 | ||
loadfile chip-k32w1-light-example-before-conversion.srec | ||
reset | ||
go | ||
Sleep 10000 | ||
loadfile chip-k32w1-light-example-after-conversion.srec | ||
reset | ||
go | ||
quit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters