forked from M-Labs/artiq
artiq_flash: RTM gateware is not required for master variant
This commit is contained in:
parent
c750de2955
commit
811882943b
|
@ -332,7 +332,7 @@ def main():
|
|||
gateware_bin = convert_gateware(
|
||||
artifact_path(variant, "gateware", "top.bit"))
|
||||
programmer.write_binary(*config["gateware"], gateware_bin)
|
||||
if args.target == "sayma":
|
||||
if args.target == "sayma" and args.variant != "master":
|
||||
rtm_gateware_bin = convert_gateware(
|
||||
artifact_path("rtm_gateware", "rtm.bit"), header=True)
|
||||
programmer.write_binary(*config["rtm_gateware"],
|
||||
|
|
Loading…
Reference in New Issue