yeyeto2788
7a06bc81ae
Add recognition of pinephone using alpine linux
5 years ago
Melissa LeBlanc-Williams
c93449d7e6
Merge pull request #64 from swarren/jetson-nx
Add support for NVIDIA Jetson NX
5 years ago
Stephen Warren
f8069768c2
Add support for NVIDIA Jetson NX
5 years ago
Stephen Warren
d3b716a97b
NVIDIA Jetson: Detect boards using compatible value
Use the device tree compatible value to detect which Jetson board the
code is running on, rather than the DT model value. The compatible value
should be more stable. This algorithm exactly matches how Jetson.GPIO
detects boards, so allows easier porting of new board support between
the two code-bases.
5 years ago
Stephen Warren
b8ed4d2cca
NVIDIA Jetson: Detect chip directly
Modify _linux_id() to check the compatible value for the chip ID
directly, rather than determining the board model and then implicitly
determining the chip based on that. This removes the need to update this
logic whenever a new Jetson board is released.
5 years ago
Melissa LeBlanc-Williams
a174e7c4e1
Merge pull request #62 from mruz/master
Get revision from device-tree if None
5 years ago
Melissa LeBlanc-Williams
b6cf7d039f
Merge branch 'master' of https://github.com/mruz/Adafruit_Python_PlatformDetect
5 years ago
mruz
797bbbe8b5
Get revision from device-tree, fix #61
5 years ago
Melissa LeBlanc-Williams
0eb6058aa5
Merge pull request #58 from mruz/master
Add openSUSE support
5 years ago
Melissa LeBlanc-Williams
6e6d6f6133
Merge pull request #60 from pdp7/master
add condition to detect BeagleBone Green
5 years ago
Melissa LeBlanc-Williams
a6be564816
Merge pull request #59 from yeyeto2788/module_refactor
Fix dependencies on setup.py so it add the constants.
5 years ago
Drew Fustini
a6a280af06
add test to detect BeagleBone Green #57
5 years ago
mruz
ee1ce0f5c6
Hardware to upper
5 years ago
Drew Fustini
54468b8d8d
Fix reference to BeagleBone Green model
5 years ago
Drew Fustini
56f54311ce
add condition to detect BeagleBone Green #57
Special condition is needed to detect BeagleBone Green rev. 1A
Refer to GitHub issue #57 in this repo for more info
5 years ago
yeyeto2788
05c4593107
Fix dependencies on setup.py so it add the constants.
5 years ago
mruz
dd6d4f9158
Detect rpi4b on openSUSE
5 years ago
mruz
77824a6f77
Add rpi4 bcm2711 chip
5 years ago
Melissa LeBlanc-Williams
d8065529d7
Merge pull request #56 from yeyeto2788/module_refactor
Module refactor
5 years ago
yeyeto2788
ac5513d910
Fix failing build.
5 years ago
yeyeto2788
98a65eb537
Refactor library in order to separate components.
5 years ago
yeyeto2788
d5bf51725f
Merge branch 'orangepi' of https://github.com/yeyeto2788/Adafruit_Python_PlatformDetect into orangepi
5 years ago
Limor "Ladyada" Fried
c5e07988b3
Merge pull request #54 from yeyeto2788/orangepi
Addition of Orange Pi Plus 2E
5 years ago
yeyeto2788
00d3aa9076
Fix minor issue on Orange Board ids and add the Orange Pi Plus 2E
5 years ago
Melissa LeBlanc-Williams
73551a1072
Merge pull request #53 from yeyeto2788/orangepi
Add Orange Pi boards (One, Lite, PC +)
5 years ago
yeyeto2788
8e069fd800
Fix lint issues.
5 years ago
yeyeto2788
072f0738cd
Fix lint issues
5 years ago
yeyeto2788
446acd49e0
Fix naming of orange pi one.
5 years ago
yeyeto2788
bc6ee45689
Fix name of board id for Orange Pi One
5 years ago
yeyeto2788
bf73044c2f
Add Orange Pi boards (One, Lite, PC +)
5 years ago
Melissa LeBlanc-Williams
18c96826af
Merge pull request #52 from yeyeto2788/master
Initial addition for Pine64 devices
5 years ago
yeyeto2788
869b1519be
Add detection for Pine64
5 years ago
yeyeto2788
a867b45e08
Fix pylint issue regarding too many statements on the `chip.Chip._linux_id` method
5 years ago
yeyeto2788
87b7a2ed22
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
# Conflicts:
# adafruit_platformdetect/chip.py
5 years ago
yeyeto2788
ad3a44f6f7
Rename chip to `A64` as it is supposed to be instead of `PINE64`
5 years ago
Melissa LeBlanc-Williams
eab68f07dd
Merge pull request #40 from sommersoft/ubuntu-disco
RFC: Attempt To Recognize Raspberry Pi Running Non-Raspbian OS
5 years ago
Juan Biondi
cbdf40330e
Fix Pinebook detection based on Armbian distro
5 years ago
Juan Biondi
15d3b72a9a
Merge branch 'master' into master
5 years ago
yeyeto2788
041d29dfa9
Fix docstring on property `any_pine64_board`
5 years ago
yeyeto2788
57c0ef62f5
Add detection of the Pine64 in the `detect.py`
5 years ago
yeyeto2788
2ce29ed8b6
First attempt to add Pine64 board and devices
5 years ago
yeyeto2788
eed3b9f07c
Fix error of PR done by mistake
5 years ago
F59JBP0
9ae4f6ae29
Fix error for issue #50
5 years ago
sommersoft
d943f95646
re-add stuff after more merge conflict fixes
5 years ago
sommersoft
82487c066f
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect into ubuntu-disco-deconflict
5 years ago
Melissa LeBlanc-Williams
a2c9e3e875
Merge pull request #48 from makermelissa/master
Checking if cpu_model is not None
5 years ago
Melissa LeBlanc-Williams
57e3c32b4d
Checking if cpu_model is not None
5 years ago
Melissa LeBlanc-Williams
bf42d0898b
Merge pull request #47 from yeyeto2788/master
Addition of onion omega board running OpenWRT
5 years ago
Melissa LeBlanc-Williams
7711eca97c
Added Onion Omega2 detection
5 years ago
yeyeto2788
1819e608a1
Fix error on board.py replacing `ONION` by `MIPS24KC`
5 years ago