Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 276 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 276 Bytes

uenv

uenv is a linux module for mapping uboot env to sysfs

Only mtd device supported

Usage

insmod uenv name="uboot" offset=393216 size=262144

  • name: mtd partition's name
  • offset: offset of the start of uboot env block
  • size: size of the uboot env block