From: Gary Thomas <gary@mlbassoc.com>
To: Joshua Lock <josh@openedhand.com>
Cc: poky@yoctoproject.org
Subject: Re: Kernel firmware?
Date: Mon, 17 Jan 2011 05:53:11 -0700 [thread overview]
Message-ID: <4D343BB7.4050404@mlbassoc.com> (raw)
In-Reply-To: <1295256226.2321.1.camel@scimitar>
[-- Attachment #1: Type: text/plain, Size: 1362 bytes --]
On 01/17/2011 02:23 AM, Joshua Lock wrote:
> Hi Gary,
>
> On Sun, 2011-01-16 at 05:30 -0700, Gary Thomas wrote:
>> I'm trying to get various USB WiFi dongles working on my
>> BeagleBoard (or look-alike). Many of these require runtime
>> downloads of firmware. However, these files don't seem to
>> be installed in Poky:
>> phy1 -> rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'.
>> rt73usb 2-1.2.4:1.0: firmware: requesting rt73.bin
>> phy1 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
>>
>> Is there some way to enable this?
>
> There's a linux-firmware recipe
> (meta/recipes-kernel/linux-firmware/linux-firmware_git.bb) which you'll
> have to modify to package the required firmware (at the moment we only
> package firmware for the Libertas sd8686) and ensure that the packages
> are included in your images.
I don't see anywhere that linux-firmware-sd8686 is included in
an image. Am I missing something?
I tried to add the module I need using a .bbappend file (attached).
It doesn't seem to be processed though - any ideas why?
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
[-- Attachment #2: linux-firmware_git.bbappend --]
[-- Type: text/plain, Size: 812 bytes --]
#DESCRIPTION = "Firmware files for use with Linux kernel"
#SECTION = "kernel"
#LICENSE = "Proprietary"
PV = "0.0+git${SRCPV}"
#
# Additional firmware modules
#
#---------------------------------------------------------------------------------------
# LinkSys
#
LICENSE_${PN}-rt73 = "Firmware:LICENCE.rtlwifi_firmware.txt"
PROVIDES += "linux-firmware-rt73"
do_install_append() {
install -d ${D}/lib/firmware/
# LinkSys via rt73
install -m 0666 rt73.bin ${D}/lib/firmware
install -m 0666 LICENCE.rtlwifi_firmware.txt ${D}/lib/firmware/
}
PACKAGES = "${PN}-rt73"
FILES_${PN}-rt73 = "/lib/firmware/rt73.bin /lib/firmware/LICENCE.rtlwifi_firmware.txt"
RPROVIDES_${PN}-rt73 = "${PN}-rt73"
#---------------------------------------------------------------------------------------
next prev parent reply other threads:[~2011-01-17 12:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-16 12:30 Kernel firmware? Gary Thomas
2011-01-17 9:23 ` Joshua Lock
2011-01-17 12:53 ` Gary Thomas [this message]
2011-01-17 13:10 ` Joshua Lock
2011-01-17 13:28 ` Gary Thomas
2011-01-17 16:49 ` Gary Thomas
2011-01-18 11:36 ` Gary Thomas
2011-01-18 13:22 ` Joshua Lock
2011-01-18 13:44 ` Gary Thomas
2011-01-18 13:29 ` Koen Kooi
2011-01-18 13:41 ` Gary Thomas
2011-01-18 13:44 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D343BB7.4050404@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=josh@openedhand.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.