/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt_state.c | 522 static int img_mgmt_set_next_boot_slot_common(int slot, int active_slot, bool confirm) in img_mgmt_set_next_boot_slot_common() argument 532 rc = boot_set_next(fa, slot == active_slot, confirm); in img_mgmt_set_next_boot_slot_common() 537 rc, slot, active_slot, confirm); in img_mgmt_set_next_boot_slot_common() 553 if (rc == 0 && slot == active_slot && confirm) { in img_mgmt_set_next_boot_slot_common() 567 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot() argument 578 LOG_DBG("(%d, %s)", slot, confirm ? "confirm" : "test"); in img_mgmt_set_next_boot_slot() 589 if (confirm && image != img_mgmt_active_image() && in img_mgmt_set_next_boot_slot() 598 if (!confirm && slot == active_slot) { in img_mgmt_set_next_boot_slot() 604 if (!confirm && slot == next_boot_slot) { in img_mgmt_set_next_boot_slot() 614 if (confirm && slot == next_boot_slot) { in img_mgmt_set_next_boot_slot() [all …]
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_mixed_fail.sh | 12 fail-confirm=1 18 fail-confirm=1
|
/Zephyr-Core-3.5.0/scripts/west_commands/runners/ |
D | canopen_program.py | 58 program_number=DEFAULT_PROGRAM_NUMBER, confirm=True, argument 70 self.confirm = confirm 119 parser.set_defaults(confirm=True) 126 confirm=args.confirm, 180 if self.confirm:
|
/Zephyr-Core-3.5.0/scripts/west_commands/tests/ |
D | test_canopen_program.py | 47 …node_id, context, program_number, confirm, confirm_only, timeout, sdo_retries, sdo_timeout, block_… 54 if not confirm: 118 if confirm:
|
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | img_gr_stub.c | 176 bool confirm; in img_state_write_verify() local 179 ZCBOR_MAP_DECODE_KEY_DECODER("confirm", zcbor_bool_decode, &confirm), in img_state_write_verify() 187 confirm = false; in img_state_write_verify() 199 if (confirm) { in img_state_write_verify() 211 if (confirm) { in img_state_write_verify()
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 66 bool "Allow to confirm secondary slot of non-active image" 69 Allows to confirm secondary (non-active) slot of non-active image. 70 Normally it should not be allowed to confirm any slots of non-active 73 have means to test and confirm the image. 76 bool "Allow to confirm slots of non-active image" 79 Allows to confirm any slot of non-active image. 80 Normally it should not be allowed to confirm any slots of non-active 83 have means to test and confirm the image.
|
/Zephyr-Core-3.5.0/boards/arm/cyclonev_socdk/support/ |
D | download_all.gdb | 6 set confirm off
|
D | appli_debug_cmd.gdb | 7 set confirm off
|
D | appli_dl_cmd.gdb | 7 set confirm off
|
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_client.h | 163 int img_mgmt_client_state_write(struct img_mgmt_client *client, char *hash, bool confirm,
|
/Zephyr-Core-3.5.0/subsys/dfu/boot/ |
D | mcuboot_shell.c | 226 SHELL_CMD_ARG(confirm, NULL, "confirm", cmd_mcuboot_confirm, 1, 0),
|
/Zephyr-Core-3.5.0/subsys/usb/device/class/dfu/ |
D | Kconfig | 61 WARNING: This bypasses Mcuboot's test-confirm mechanism!
|
/Zephyr-Core-3.5.0/samples/subsys/mgmt/hawkbit/ |
D | README.rst | 91 Step 5: Sign and confirm the first image 99 ~/zephyrproject/bootloader/mcuboot/root-rsa-2048.pem --confirm \ 104 the first image to be confirmed as MCUboot isn't able to confirm an image that 106 swap if it isn't able to confirm the running image on init.
|
/Zephyr-Core-3.5.0/samples/subsys/modbus/tcp_server/ |
D | README.rst | 55 Client should confirm successful communication and LED0 should light.
|
/Zephyr-Core-3.5.0/subsys/dfu/ |
D | Kconfig | 41 allows to perform such operations as: confirm, erase and request
|
/Zephyr-Core-3.5.0/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 46 button on both boards to confirm the pairing request.
|
/Zephyr-Core-3.5.0/samples/boards/mimxrt595_evk_cm33/system_off/ |
D | README.rst | 62 In this default state, one can confirm the RTC is waking the MCU from 78 fuses, it is best to write the OTP shadow registers first and confirm
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | mcumgr.rst | 398 The ``confirm`` command used to confirm that an image is OK and no revert 401 mcumgr <connection-options> image confirm "" 403 The ``confirm`` command can also be run passing in a ``hash`` so that instead of 407 mcumgr <connection-options> image confirm <hash> 413 and allow the new running image to self-confirm after any checks by calling
|
/Zephyr-Core-3.5.0/samples/subsys/modbus/tcp_gateway/ |
D | README.rst | 59 Client should confirm successful communication and LED0 should light.
|
/Zephyr-Core-3.5.0/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 178 like normal. ``west flash`` will automatically detect slot-0 address and confirm 359 on the next reset unless the image is confirmed. To confirm the new image: 363 sudo mcumgr <connection string> image confirm
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 452 int img_mgmt_client_state_write(struct img_mgmt_client *client, char *hash, bool confirm, in img_mgmt_client_state_write() argument 484 zcbor_bool_put(zse, confirm); in img_mgmt_client_state_write()
|
/Zephyr-Core-3.5.0/samples/sensor/fxos8700/ |
D | README.rst | 127 Please confirm the FXOS8700CQ(U6) is populated on your board.
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 238 (str)"confirm" : (bool) 241 If "confirm" is false or not provided, an image with the "hash" will be set for 244 In case when "confirm" is true, the "hash" is optional as the currently running
|
/Zephyr-Core-3.5.0/samples/subsys/modbus/rtu_server/ |
D | README.rst | 90 Client should confirm successful communication and LED0 should light.
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 95 The Distributor will read out the firmware image table to confirm that the transfer was successfully
|