Re: Using U-boot in Yocto
On Sun, 20 Dec 2020 at 09:02, Jonas Vautherin <jonas.vautherin@...> wrote:
The IMAGE_INSTALL variable is used for packages to install into the rootfs. Typically bootloaders need some special handling and simply adding them to IMAGE_INSTALL either doesn't work or isn't sufficient to enable booting via the chosen bootloader. For Raspberry Pi we made this simple by adding the RPI_USE_U_BOOT variable which you can set in your distro config or in local.conf. See https://meta-raspberrypi.readthedocs.io/en/latest/extra-build-config.html#boot-to-u-boot for more details. The layer documentation for meta-raspberrypi is actually pretty good, you can find it at https://meta-raspberrypi.readthedocs.io/en/latest/index.html. Thanks, -- Paul Barker Konsulko Group |
|