balena-supervisor/test/integration/config
Felipe Lalanne 6e6a796da5 Add special case for base DTO params on RPI config
While ordering is important in the RPI firmware configuration file (config.txt),
some dt params are by default considered part of the base dt overlay
if they are not used by other overlays.
Unfortunately the [list of dtparams](https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README#L133)
is too long to add all of them as exceptions, but we can add the params
used in the default config.txt provided in OS images, to avoid reboots
when updating to this new supervisor and correctly parsing the
provisioning config.txt as variables.

While this addition handles most common scenarios, there is still a
chance a user may have use other base overlay dt params in the initial
config, in which case those will be interpreted according to the
relative ordering

Change-type: patch
2024-02-08 15:48:10 -03:00
..
config-txt.spec.ts Add special case for base DTO params on RPI config 2024-02-08 15:48:10 -03:00
extlinux.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
extra-uenv.spec.ts backends: Add Jetson Orin NANO custom device-tree support 2023-07-11 18:11:32 +03:00
odmdata.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
splash-image.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
utils.spec.ts Use fatrw utility for writes to boot partition 2022-11-16 21:21:23 -03:00