Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.41 KB

i.MX MakeImage Tool

i.MX Make Image Tool based on pyIMX module

Not usable yet, still in development

Dependencies

  • Python - Python 3.x interpreter
  • Click - Python package for creating beautiful command line interface.
  • pyYAML - YAML parser and emitter for the Python programming language.
  • Jinja2 - A small but fast and easy to use stand-alone template engine.
  • pyIMX - Python module targeted for i.MX Applications Processors.
  • pyFDT - Python package for manipulation with Device Tree images.
  • pyUBoot - Python package for manipulation with U-Boot images and environment variables.
  • easy_enum - User friendly implementation of documented Enum type for Python language.

Installation

The standalone executables for Windows OS are available in releases page. For Linux users will exist installation packages later, at this moment use raw sources.

In case of development clone this repo into your PC and install all dependencies:

    $ git clone https://github.com/molejar/imxmi.git
    $ cd imxmi
    $ pip install -r requirements.txt

Usage