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

Load and save the region of memory. #10

Closed
xolod79 opened this issue Nov 11, 2019 · 4 comments
Closed

Load and save the region of memory. #10

xolod79 opened this issue Nov 11, 2019 · 4 comments

Comments

@xolod79
Copy link

xolod79 commented Nov 11, 2019

There is a suggestion, add commands for load and save the region of memory through the transmission of a binary stream in the terminal program. e.g. Realterm.

@obiwanjacobi
Copy link

obiwanjacobi commented Nov 12, 2019

That is an excellent idea.
Even better, if you can take control of the entire CPU bus, you can write software that can perform hardware tests in the system you're connected to.
[2c]

@hoglet67
Copy link
Owner

hoglet67 commented Nov 12, 2019

The current firmware includes an srec command that allows data in srecord format to be uploaded.

To download data, there is currently just the mem command, but I'm thinking of adding an srecord output command (#11)

Granted neither of these are binary, but they already exist.

In terms of scripting remote tests, the rdm, wrm, rdi and wri commands could be used to read/write memory space / IO space.

One thing that is missing is the ability to force the CPU to start executing at a given location (#12).

hoglet67 added a commit that referenced this issue Nov 13, 2019
Change-Id: I2455e6f6dc5d0ecdca8cb5408f6336b1008ed4a9
@hoglet67
Copy link
Owner

Fixed in dev branch (firmware version 0.97)

@xolod79
Copy link
Author

xolod79 commented Nov 13, 2019

Excellent! Thank you.

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

No branches or pull requests

3 participants