#
# How to load the program via PCI
# July 19 2006, Shinpei Kato <shinpei@ny.ics.keio.ac.jp>
#

1. make a booting ROM (the ROM image is in ./rom/bin/RPROM.br)

2. boot the RMTP board

3. install the PCI driver
	$ cd ./driver
	$ make
	$ sudo ./rmtproc_load
	$ cd ..

4. reset the board (confirm that "OK" prompt is indicated)

5. load the program
	$ cd ./loader
	$ make
	$ ./rmtpcild PROGRAM(elf-object)
	$ cd ..

6. uninstall the PCI driver
	$ cd ./driver
	$ sudo ./rmtproc_unload
	$ cd ..
	
