Fix incorrect terminology
fc71fe0ab3
fix incorrect terminology
1ee382564e
add pyfastservo package and initialize at boot
7c6320f66d
configure loading of bitstream at boot time
Rename board specific packages
Rename
build
derivation to board-package-set
299aa8e775
rename `build` derivation to `board-package-set`
14fa038118
Firmware: Runtime WRPLL
b81323af30
Firmware: Satman skew calibration & tester
291777f764
Firmware: Satman WRPLL
a1d80fb93b
Firmware: Si549 and io_expander
Running
nix develop
now seems to fail on release-7 branch.
I tried also a clean checkout of release-7
branch, but have not encountered the issue. Can you share the the contents of your flake.lock
file before you update it?
Fix adc and dac initialization
Where is this coming from? Is the elhep code incorrect?
This needs to be verify with the current elhep code, since the datasheet indicate this as default setup. Will inquire on it.
Fix adc and dac initialization
cc0879fcb0
add pyfastservo package and initialize at boot
e08897acce
configure loading of bitstream at boot time
e149095e81
add device init scripts and initialize at boot
f06638a39a
configure loading of bitstream at boot time
Add bitstream loading and run init scripts at boot time
I can combine the systemPackages
and postBootCommands
to a single derivation and call it fast-servo-config
or something. Is that acceptable?
b7578e175a
add device init scripts and initialize at boot
3c025e049d
configure loading of bitstream at boot time
0ff299aa55
increase qemu image size
c2d38540c0
integrate linien-server to not-os
d9a2d60b50
configure arm linux toolchain
Integrate linien-server to not-os
The error came from inheriting the same x86_64 pkgs
in building the linien-server and dependencies. Updated it to use the armv7l
version.