We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfc2691 + bcb836c commit 110a54cCopy full SHA for 110a54c
adafruit_platformdetect/chip.py
@@ -87,6 +87,8 @@ def _linux_id(self): # pylint: disable=too-many-branches,too-many-statements
87
linux_id = chips.S905
88
if compatible and 'amlogic, g12b' in compatible:
89
linux_id = chips.S922X
90
+ if compatible and 'sun50i-a64' in compatible:
91
+ linux_id = chips.A64
92
93
cpu_model = self.detector.get_cpuinfo_field("cpu model")
94
0 commit comments