source: rtems/bsps/nios2/nios2_iss/nios2_iss.sh

Last change on this file was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100755
File size: 154 bytes
Line 
1#!/bin/sh
2IOD=jtag_uart_0
3PTF=nios2_iss.ptf
4EXE="$1"
5# e.g. hello.nxe
6nios2-iss -c --stdin=${IOD} --stdout=${IOD} --stderr=${IOD} -f "${EXE}" -p "${PTF}"
Note: See TracBrowser for help on using the repository browser.