]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commitdiff
Change novaboot configuration
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 26 Sep 2017 11:45:04 +0000 (13:45 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 26 Sep 2017 11:45:04 +0000 (13:45 +0200)
.novaboot

index d7fb95ac5e07d54e9c4425c9d209da370c890276..b5b00daa0e28539ea69dadea1df5f307236f36a2 100644 (file)
--- 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;