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

add option for raw output #6

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

add option for raw output #6

wants to merge 1 commit into from

Conversation

ensc
Copy link

@ensc ensc commented Apr 28, 2022

For later analysis or to copy data like keys from OTP, it is useful to
output the read data directly as binary.

Patch adds '-r' option to enable this behavior.

For later analysis or to copy data like keys from OTP, it is useful to
output the read data directly as binary.

Patch adds '-r' option to enable this behavior.

Signed-off-by: Enrico Scholz <[email protected]>
@ukleinek
Copy link
Contributor

Thanks for your patch. I would prefer an implementation of a memcpy command instead.
If you want to work on that, please take care to use a consistent style for line indention to match the style that is already used.
BR

@a3f
Copy link
Member

a3f commented Apr 29, 2022

For reference, here's the documentation of barebox's memcpy command: https://www.barebox.org/doc/latest/commands/mem/memcpy.html

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.

3 participants