From 542fb47966fbb7b85785c41681f82b4974d707dc Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 9 May 2017 16:40:24 +0200 Subject: [PATCH] Update novaboot configuration for TX1 --- .novaboot | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; -- 2.39.2