From 459ab9ae70a39ea9705deefd98eaf05dbd6f42e5 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 26 Sep 2017 13:45:04 +0200 Subject: [PATCH] Change novaboot configuration --- .novaboot | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.novaboot b/.novaboot index d7fb95a..b5b00da 100644 --- a/.novaboot +++ b/.novaboot @@ -1,10 +1,4 @@ -$targets{tx1} = ' - --server=tx1@rtime.felk.cvut.cz:/srv/tftp/tx1 - --prefix=tx1/ - --uboot="Tegra210 (P2371-2180) #" - --remote-cmd="ssh -tt tx1@rtime.felk.cvut.cz console" - --remote-expect="Connected" - --reset-cmd="ssh -tt tx1@rtime.felk.cvut.cz reset" - --uboot-init=\'usb start; setenv autoload no; dhcp; setenv serverip 147.32.87.159\''; +$targets{tx1} = '--ssh=tx1@rtime.felk.cvut.cz'; +$default_target = 'tx1'; 1; -- 2.39.2