To build and run POK on Leon3, you must have the TSIM simulator3.3.
Then, perform the following actions :
- Add tsim-leon3 directory to you PATH environment variable.
- Issue make configure at the top directory of POK.
- Enter the directory examples/partitions-scheduling by typing
this command in a terminal:
cd examples/partitions-scheduling
- Invoke make ARCH=sparc BSP=leon3. It will generate configuration and application
code with Ocarina.
- Invoke make ARCH=sparc BSP=leon3 run.
Using this command, TSIM is launched and your system is being
executed.
Copyright 2009 POK Team