-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AFCv4 - power-up sequence problem #111
Comments
We are experiencing the same issue here. |
@Palmitoxico Could you please try this with your setup? |
This is a little tricky to reproduce, it seems to happen more frequently when inserted into our 2U MicroTCA crate. I'm busy right now, but will try to reproduce as soon as I can. |
Have you monitored board temperature in a crate? 2U is a bit compact, so maybe it just gets hot more easily. |
I didn't, but I'm having difficulties trying to reproduce this right now (with the older firmware). Even heating the MCP23016 directly with a hot air station isn't triggering the issue. |
Well, this seems to fix our problems. I will close it for now, but fell free to reopen if you experience the same problem again. |
Description
When board is hot and power cycled MMC can not perform power-up procedure properly (see movie). After a while of cycling the power supplies get steady, however FPGA is not booted nor enabled.
Steps to reproduce
This effect is not fully reproducible, i.e. it happens sometimes (but rather often).
Additional information
XADC reported temperature: 62.6 deg. C
Based on: e95e8d4 (afcv4-port)
Removed hot-swap reporting for logs clarity:
Serial log:
Enable Power
is emmited continously, what suggestsetDC_DC_ConvertersON
is executed and MMC is stuck inPAYLOAD_POWER_GOOD_WAIT
state.Observations and possible explanations
Serial log:
mcp23016_set_port_dir
does not help (in case someone wonders if startup condition for MCP23016 is met).The text was updated successfully, but these errors were encountered: