Skip to content

Commit

Permalink
added i2csound.service
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer committed Oct 1, 2023
1 parent cbd76e2 commit dc1e2cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stage-prep/03-sys-tweaks/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ 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"
1 change: 1 addition & 0 deletions stage-prep/03-sys-tweaks/files/10-ovos-system.preset
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ enable resize2fs_once
enable [email protected]
enable [email protected]
enable zram-swap.service
enable i2csound.service

enable ntp.service

Expand Down

0 comments on commit dc1e2cf

Please sign in to comment.