Searched refs:Flash (Results 1 – 15 of 15) sorted by relevance
50 pub ptr: *mut dyn Flash,54 pub trait Flash { interface148 impl Flash for SimFlash {309 use super::{Flash, FlashError, SimFlash, Result, Sector};325 fn test_device(flash: &mut dyn Flash, erased_val: u8) { in test_device() argument
69 2. Flash MCUboot in your device:131 2. Flash the signed application:161 …Uboot image signature verification, the hardware-assisted Secure Boot and Flash Encryption were ma…241 # Options for enabling eFuse emulation in Flash286 Flash the bootloader as following, with `--after no_reset` flag, so you can reset the device only w…316 ## [Flash Encryption](#flash-encryption)318 The Espressif Flash Encryption is hardware-assisted, transparent to the MCUboot process and is an a…319 The Flash Encryption implementation is also based on [IDF](https://docs.espressif.com/projects/esp-…321 When enabling the Flash Encryption, the user can encrypt the content either using a **device genera…323 ### [Building bootloader with Flash Encryption](#building-bootloader-with-flash-encryption)[all …]
70 ## Flash Map126 /* Flash area IDs of the first image in case of multiple images */131 /* Flash area IDs of the second image in case of multiple images */
5 The NuttX port of MCUboot secure boot library expects that the platform provides a Flash storage wi…
334 /* Emulated EEPROM Flash area */341 /* Supervisory Flash: User data */348 /* Supervisory Flash: Normal Access Restrictions (NAR) */355 /* Supervisory Flash: Public Key */362 /* Supervisory Flash: Table of Content # 2 */369 /* Supervisory Flash: Table of Content # 2 Copy */400 /* Flash */405 /* Emulated EEPROM Flash area */410 /* Supervisory Flash */
327 /* Emulated EEPROM Flash area */334 /* Supervisory Flash: User data */341 /* Supervisory Flash: Normal Access Restrictions (NAR) */348 /* Supervisory Flash: Public Key */355 /* Supervisory Flash: Table of Content # 2 */362 /* Supervisory Flash: Table of Content # 2 Copy */393 /* Flash */398 /* Emulated EEPROM Flash area */403 /* Supervisory Flash */
7 The demonstration device is CY8CPROTO-062-4343W board which is PSoC6 device with 2M of Flash availa…8 The memory module present on board is S25FL512SAGMFI010 512-Mbit external Quad SPI NOR Flash.78 …e memory cell contents in erased state. It is `0x00` for PSoC6's internal Flash and `0xff` for S25…
99 **Default Flash map for Multi-Image operation:**
10 use simflash::{Result, Flash, FlashPtr};146 pub fn set_flash(dev_id: u8, dev: &mut dyn Flash) { in set_flash() argument153 let dev: &'static mut dyn Flash = mem::transmute(dev); in set_flash()155 dev_id, FlashPtr{ptr: dev as *mut dyn Flash}); in set_flash()
9 use simflash::{Flash, SimFlash, Sector};
345 /* Emulated EEPROM Flash area */352 /* Supervisory Flash: User data */359 /* Supervisory Flash: Normal Access Restrictions (NAR) */366 /* Supervisory Flash: Public Key */373 /* Supervisory Flash: Table of Content # 2 */380 /* Supervisory Flash: Table of Content # 2 Copy */411 /* Flash */416 /* Emulated EEPROM Flash area */421 /* Supervisory Flash */
12 2. MCUboot-Based Bootloader with Rollback to Factory App in External Flash [mtb-example-anycloud-mc…
40 use simflash::{Flash, SimFlash, SimMultiFlash};1598 fn show_flash(flash: &dyn Flash) { in show_flash() argument1618 fn tralier_estimation(dev: &dyn Flash) -> usize { in tralier_estimation()1623 fn tralier_estimation(dev: &dyn Flash) -> usize { in tralier_estimation()1630 fn image_largest_trailer(dev: &dyn Flash) -> usize { in image_largest_trailer()
94 …e memory cell contents in erased state. It is `0x00` for PSoC6's internal Flash and `0xff` for S25…