Hello Folks,
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE="first_image" "second_image"
request_firmware for "first_image" is passing but for "second_image"
the loading is not happening. Is this a known scripting issue?
I get "Request firmware defered -11". Please advice.
Kernel version:
VERSION = 4
PATCHLEVEL = 4
SUBLEVEL = 21
EXTRAVERSION =
Thanks,
Variksla
On Mon, Oct 15, 2018 at 7:22 PM noman pouigt <[email protected]> wrote:
>
> Hello Folks,
>
> CONFIG_FW_LOADER=y
> CONFIG_FIRMWARE_IN_KERNEL=y
> CONFIG_EXTRA_FIRMWARE="first_image" "second_image"
figured out that it should be in one string as "first_image second_image"
>
> request_firmware for "first_image" is passing but for "second_image"
> the loading is not happening. Is this a known scripting issue?
>
> I get "Request firmware defered -11". Please advice.
>
> Kernel version:
> VERSION = 4
> PATCHLEVEL = 4
> SUBLEVEL = 21
> EXTRAVERSION =
>
> Thanks,
> Variksla