Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 50) sorted by relevance

12

/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c522 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/
Ddfu_mixed_fail.sh12 fail-confirm=1
18 fail-confirm=1
/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dcanopen_program.py58 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/
Dtest_canopen_program.py47 …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/
Dimg_gr_stub.c176 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/
DKconfig66 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/
Ddownload_all.gdb6 set confirm off
Dappli_debug_cmd.gdb7 set confirm off
Dappli_dl_cmd.gdb7 set confirm off
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h163 int img_mgmt_client_state_write(struct img_mgmt_client *client, char *hash, bool confirm,
/Zephyr-Core-3.5.0/subsys/dfu/boot/
Dmcuboot_shell.c226 SHELL_CMD_ARG(confirm, NULL, "confirm", cmd_mcuboot_confirm, 1, 0),
/Zephyr-Core-3.5.0/subsys/usb/device/class/dfu/
DKconfig61 WARNING: This bypasses Mcuboot's test-confirm mechanism!
/Zephyr-Core-3.5.0/samples/subsys/mgmt/hawkbit/
DREADME.rst91 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/
DREADME.rst55 Client should confirm successful communication and LED0 should light.
/Zephyr-Core-3.5.0/subsys/dfu/
DKconfig41 allows to perform such operations as: confirm, erase and request
/Zephyr-Core-3.5.0/samples/bluetooth/encrypted_advertising/
DREADME.rst46 button on both boards to confirm the pairing request.
/Zephyr-Core-3.5.0/samples/boards/mimxrt595_evk_cm33/system_off/
DREADME.rst62 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/
Dmcumgr.rst398 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/
DREADME.rst59 Client should confirm successful communication and LED0 should light.
/Zephyr-Core-3.5.0/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst178 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/
Dimg_mgmt_client.c452 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/
DREADME.rst127 Please confirm the FXOS8700CQ(U6) is populated on your board.
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst238 (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/
DREADME.rst90 Client should confirm successful communication and LED0 should light.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Ddfu_srv.rst95 The Distributor will read out the firmware image table to confirm that the transfer was successfully

12