]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commitdiff
Fix TFTP server IP address
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 9 May 2017 14:44:15 +0000 (16:44 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 9 May 2017 14:44:15 +0000 (16:44 +0200)
.novaboot

index 7eb3397bf695c39de29955fbb722a0b9fa15c8bc..52d4deac677305f1f02dd9116dcc7a6b75238a67 100644 (file)
--- 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;