mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Raspberry: fix path for config.txt
This commit is contained in:
parent
352072cc5a
commit
e7e2dc2aad
@ -12,7 +12,7 @@ function hassos_pre_image() {
|
||||
${BINARIES_DIR}/rpi-firmware/fixup.dat \
|
||||
${BINARIES_DIR}/rpi-firmware/start.elf
|
||||
cp -r ${BINARIES_DIR}/rpi-firmware/overlays ${BOOT_DATA}/
|
||||
cp -f ${BOARD_DIR}/boot-env.txt ${BOOT_DATA}/config.txt
|
||||
cp -f ${BOARD_DIR}/../boot-env.txt ${BOOT_DATA}/config.txt
|
||||
|
||||
# Set cmd options
|
||||
echo "dwc_otg.lpm_enable=0 console=tty1" > ${BOOT_DATA}/cmdline.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user