fix: picoreplayer remove config param
This commit is contained in:
parent
9feace9558
commit
cbde498ae8
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue