Fix linien-server red pitaya dependencies #51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fsagbuya/nix-servo:linien-rp-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Fix linien-server Red Pitaya dependencies:
redpitaya_nginx.service
is being called bystart_nginx()
andstop_nginx()
fpgautil
in'/opt/redpitaya/bin/fpgautil'
is being called byflash_fpga
This patch simply omits the call for those functions. Loading the gateware is being done manually at boot. We can also adapt the fpgautil here for fast-servo and initiate it when
linien-server
command is called. Can include that feature in the next PR if that's acceptable.Error log:
redpitaya_nginx.service
:fpgautil
:Please add runit scripts to do it automatically. Also nginx and the python hardware initialization stuff (once it works).
Though it's not clear to me why we would need nginx.