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
|
# Flash image
|
||||||
echo "Flashing $IMG_ZIP to $SDCARD (will overwrite everything!)"
|
echo "Flashing $IMG_ZIP to $SDCARD (will overwrite everything!)"
|
||||||
sync
|
sync
|
||||||
xzcat "$IMG_ZIP" | dd of="$SDCARD" bs=4M status=progress conv=fsync
|
xzcat "$IMG_ZIP" | dd of="$SDCARD" bs=4M status=progress
|
||||||
sync
|
sync
|
||||||
|
|
||||||
# Determine partition suffixes (/dev/sdX1 vs /dev/mmcblk0p1)
|
# 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
|
# Hifiberry DAC+ overlay for Zero models
|
||||||
dtoverlay=hifiberry-dacplus-std
|
dtoverlay=hifiberry-dacplus-std
|
||||||
# turn off onboard audio
|
|
||||||
dtparam=audio=off
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue