forked from M-Labs/nix-scripts
fix RTM gateware copy
This commit is contained in:
parent
b47517897c
commit
c55cbe417e
|
@ -44,7 +44,7 @@ let
|
|||
target = "sayma";
|
||||
variant = "satellite";
|
||||
buildCommand = "python -m artiq.gateware.targets.sayma_rtm && python -m artiq.gateware.targets.sayma_amc -V satellite";
|
||||
extraInstallCommands = "cp artiq_sayma/rtm_gateware/rtm.bit $TARGET_DIR";
|
||||
extraInstallCommands = "cp artiq_sayma/rtm_gateware/rtm.bit \$TARGET_DIR";
|
||||
};
|
||||
}
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue