source: clfs-embedded/BOOK/system-build/wrt/bcmfw.xml @ 5e9c0fd

Last change on this file since 5e9c0fd was 5e9c0fd, checked in by Maarten Lankhorst <mlankhorst@…>, 15 years ago

book: bump bcm firmware version to correct one

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-systembuild-wrt-bcmfw" role="wrap">
9  <?dbhtml filename="bcm43xx-firmware.html"?>
10
11  <title>bcm43xx firmware v&bcmfw-version;</title>
12
13  <indexterm zone="ch-systembuild-wrt-bcmfw">
14    <primary sortas="a-BCMFW">bcm43xx Firmware</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The bcm43xx firmware package contains the source files which we can extract firmware from, broadcom refuses to release their firmware, but the firmware can be extracted from broadcom's binary wireless router module.</para>
21
22  </sect2>
23
24  <sect2 role="installation">
25    <title>Installation of bcm43xx firmware</title>
26
27    <para os="a">Extract the firmware:</para>
28
29<screen os="b"><userinput>b43-fwcutter driver/wl_apsta_mimo.o</userinput></screen>
30
31    <para os="c">Install the firmware:</para>
32
33<screen os="d"><userinput>install -dv ${CLFS}/lib/firmware/b43; cp b43/*.fw ${CLFS}/lib/firmware/b43</userinput></screen>
34
35  </sect2>
36
37</sect1>
Note: See TracBrowser for help on using the repository browser.