Add GammaV2/601a board support (12V input variant)#1804
Open
tsoares37 wants to merge 1 commit into
Open
Conversation
Adds support for the 601a board variant, which is electrically identical to the standard Gamma (BM1370 + TPS546D24A) except for a 12V input rail instead of 5V. This requires different TPS546 input voltage lockout thresholds (VIN_ON/VIN_OFF/0V_FAULT). This mirrors the GammaV2 implementation already published by StarMiner under GPL-3.0 at github.com/awxhw/StarMiner, ported here without their additional telemetry/BLE code, so this hardware variant can run mainline, privacy-respecting firmware. Tested on physical hardware.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for the 601a board variant, which is electrically identical to the standard Gamma (BM1370 + TPS546D24A) except for a 12V input rail instead of 5V. This requires different TPS546 input voltage lockout thresholds (VIN_ON/VIN_OFF/0V_FAULT).
This mirrors the GammaV2 implementation already published by StarMiner under GPL-3.0 at github.com/awxhw/StarMiner, ported here without their additional telemetry/BLE code, so this hardware variant can run mainline, privacy-respecting firmware.
Note: the 601a board is a third-party hardware variant (not sold by bitaxeorg) that swaps the input rail from 5V to 12V. This PR only adds firmware support for that voltage difference.
Tested on physical hardware.