]> rtime.felk.cvut.cz Git - zynq/linux-build.git/blobdiff - .novaboot
rootfs: Intialize eth0 on boot
[zynq/linux-build.git] / .novaboot
index 2a32e17ef638e5014613da9b3e9145b3e7cc3028..ed9768f5e49301c359a79180856a293e9424316d 100644 (file)
--- a/.novaboot
+++ b/.novaboot
@@ -8,9 +8,13 @@ $targets{microzed} = '
 $targets{microzed_local} = '
   --target=microzed
   --tftp
-  --uboot-init="set serverip $NB_MYIP"
+  --uboot-init="dhcp; set serverip $NB_MYIP"
   --netif=eth0
   --remote-cmd="sterm -s115200 -v /dev/ttyUSB0"
 ';
 
-$default_target="microzed_local";
+$targets{mzapo} = '
+--ssh=mzapo-psr@rtime.felk.cvut.cz --scriptmod=s/ttyPS1/ttyPS0/g
+';
+
+#$default_target="microzed_local";