123
I Use This!
Very High Activity

News

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Posted over 16 years ago
Topic: HEADS UP -- Server upgrade @ 2009-03-29 Message: Did the server upgrade somehow make the forum more susceptible to spammers?  They're posting like mad here lately...
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: V...I'm guessing that you don't know how to flash using the tftp from the CFE.Do you have a serial console to the 6358? You will need that to stop the CFE from booting ... [More] the installed image. When the board starts up, there is a built in delay of between 1 and 3 seconds where you can hit Ctrl C to get to the CFE prompt. Once you have the CFE prompt, you can enter a command like: flashimage openwrt-96358VW-squashfs-cfe.bin:192.168.1.10. If you setup your laptop with a fixed IP address of 192.168.1.10 and put the openwrt-96358VW-squashfs-cfe.bin in the tftp server root directory, then the flashimage command will suck down the image and you'll see some information in the telnet console and when done, the board will reboot. There are two built in Ethernet ports on the 6358. The phy0 is the one that needs to be connected to the laptop.marc. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: marca56 wrote:Hi, V....If you have a 6358 on the board, you can narrow it down to the following ... [More] list:openwrt-96358VW-jffs2-128k-cfe.binopenwrt-96358VW-jffs2-64k-cfe.binopenwrt-96358VW-squashfs-cfe.binI would start with the last one because squashfs is the most compact and the one that Broadcom recommends. marc. Hi, Marc. I tried to put all of these files, but have no success. For flashing i tried to use tftp but everything i've got is "timeout expired". If i put firmware via ftp i've got: Code:iptables v1.2.11: can't initialize iptables table `filter': iptables who? (do yo u need to insmod?) Perhaps iptables or your kernel needs to be upgraded. Image updating failed. The selected file contains an illegal image. PLEASE TYPE 'bye' or 'quit' NOW to quit ftp Any ideas about flashing? [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi, V....If you have a 6358 on the board, you can narrow it down to the following ... [More] list:openwrt-96358VW-jffs2-128k-cfe.binopenwrt-96358VW-jffs2-64k-cfe.binopenwrt-96358VW-squashfs-cfe.binI would start with the last one because squashfs is the most compact and the one that Broadcom recommends. marc. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: After getting kamikaze 8.09 source, configuring it for BCM 6358 and building it i've got following in bin folder: Code:openwrt-96345GW2-jffs2-128k-cfe.bin ... [More] openwrt-96345GW2-jffs2-64k-cfe.bin openwrt-96345GW2-squashfs-cfe.bin openwrt-96348GW-10-jffs2-128k-cfe.bin openwrt-96348GW-10-jffs2-64k-cfe.bin openwrt-96348GW-10-squashfs-cfe.bin openwrt-96348GW-11-jffs2-128k-cfe.bin openwrt-96348GW-11-jffs2-64k-cfe.bin openwrt-96348GW-11-squashfs-cfe.bin openwrt-96348GW-A-jffs2-128k-cfe.bin openwrt-96348GW-A-jffs2-64k-cfe.bin openwrt-96348GW-A-squashfs-cfe.bin openwrt-96348GW-jffs2-128k-cfe.bin openwrt-96348GW-jffs2-64k-cfe.bin openwrt-96348GW-squashfs-cfe.bin openwrt-96358VW-jffs2-128k-cfe.bin openwrt-96358VW-jffs2-64k-cfe.bin openwrt-96358VW-squashfs-cfe.bin openwrt-AGPF-S0-jffs2-128k-cfe.bin openwrt-AGPF-S0-jffs2-64k-cfe.bin openwrt-AGPF-S0-squashfs-cfe.bin openwrt-brcm63xx-jffs2-128k.trx openwrt-brcm63xx-jffs2-64k.trx openwrt-brcm63xx-root.jffs2-128k openwrt-brcm63xx-root.jffs2-64k openwrt-brcm63xx-root.squashfs openwrt-brcm63xx-squashfs.trx openwrt-DV201AMR-jffs2-128k-cfe.bin openwrt-DV201AMR-jffs2-64k-cfe.bin openwrt-DV201AMR-squashfs-cfe.bin [email protected] [email protected] [email protected] openwrt-livebox-vmlinux.elf openwrt-livebox-vmlinux.gz openwrt-livebox-vmlinux.lzma what of these files i need to flash to my device? [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: cshore wrote:Do you have to run robocfg to setup up the vlans first?  I used something like that code but it didn't do anything to the switch, so I've been using the ... [More] switch setup script called by the network setup init script in order to do some robocfg settings first so that vlan's are available (otherwise the above, for me, was just calling vconfig, but not configuring the switch, so the vlan's didn't actually work). Today (I just receive my own alice gate)I have the same problem, but the past week when we try on the alice of a friend of mine i didn't noticed the problem. I'll investigate a little bit more. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: http://www.uggsclub.com
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: cshore wrote:@fw_crocodile: The crc calculation needs to do any padding needed to start on an erase boundary, rootfs, then any padding to even out erase boundaries ... [More] , then kernel header, then kernel, then any kernel padding for erase boundaries (that last padding may not be necessary).  I should have a patch for that tonight.Doing that will allow for loading from the stock firmware web/tftp interface (broadcom supplies that code so most broadcom based boards will work with these changes).I should have a patch tonight. I've done some work on imagetag in the past day, take a look at ticket 4909. It's my first try in C so there are probably some possible improvement. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: fw_crocodile wrote:In the mean time we have made some test with the ROBOSwitch.Internal Port: 5Switch Port: 0 1 2 3 (respectively port labeled 1 2 3 4)The port number ... [More] 4 appear to be unused.So for example (as the dsl modem doesn't work and you wish to use an external modem): Code:config switch vlan0 "0 1 2 5*" vlan1 "3 5" Will let you use the eth1.1 in the ifname option of your wan section. Do you have to run robocfg to setup up the vlans first?  I used something like that code but it didn't do anything to the switch, so I've been using the switch setup script called by the network setup init script in order to do some robocfg settings first so that vlan's are available (otherwise the above, for me, was just calling vconfig, but not configuring the switch, so the vlan's didn't actually work). [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: @florian: Thanks.  I'll test tonight; I think the flash driver part was what I needed - I need to change imagetag differently because the crc calculation is wrong in ... [More] the one in svn.  I've figured out how to get it right, the part I was missing was swapping the rootfs and kernelfs mtd because of the fact the stock firmware is stupid and requires that the rootfs offset be the offset of the start of the image (after tag).@fw_crocodile: The crc calculation needs to do any padding needed to start on an erase boundary, rootfs, then any padding to even out erase boundaries, then kernel header, then kernel, then any kernel padding for erase boundaries (that last padding may not be necessary).  I should have a patch for that tonight.Doing that will allow for loading from the stock firmware web/tftp interface (broadcom supplies that code so most broadcom based boards will work with these changes).I should have a patch tonight. [Less]