Skip to content
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

Suggestion to increase the number of tps65217 power-up attempts in io-pwr #2

Closed
aspect opened this issue Nov 1, 2014 · 1 comment
Closed

Comments

@aspect
Copy link

aspect commented Nov 1, 2014

Hi Everyone,

I had a titan controller that failed. We examined the board and determined that tps65217 was not powering up. Some kind of a problem on the board. It was actually working intermittently. One out of 20 times it would power on.

I dove in a little bit further and replaced tps65217 power init routine that does 3 attempts with a while(true) loop. Surely enough this would eventually cause controller to power up.

https://github.com/KnCMiner/knc-asic/blob/master/io-pwr.c#L76

I realize that the problem is specific to my unit, but I wanted to suggest that maybe you want to increase the number of power up attempts to maybe like 15. I've seen posts on the forums from people who have LCD light up but nothing happens.

I also determined that there is a specific cube that when plugged into this controller will cause tps65217 to never power up. Not sure what the defect is. The same cube causes another controller to hang while seems to work on other controllers.

@dvitas
Copy link

dvitas commented Nov 13, 2014

Starting from commit b86d8b8 you can specify number of initializing attempts as a command-line option (-a) to io-pwr application.
This change is already included in Titan 1.10 release.

Thanks,
Vitalii

@dvitas dvitas closed this as completed Nov 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants