On 17/03/13 21:49, Armin K. wrote:
You didn't get me, nor you did respond if you built your driver into
kernel. But if you did - you need this
CONFIG_EXTRA_FIRMWARE="brcm/bcm43xx-0.fw brcm/bcm43xx_hdr-0.fw
radeon/BTC_rlc.bin radeon/CAICOS_mc.bin radeon/CAICOS_me.bin
radeon/CAICOS_pfp.bin rtl_nic/rtl8105e-1.fw"
CONFIG_EXTRA_FIRMWARE_DIR="/media/ntfs/Other/Linux/kernel_firmware"
This is an example of how you built firmware blobs into kernel.
CONFIG_EXTRA_FIRMWARE_DIR is by default "firmware" directory inside
linux kernel source directory. $ find
/media/ntfs/Other/Linux/kernel_firmware
/media/ntfs/Other/Linux/kernel_firmware
/media/ntfs/Other/Linux/kernel_firmware/brcm
/media/ntfs/Other/Linux/kernel_firmware/brcm/bcm43xx-0.fw
/media/ntfs/Other/Linux/kernel_firmware/brcm/bcm43xx_hdr-0.fw
/media/ntfs/Other/Linux/kernel_firmware/radeon
/media/ntfs/Other/Linux/kernel_firmware/radeon/BTC_rlc.bin
/media/ntfs/Other/Linux/kernel_firmware/radeon/CAICOS_mc.bin
/media/ntfs/Other/Linux/kernel_firmware/radeon/CAICOS_me.bin
/media/ntfs/Other/Linux/kernel_firmware/radeon/CAICOS_pfp.bin
/media/ntfs/Other/Linux/kernel_firmware/rtl_nic
/media/ntfs/Other/Linux/kernel_firmware/rtl_nic/rtl8105e-1.fw
Ok I would like to know if I done this correct. I edited the config file
CONFIG_EXTRA_FIRMWARE="rt73.bin"
Then copied config to untarred linux dir, I then copied rt73.bin to
linux/firmware then remade the kernel.
looking at config
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE="rt73.bin"
CONFIG_EXTRA_FIRMWARE_DIR="firmware"
**
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page