Home
last modified time | relevance | path

Searched refs:image (Results 201 – 225 of 966) sorted by relevance

12345678910>>...39

/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_hyperflash.dts57 label = "image-0";
61 label = "image-1";
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay47 label = "image-0";
51 label = "image-1";
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dboard.cmake9 # Note1: Suggest developers use Secure Provisioning Tool(SPT) to download RT1180 image
16 # Note: Only support run cm7 image when debugging due to default boot core on board is cm33 core
/Zephyr-latest/snippets/nordic-flpr-xip/soc/
Dnrf54l15_cpuapp.overlay11 cpuflpr_code_partition: image@165000 {
/Zephyr-latest/boards/panasonic/pan1783/
Dpre_dt_board.cmake7 # - /reserved-memory/image@20000000 & /reserved-memory/image_s@20000000
/Zephyr-latest/boards/weact/blackpill_f411ce/
Dblackpill_f411ce.dts69 label = "image-0";
73 label = "image-1";
77 label = "image-scratch";
/Zephyr-latest/boards/weact/blackpill_f401ce/
Dblackpill_f401ce.dts68 label = "image-0";
72 label = "image-1";
76 label = "image-scratch";
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/
Dsparkfun_thing_plus_matter_mgm240p.dts149 label = "image-0";
155 label = "image-1";
161 label = "image-scratch";
/Zephyr-latest/boards/silabs/radio_boards/slwrb4180a/
Dslwrb4180a.dts167 label = "image-0";
173 label = "image-1";
179 label = "image-scratch";
/Zephyr-latest/boards/telink/tlsr9518adk80d/
Dtlsr9518adk80d.dts107 label = "image-0";
111 label = "image-1";
115 label = "image-scratch";
/Zephyr-latest/boards/intel/ish/doc/
Dindex.rst28 Use the following procedures for booting an ISH image on a ADL RVP board
49 A Zephyr image file named :file:`ish_fw.bin` is automatically
76 - Relace the file adlrvp_ish.bin with zephyr image built out, ish_fw.bin.
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Drpi_pico2.dtsi70 /* Reserved memory for an image definition block. The block is much
81 * Usable flash. Starts at 0x100, after the image definition block.
83 * image definition.
/Zephyr-latest/boards/atmarktechno/degu_evk/
Ddegu_evk.dts153 label = "image-0";
157 label = "image-1";
161 label = "image-scratch";
/Zephyr-latest/boards/bcdevices/plt_demo_v2/
Dblueclover_plt_demo_v2_nrf52832.dts133 label = "image-0";
137 label = "image-1";
141 label = "image-scratch";
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst27 Single-image build
31 Multi-image build
33 …The word "image" is used because your main goal is usually to generate the binaries of the firmware
68 link your main Zephyr application as an MCUboot-bootable image, using sysbuild's
113 Since sysbuild supports both single- and multi-image builds, this lets you
287 image is flashed in sequence. Extra arguments such as ``--runner jlink`` are
348 erase the entire flash, including the main application image.
404 Sysbuild creates build targets for each image (including sysbuild itself) for
413 are ran with a prefix of the image name and an underscore e.g. ``sysbuild_`` or
414 ``mcuboot_``, using ninja or make - for details on how to run image build
[all …]
/Zephyr-latest/boards/st/nucleo_f429zi/
Dnucleo_f429zi.dts216 /* application image slot: 256KB */
218 label = "image-0";
224 label = "image-1";
230 label = "image-scratch";
/Zephyr-latest/boards/st/nucleo_h753zi/
Dnucleo_h753zi.dts225 /* application image slot: 256KB */
227 label = "image-0";
233 label = "image-1";
239 label = "image-scratch";
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/
Dindex.rst86 Steps to build and run an image
97 To load the image:
99 | Copy Zephyr image to the /lib/firmware/ directory.
105 | Configuring the image name to the remoteproc module.
108 | Once the image name is configured, send the start command.
/Zephyr-latest/boards/arm/mps3/
Dmps3_corstone300_fvp_defconfig16 # Build a Secure firmware image
Dmps3_corstone300_an552_defconfig16 # Build a Secure firmware image
Dmps3_corstone310_an555_defconfig16 # Build a Secure firmware image
Dmps3_corstone310_fvp_defconfig16 # Build a Secure firmware image
/Zephyr-latest/include/zephyr/linker/
Dram-end.ld13 _end = .; /* end of image */
/Zephyr-latest/doc/build/signing/
Dindex.rst44 - :kconfig:option:`CONFIG_MCUBOOT_GENERATE_CONFIRMED_IMAGE`: also generate a confirmed image,
45 which may be more useful for flashing in production environments than the OTA-able default image
49 If your ``west flash`` :ref:`runner <west-runner>` uses an image format supported by imgtool, you
57 …[00:00:00.011,169] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_…
61 [00:00:00.123,168] <inf> mcuboot: Jumping to the first image slot
85 image or ``-DSIGNING_SCRIPT`` can be used to set a signing script for all images, for example:
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c229 static int img_mgmt_get_unused_slot_area_id(unsigned int image) in img_mgmt_get_unused_slot_area_id() argument
234 slot = img_mgmt_get_opposite_slot(img_mgmt_active_slot(image)); in img_mgmt_get_unused_slot_area_id()
522 int image = img_mgmt_slot_to_image(slot); in img_mgmt_swap_type() local
524 switch (mcuboot_swap_type_multi(image)) { in img_mgmt_swap_type()
621 action->area_id = img_mgmt_get_unused_slot_area_id(req->image); in img_mgmt_upload_inspect()
656 current_img_area = img_mgmt_flash_area_id(req->image); in img_mgmt_upload_inspect()
660 LOG_ERR("Failed to determine active slot for image %d: %d", req->image, in img_mgmt_upload_inspect()

12345678910>>...39