Hi, I am still struggling with the board I described below:

I have an ADB P.DGA4001N, but it is a different hardware than what is
described in the wiki (http://wiki.openwrt.org/toh/adb/p.dg_a4001n1).
What I get in the console at boot time after unsuccessful flashing is:

CFE version 1.0.37-106.24 for A4001N TEF 0001 BCM96328 (32bit,SP,BE)
Build Date: Wed Dec  1 13:30:30 CET 2010 (sj1bovisem@thor)
Copyright (C) 2000-2009 Broadcom Corporation.

HS Serial flash device: name ID_W25X64, id 0xef17 size 8192KB
Total Flash size: 8192K with 2048 sectors
Chip ID: BCM6328B0, MIPS: 320MHz, DDR: 320MHz, Bus: 160MHz
Main Thread: TP0
Memory Test Passed
Total Memory: 33554432 bytes (32MB)
Boot Address: 0xb8000000

Board IP address                  : 192.168.1.1:ffffff00
Host IP address                   : 192.168.1.100
Gateway IP address                :
Run from flash/host (f/h)         : f
Default host run file name        : vmlinux
Default host flash file name      : bcm963xx_fs_kernel
Boot delay (0-9 seconds)          : 1
Board Id (0-4)                    : 96328dg2x2
Number of MAC Addresses (1-32)    : 11
Base MAC Address                  : a4:52:6f:0c:ec:53
PSI Size (1-64) KBytes            : 24
Enable Backup PSI [0|1]           : 0
System Log Size (0-256) KBytes    : 0
Main Thread Number [0|1]          : 0

I flashed trunk into it, and it is working, thanks to Noltari among others. I modified arch/mips/bcm63xx/boards/board_bcm963xx.c, where I just copied the 963281TAN's definition and renamed as

static struct board_info __initdata board_96328dg2x2 = {
        .name                           = "96328dg2x2",
...

The problem now is that the USB port which is present in hardware is not recognized on the board. I can't see it with dmesg, lspci nor lsusb. Looking at other device's definitions, I see fields named .ehci0, .usbd, .ohci0, and I guess they might have something to do, but I tried adding those, and copiyng and renaming definitions of other devices with USB present without success.

Any help would be greatly appreciated.

Regards.
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to