Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imx53: support load of single file from command line #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

olafmandel
Copy link

There is some problem with the iMX53 (maybe also with others?) that
requires loading *.imx files in multiple steps: first the DCD, then load
only the binary without the header without running it and then load
everything and run it. This required adding the files to be loaded into
the configuration file, with three lines:

foo.imx:dcd,plug
foo.imx:load <addr>,skip <header-length>
foo.imx:jump header2

This adds a command line option "-w" that can be used to load such a
file with one simple command:

imx_usb foo.imx -w

There is some problem with the iMX53 (maybe also with others?) that
requires loading *.imx files in multiple steps: first the DCD, then load
only the binary without the header without running it and then load
everything and run it. This required adding the files to be loaded into
the configuration file, with three lines:

    foo.imx:dcd,plug
    foo.imx:load <addr>,skip <header-length>
    foo.imx:jump header2

This adds a command line option "-w" that can be used to load such a
file with one simple command:

    imx_usb foo.imx -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant