Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2021-03-09 13:08:53 +0300
committerGitHub <noreply@github.com>2021-03-09 13:08:53 +0300
commit91da4c810a8a8d57c699b9794a5655ffc041403c (patch)
tree21d9786b68e9769cdb1724f849362c79d5807203
parent8e9fa779ec7a9f82015281fa420773cc86f2fa8d (diff)
Revert "Compatibility for ws281x on Ubuntu 64 (#724)"revert-724-devel
This reverts commit 8e9fa779ec7a9f82015281fa420773cc86f2fa8d.
-rw-r--r--src/variants/ubuntu_arm64/filesystem/root/etc/udev/rules.d/50-spi.rules1
-rw-r--r--src/variants/ubuntu_arm64/post_chroot_script5
2 files changed, 0 insertions, 6 deletions
diff --git a/src/variants/ubuntu_arm64/filesystem/root/etc/udev/rules.d/50-spi.rules b/src/variants/ubuntu_arm64/filesystem/root/etc/udev/rules.d/50-spi.rules
deleted file mode 100644
index c7d5c8b..0000000
--- a/src/variants/ubuntu_arm64/filesystem/root/etc/udev/rules.d/50-spi.rules
+++ /dev/null
@@ -1 +0,0 @@
-SUBSYSTEM=="spidev", GROUP="spi", MODE="0660"
diff --git a/src/variants/ubuntu_arm64/post_chroot_script b/src/variants/ubuntu_arm64/post_chroot_script
index b6c0ac8..918c8bc 100644
--- a/src/variants/ubuntu_arm64/post_chroot_script
+++ b/src/variants/ubuntu_arm64/post_chroot_script
@@ -15,8 +15,3 @@ apt-get update
apt-get -y --force-yes install libraspberrypi-bin rpi.gpio-common
apt-get clean
apt-get autoremove -y
-
-# Compatibility for ws281x
-sudo ln /boot/config-5.8.0-1006-raspi /boot/config.txt
-sudo groupadd spi
-sudo adduser pi spi