Coder Social home page Coder Social logo

imx-sdp's Introduction

imx-sdp

imx-sdp is a command-line utility that allows to boot NXP i.MX processors over Serial Download Protocol (SDP) via the USB interface.

This is a re-implementation of imx_usb_loader with the following design goals:

  • Only implement the bare minimum to boot multiple stages over SDP (USB)
  • Don't require configuration files

Invocation

Usage: imx-sdp [OPTION]... <STAGE>...

The following OPTIONs are available:

-h, --help  print this usage message
-p, --path  specify the USB device path, e.g. 3-1.1
-V, --version  print version
-w, --wait  wait for the first stage

The STAGEs have the following format:

<VID>:<PID>[,<STEP>...]
    VID  USB Vendor ID as 4-digit hex number
    PID  USB Product ID as 4-digit hex number

The STEPs can be one of the following operations:

write_file:<FILE>:<ADDRESS>
    Write the contents of FILE to ADDRESS
jump_address:<ADDRESS>
    Jump to the IMX image located at ADDRESS

Example invocation

imx-sdp --wait \
    15a2:0080,write_file:SPL:00907400,jump_address:00907400 \
    1b67:5ffe,write_file:u-boot.img:877fffc0,jump_address:877fffc0

imx-sdp's People

Contributors

svenschwermer avatar raffber avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.