fix: picoreplayer remove config param
This commit is contained in:
@@ -71,7 +71,7 @@ fi
|
||||
# Flash image
|
||||
echo "Flashing $IMG_ZIP to $SDCARD (will overwrite everything!)"
|
||||
sync
|
||||
xzcat "$IMG_ZIP" | dd of="$SDCARD" bs=4M status=progress conv=fsync
|
||||
xzcat "$IMG_ZIP" | dd of="$SDCARD" bs=4M status=progress
|
||||
sync
|
||||
|
||||
# Determine partition suffixes (/dev/sdX1 vs /dev/mmcblk0p1)
|
||||
@@ -109,8 +109,6 @@ if [[ "$DEVICE" == "rpi-zero" || "$DEVICE" == "rpi-zero-2" ]]; then
|
||||
|
||||
# Hifiberry DAC+ overlay for Zero models
|
||||
dtoverlay=hifiberry-dacplus-std
|
||||
# turn off onboard audio
|
||||
dtparam=audio=off
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user