Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 15196] New: Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work
@ 2022-12-21 10:00 bugzilla
  2022-12-21 10:01 ` [Buildroot] [Bug 15196] " bugzilla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla @ 2022-12-21 10:00 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15196

            Bug ID: 15196
           Summary: Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not
                    work
           Product: buildroot
           Version: 2022.08.3
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: mats.webjorn@gmail.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

.config in buildroot root has been configured with
BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="xxx/boot/config.txt"

administrator@zzzz:~/project/buildroot/xxx/boot $ ls -l
total 8
-rw-rw-r-- 1 administrator administrator 1612 Dec 19 22:44 config.txt

But the boot partition in the image doesn't contain my version of config.txt

What is seen in build log is

INFO: vfat(boot.vfat): adding file 'rpi-firmware/config.txt' as
'rpi-firmware/config.txt' ...
INFO: vfat(boot.vfat): cmd: "MTOOLS_SKIP_CHECK=1 mcopy -sp -i
'/home/administrator/project/buildroot/output/images/boot.vfat'
'/home/administrator/project/buildroot/output/images/rpi-firmware/config.txt'
'::'" (stderr):

Is there any other setting that needs to done?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 15196] Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work
  2022-12-21 10:00 [Buildroot] [Bug 15196] New: Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work bugzilla
@ 2022-12-21 10:01 ` bugzilla
  2022-12-21 11:25 ` bugzilla
  2022-12-21 13:10 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2022-12-21 10:01 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15196

mats.webjorn@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |RPi Zero 2W
                 CC|                            |mats.webjorn@gmail.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 15196] Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work
  2022-12-21 10:00 [Buildroot] [Bug 15196] New: Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work bugzilla
  2022-12-21 10:01 ` [Buildroot] [Bug 15196] " bugzilla
@ 2022-12-21 11:25 ` bugzilla
  2022-12-21 13:10 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2022-12-21 11:25 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15196

--- Comment #1 from mats.webjorn@gmail.com ---
It turns out that output/images/rpi-firmware/config.txt hasn't updated with
content from xxx/boot/config.txt

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 15196] Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work
  2022-12-21 10:00 [Buildroot] [Bug 15196] New: Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work bugzilla
  2022-12-21 10:01 ` [Buildroot] [Bug 15196] " bugzilla
  2022-12-21 11:25 ` bugzilla
@ 2022-12-21 13:10 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2022-12-21 13:10 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15196

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann.morin.1998@free.fr
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Yann E. MORIN <yann.morin.1998@free.fr> ---
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-21 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-21 10:00 [Buildroot] [Bug 15196] New: Setting BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE does not work bugzilla
2022-12-21 10:01 ` [Buildroot] [Bug 15196] " bugzilla
2022-12-21 11:25 ` bugzilla
2022-12-21 13:10 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox