#15057: Fix / Support for Both Versions of the BT ECI VG3503J.
------------------------+-----------------------------------
Reporter: anonymous | Owner: blogic
Type: defect | Status: assigned
Priority: normal | Milestone: Barrier Breaker 14.07
Component: packages | Version: Trunk
Resolution: | Keywords:
------------------------+-----------------------------------
Comment (by anonymous):
Forgot to Add OpenWrt errors
BusyBox v1.22.1 (2015-01-15 16:55:27 GMT) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
CHAOS CALMER (Bleeding Edge, r43757)
-----------------------------------------------------
* 1 1/2 oz Gin Shake with a glassful
* 1/4 oz Triple Sec of broken ice and pour
* 3/4 oz Lime Juice unstrained into a goblet.
* 1 1/2 oz Orange Juice
* 1 tsp. Grenadine Syrup
-----------------------------------------------------
root@OpenWrt:/# dmesg | grep -iE '(error|warn|fail|firmware|mac)'
[ 0.000000] MIPS: machine is VG3503J - BT OpenReach VDSL Modem
[ 1.172000] pcie_rc_initialize link up failed!!!!!
[ 1.320000] phy-xrx200 gphy-xrx200.7: booting GPHY0 firmware at 18C0000
[ 1.328000] phy-xrx200 gphy-xrx200.7: booting GPHY1 firmware at 18C0000
[ 1.740000] net-xrx200: invalid MAC, using random
[ 1.908000] UBIFS error (pid 1): ubifs_mount: cannot open
"ubi0:rootfs", error -19
[ 21.156000] PTM 1.0.27 PTM (E1) firmware version 0.30
root@OpenWrt:/# dmesg | grep -iE '(phy|pci)'
[ 0.000000] Determined physical RAM map:
[ 0.092000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_assert[185]
[ 0.204000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_deassert[193]
[ 0.304000] ifx_pcie_wait_phy_link_up timeout
[ 0.308000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_assert[185]
[ 0.420000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_deassert[193]
[ 0.520000] ifx_pcie_wait_phy_link_up timeout
[ 0.524000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_assert[185]
[ 0.636000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_deassert[193]
[ 0.736000] ifx_pcie_wait_phy_link_up timeout
[ 0.740000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_assert[185]
[ 0.852000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_deassert[193]
[ 0.952000] ifx_pcie_wait_phy_link_up timeout
[ 0.956000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_assert[185]
[ 1.068000]
arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_deassert[193]
[ 1.168000] ifx_pcie_wait_phy_link_up timeout
[ 1.172000] pcie_rc_initialize link up failed!!!!!
[ 1.272000] PCI: CLS 0 bytes, default 32
[ 1.312000] phy-xrx200 gphy-xrx200.7: requesting
lantiq/vr9_phy22f_a1x.bin
[ 1.320000] phy-xrx200 gphy-xrx200.7: booting GPHY0 firmware at 18C0000
[ 1.328000] phy-xrx200 gphy-xrx200.7: booting GPHY1 firmware at 18C0000
[ 1.736000] libphy: lantiq,xrx200-mdio: probed
[ 1.808000] eth0: attached PHY [Lantiq XWAY XRX PHY22F v1.4]
(phy_addr=0:11, irq=-1)
[ 1.876000] eth0: attached PHY [Lantiq XWAY XRX PHY22F v1.4]
(phy_addr=0:13, irq=-1)
Replying to [comment:19 anonymous]:
> working build with included vdsl.bin and vr9_phy22f_a1x.bin , however it
needs a bit more work.
>
> the device originally reports as
>
> ROM VER: 1.0.5
> CFG 01
> DDR autotuning Rev 0.3c
> DDR size from 0xa0000000 - 0xa3ffffff
> DDR check ok... start booting...
>
> VG3503J 1-A-DC BootLoader v2.00.01 (May 25 2012 - 13:44:42)
>
> CLOCK CPU 333M RAM 166M
> DRAM: 32 MiB
> Flash: 8 MiB
> In: serial
> Out: serial
> Err: serial
> Net: Internal phy(GE) firmware version: 0x8400
> vr9 Switch
>
> Board Name : BFocusV2FubR
> Bloader Version : v2.00.01
>
> BuildDate : 2012/06/14 16:07:18
>
> PPE datapath driver info:
> Version ID: 128.3.3.1.0.0.1
> Family : N/A
> DR Type : Normal Data Path | Indirect-Fast Path
> Interface : MII0 | MII1
> Mode : Routing
> Release : 0.0.1
> PPE 0 firmware info:
> Version ID: 7.1.5.1.0.33
> Family : VR9
> FW Type : Standard
> Interface : MII0/1 + PTM
> Mode : reserved - 1
> Release : 0.33
> PPE 1 firmware info:
> Version ID: 7.2.1.6.1.12
> Family : VR9
> FW Type : Acceleration
> Interface : MII0 + MII1
> Mode : Bridging + IPv4 Routing
> Release : 1.12
> PPA API --- init successfully
>
> using image openwrt-lantiq-xrx200-VG3503J-squashfs.image with the
vdsl.bin and vr9_phy22f_a1x.bin included in the build r43757. i have
access to a lot of logs from the device as provided, but will refrain from
posting unless requested.
>
> Issues :
>
> LAN PORT 1 missing erratic front LED and only amber on rear
> LAN PORT 2 missing front LED and only amber on rear
>
>
--
Ticket URL: <https://dev.openwrt.org/ticket/15057#comment:20>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets