1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/elink/sw/mailbox/run.sh
Andreas Olofsson 7e49b29a79 Moving tests for idelay, mailbox, timeout from epiphany-examples
-Idea is to create complete packages
-All hardware modules should be complete, separation of tasks/sources can drive 10x in dev cost.
2015-11-29 12:44:22 -05:00

18 lines
196 B
Bash
Executable File

#!/bin/bash
set -e
SCRIPT=$(readlink -f "$0")
EXEPATH=$(dirname "$SCRIPT")
#dumping disassembly
e-objdump -D bin/e-task.elf > DUMP
#running program
cd $EXEPATH/bin
./e-main.elf e-task.elf