diff --git a/stage3/03-crankshaft-base/02-run-chroot.sh b/stage3/03-crankshaft-base/02-run-chroot.sh index ddb0b471..e269c436 100755 --- a/stage3/03-crankshaft-base/02-run-chroot.sh +++ b/stage3/03-crankshaft-base/02-run-chroot.sh @@ -49,7 +49,7 @@ echo "start_cd=1" >> /boot/config.txt echo "#dtoverlay=sdtweak,overclock_50=100" >> /boot/config.txt # enable vc4 for rpi3 as well -sed -i 's/#dtoverlay=vc4-fkms-v3d/dtoverlay=vc4-fkms-v3d/' /boot/config.txt +#sed -i 's/#dtoverlay=vc4-fkms-v3d/dtoverlay=vc4-fkms-v3d/' /boot/config.txt # pulseaudio cat /etc/pulse/csng_daemon.conf >> /etc/pulse/daemon.conf diff --git a/stage3/03-crankshaft-base/files/boot/config.txt b/stage3/03-crankshaft-base/files/boot/config.txt index 6687d3cf..a03c2719 100644 --- a/stage3/03-crankshaft-base/files/boot/config.txt +++ b/stage3/03-crankshaft-base/files/boot/config.txt @@ -82,25 +82,5 @@ gpu_mem=128 [all] -# Custom power settings -max_usb_current=1 - -# Disable the PWR LED. -dtparam=pwr_led_trigger=none -dtparam=pwr_led_activelow=off - -# Disable Rainbow splash -disable_splash=1 - -# Overscan fix -overscan_scale=1 - -# Enable watchdog -dtparam=watchdog=on - -# Boot time improvements -boot_delay=0 -initial_turbo=30 -start_cd=1 diff --git a/stage3/04-crankshaft-bluetooth/01-run-chroot.sh b/stage3/04-crankshaft-bluetooth/01-run-chroot.sh index 25fd984e..beaf5916 100755 --- a/stage3/04-crankshaft-bluetooth/01-run-chroot.sh +++ b/stage3/04-crankshaft-bluetooth/01-run-chroot.sh @@ -18,9 +18,9 @@ systemctl enable btdevicedetect systemctl enable btrestore # config.txt -echo "" >> /boot/config.txt -echo "# Bluetooth" >> /boot/config.txt -echo "dtoverlay=pi3-disable-bt" >> /boot/config.txt +#echo "" >> /boot/config.txt +#echo "# Bluetooth" >> /boot/config.txt +#echo "dtoverlay=pi3-disable-bt" >> /boot/config.txt usermod -G bluetooth -a pi usermod -G bluetooth -a pulse