Searched refs:swap_type (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
| D | utils.py | 14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None: 17 if swap_type: 18 assert mcuboot_areas.areas[0].swap_type == swap_type
|
| D | test_upgrade.py | 87 check_with_shell_command(shell, new_version, swap_type='test') 143 check_with_shell_command(shell, new_version, swap_type='test')
|
| /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/tests/helpers/ |
| D | shell_mcuboot_command_parser_test.py | 36 assert mcuboot_parsed.areas[0].swap_type == 'test'
|
| /Zephyr-latest/samples/subsys/usb/dfu-next/ |
| D | README.rst | 102 I: Primary image: magic=good, swap_type=0x4, copy_done=0x1, image_ok=0x1 103 I: Secondary image: magic=good, swap_type=0x2, copy_done=0x3, image_ok=0x3 122 I: Primary image: magic=good, swap_type=0x2, copy_done=0x1, image_ok=0x3 123 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 127 I: Secondary 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 | 69 int swap_type; in img_mgmt_state_flags() local 78 swap_type = img_mgmt_swap_type(query_slot); in img_mgmt_state_flags() 79 switch (swap_type) { in img_mgmt_state_flags()
|
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
| D | shell.py | 116 swap_type: str = 'none' variable in ShellMCUbootArea
|
| /Zephyr-latest/subsys/dfu/boot/ |
| D | mcuboot_shell.c | 214 swap_type_str(swap_state.swap_type)); in cmd_mcuboot_info_area()
|
| /Zephyr-latest/subsys/dfu/ |
| D | Kconfig | 46 bool "use trailer's swap_type field"
|
| /Zephyr-latest/boards/nxp/frdm_mcxn947/doc/ |
| D | index.rst | 293 I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 294 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
|
| /Zephyr-latest/doc/build/signing/ |
| D | index.rst | 57 …[00:00:00.011,169] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_…
|