Update README and build.sh #59
2
build.sh
2
build.sh
|
@ -1 +1 @@
|
|||
nix-shell --command "cargo xbuild --release -p experiments" && scp -P 2204 -C target/armv7-none-eabihf/release/zc706-experiments $1@nixbld.m-labs.hk:/home/$1/zc706/zc706.elf
|
||||
nix-shell --command "cargo xbuild --release -p experiments" && scp -P 2204 -C target/armv7-none-eabihf/release/experiments $1@nixbld.m-labs.hk:/home/$1/zc706/zc706.elf
|
||||
|
||||
|
|
Loading…
Reference in New Issue
-6
will not work with-P 2204
nor is it needed otherwise. It's either-P 2204 nixbld.m-labs.hk
orrpi-4.m-labs.hk
.So are we to abandon the use of
nixbld.m-labs.hk
altogether and userpi-4
only instead?Yes the port redirect on nixbld is only a workaround for people who don't have IPv6.