summaryrefslogtreecommitdiffstats
path: root/zpu/roadshow/roadshow/iss/index.html
blob: 0b91a6a78c5fb89f7a9690c43b6af04baad1dd51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
<h1>ISS test</h1>
<ol>
<li>Launch ISS<br>
java -Xmx512m -cp simulator.jar com.zylin.zpu.simulator.SimApp 4444 false
<li>Launch debugger<br>
zpu-elf-gdb hello.elf<br>
<li>Connect to ISS<br>
target remote localhost:4444
</ol>

</body>
</html>
OpenPOWER on IntegriCloud