Searched refs:command (Results 1 – 20 of 20) sorted by relevance
/mcuboot-latest/scripts/tests/ |
D | test_commands.py | 82 def test_cmd_help(command): argument 86 result_short = runner.invoke(imgtool, [command, "-h"]) 89 result_long = runner.invoke(imgtool, [command, "--help"])
|
/mcuboot-latest/docs/release-notes.d/ |
D | serial-recovery-slot-info.md | 1 - Added slot info command support to serial recovery mode
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 93 int "Maximum command line length" 111 bool "Enable echo command" 113 if enabled, support for the mcumgr echo command is being added. 121 These are system specific command and system specific implementation 127 bool "Enable storage erase command" 129 The option enables mcumgr command that allows to erase storage 160 mcumgr command. 205 state command can be used to mark an image as test/confirmed. 211 If y, will include the slot info command which lists what available
|
D | Kconfig | 202 The key file will be parsed by imgtool's getpub command and a .c source 434 The key file will be parsed by imgtool's getpriv command and a .c source
|
/mcuboot-latest/ptest/src/ |
D | main.rs | 55 match args.command { in main() 96 #[command(name = "ptest")] 97 #[command(about = "Run MCUboot CI tests stand alone")] 107 #[command(subcommand)] 108 command: Commands, field
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 129 @click.command(help='Generate pub/private keypair') 147 @click.command(help='Dump public key from keypair') 184 @click.command(help='Dump the SHA256 hash of the public key') 212 @click.command(help='Dump private key from keypair') 226 @click.command(help="Check that signed image can be verified by given key") 255 @click.command(help='Print header, TLV area and trailer information ' 436 @click.command(help='''Create a signed or unsigned image\n 583 @click.command(help='Print imgtool version information') 588 @click.command(cls=AliasesGroup,
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 45 The following command will build regular HEX file of a BlinkyApp for BOOT slot. Substitute `PLATFOR… 54 To build UPGRADE image use following command: 60 Example command-line for single-image: 78 To get appropriate artifact for second image PRIMARY slot run this command: 88 For build BlinkyApp upgrade image for external memory use command: 96 …ing muti-image configuration, upgrade image for second application can be built using next command: 106 To obtain encrypted upgrade image of BlinkyApp extra flag `ENC_IMG=1` should be passed in command l…
|
/mcuboot-latest/ci/fih_test_docker/docker-build/ |
D | Dockerfile | 44 # run the command
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | README.md | 136 To get submodules - run the following command: 142 …otloader. Same approach used in sample BlinkyLedApp application. Example command are provided belo… 152 …ith external memory support - pass `USE_EXTERNAL_FLASH=1` flag to `make` command in examples above… 166 Example command: 176 Open terminal application - and execute following command after substitution `PATH_TO_APPLICATION.…
|
D | ExternalMemory.md | 14 The design is based on using SFDP command's auto-discovery functionality of memory module IC and Cy… 65 1. Pass `USE_EXTERNAL_FLASH=1` flag to `make` command when building MCUBootApp.
|
D | MCUBootApp.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line
|
/mcuboot-latest/docs/ |
D | release-notes.md | 8 - Boot serial: Add response to echo command if support is not 9 enabled, previously the command would have been accepted but no 10 response indicating that the command is not supported would have 92 - imgtool: add 'dumpinfo' command for signed image parsing. 93 - imgtool: add 'getpubhash' command to dump the sha256 hash of the public key 99 whereby later commands being sent would have the previous command 183 - Implement the mcumgr echo command in serial boot mode 323 - imgtool can dump private keys in C format (getpriv command), which
|
D | readme-zephyr.md | 230 …ely, MCUboot can wait for a limited time to check if DFU is invoked by receiving an MCUmgr command. 237 To change it, invoke the `image upload` MCUmgr command with a selected image number, and make sure … 251 * Storage erase - This command allows erasing the storage partition (enable with ``CONFIG_BOOT_MGMT… 252 * Custom image list - This command allows fetching version and installation status (custom properti…
|
D | ecdsa.md | 31 1. Add a `--no-pad-sig` argument to the sign command in
|
D | imgtool.md | 16 You can generate a keypair for one of these types using the 'keygen' command:
|
D | readme-espressif.md | 139 *`<FLASH_SIZE>` can be found using the command below:* 570 command below is used, it will actually burn the physical eFuse.*
|
/mcuboot-latest/boot/cypress/cy_flash_pal/flash_qspi/ |
D | flash_qspi.c | 160 .command = 0x5A,
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 53 * EXTERN multiple times. This command has the same effect as the -u command-line
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 52 * EXTERN multiple times. This command has the same effect as the -u command-line
|