Downlink tests confirmed we can control LEDs connected to master lpGBT
Ran Tamalero power-up configuration tests and can see master lpGBT ready light turn onrbv3 schematic
Jun 30 - Jul 06 '25
Confirmed that you do not need to run any lpGBT setup/configuration with KCU105 to control GPIO pins
Attempted low level C++ script to test controlling GPIOs with Serenity but saw timeout errors after very write as it attempted to do a subsequent read
Attempted Python script to test controlling GPIOs with Serenity, script ran all the way through but nothing was seem on oscilloscope
Successfully able to control GPIO pin on RB with Serenity
lpGBT Address 0x73; Link number 4; connections file
Set multiwrite to false (this allowed for the writes to actually be dispatched)
Write GPIO 8 direction to output by writing to then setting the value of the GPIO to low then high after 5 seconds
Each write needed to be wrapped around a try/catch block to force a write and catch timeout errors
Jun 23 - Jun 29 '25
Presented slides summarizing difference in power up configuration before the first read. Slides: Power-up Config
After consulting with Alex realized we were trying to debug at a too high level, instead focus on blind writes to control GPIO pins on lPGBT
Started repo and writing test scripts for debugging purposes: MTD ETL Tests
Set up oscilloscope setting up with KCU105 + Tamalero setup
Jun 16 - Jun 22 '25
Notes on Tamalero lpgbt powerup sequence which detailed all the setup that is done before the first read happens with KCU105
Started looking into detail how the MTD sw sets up lpgbt before first read happens with Serenity
Jun 09 - Jun 15 '25
Debug docker image for tamalero until fully tested and working on mtddaq01 computer at TIF with (KCU105 and RBv3)
Link installation/set up with Serenity finished
Tried running MTD DAQ software with FEC5 and FEC12 versions of the firmware loaded onto the Serenity and could not get links to lock or any communication with the lpGBT (both with cassette fiber layout and individual link fiber layout)
Started to look into the differences in power-up sequence and configuration of the lpGBT in MTD Software vs Tamalero
Jun 02 - Jun 08 '25
Set-up test bench at TIF using mtddaq01 computer with Tamalero set-up (KCU105 and RBv3)
Dependency issues for Control-hub and uHAL on when trying to run Tamalero on TIF computer -> Started working on docker image for tamalero to run Tamalero+KCU105 set-up on any computer