User Guide - sdpshost

Warning

sdpshost is a prototype application and it is not tested. To be used at the user’s own risk.

This user’s guide describes how to use sdpshost application.

Command line interface

sdpshost

Utility for communication with ROM on i.MX targets using SDPS protocol.

sdpshost [OPTIONS] COMMAND [ARGS]...

Options

-p, --port <COM[,speed>

Serial port configuration. Default baud rate is 57600. Use ‘nxpdevscan’ utility to list devices on serial port.

-u, --usb <VID:PID|USB_PATH|DEV_NAME>

USB device identifier.

Following formats are supported: <vid>, <vid:pid> or <vid,pid>, device/instance path, device name.
<vid>: hex or dec string; e.g. 0x0AB12, 43794.
<vid/pid>: hex or dec string; e.g. 0x0AB12:0x123, 1:3451.
Use ‘nxpdevscan’ utility to list connected device names.
-j, --json

Use JSON output

-t, --timeout <ms>

Sets timeout when waiting on data over a serial line. The default is 5000 milliseconds.

-n, --name <name>

Name of the device

Options

MX8QXP | MX28 | MX815 | MX865 | MX93

-v, --verbose

Print more detailed information

-vv, --debug

Display more debugging information.

--version

Show the version and exit.

--help

Show this message and exit.

write-file

Write boot image data.

FILE - binary file to write
sdpshost write-file [OPTIONS] FILE

Arguments

FILE

Required argument