From: Michal Sojka Date: Tue, 26 Sep 2017 11:45:04 +0000 (+0200) Subject: Change novaboot configuration X-Git-Tag: 0.0~45 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/jailhouse-build.git/commitdiff_plain/459ab9ae70a39ea9705deefd98eaf05dbd6f42e5?ds=sidebyside Change novaboot configuration --- 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;