Hi rjo
I managed to flash the Fastino with newest gatewere. This, as expected, didn't solve my problems.
Then I modified the fastino_phy.py (line 199)
platform.request("en_afe_pwr").eq(cfg.afe_pwr_n),
I remover ~ to invert the signal.
Then I created new gatewere (fastino.bin).
I have successfully flashed it to the card and now the card outputs 0.62V (acceptable for us) on startup. And after initialization with startup kernel (basic one) the voltage goes to 0.7V.
Unfortunately, I couldn't figure out how to make the afe_pwr back on in the script. I tried
self.set_cfg(reset=0, afe_power_down=0, dac_clr=0, clr_err=0)
But this did not have any effect.
During startup of the crate 2 LEDs are shining on the Fastino: FD and ER. After startup kernel it is only one LED FD.
Do you have some ideas? Am I missing something?