From: Michal Sojka Date: Tue, 9 May 2017 14:40:24 +0000 (+0200) Subject: Update novaboot configuration for TX1 X-Git-Tag: 0.0~51 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/jailhouse-build.git/commitdiff_plain/542fb47966fbb7b85785c41681f82b4974d707dc Update novaboot configuration for TX1 --- diff --git a/.novaboot b/.novaboot index d1a7097..7eb3397 100644 --- a/.novaboot +++ b/.novaboot @@ -1 +1,9 @@ -$targets{tx1} = '--server=/srv/tftp/tx1 --prefix=tx1/ --uboot="Tegra210 (P2371-2180) #" --remote-cmd="sterm -d /dev/ttyUSB0 -s 115200" --uboot-init=\'usb start; setenv autoload no; dhcp; setenv serverip $NB_MYIP\'' +$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" + --reset-cmd="ssh -tt tx1@rtime.felk.cvut.cz reset" + --uboot-init=\'usb start; setenv autoload no; dhcp; setenv serverip $NB_MYIP\''; + +1;