]> rtime.felk.cvut.cz Git - zynq/linux-build.git/blob - .novaboot
rootfs: Intialize eth0 on boot
[zynq/linux-build.git] / .novaboot
1 $targets{microzed} = '
2   --uboot="U-Boot-PetaLinux>"
3   --uboot-addr kernel=${loadaddr}
4   --uboot-addr fdt=0x00f00000
5   --uboot-addr ramdisk=0x02000000
6 ';
7
8 $targets{microzed_local} = '
9   --target=microzed
10   --tftp
11   --uboot-init="dhcp; set serverip $NB_MYIP"
12   --netif=eth0
13   --remote-cmd="sterm -s115200 -v /dev/ttyUSB0"
14 ';
15
16 $targets{mzapo} = '
17 --ssh=mzapo-psr@rtime.felk.cvut.cz --scriptmod=s/ttyPS1/ttyPS0/g
18 ';
19
20 #$default_target="microzed_local";