From 17608c4a205d4103e9adae1e0bcf692c59a476ad Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 22 Nov 2013 00:32:37 +0100 Subject: [PATCH 1/1] Add novaboot script --- boot/.novaboot | 1 + boot/boot | 12 ++++++++++++ boot/images/.empty | 0 3 files changed, 13 insertions(+) create mode 100644 boot/.novaboot create mode 100755 boot/boot create mode 100644 boot/images/.empty diff --git a/boot/.novaboot b/boot/.novaboot new file mode 100644 index 0000000..0cd421a --- /dev/null +++ b/boot/.novaboot @@ -0,0 +1 @@ +$default_target = 'ryuglab'; diff --git a/boot/boot b/boot/boot new file mode 100755 index 0000000..a1aeec7 --- /dev/null +++ b/boot/boot @@ -0,0 +1,12 @@ +#!/usr/bin/env novaboot +# -*-sh-*- + +# Use this file with https://github.com/wentasah/novaboot +# +# Connect ryu board to your computer (USB console and Ethernet) and +# run ./motorboot -t ryulocal. +BUILDDIR=images + +uImage console=ttyPSC0,115200 +shark-ryu.dtb +rootfs.uImage diff --git a/boot/images/.empty b/boot/images/.empty new file mode 100644 index 0000000..e69de29 -- 2.39.2