logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

imx_usb - program to upload an u-boot image to the device and run

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Bugs

       The program is currently limited to only work with the libusb-1.0 library.

       The upstreams BTS can be found at https://github.com/boundarydevices/imx_usb_loader/issues.

Description

       This manual page documents briefly the imx_usb command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       imx_usb is a program that can upload an image to the device memory and run. Thus it is able to de-brick
       the device supported by this tool.

Diagnostics

       The following diagnostics may be issued on stderr:

       no matching USB device found.
           The supported device cannot be found on USB bus. Use the --debugmode option, to get more info.

       imx_usb provides some return codes, that can be used in scripts:
       CodeDiagnostic0      Program exited successfully.
       1      Something wrong.

Files

       /usr/share/imx-usb-loader/imx-loader.d/*.conf
           The system-wide configuration file to control the behaviour of imx_usb.

Name

       imx_usb - program to upload an u-boot image to the device and run

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -v, --verify
           Verify downloaded data.

       -d, --debugmode
           Enable debug logs.

       -cDIR, --configdir=DIR
           Reading configuration directory from non standard directory.

       -bNUM, --bus=NUM
           Filter bus number.

       -DNUM, --device=NUM
           Filter device address.

       -h, --help
           Show summary of options.

See Also

imx_uart(1)

Synopsis

imx_usb [-v | --verify] [-d | --debugmode] [-cDIR | --configdir=DIR] [-bNUM | --bus=NUM]
               [-DNUM | --device=NUM] {FILE} [-lLOADADDR] [-sSIZE]

       imx_usb [{-h | --help}]

See Also