Home
last modified time | relevance | path

Searched refs:image_ok (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/subsys/usb/dfu/
DREADME.rst84 I: Primary image: magic=good, swap_type=0x3, copy_done=0x1, image_ok=0x1
85 I: Secondary image: magic=good, swap_type=0x2, copy_done=0x3, image_ok=0x3
101 I: Primary image: magic=good, swap_type=0x2, copy_done=0x1, image_ok=0x3
102 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
105 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
146 I: Primary image: magic=good, swap_type=0x4, copy_done=0x1, image_ok=0x1
147 I: Secondary image: magic=good, swap_type=0x3, copy_done=0x3, image_ok=0x1
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py118 image_ok: str = 'unset' variable in ShellMCUbootArea
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot_shell.c220 swap_state_flag_str(swap_state.image_ok)); in cmd_mcuboot_info_area()
Dmcuboot.c249 return state.image_ok == BOOT_FLAG_SET; in boot_is_img_confirmed()
/Zephyr-latest/boards/nxp/frdm_mcxn947/doc/
Dindex.rst237 I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
238 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c825 bool image_ok; in hawkbit_init() local
846 image_ok = boot_is_img_confirmed(); in hawkbit_init()
847 LOG_INF("Current image is%s confirmed", image_ok ? "" : " not"); in hawkbit_init()
848 if (!image_ok) { in hawkbit_init()
/Zephyr-latest/doc/build/signing/
Dindex.rst57 …0:00.011,169] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c219 if (bss.image_ok == BOOT_FLAG_SET) { in read_directxip_state()