raspberry: Use new config.txt (#174)

This commit is contained in:
Pascal Vizeli 2018-08-25 22:40:17 +02:00 committed by GitHub
parent 703f0168bf
commit 1ead97f64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1139 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,14 +12,9 @@ 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
# Update Boot options
(
echo "kernel=u-boot.bin"
echo "disable_splash=1"
echo "dtparam=audio=on"
) > ${BOOT_DATA}/config.txt
# Set cmd options
echo "dwc_otg.lpm_enable=0 console=tty1" > ${BOOT_DATA}/cmdline.txt
# Enable 64bit support