OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.26/] [stdalone/] [README] - Blame information for rev 97

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 97 hellwig
There are four different methods to run a standalone program.
2
 
3
1. Simulator: Load the program with the '-l' command-line option
4
   into the simulated memory; use '-a 0x10000' to set the load
5
   address. Each Makefile has a target 'run' to automate this.
6
 
7
2. Simulator: Pack the program onto a simulated disk (this will
8
   happen automatically if you use the Makefile target 'run-sim'
9
   in the subdirectory build/run). Boot this disk. Choose the
10
   partition with the bootable EOS32 file system, and enter
11
   '/boot/' as the 'path to kernel'.
12
 
13
3. FPGA: Load the program with the help of the load server. Type
14
   'loadserv ' on the PC side, and 'load 1' on the
15
   FPGA side (which runs the machine monitor).
16
 
17
4. FPGA: Pack the program onto a simulated disk (this will
18
   happen automatically if you use the Makefile target 'run-server'
19
   in the subdirectory build/run). Make the disk available for
20
   use with the help of the disk server. Type 'diskserv '
21
   on the PC side, and 'boot 1' on the FPGA side (which runs the
22
   machine monitor). Then proceed as in 2.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.