From: Michal Sojka Date: Tue, 9 May 2017 14:44:15 +0000 (+0200) Subject: Fix TFTP server IP address X-Git-Tag: 0.0~50 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/jailhouse-build.git/commitdiff_plain/656daf02152009f239208da605570e5c64574884 Fix TFTP server IP address --- diff --git a/.novaboot b/.novaboot index 7eb3397..52d4dea 100644 --- a/.novaboot +++ b/.novaboot @@ -4,6 +4,6 @@ $targets{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\''; + --uboot-init=\'usb start; setenv autoload no; dhcp; setenv serverip 147.32.87.159\''; 1;