<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hurlster.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Q1000</id>
	<title>Q1000 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hurlster.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Q1000"/>
	<link rel="alternate" type="text/html" href="https://hurlster.com/wiki/index.php?title=Q1000&amp;action=history"/>
	<updated>2026-05-27T18:59:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://hurlster.com/wiki/index.php?title=Q1000&amp;diff=100&amp;oldid=prev</id>
		<title>Gqwill69: /* Custom Firmware */</title>
		<link rel="alternate" type="text/html" href="https://hurlster.com/wiki/index.php?title=Q1000&amp;diff=100&amp;oldid=prev"/>
		<updated>2010-08-02T20:54:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Custom Firmware&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://www.qwest.com/internethelp/modems/q1000/firmware/ Qwest Download Link]&lt;br /&gt;
----&lt;br /&gt;
=== Custom Firmware ===&lt;br /&gt;
HOW TO BUILD A FIRMWARE FOR THE BROADCOM BCM963XX DSL ROUTER&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://opensource.actiontec.com/#q Actiontec Firmware Site]&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://opensource.actiontec.com/v1kh_src/bcm963xx_4.02L.03_consumer_release.tar.gz Direct Download]&amp;lt;br /&amp;gt;&lt;br /&gt;
THESE INSTRUCTIONS EXPLAIN:&lt;br /&gt;
 &lt;br /&gt;
 * How to install the BCM963xx GPL source code onto the Linux workstation &lt;br /&gt;
 * How to build the image file that can be loaded on to a Actiontec Q1000 &lt;br /&gt;
 * How to upgrade the Q1000 with the new firmware image file. &lt;br /&gt;
&lt;br /&gt;
IMPORTANT: When entering the file name at the command prompt be sure to replace the question marks &amp;quot;?.??&amp;quot; with the release number.&lt;br /&gt;
&lt;br /&gt;
1. INSTALL THE BCM963XX ?.??L.01 CONSUMER RELEASE.&lt;br /&gt;
&lt;br /&gt;
 $ su&lt;br /&gt;
                    (open a console window and login as &amp;quot;su&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
 # mkdir /tmp/consumer&lt;br /&gt;
                    (create a temp directory to install the source to)&lt;br /&gt;
&lt;br /&gt;
 # cp bcm963xx_?.??L.01_consumer_release.tar.gz /tmp/consumer  &lt;br /&gt;
                    (copy source code to temp directory)&lt;br /&gt;
&lt;br /&gt;
 # cd /tmp/consumer&lt;br /&gt;
                    (make /tmp/consumer the working directory)&lt;br /&gt;
&lt;br /&gt;
 # tar xvfz bcm963xx_?.??L.01_consumer_release.tar.gz&lt;br /&gt;
                    (decompress and extract the files so they can be installed)&lt;br /&gt;
&lt;br /&gt;
 # ./consumer_install&lt;br /&gt;
                    (install the source code and software tools)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. BUILD THE DESIRED IMAGE.&lt;br /&gt;
&lt;br /&gt;
 # cd /opt/bcm963xx_router&lt;br /&gt;
                    (make /opt/bcm963xx_router the working directory)&lt;br /&gt;
&lt;br /&gt;
 # Modify the build configuration file&lt;br /&gt;
 # cd /opt/bcm963xx_router/targets/96368GW&lt;br /&gt;
                    (nano 96368GW)&lt;br /&gt;
 #find &amp;quot;# BUILD_SNMP is not set&amp;quot;&lt;br /&gt;
                    (add &amp;quot;BUILD_SNMP=y&amp;quot;)&lt;br /&gt;
 #edit /opt/bcm963xx_router/userspace/public/apps# nano -B Makefile&lt;br /&gt;
                    APP_DIRS = dhcpv6 ppp sshd ipsec-tools ledctl net-snmp&lt;br /&gt;
                    ifneq ($(strip $(BUILD_SNMP)),) &lt;br /&gt;
                    net-snmp: sanity_check&lt;br /&gt;
                           (tar zxvf net-snmp.tar.gz 2&amp;gt; /dev/null || true)&lt;br /&gt;
                           $(MAKE) -C net-snmp&lt;br /&gt;
                    else&lt;br /&gt;
                    net-snmp: sanity_check&lt;br /&gt;
                    @echo &amp;quot;skipping net-snmp (not configured)&amp;quot;&lt;br /&gt;
                    endif&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 # make PROFILE=96368GW&lt;br /&gt;
                    (running this &amp;quot;make&amp;quot; command will build the firmware image)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YOU CAN UPLOAD THE IMAGE TO THE ROUTER BY ONE OF THESE THREE METHODS&lt;br /&gt;
&lt;br /&gt;
(They are in order of difficulty, with the simplest first.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
STANDARD WEB INTERFACE UPGRADE METHOD&lt;br /&gt;
&lt;br /&gt;
1. Use a Web browser to access the Q1000 DSL Router at 192.168.0.1&lt;br /&gt;
&lt;br /&gt;
2. Select &amp;quot;Utilities&amp;quot;, then the &amp;quot;Firmware Upgrade&amp;quot; page&lt;br /&gt;
&lt;br /&gt;
3. Use the Browse button to locate the (new) image file&lt;br /&gt;
       (It will be in the /opt/bcm963xx_router/images directory)&lt;br /&gt;
&lt;br /&gt;
4. Click on the “Upgrade Firmware” button&lt;br /&gt;
&lt;br /&gt;
5. The Q1000 DSL router will reboot using the new firmware image &lt;br /&gt;
&lt;br /&gt;
6. To access the upgraded firmware use the (new) IP address, 192.168.1.1&lt;br /&gt;
(You may need to renew the IP address of the workstation, to reach 192.168.1.1)&lt;br /&gt;
&lt;br /&gt;
BOOTLOADER METHOD&lt;br /&gt;
&lt;br /&gt;
1. Enter Bootload mode by pressing the Reset button, and holding it until the Power light LED turns Red. Do not release the Reset button until Power light LED has been Red for two or three seconds.&lt;br /&gt;
&lt;br /&gt;
2. Set a static IP address on the workstation of 192.168.1.2, with a subnet mask of 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
3. Use a Web browser to access the Q1000 at the new IP address, 192.168.1.1&lt;br /&gt;
&lt;br /&gt;
4. In the “Software File Name:” box, select the (new) firmware image &lt;br /&gt;
       (Look for it in the &amp;quot;images&amp;quot; directory at: /opt/bcm963xx_router/images )&lt;br /&gt;
&lt;br /&gt;
5. Click the “Update Software” button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TFTP METHOD&lt;br /&gt;
&lt;br /&gt;
1.Enable LAN side telnet support using the router&amp;#039;s current web interface.&lt;br /&gt;
&lt;br /&gt;
2.Telnet to the router&lt;br /&gt;
&lt;br /&gt;
3.Login.        (default username and password are both, admin)&lt;br /&gt;
&lt;br /&gt;
4.tftp get serverip:serverfile localfile &lt;br /&gt;
                (serverfile is the name of the file that resides on the server) &lt;br /&gt;
                (localfile is the name of the file that resides on the router)&lt;br /&gt;
&lt;br /&gt;
=== Specs ===&lt;br /&gt;
[[image:q1000_specs.gif|link=]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# cat /proc/cpuinfo &lt;br /&gt;
system type             : VB784WG&lt;br /&gt;
processor               : 0&lt;br /&gt;
cpu model               : BCM6368 V3.1&lt;br /&gt;
BogoMIPS                : 398.95&lt;br /&gt;
wait instruction        : no&lt;br /&gt;
microsecond timers      : yes&lt;br /&gt;
tlb_entries             : 32&lt;br /&gt;
extra interrupt vector  : no&lt;br /&gt;
hardware watchpoint     : no&lt;br /&gt;
ASEs implemented        :&lt;br /&gt;
VCED exceptions         : not available&lt;br /&gt;
VCEI exceptions         : not available&lt;br /&gt;
&lt;br /&gt;
# cat var/wl0&lt;br /&gt;
vendorid 0x14e4&lt;br /&gt;
deviceid 0x432c&lt;br /&gt;
radiorev 0x32056000&lt;br /&gt;
chipnum 0x4322&lt;br /&gt;
chiprev 0x1&lt;br /&gt;
corerev 0x10&lt;br /&gt;
boardid 0x4bc&lt;br /&gt;
boardvendor 0x14e4&lt;br /&gt;
boardrev P202&lt;br /&gt;
driverrev 0x4ae4013&lt;br /&gt;
ucoderev 0x1de0068&lt;br /&gt;
bus 0x1&lt;br /&gt;
phytype 0x4&lt;br /&gt;
phyrev 0x4&lt;br /&gt;
anarev 0x8&lt;br /&gt;
&lt;br /&gt;
# cat /proc/meminfo &lt;br /&gt;
MemTotal:        61428 kB&lt;br /&gt;
MemFree:         33008 kB&lt;br /&gt;
Buffers:          3480 kB&lt;br /&gt;
Cached:          10412 kB&lt;br /&gt;
SwapCached:          0 kB&lt;br /&gt;
Active:          10648 kB&lt;br /&gt;
Inactive:         6872 kB&lt;br /&gt;
SwapTotal:           0 kB&lt;br /&gt;
SwapFree:            0 kB&lt;br /&gt;
Dirty:               0 kB&lt;br /&gt;
Writeback:           0 kB&lt;br /&gt;
AnonPages:        3640 kB&lt;br /&gt;
Mapped:           4104 kB&lt;br /&gt;
Slab:             8692 kB&lt;br /&gt;
SReclaimable:      560 kB&lt;br /&gt;
SUnreclaim:       8132 kB&lt;br /&gt;
PageTables:        356 kB&lt;br /&gt;
NFS_Unstable:        0 kB&lt;br /&gt;
Bounce:              0 kB&lt;br /&gt;
CommitLimit:     30712 kB&lt;br /&gt;
Committed_AS:     7696 kB&lt;br /&gt;
VmallocTotal:  1032148 kB&lt;br /&gt;
VmallocUsed:      1724 kB&lt;br /&gt;
VmallocChunk:  1029524 kB&lt;br /&gt;
&lt;br /&gt;
CPU:&lt;br /&gt;
BCM6368&lt;br /&gt;
WLAN:&lt;br /&gt;
BCM4322_D11N2G_ID (BCM5787M)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
root@Hurley:/opt/bcm963xx_router/kernel/linux# make PROFILE=96368GW&lt;br /&gt;
gcc: 0: No such file or directory&lt;br /&gt;
gcc: unrecognized option &amp;#039;-G&amp;#039;&lt;br /&gt;
cc1: error: unrecognized command line option &amp;quot;-mabi=32&amp;quot;&lt;br /&gt;
cc1: error: unrecognized command line option &amp;quot;-mno-abicalls&amp;quot;&lt;br /&gt;
cc1: error: unrecognized command line option &amp;quot;-mips32&amp;quot;&lt;br /&gt;
Makefile:773: target `/built-in.o&amp;#039; given more than once in the same rule.&lt;br /&gt;
Makefile:1495: warning: overriding commands for target `/&amp;#039;&lt;br /&gt;
Makefile:783: warning: ignoring old commands for target `/&amp;#039;&lt;br /&gt;
scripts/kconfig/conf -s arch/mips/Kconfig&lt;br /&gt;
gcc: 0: No such file or directory&lt;br /&gt;
gcc: unrecognized option &amp;#039;-G&amp;#039;&lt;br /&gt;
cc1: error: unrecognized command line option &amp;quot;-mabi=32&amp;quot;&lt;br /&gt;
cc1: error: unrecognized command line option &amp;quot;-mno-abicalls&amp;quot;&lt;br /&gt;
cc1: error: unrecognized command line option &amp;quot;-mips32&amp;quot;&lt;br /&gt;
Makefile:773: target `/built-in.o&amp;#039; given more than once in the same rule.&lt;br /&gt;
Makefile:1495: warning: overriding commands for target `/&amp;#039;&lt;br /&gt;
Makefile:783: warning: ignoring old commands for target `/&amp;#039;&lt;br /&gt;
make: *** symlinks: No such file or directory.  Stop.&lt;br /&gt;
make: *** [preparebrcmdriver] Error 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Gqwill69</name></author>
	</entry>
</feed>