Commit Graph

52 Commits

Author SHA1 Message Date
Matthias Reichl
4f500a3421 RPi: config.txt: document how to enable analog audio output
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-05-23 16:26:59 +02:00
Matthias Reichl
5e23471713 RPi: add display_auto_detect=1 to distroconfig.txt
This enables automatic loading of overlays for detected DSI displays.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-05-23 16:26:59 +02:00
Matthias Reichl
91be0b98e4 RPi: excplicitly end overlay scope in distroconfig.txt
This ensures dt parameters like dtparam=audio=on which appear
after "include distroconfig" are applied to the base dt instead
of the last dtoverlay loaded in distroconfig.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-07-19 17:32:28 +02:00
Matthias Reichl
138ee44cb9 bcm2835-bootloader: config.txt cosmetics
Add commended-out example dtoverlay line and info how to enable
GPIO IR receiver.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-12-07 21:48:31 +01:00
Matthias Reichl
c88a508544 bcm2835-bootloader: check config.txt version in update.sh
Replace current config.txt with default version if the version
info is missing or below the required minimum version.

This is needed to roll out required changes if users update from
LibreELEC 9.x

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-11-24 12:01:54 +01:00
Matthias Reichl
73704db1f5 bcm2835-bootloader: cleanup config.txt
Drop commented-out hdmi_force_hotplug option which won't work
anymore with KMS and force_turbo=0 which is already the default.

Fix URL to config.txt documentation (aligned with shorturl from
RPiOS).

Cleanup comments, fix typos.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-11-24 11:35:33 +01:00
Matthias Reichl
475052cc02 bcm2835-bootloader: add version info to config.txt
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-11-24 10:45:40 +01:00
Matthias Reichl
6534c52c99 bcm2835-bootloader: move update.sh from RPi project to files
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-11-23 21:29:58 +01:00
Matthias Reichl
a6d2bcd7e0 bcm2835-bootloader: move (distro)config.txt to files
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-11-23 21:28:05 +01:00
Matthias Reichl
49de9ccd71 RPi: add disable_fw_kms_setup=1 to distroconfig.txt
This prevents the firmware choosing a mode that might not be
available in the KMS driver and lets DRM choose the perferred
mode.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-28 20:18:15 +02:00
Matthias Reichl
2e28f625a6 RPi: sync config.txt with RPi4
We only need a bit of gpu mem for H264 decoding, vc4/v3d uses cma.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-07-04 11:30:02 +02:00
Matthias Reichl
883d91efc1 bcm2835-bootloader: enable vc4-kms-v3d
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-07-04 11:30:02 +02:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
MilhouseVH
e691b3b693 packages: correct original copyright 2019-03-26 16:43:42 +00:00
CvH
1690150728 spdx: packages/tools 2018-07-18 22:37:47 +02:00
Carlos Garcés
d3430d3110 cosmetics: misc. https URL replacements 2017-03-24 19:27:41 +04:00
MilhouseVH
8eb6fd23bf RPi: Refresh default config.txt 2016-06-15 04:54:06 +01:00
Mark Walker
b81c15c241 Make suggested changes for PR. 2016-06-10 13:30:28 +02:00
Mark Walker
311d20b12b Add distroconfig.txt to enable distribution specific config.txt overrides,
without compromising custom edits in the config.txt file.
2016-06-10 13:30:20 +02:00
Age Bosma
228a291af1 Include RPi 2 overlock mode preset
From the official RPi config tool: 4ee1fde44e

A small fix for turbo to match the config tool and an additional RPi2 preset.
Several tutorials only talk about 1000-500-500, but it actually needs the over_voltage in this config to be stable. So I think it's good to have it mentioned in the default config comments.
2015-09-01 21:42:50 +02:00
Stefan Saraev
f857087f89 remove create_installsrtick* / create_sdcard 2015-03-25 21:42:55 +02:00
Stephan Raue
3644e402f7 bcm2835-bootloader: update default config.txt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-02 22:02:59 +01:00
Stephan Raue
7c30888a38 bcm2835-bootloader: add support to install dtb files, thanks to Milhouse
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-01-25 13:51:37 +01:00
Stefan Saraev
051c53e39d create_sdcard: remove support for creating images
this is legacy, and probably broken. now we do provide
ready to use images.

this reverts debed63cff
2015-01-09 13:39:49 +02:00
MilhouseVH
81c662eb6e Update create_sdcard so that it creates a 256MiB system partition
Drop unit cyl
2014-12-10 01:26:16 +00:00