URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [bootloaders/] [orpmon/] [README] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
ORPmon Documentation
INTRODUCTION
ORPmon is user friendly open source TFTP loader program with a lot of
useful utilities and extra functions -- e.g. memory dump, flash loading,
crc calculation...
Its small size and scallability makes it useful and fast to load in most
applications. ORPmon is accessible using serial port or VGA terminal.
In former case it should be connected to some tty device.
Although it is primary use for program loading and executing, it can
also be used for board/device testing. Numerous tests are already included,
while custom can be easily added.
When ORPmon displays prompt, e.g. 'orpmon>', it is waiting for input.
Valid command should be entered. For more information about commands
type 'help' in the ORPmon command prompt.
TODO
- (uc)Linux command line support
- disassembly
- easy platform support
- PS/2 keyboard support
INSTALLATION
ORPmon is configured by editing include/board.h. 'make all' afterwards builds
the ORPmon according to the given configuration. Two binaries are produced,
orpmon.or32, orpmon-flash.or32. They are basically the same, except the
latter starts from flash. ORP monitor quick reference in Adobe Portable
Document Format is available by 'make docs' in doc directory.
LICENSE
ORPmon is distributed under GNU General Public License. See COPYING for more
details.
AUTHORS
Damjan Lampret, lampret@opencores.org
Simon Srot, simons@opencores.org
Igor Mohor, igorm@opencores.org
Marko Mlinar, markom@opencores.org
Go to most recent revision | Compare with Previous | Blame | View Log