From 2575cd338cba85706a125254acc25fc9f37ecbf6 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 11 Jan 2014 15:55:36 +0100 Subject: [PATCH] Add novaboot script to boot rtems gateway --- rtems/gw/.novaboot | 1 + rtems/gw/boot | 7 +++++++ 2 files changed, 8 insertions(+) create mode 120000 rtems/gw/.novaboot create mode 100755 rtems/gw/boot diff --git a/rtems/gw/.novaboot b/rtems/gw/.novaboot new file mode 120000 index 0000000..0724856 --- /dev/null +++ b/rtems/gw/.novaboot @@ -0,0 +1 @@ +../../boot/.novaboot \ No newline at end of file diff --git a/rtems/gw/boot b/rtems/gw/boot new file mode 100755 index 0000000..0fb4875 --- /dev/null +++ b/rtems/gw/boot @@ -0,0 +1,7 @@ +#!/usr/bin/env novaboot +# -*-sh-*- + +# Use this file with https://github.com/wentasah/novaboot +BUILDDIR=_compiled/icecube + +uImage-rtems-gw < $SRCDIR/mkimg-ppc-cangw; cat bin/cangw.img -- 2.39.2