mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 06:26:29 +00:00
raspberry: Use new config.txt (#174)
This commit is contained in:
parent
703f0168bf
commit
1ead97f64a
1137
buildroot-external/board/raspberrypi/boot-env.txt
Normal file
1137
buildroot-external/board/raspberrypi/boot-env.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,14 +12,9 @@ function hassos_pre_image() {
|
|||||||
${BINARIES_DIR}/rpi-firmware/fixup.dat \
|
${BINARIES_DIR}/rpi-firmware/fixup.dat \
|
||||||
${BINARIES_DIR}/rpi-firmware/start.elf
|
${BINARIES_DIR}/rpi-firmware/start.elf
|
||||||
cp -r ${BINARIES_DIR}/rpi-firmware/overlays ${BOOT_DATA}/
|
cp -r ${BINARIES_DIR}/rpi-firmware/overlays ${BOOT_DATA}/
|
||||||
|
cp -f ${BOARD_DIR}/boot-env.txt ${BOOT_DATA}/config.txt
|
||||||
|
|
||||||
# Update Boot options
|
# Set cmd options
|
||||||
(
|
|
||||||
echo "kernel=u-boot.bin"
|
|
||||||
echo "disable_splash=1"
|
|
||||||
echo "dtparam=audio=on"
|
|
||||||
) > ${BOOT_DATA}/config.txt
|
|
||||||
|
|
||||||
echo "dwc_otg.lpm_enable=0 console=tty1" > ${BOOT_DATA}/cmdline.txt
|
echo "dwc_otg.lpm_enable=0 console=tty1" > ${BOOT_DATA}/cmdline.txt
|
||||||
|
|
||||||
# Enable 64bit support
|
# Enable 64bit support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user