From ff96078dd12d92d702b7960bb2af1e58aacf7f55 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 5 Sep 2016 17:39:00 +0200 Subject: [PATCH] Add load command to the boot script required for newer novaboot version. Signed-off-by: Pavel Pisa --- test-bin/motorboot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-bin/motorboot b/test-bin/motorboot index 56cd40d..c861e41 100755 --- a/test-bin/motorboot +++ b/test-bin/motorboot @@ -6,6 +6,6 @@ # Connect ryu board to your computer (USB console and Ethernet) and # run ./motorboot -t ryulocal. -uImage console=ttyPSC0,115200 -shark-ryu.dtb -initramfs.uImage +load uImage console=ttyPSC0,115200 +load shark-ryu.dtb +load initramfs.uImage -- 2.39.2