From: Pavel Pisa Date: Mon, 5 Sep 2016 15:39:00 +0000 (+0200) Subject: Add load command to the boot script required for newer novaboot version. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/shark/motorek-5200.git/commitdiff_plain/ff96078dd12d92d702b7960bb2af1e58aacf7f55 Add load command to the boot script required for newer novaboot version. Signed-off-by: Pavel Pisa --- 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