Searched refs:image_ok (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/samples/subsys/usb/dfu/ |
D | README.rst | 84 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/ |
D | shell.py | 118 image_ok: str = 'unset' variable in ShellMCUbootArea
|
/Zephyr-latest/subsys/dfu/boot/ |
D | mcuboot_shell.c | 220 swap_state_flag_str(swap_state.image_ok)); in cmd_mcuboot_info_area()
|
D | mcuboot.c | 249 return state.image_ok == BOOT_FLAG_SET; in boot_is_img_confirmed()
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/doc/ |
D | index.rst | 237 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/ |
D | hawkbit.c | 825 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/ |
D | index.rst | 57 …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/ |
D | img_mgmt_state.c | 219 if (bss.image_ok == BOOT_FLAG_SET) { in read_directxip_state()
|