| Summary: | Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | mats.webjorn |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | blocker | CC: | buildroot, mats.webjorn, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2022.08.3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | RPi Zero 2W | |
| Build: | |||
|
Description
mats.webjorn
2022-12-21 10:00:35 UTC
It turns out that output/images/rpi-firmware/config.txt hasn't updated with content from xxx/boot/config.txt Mats, All, > output/images/rpi-firmware/config.txt hasn't updated with > content from xxx/boot/config.txt config.txt is instaleld by the rpi-firmware package, so when you change it (or change BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE to point to another file), then you need to instruct Buildroot to reinstall the package: $ make rpi-firmware-reinstall Otherwise, when changing the configuration (like changing BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE is), Buildroot only guarantees that it is entorely taken into account on a full rebuild: $ make clean; make See the manual: https://buildroot.org/downloads/manual/manual.html#_full_rebuild Regards, Yann E. MORIN. |