]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commitdiff
Update novaboot configuration for TX1
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 9 May 2017 14:40:24 +0000 (16:40 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 9 May 2017 14:40:39 +0000 (16:40 +0200)
.novaboot

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