Skip to content

Commit

Permalink
cleanup unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer committed Oct 8, 2023
1 parent aa0e799 commit 9e15ad3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file removed stage-prep/03-sys-tweaks/.01-run.sh.kate-swp
Binary file not shown.
4 changes: 0 additions & 4 deletions stage-prep/03-sys-tweaks/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ sed 's/#dtparam=i2c_arm=on/dtparam=i2c_arm=on/g' ${ROOTFS_DIR}/boot/config.txt
sed 's/#dtparam=i2s=on/dtparam=i2s=on/g' ${ROOTFS_DIR}/boot/config.txt
sed 's/#dtparam=spi=on/dtparam=spi=on/g' ${ROOTFS_DIR}/boot/config.txt
sed 's/dtoverlay=vc4-kms-v3d/dtoverlay=vc4-kms-v3d,audio=off/g' ${ROOTFS_DIR}/boot/config.txt

# install i2csound.service
install -v -m 0644 files/i2csound.service "${ROOTFS_DIR}/etc/systemd/system/i2csound.service"
install -v -m 0755 files/ovos-i2csound "${ROOTFS_DIR}/usr/libexec/ovos-i2csound"

0 comments on commit 9e15ad3

Please sign in to comment.