Florian Agbuya fsagbuya
  • Joined on 2023-09-27
fsagbuya created pull request M-Labs/nix-servo#57 2024-04-25 10:37:01 +08:00
Fix incorrect terminology
fsagbuya pushed to refactor at fsagbuya/nix-servo 2024-04-25 10:36:35 +08:00
fc71fe0ab3 fix incorrect terminology
1ee382564e add pyfastservo package and initialize at boot
7c6320f66d configure loading of bitstream at boot time
Compare 3 commits »
fsagbuya created pull request M-Labs/nix-servo#56 2024-04-23 14:36:20 +08:00
Rename board specific packages
fsagbuya pushed to refactor at fsagbuya/nix-servo 2024-04-23 14:19:32 +08:00
3d98549fd1 rename board specific packages
fsagbuya pushed to refactor at fsagbuya/nix-servo 2024-04-23 14:16:06 +08:00
fsagbuya created branch refactor in fsagbuya/nix-servo 2024-04-23 14:16:06 +08:00
fsagbuya created pull request M-Labs/artiq-zynq#290 2024-04-23 14:03:35 +08:00
Rename build derivation to board-package-set
fsagbuya created branch board-pkgset in fsagbuya/artiq-zynq 2024-04-23 13:57:36 +08:00
fsagbuya pushed to board-pkgset at fsagbuya/artiq-zynq 2024-04-23 13:57:36 +08:00
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
Compare 10 commits »
fsagbuya commented on issue M-Labs/artiq-zynq#289 2024-04-23 13:24:43 +08:00
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?

fsagbuya commented on pull request M-Labs/nix-servo#55 2024-04-15 17:48:50 +08:00
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.

fsagbuya created pull request M-Labs/nix-servo#55 2024-04-15 15:44:07 +08:00
Fix adc and dac initialization
fsagbuya created branch adc_dac in fsagbuya/nix-servo 2024-04-15 15:28:46 +08:00
fsagbuya pushed to adc_dac at fsagbuya/nix-servo 2024-04-15 15:28:46 +08:00
d4cd5cd689 fix adc and dac initialization
fsagbuya pushed to fast-servo-init at fsagbuya/nix-servo 2024-04-05 15:37:38 +08:00
cc0879fcb0 add pyfastservo package and initialize at boot
e08897acce configure loading of bitstream at boot time
Compare 2 commits »
fsagbuya pushed to fast-servo-init at fsagbuya/nix-servo 2024-04-04 17:09:36 +08:00
e149095e81 add device init scripts and initialize at boot
f06638a39a configure loading of bitstream at boot time
Compare 2 commits »
fsagbuya commented on pull request M-Labs/nix-servo#52 2024-04-04 16:52:49 +08:00
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?

fsagbuya pushed to fast-servo-init at fsagbuya/nix-servo 2024-04-04 14:58:05 +08:00
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
Compare 7 commits »
fsagbuya pushed to linien-server at fsagbuya/nix-servo 2024-04-04 13:43:31 +08:00
0ff299aa55 increase qemu image size
fsagbuya commented on pull request M-Labs/nix-servo#50 2024-04-04 13:12:15 +08:00
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.