Skip to content

molejar/imxmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

i.MX Make Image Tool based on pyIMX module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages