123
I Use This!
Very High Activity

News

Analyzed 29 minutes ago. based on code collected about 6 hours ago.
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Thank's,that works, but now i've a brick on my desktop, some problem with the generated image i suppose.Will be back as soon as i can use the jtag interface.
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: @florian_, thnx for your work.I see in trunk something about to make images for inventel livebox.Could you explain if openwrt runs on it and how to load images to it?.greatings
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: @fw_crocodile, you must load firmware whit "f" command, not with "flashimage", somethink like this:f 192.168.1.100:firmware.binsalut
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: misteroX wrote:Did you modify the file board_bcm963xx.c with the data of your board ? Yes I did, the kernel boot normally if i load it from tftp until it try to load ... [More] the root fs: Code:Trying to boot from FIRST image copy (0x80010000) ... latest imageSequence found: ... 1 - Flash Kernel Address: 0x80800000 - Tag->kernelLen: 0x0070BB38 - Flash Kernel Address: 0xBE020100 - Tag Kernel crc : 0x228FC3B4 - calculated: 0x228FC3B4 Decompression OK! - starting 0 Entry at 0x80014450 Distribution: AGPF Version: AGPF_4.3.2 Build Date: 2008/07/04-15:59 Closing network. Starting program at 0x80014450 SGP START PARTITION: 0 Linux version 2.6.27.8 (anselmo@io) (gcc version 4.1.2) #6 Sun Dec 14 22:12:31 CET 2008 Detected Broadcom 0x6358 CPU revision a1 CPU frequency is 300000000 MHz 32MB of RAM installed board_bcm963xx: CFE version: unknown console [early0] enabled CPU revision is: 0002a010 (Broadcom BCM6358) board_bcm963xx: board name: AGPF-S0 .... .... .... bcm963xx_flash: Read Signature value of CFE1CFE1 bcm963xx_flash: CFE bootloader detected bcm963xx_flash: CFE boot tag found with version 8 and board type AGPF-S0. bcm963xx_flash: Partition 0 is CFE offset 0 and length 20000 bcm963xx_flash: Partition 1 is kernel offset 20100 and length 70bb38 bcm963xx_flash: Partition 2 is nvram offset fe0000 and length 20000 Creating 3 MTD partitions on "bcm963xx": 0x00000000-0x00020000 : "CFE" 0x00020100-0x0072bc38 : "kernel" mtd: partition "kernel" doesn't start on an erase block boundary -- force read-only 0x00fe0000-0x01000000 : "nvram" TCP bic registered NET: Registered protocol family 17 jffs2: Too few erase blocks (1) List of all partitions: 1f00 128 mtdblock0 (driver?) 1f01 7214 mtdblock1 (driver?) 1f02 128 mtdblock2 (driver?) No filesystem could mount root, tried: squashfs jffs2 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,2) But that should be fine as in the flash there is the original firmware.The problem is i've not found the way to build an image to load in the flash that CFE appreciate.I always get the message on my previous post. [Less]
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi fw_crocodile,Did you modify the file board_bcm963xx.c with the data of your board ?For example see my post #130  but this is only for DG834GT.Bye MisteroX
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi,i'm trying to build an image for an Alice Gate Voip 2 Plus (BCM6358KFBG).I can get a working kernel patching the board_bcm63xx.c file, but i have to compress it ... [More] with cmplzma (from broadcom) or to leave it in elf format otherwise CFE will complain about the format.Naturally the kernel complain about no root partition as i just load the kernel from tftp and there is no root on the flash.Now i'm trying to build a complete image but when i use flashimage CFE complain about wrong tag, any idea of what could try?I've hadded in the taget/linux/brcm63xx/image/Makefile  $(call Image/Build/CFE,$(1),AGPF-S0,6358). Code:Loading 192.168.1.100:openwrt-AGPF-S0-squashfs-cfe.bin ... Finished loading 2228228 bytes SGP tagVersion : 6 image tag unknown 80800000 *** command status = -1 [Less]
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: For people who have a bcm4318 soldered directly on the PCB, B43 will fail loading the SPROM contents, so we have to fake them. I am cooking up patch that defines sane ... [More] variables in the board setup code. Later on, when ssb loads, it fallbacks to the faked eeprom.As a temporary fix, you can use this patch : Code:--- a/drivers/ssb/pci.c 2008-11-21 00:02:37.000000000 0100 b/drivers/ssb/pci.c 2008-12-03 22:49:17.000000000 0100 @@ -26,6 26,18 @@ /* Define the following to 1 to enable a printk on each coreswitch. */ #define SSB_VERBOSE_PCICORESWITCH_DEBUG 0 const u16 wl_srom_map_4318[64] = { /* 000 */ 0x2001, 0x0000, 0x0449, 0x14e4, 0x4318, 0x8000, 0x0002, 0x0000, /* 008 */ 0x1000, 0x1800, 0x0000, 0x0000, 0xffff, 0xffff, 0xffff, 0xffff, /* 016 */ 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, /* 024 */ 0xffff, 0xffff, 0xffff, 0xffff, 0x0000, 0xffff, 0xffff, 0xffff, /* 032 */ 0xffff, 0xffff, 0xffff, 0xffff, 0x0003, 0xc992, 0x2b5d, 0xffff, /* 040 */ 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0x3017, 0x15ae, /* 048 */ 0xfa85, 0xfe8d, 0xffff, 0xffff, 0x004c, 0xffff, 0xffff, 0xffff, /* 056 */ 0x003e, 0x2848, 0xff02, 0x4652, 0x0010, 0xffff, 0xffff, 0x2602 }; /* Lowlevel coreswitching */ int ssb_pci_switch_coreidx(struct ssb_bus *bus, u8 coreidx) @@ -327,6 339,8 @@ static void sprom_extract_r123(struct ss s8 gain; u16 loc[3]; printk("revision %d \n",out->revision); if (out->revision == 3) { /* rev 3 moved MAC */ loc[0] = SSB_SPROM3_IL0MAC; loc[1] = SSB_SPROM3_ET0MAC; @@ -492,8 506,12 @@ static int sprom_extract(struct ssb_bus return 0; unsupported: ssb_printk(KERN_WARNING PFX "Unsupported SPROM revision %d " "detected. Will extract v1 using static SPROM\n", out->revision); sprom_extract_r123(out, wl_srom_map_4318); /* "detected. Will extract v1\n", out->revision); sprom_extract_r123(out, in); */ return 0; } [Less]
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: snipers wrote:misteroXkamikaze work on DG834GT ? send to me a flash to write Yes, kamikaze works (trunk13595). Only ADSL Doesn't work but for this view post #126 of ... [More] t3l3m4k0.I'll send you a pm with a link where you can download the openwrt-96348gw-10-squashfs-cfe_13595. bin for DG834GTBye MisteroX [Less]
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: misteroXkamikaze work on DG834GT ? send to me a flash to write
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi all,I used  trunk 13595 and router (DG834GT) up and runnig without error.ByeMisteroX