WiringPi: Get model name from Device Tree if not able from cpuinfo
Signed-off-by: Yang Deokgyu <secugyu@gmail.com> Change-Id: I0ca6497da3a9b0123b552fe7c245f08915d69a39
This commit is contained in:
3
debian/odroid-wiringpi.postinst
vendored
3
debian/odroid-wiringpi.postinst
vendored
@@ -10,6 +10,9 @@ case "$1" in
|
||||
configure)
|
||||
if [ -c "/dev/gpiomem" ] && [ "$(stat -c "%a %G" "/dev/gpiomem")" != "660"*"odroid" ]; then
|
||||
hardware=$(fgrep -a Hardware /proc/cpuinfo | head -1 | awk '{ printf("%s %s %s\n", $3, $4, $5) }' | xargs)
|
||||
[ "$hardware",, != *"odroid"* ] \
|
||||
&& [ -f "/sys/firmware/devicetree/base/model" ] \
|
||||
&& hardware=$(cat /sys/firmware/devicetree/base/model)
|
||||
case "$(echo $hardware | tr [:upper:] [:lower:])" in
|
||||
*xu4)
|
||||
cp -f /tmp/odroid-wiringpi/rules.d/99-odroid-wiringpi-exynos.rules /etc/udev/rules.d/
|
||||
|
||||
Reference in New Issue
Block a user