-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maria Wisniewska
committed
May 26, 2023
1 parent
2facbeb
commit b75d067
Showing
209 changed files
with
23,540 additions
and
1,041 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.wy-nav-content { | ||
max-width: 75% !important; | ||
} | ||
|
||
.wy-table-responsive table td { | ||
white-space: normal; | ||
} |
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
------ | ||
AHAB | ||
------ | ||
|
||
AHAB (Advanced High Assurance Boot) is a container format supported on some devices. A configuration file in YAML or | ||
JSON is used to instruct nxpimage how the output should look like. | ||
|
||
AHAB container is not supported by elftosb tool. | ||
|
||
Example of use for export | ||
``nxpimage ahab export "path\to\config\file.yaml"`` | ||
|
||
Example of use for parse binary AHAB container | ||
``nxpimage ahab parse -b "my_ahab_container.bin" "path\to_parsed_data"`` | ||
|
||
The full AHAB configuration template could be generated by nxpimage tool "get_template" sub-command for family that supports AHAB, example: | ||
``nxpimage ahab get-template -f rt118x ./my_config_templates`` | ||
|
||
Supported configuration options | ||
================================ | ||
|
||
.. include:: ../_prebuild/ahab_schemas.inc | ||
:parser: myst_parser.sphinx_ |
Oops, something went wrong.