From: Michal Sojka Date: Thu, 21 Nov 2013 23:32:37 +0000 (+0100) Subject: Add novaboot script X-Git-Tag: fix-allnoconfig~121 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/17608c4a205d4103e9adae1e0bcf692c59a476ad Add novaboot script --- 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