Skip to content

SL/BL/OSM-S i.MX8MM: Export env config and move eMMC env to end of partition

  1. Export a property u-boot,env-config in the chosen node of the DT. It contains a string that reflects the current environment device/config.
  2. Use a custom implementation of mmc_get_env_addr() to put the environment at the end of the eMMC HW partition (boot0), but keep the fixed offsets for the SD card.
Edited by Frieder Schrempf

Merge request reports