Home
last modified time | relevance | path

Searched full:device (Results 1 – 25 of 81) sorted by relevance

1234

/mcuboot-latest/boot/cypress/
Dplatforms.mk48 # MCU device selection, based on target device.
53 DEVICE ?= CY8C624ABZI-D44
57 DEVICE ?= CY8C6247BZI-D54
61 DEVICE ?= CY8C6245LQI-S3D72
65 # Add device name to defines
66 DEFINES += $(DEVICE)
76 $(info $(DEVICE))
/mcuboot-latest/sim/src/
Dlib.rs43 bootsim run --device TYPE [--align SIZE]
50 --device TYPE MCU to simulate
145 let device = match args.flag_device { in main() localVariable
146 None => panic!("Missing mandatory device argument"), in main()
150 status.run_single(device, align, 0xff); in main()
186 pub fn run_single(&mut self, device: DeviceName, align: usize, erased_val: u8) { in run_single()
187 warn!("Running on device {} with alignment {}", device, align); in run_single()
189 let run = match ImagesBuilder::new(device, align, erased_val) { in run_single()
192 warn!("Skipping {}: {}", device, msg); in run_single()
/mcuboot-latest/docs/
Dserial_recovery.md30 See the Zephyr [Device Management](https://docs.zephyrproject.org/latest/services/device_mgmt/index…
50 As a result, a device can receive images smoothly, and can erase required part of a flash automatic…
59 Entering the serial recovery mode is usually possible right after a device reset, for instance as a…
75 Enter serial recovery mode in the device and use an SMP client application for communication with t…
119 ### Device reset
121 Reset your device with the following command:
Dreadme-nuttx.md15 …end.h>`, for enabling MCUboot to manage the application firmware image slots in the device storage.
21 … storage device. This is achieved by means of the `BCH` and `FTL` subsystems, which enable MCUboot…
52 …king-safe. NuttX implementation manages the MTD partitions via character device drivers. As file-d…
Dencrypted_images.md27 device or while residing on an external flash, `MCUboot` has support
40 if the image is not residing on the device or is written to external
48 crypto) to reside inside the device, it is the responsibility of the
49 device manufacturer to guarantee that this key is already in the device
Dreadme-espressif.md117 2. Flash MCUboot in your device:
145 The output contains device information and its flash size:
159 3. Reset your device
302 role for ensuring that only authorized code will be executed on the device. This is done through
369 *Once the device makes its first full boot, these configurations cannot be reverted*
391 *Once the bootloader is flashed and the device resets, the **first boot will enable Secure Boot**
397 Flash the bootloader as following, with `--after no_reset` flag, so you can reset the device only
410 On its **first boot** the Secure Boot is not enabled on the device eFuses yet, neither the key nor
448 When enabling the Flash Encryption, the user can encrypt the content either using a **device
451 burning on the device, all read and write operations are decrypted/encrypted in runtime.
[all …]
Dreadme-zephyr.md13 partitions defined in its device tree. These partitions are:
69 may come from board-specific headers, Device Tree, or be configured by
170 size of the 2 partitions (e.g. if a device has a primary slot in main flash
225 To enter the serial recovery mode, the device has to initiate rebooting, and a triggering event has…
232 the amount of time in milliseconds the device will wait for the trigger.
DPORTING.md83 uniquely tied to region characterized by device, offset and size.
94 uint8_t fa_device_id; /** The device id (usually there's only one) */
107 /*< Obtains ID of a device the flash area `fa` described region resides on */
109 /*< Obtains offset, from the beginning of a device, the flash area described
/mcuboot-latest/sim/mcuboot-sys/csupport/storage/
Dflash_map.h47 * @brief Structure describing an area on a flash device.
51 * which flash device they are part of.
60 * ID of the flash device this area is a part of.
68 * device's storage.
82 * (NOT relative to the start of its flash device), and a size. A
87 * Offset of this sector, from the start of its flash area (not device).
98 * Retrieve a memory-mapped flash device's base address.
/mcuboot-latest/boot/cypress/cy_flash_pal/include/flash_map_backend/
Dflash_map_backend.h40 /* assume first(one) SMIF device is used */
64 * @brief Structure describing an area on a flash device.
68 * which flash device they are part of.
77 * ID of the flash device this area is a part of.
85 * device's storage.
119 * (NOT relative to the start of its flash device), and a size. A
124 * Offset of this sector, from the start of its flash area (not device).
151 * Retrieve a memory-mapped flash device's base address.
/mcuboot-latest/boot/mbed/include/flash_map_backend/
Dflash_map_backend.h47 * @brief Structure describing an area on a flash device.
51 * which flash device they are part of.
60 * ID of the flash device this area is a part of.
68 * device's storage.
102 * (NOT relative to the start of its flash device), and a size. A
107 * Offset of this sector, from the start of its flash area (not device).
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery25 prompt "Serial device"
33 The serial device to use will be fist selected via chosen
36 the "zephyr,uart-mcumgr" points to the same device as
74 memory access when data is written to a device with memory alignment
152 the one used to place the device in bootloader mode.
184 bool "Check for device reset by pin"
DKconfig.firmware_loader22 the one used to place the device in bootloader mode.
39 bool "Check for device reset by pin"
DKconfig231 and requires the hash of the public key to be provisioned to the device
530 be used later by runtime services (e.g. by a device attestation service).
627 the one used to place the device in bootloader mode.
663 bool "Turns on LED indication when device is in DFU"
666 Device device activates the LED while in bootloader mode.
667 mcuboot-led0 alias must be set in the device's .dts
819 The size of a secondary buffer used for writing decompressed data to the storage device.
828 # Hidden selector for device-specific settings
863 # override USB device name
Dio.c87 BOOT_LOG_ERR("Didn't find LED device referred by the LED0_NODE\n"); in io_led_init()
117 #error "Serial recovery/USB DFU button must be declared in device tree as 'mcuboot_button0'"
126 __ASSERT(false, "GPIO device is not ready.\n"); in io_detect_pin()
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_flash_map.c49 * For now, we only support one flash device.
51 * Pick a random device ID for it that's unlikely to collide with
186 /* Returns device flash start based on supported fa_id */
234 /* convert to absolute address inside a device*/ in flash_area_read()
250 /* incorrect/non-existing flash device id */ in flash_area_read()
274 /* convert to absolute address inside a device */ in flash_area_write()
307 /* incorrect/non-existing flash device id */ in flash_area_write()
325 /* convert to absolute address inside a device*/ in flash_area_erase()
351 /* incorrect/non-existing flash device id */ in flash_area_erase()
373 /* incorrect/non-existing flash device id */ in flash_area_align()
[all …]
/mcuboot-latest/sim/mcuboot-sys/src/
Darea.rs35 /// Add a slot to the image. The slot must align with erasable units in the flash device.
80 panic!("Image goes past end of device"); in add_image()
93 // Add a simple slot to the image. This ignores the device layout, and just adds the area as a
96 // device.
117 // device id. Returns None if the area is not present.
/mcuboot-latest/sim/simflash/src/
Dlib.rs85 /// An emulated flash device. It is represented as a block of bytes, and a list of the sector
100 /// Given a sector size map, construct a flash device for that.
132 // Returns None if the value is outside of the device.
179 /// This emulates a flash device which starts out erased, with the
195 panic!("Write outside of device"); in write()
222 bail!(ebounds("Read outside of device")); in read()
251 /// An iterator over each sector in the device.
272 /// It is possible to iterate over the sectors in the device, each element returning this.
/mcuboot-latest/boot/zephyr/include/io/
Dio.h50 * Checks if board was reset using reset pin and if device should stay in
58 * Checks board boot mode via retention subsystem and if device should stay in
/mcuboot-latest/boot/mbed/src/
Dflash_map_backend.cpp35 /** Application defined secondary block device */
38 /** Internal application block device */
65 // The offset of the slot is from the beginning of the flash device. in flash_area_open()
124 MCUBOOT_LOG_DBG("deinitializing flash area block device %d...", id); in flash_area_close()
/mcuboot-latest/boot/cypress/platforms/
Dcycfg.c7 * Device Configurator: 2.0.0.1483
8 * Device Support Library (../../../../output/libs/COMPONENT_PSOC6/psoc6pdl): 1.5.0.1837
Dcycfg_routing.c7 * Device Configurator: 2.0.0.1483
8 * Device Support Library (../../../psoc6pdl): 1.4.0.1889
Dcycfg.h7 * Device Configurator: 2.0.0.1483
8 * Device Support Library (../../../../output/libs/COMPONENT_PSOC6/psoc6pdl): 1.5.0.1837
Dcycfg_routing.h7 * Device Configurator: 2.0.0.1483
8 * Device Support Library (../../../psoc6pdl): 1.4.0.1889
Dcycfg_clocks.c7 * Device Configurator: 2.0.0.1483
8 * Device Support Library (../../../../output/libs/COMPONENT_PSOC6/psoc6pdl): 1.5.0.1837

1234