This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Previous revision | ||
toh:zyxel:p2812hnu-f3 [2013/10/30 19:59] |
toh:zyxel:p2812hnu-f3 [2017/06/16 19:38] (current) Redmoon bootsel pins shorted causes nand to disappear |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== ZyXEL P-2812HNU-F3 ====== | ||
+ | Please also see the [[p2812hnu-fx|ZyXEL P-2812HNU-FX Series page]] for more information. | ||
+ | |||
+ | ===== OpenWrt Status ===== | ||
+ | [[https://forum.openwrt.org/search.php?action=show_user_posts&user_id=21206]|scapi]] has F3 to test and seems to work. | ||
+ | |||
+ | ==== Supported Versions ==== | ||
+ | |||
+ | ^ Version/Model ^ Launch Date ^ S/N ^ OpenWrt Version Supported ^ Model Specific Notes ^ | ||
+ | |P-2812HNU-F3| | All versions so far |https://dev.openwrt.org/changeset/45718|UART mode: CFG 04 short R15 and R24 located near NAND{{media:zyxel:p2812:p-2812_uart.jpg?10|UART mode : CFG 04 short R15 and R24 located near NAND}}| | ||
+ | |||
+ | ===== Hardware Highlights ===== | ||
+ | ^ CPU ^ Ram ^ Flash ^ Network ^ USB ^ Serial ^ JTag ^ | ||
+ | | Lantiq Xway VR9 VRX 288@500MHz | 128MiB | 8MiB NOR + 128MiB NAND | 5x Gbit + VDSL2 + 2x FXS | Yes | Yes | Yes | | ||
+ | |||
+ | ===== Hardware Info===== | ||
+ | |||
+ | | **[[wp>Instruction set|Architecture]]:** | [[wp>MIPS architecture|MIPS]]| | ||
+ | | **Vendor:** | [[wp>Lantiq]] | | ||
+ | | **[[doc:techref:Bootloader]]:** | [[doc:techref:bootloader:uboot|U-Boot]]| | ||
+ | | **[[doc:hardware:soc|System-On-Chip]]:** | [[http://www.lantiq.com/uploads/media//Lantiq_XWAY-VRX288_Product-Brief_03.pdf|XWAY VRX288]] ([[:doc:hardware:soc:soc.lantiq|VR9 Family)]] | | ||
+ | | **[[doc:hardware:cpu|CPU]]/Speed** | 34K V5.5 500 Mhz | | ||
+ | | **Nand-Chip:** | [[http://www1.futureelectronics.com/doc/SAMSUNG/K9F1G08U0B-PCB0T00.pdf|K9F1G08U0B-PCB0T00]] | | ||
+ | | **Nor-Chip:** | [[http://pdf1.alldatasheet.com/datasheet-pdf/view/267967/MCNIX/MX29LV640EBTI-70G/+QW79J9VKCMpZcPbN.Sd.EzPxFVOMhZ+/datasheet.pdf|MX29LV640EBTI-70G]] | | ||
+ | | **Flash size:** | 8 MiB NOR Flash + 128 MiB NAND Flash | | ||
+ | | **RAM:** | 128 MiB | | ||
+ | | **Wireless:** | RaLink RT3092L 2.4ghz 802.11bgn | | ||
+ | | **Ethernet:** | XWAY PHY11G [[doc:techref:swconfig]] | | ||
+ | | **WAN:** | 1x RJ46, xDSL capable | | ||
+ | | **xDSL:** | [[http://www.lantiq.com/uploads/media//Lantiq_XWAY-VRX268_Product-Brief_03.pdf|Lantiq XWAY VRX208]]\\ ADSL1/2/2+ (G.992.1/3/5) Annexes A, B, I, J, M, L,\\ VDSL1 (G.993.1, T1.424, TS 101 270),\\ VDSL2 (G.993.2),\\ ITU-T G 998.2 Bonding,\\ EFM (IEEE 802.3ah)| | ||
+ | | **USB:** | Yes 2 x 2.0 | | ||
+ | | **Phone:** | [[http://www.lantiq.com/products/voice-customer-premises-equipment/slictm/xwaytm-slic100/xwaytm-slic120/|Lantiq XWAY SLIC120 (PEF 42068 V V1.2)]], 2x FXS | | ||
+ | | **[[doc:hardware:port.serial|Serial]]:** |[[/toh/zyxel/p2812hnu-fx#serial_connector|Yes]]| | ||
+ | | **[[doc:hardware:port.jtag|JTAG]]:** | [[#JTAG|Yes]]| | ||
+ | |||
+ | |||
+ | ===== State of the OpenWrt port ===== | ||
+ | ^ ^ Status ^ Comment ^ | ||
+ | | WLAN | <HTML><font size="3"; color="green">✔</font></HTML> | EEPROM needs to be manually placed in /lib | | ||
+ | | DSL | <HTML><font size="3"; color="green">✔</font></HTML>| | | ||
+ | | Switch | <HTML><font size="3"; color="green">✔</font></HTML>| | | ||
+ | | Bootloader | <HTML><font size="3"; color="orange">WIP</font></HTML>| Needs flash remap (NOR + NAND), overall lack of time for patchwork (working one can be found on forum/GitHub). | | ||
+ | | LED | <HTML><font size="3"; color="green">✔</font></HTML>| | | ||
+ | | USB | <HTML><font size="3"; color="green">✔</font></HTML>| | | ||
+ | | Telephony | <HTML><font size="3"; color="orange">WIP</font></HTML> | VR9 based devices needs some work. | | ||
+ | |||
+ | ===== Replacement of factory U-Boot ===== | ||
+ | Power of board. | ||
+ | |||
+ | Short the bootsel_0 pins (R24), and (R15) bootsel_2 and power on the router. | ||
+ | |||
+ | When CFG 04 UART Popups in terminal You can disconnect revert bootsel pins to normal or You can wait till the end of process. | ||
+ | |||
+ | Upload a special (openwrt-lantiq-p2812hnufx_ram-u-boot.asc) U-Boot RAM image using a serial (baud 115200) cable via „Send File”(terraterm for win or cutecom for linux). | ||
+ | |||
+ | Wait for U-Boot to load and stop auto-boot process. | ||
+ | |||
+ | Then: | ||
+ | |||
+ | Step 1: type in console | ||
+ | <code> | ||
+ | protect off all | ||
+ | </code> | ||
+ | Step 2: type in console | ||
+ | <code> | ||
+ | erase all | ||
+ | </code> | ||
+ | Step 3: Set Your IP addres to "192.168.1.2" and start tftp server | ||
+ | |||
+ | Step 4: Place openwrt-lantiq-p2812hnufx_nor-u-boot.img in tftp folder | ||
+ | |||
+ | Step 5: type in console | ||
+ | <code> | ||
+ | tftp 0x80700000 openwrt-lantiq-p2812hnufx_nor-u-boot.img | ||
+ | </code> | ||
+ | Step 6: type in console | ||
+ | <code> | ||
+ | cp.b 0x80700000 0xb0000000 0x{filesize in hex} | ||
+ | </code> | ||
+ | |||
+ | |||
+ | ===== Installing OpenWrt ===== | ||
+ | |||
+ | At the present time, a working version needs to be from trunk r43988. | ||
+ | |||
+ | Target System:Lantiq Subtarget:XRX200 Target Profile:ZyXEL P-2812HNU-F3. | ||
+ | |||
+ | NOTES: Future upgrades can be done by flashing openwrt-lantiq-xrx200-P2812HNUF3-*****-sysupgrade.tar from luci. | ||
+ | |||
+ | Step 1: Place openwrt-lantiq-xrx200-P2812HNUF3-* images in tftp folder | ||
+ | |||
+ | Step 2: Set Your IP addres to "192.168.1.2" and start tftp server | ||
+ | |||
+ | Step 3: Upload kernel image | ||
+ | tftp 0x80800000 openwrt-lantiq-xrx200-P2812HNUF3-uImage | ||
+ | |||
+ | Step 4: Erase NAND (whole chip, U-Boot is stored in NOR so it can be done without harming U-Boot, make sure to undo the two bootsel pin shorting before continuing, else nand won't be detected!) | ||
+ | nand erase.chip | ||
+ | |||
+ | Step 5: Flash kernel image onto NAND | ||
+ | nand write 0x80800000 0x0 0x200000 | ||
+ | |||
+ | Step 6: Upload initramfs image | ||
+ | tftpboot 0x80800000 openwrt-lantiq-xrx200-P2812HNUF3-uImage-initramfs | ||
+ | |||
+ | Step 7: Run initramfs image and wait till fully booted | ||
+ | bootm 0x80800000 | ||
+ | |||
+ | Step 8: Upload UBI image to /tmp in Your router by SCP/WinSCP after setting root passwd on OpenWRT | ||
+ | |||
+ | Step 9: Format and Flash UBI image | ||
+ | |||
+ | (run 'mount' command to get correct /dev/mtdX if you get an error, and use it in the other commands as well) | ||
+ | ubidetach -p /dev/mtd4 | ||
+ | |||
+ | |||
+ | for squashfs on top of ubi (default config RO, changes can be reverted): | ||
+ | |||
+ | ubiformat /dev/mtd4 -f /tmp/openwrt-lantiq-xrx200-P2812HNUF3-squashfs-ubinized.bin | ||
+ | for ubifs(all data R/W, only option to revert changes is by reflash): | ||
+ | |||
+ | ubiformat /dev/mtd4 -f /tmp/openwrt-lantiq-xrx200-P2812HNUF3-ubifs-ubinized.bin | ||
+ | |||
+ | Step 10: Reboot router | ||
+ | |||
+ | Step 11: Stop U-boot auto boot process and modify to auto boot OpenWRT at power on | ||
+ | setenv nboot ' nand read 0x80800000 0x0 0x200000; bootm 0x80800000' | ||
+ | setenv bootcmd 'run nboot' | ||
+ | saveenv | ||
+ | |||
+ | Step 12: Power off and on router | ||
+ | |||
+ | ===== Jtag ===== | ||
+ | At scan chain, found two devices in chain, no succes to read-write something from-to flash. | ||
+ | The TRST need to be putted high to enable chain. | ||
+ | |||
+ | How to connect to the Jtag test points of this specific device: | ||
+ | |||
+ | ''tp12 SRST | ||
+ | tp11 TCK | ||
+ | tp10 TMS | ||
+ | tp7 TDO | ||
+ | tp6 TDI | ||
+ | tp4 TRST | ||
+ | '' | ||
+ | |||
+ | |||
+ | ===== Bootlogs ===== | ||
+ | |||
+ | |||
+ | ==== U-Boot bootlog ==== | ||
+ | <HTML> | ||
+ | <p style="padding: 5px;border:1px solid grey;height:370px;font:10px/14px Georgia, Garamond, Serif;overflow:Auto;background-color:#FFFFFF"> | ||
+ | <code> | ||
+ | U-Boot SPL 2014.01-openwrt2 (Nov 14 2014 - 23:41:57) | ||
+ | SPL: checking U-Boot image | ||
+ | SPL: decompressing U-Boot with LZO | ||
+ | SPL: jumping to U-Boot | ||
+ | |||
+ | |||
+ | U-Boot 2014.01-openwrt2 (Nov 14 2014 - 23:41:57) P-2812HNU-Fx | ||
+ | |||
+ | Board: ZyXEL P-2812HNU-Fx | ||
+ | SoC: Lantiq VRX288 v1.1 | ||
+ | CPU: 500 MHz | ||
+ | IO: 250 MHz | ||
+ | BUS: 250 MHz | ||
+ | BOOT: NOR | ||
+ | DRAM: 64 MiB | ||
+ | Flash: 8 MiB | ||
+ | NAND: 128 MiB | ||
+ | *** Warning - bad CRC, using default environment | ||
+ | |||
+ | In: serial | ||
+ | Out: serial | ||
+ | Err: serial | ||
+ | Net: ltq-eth | ||
+ | Hit any key to stop autoboot: 0 | ||
+ | P-2812HNU-Fx # | ||
+ | </code> | ||
+ | </p> | ||
+ | </HTML> | ||
+ | |||
+ | ==== OpenWrt bootlog ==== | ||
+ | <HTML> | ||
+ | <p style="padding: 5px;border:1px solid grey;height:600px;font:10px/14px Georgia, Garamond, Serif;overflow:Auto;background-color:#FFFFFF"> | ||
+ | <code> | ||
+ | # Booting kernel from Legacy Image at 80800000 ... | ||
+ | Image Name: MIPS OpenWrt Linux-3.18.17 | ||
+ | Created: 2014-12-03 19:41:37 UTC | ||
+ | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
+ | Data Size: 1493464 Bytes = 1.4 MiB | ||
+ | Load Address: 80002000 | ||
+ | Entry Point: 80002000 | ||
+ | Verifying Checksum ... OK | ||
+ | Uncompressing Kernel Image ... OK | ||
+ | |||
+ | Starting kernel ... | ||
+ | |||
+ | [ 0.000000] Linux version 3.18.17 (sylwek@WRT) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r46276) ) #1 Tue Jul 14 08:55:19 CEST 2015 | ||
+ | [ 0.000000] SoC: VR9 rev 1.1 | ||
+ | [ 0.000000] bootconsole [early0] enabled | ||
+ | [ 0.000000] CPU0 revision is: 00019555 (MIPS 34Kc) | ||
+ | [ 0.000000] MIPS: machine is P2812HNUF3 - ZyXEL P-2812HNU-F3 | ||
+ | [ 0.000000] Determined physical RAM map: | ||
+ | [ 0.000000] memory: 08000000 @ 00000000 (usable) | ||
+ | [ 0.000000] Initrd not found or empty - disabling initrd | ||
+ | [ 0.000000] Zone ranges: | ||
+ | [ 0.000000] Normal [mem 0x00000000-0x07ffffff] | ||
+ | [ 0.000000] Movable zone start for each node | ||
+ | [ 0.000000] Early memory node ranges | ||
+ | [ 0.000000] node 0: [mem 0x00000000-0x07ffffff] | ||
+ | [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x07ffffff] | ||
+ | [ 0.000000] On node 0 totalpages: 32768 | ||
+ | [ 0.000000] free_area_init_node: node 0, pgdat 80436130, node_mem_map 810097a0 | ||
+ | [ 0.000000] Normal zone: 256 pages used for memmap | ||
+ | [ 0.000000] Normal zone: 0 pages reserved | ||
+ | [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 | ||
+ | [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
+ | [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes | ||
+ | [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 | ||
+ | [ 0.000000] pcpu-alloc: [0] 0 | ||
+ | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 | ||
+ | [ 0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit | ||
+ | [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) | ||
+ | [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) | ||
+ | [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) | ||
+ | [ 0.000000] Writing ErrCtl register=0000c2c0 | ||
+ | [ 0.000000] Readback ErrCtl register=0000c2c0 | ||
+ | [ 0.000000] Memory: 125036K/131072K available (3335K kernel code, 148K rwdata, 932K rodata, 172K init, 205K bss, 6036K reserved) | ||
+ | [ 0.000000] NR_IRQS:256 | ||
+ | [ 0.000000] CPU Clock: 500MHz | ||
+ | [ 0.028000] Calibrating delay loop... 332.54 BogoMIPS (lpj=665088) | ||
+ | [ 0.032000] pid_max: default: 32768 minimum: 301 | ||
+ | [ 0.036000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
+ | [ 0.040000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
+ | [ 0.044000] pinctrl core: initialized pinctrl subsystem | ||
+ | [ 0.048000] NET: Registered protocol family 16 | ||
+ | [ 0.056000] pinctrl-xway 1e100b10.pinmux: Init done | ||
+ | [ 0.060000] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28 | ||
+ | [ 0.164000] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV | ||
+ | [ 0.168000] PCI host bridge /fpi@10000000/pci@E105400 ranges: | ||
+ | [ 0.172000] MEM 0x0000000018000000..0x0000000019ffffff | ||
+ | [ 0.176000] IO 0x000000001ae00000..0x000000001affffff | ||
+ | [ 0.312000] gpio-stp-xway 1e100bb0.stp: Init done | ||
+ | [ 0.316000] usbcore: registered new interface driver usbfs | ||
+ | [ 0.320000] usbcore: registered new interface driver hub | ||
+ | [ 0.324000] usbcore: registered new device driver usb | ||
+ | [ 0.328000] PCI host bridge to bus 0000:00 | ||
+ | [ 0.332000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff] | ||
+ | [ 0.336000] pci_bus 0000:00: root bus resource [io 0xffffffff] | ||
+ | [ 0.340000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] | ||
+ | [ 0.344000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00 | ||
+ | [ 0.344000] PCI host bridge to bus 0000:01 | ||
+ | [ 0.348000] pci_bus 0000:01: root bus resource [mem 0x1c000000-0x1cffffff] | ||
+ | [ 0.352000] pci_bus 0000:01: root bus resource [io 0x1d800000-0x1d8fffff] | ||
+ | [ 0.356000] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff] | ||
+ | [ 0.360000] pci 0000:01:00.0: [15d1:0011] type 01 class 0x060000 | ||
+ | [ 0.360000] ifx_pcie_rc_class_early_fixup: fixed pcie host bridge to pci-pci bridge | ||
+ | [ 0.372000] ifx_pcie_fixup_resource: fixup host controller 0000:01:00.0 (15d1:0011) | ||
+ | [ 0.376000] pci 0000:01:00.0: PME# supported from D0 D3hot | ||
+ | [ 0.376000] pci 0000:01:00.0: bridge configuration invalid ([bus 02-00]), reconfiguring | ||
+ | [ 0.380000] pci 0000:02:00.0: [1814:3092] type 00 class 0x028000 | ||
+ | [ 0.380000] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x0000ffff] | ||
+ | [ 0.380000] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 | ||
+ | [ 0.380000] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 02 | ||
+ | [ 0.380000] pci 0000:01:00.0: BAR 8: assigned [mem 0x1c000000-0x1c0fffff] | ||
+ | [ 0.384000] pci 0000:02:00.0: BAR 0: assigned [mem 0x1c000000-0x1c00ffff] | ||
+ | [ 0.388000] pci 0000:01:00.0: PCI bridge to [bus 02] | ||
+ | [ 0.392000] pci 0000:01:00.0: bridge window [mem 0x1c000000-0x1c0fffff] | ||
+ | [ 0.396000] ifx_pcie_bios_map_irq port 0 dev 0000:01:00.0 slot 0 pin 1 | ||
+ | [ 0.400000] ifx_pcie_bios_map_irq dev 0000:01:00.0 irq 144 assigned | ||
+ | [ 0.404000] ifx_pcie_bios_map_irq port 0 dev 0000:02:00.0 slot 0 pin 1 | ||
+ | [ 0.408000] ifx_pcie_bios_map_irq dev 0000:02:00.0 irq 144 assigned | ||
+ | [ 0.412000] Switched to clocksource MIPS | ||
+ | [ 0.416000] NET: Registered protocol family 2 | ||
+ | [ 0.420000] TCP established hash table entries: 1024 (order: 0, 4096 bytes) | ||
+ | [ 0.428000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) | ||
+ | [ 0.436000] TCP: Hash tables configured (established 1024 bind 1024) | ||
+ | [ 0.440000] TCP: reno registered | ||
+ | [ 0.444000] UDP hash table entries: 256 (order: 0, 4096 bytes) | ||
+ | [ 0.448000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) | ||
+ | [ 0.456000] NET: Registered protocol family 1 | ||
+ | [ 0.460000] PCI: CLS 0 bytes, default 32 | ||
+ | [ 0.460000] gptu: totally 6 16-bit timers/counters | ||
+ | [ 0.468000] gptu: misc_register on minor 63 | ||
+ | [ 0.472000] gptu: succeeded to request irq 126 | ||
+ | [ 0.476000] gptu: succeeded to request irq 127 | ||
+ | [ 0.480000] gptu: succeeded to request irq 128 | ||
+ | [ 0.484000] gptu: succeeded to request irq 129 | ||
+ | [ 0.488000] gptu: succeeded to request irq 130 | ||
+ | [ 0.492000] gptu: succeeded to request irq 131 | ||
+ | [ 0.496000] ralink,eeprom ralink_eep: using RT3092.eeprom as eeprom | ||
+ | [ 0.504000] phy-xrx200 gphy-xrx200: requesting lantiq/vr9_phy11g_a1x.bin | ||
+ | [ 0.512000] phy-xrx200 gphy-xrx200: booting GPHY0 firmware at 7900000 | ||
+ | [ 0.516000] phy-xrx200 gphy-xrx200: booting GPHY1 firmware at 7900000 | ||
+ | [ 0.624000] futex hash table entries: 256 (order: -1, 3072 bytes) | ||
+ | [ 0.632000] squashfs: version 4.0 (2009/01/31) Phillip Lougher | ||
+ | [ 0.640000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
+ | [ 0.648000] msgmni has been set to 244 | ||
+ | [ 0.652000] io scheduler noop registered | ||
+ | [ 0.656000] io scheduler deadline registered (default) | ||
+ | [ 0.664000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc | ||
+ | [ 0.672000] console [ttyLTQ0] enabled | ||
+ | [ 0.680000] bootconsole [early0] disabled | ||
+ | [ 0.688000] lantiq nor flash device: 00800000 at 10000000 | ||
+ | [ 0.692000] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb | ||
+ | [ 0.700000] Amd/Fujitsu Extended Query Table at 0x0040 | ||
+ | [ 0.708000] Amd/Fujitsu Extended Query version 1.1. | ||
+ | [ 0.712000] number of CFI chips: 1 | ||
+ | [ 0.716000] 3 ofpart partitions found on MTD device ltq_nor | ||
+ | [ 0.720000] Creating 3 MTD partitions on "ltq_nor": | ||
+ | [ 0.724000] 0x000000000000-0x000000050000 : "uboot" | ||
+ | [ 0.732000] 0x000000050000-0x000000060000 : "uboot-env" | ||
+ | [ 0.736000] 0x000000060000-0x000000800000 : "unused" | ||
+ | [ 0.744000] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1 | ||
+ | [ 0.744000] nand: Samsung NAND 128MiB 3,3V 8-bit | ||
+ | [ 0.744000] nand: 128MiB, SLC, page size: 2048, OOB size: 64 | ||
+ | [ 0.756000] Scanning device for bad blocks | ||
+ | [ 0.788000] Bad eraseblock 331 at 0x000002960000 | ||
+ | [ 0.812000] Bad eraseblock 535 at 0x0000042e0000 | ||
+ | [ 0.856000] 2 ofpart partitions found on MTD device 14000000.nand-parts | ||
+ | [ 0.860000] Creating 2 MTD partitions on "14000000.nand-parts": | ||
+ | [ 0.864000] 0x000000000000-0x000000200000 : "kernel" | ||
+ | [ 0.872000] 0x000000200000-0x000008000000 : "ubi" | ||
+ | [ 0.980000] libphy: lantiq,xrx200-mdio: probed | ||
+ | [ 1.008000] net-xrx200: invalid MAC, using random | ||
+ | [ 1.072000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:00, irq=-1) | ||
+ | [ 1.140000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:01, irq=-1) | ||
+ | [ 1.208000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1) | ||
+ | [ 1.276000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1) | ||
+ | [ 1.344000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:05, irq=-1) | ||
+ | [ 1.352000] wdt 1f8803f0.watchdog: Init done | ||
+ | [ 1.356000] TCP: cubic registered | ||
+ | [ 1.360000] NET: Registered protocol family 17 | ||
+ | [ 1.364000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. | ||
+ | [ 1.376000] 8021q: 802.1Q VLAN Support v1.8 | ||
+ | [ 1.384000] UBI: auto-attach mtd4 | ||
+ | [ 1.384000] UBI: attaching mtd4 to ubi0 | ||
+ | [ 1.576000] UBI: scanning is finished | ||
+ | [ 1.588000] UBI: attached mtd4 (name "ubi", size 126 MiB) to ubi0 | ||
+ | [ 1.596000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes | ||
+ | [ 1.600000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512 | ||
+ | [ 1.608000] UBI: VID header offset: 512 (aligned 512), data offset: 2048 | ||
+ | [ 1.616000] UBI: good PEBs: 1006, bad PEBs: 2, corrupted PEBs: 0 | ||
+ | [ 1.620000] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 | ||
+ | [ 1.628000] UBI: max/mean erase counter: 8/4, WL threshold: 4096, image sequence number: 2026183091 | ||
+ | [ 1.636000] UBI: available PEBs: 0, total reserved PEBs: 1006, PEBs reserved for bad PEB handling: 18 | ||
+ | [ 1.648000] UBI: background thread "ubi_bgt0d" started, PID 245 | ||
+ | [ 1.676000] UBIFS: background thread "ubifs_bgt0_0" started, PID 248 | ||
+ | [ 1.732000] UBIFS: mounted UBI device 0, volume 0, name "rootfs" | ||
+ | [ 1.740000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes | ||
+ | [ 1.748000] UBIFS: FS size: 125540352 bytes (119 MiB, 973 LEBs), journal size 9033728 bytes (8 MiB, 71 LEBs) | ||
+ | [ 1.756000] UBIFS: reserved for root: 0 bytes (0 KiB) | ||
+ | [ 1.764000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID D1562928-7FE7-4D58-95C7-EB6DB43C615F, small LPT model | ||
+ | [ 1.772000] VFS: Mounted root (ubifs filesystem) on device 0:10. | ||
+ | [ 1.780000] Freeing unused kernel memory: 172K (80455000 - 80480000) | ||
+ | [ 1.924000] init: Console is alive | ||
+ | [ 1.924000] init: - watchdog - | ||
+ | [ 2.284000] SCSI subsystem initialized | ||
+ | [ 2.312000] dwc2 1e101000.ifxhcd: requested GPIO 489 | ||
+ | [ 3.072000] eth0: port 0 got link | ||
+ | [ 3.176000] dwc2 1e101000.ifxhcd: DWC OTG Controller | ||
+ | [ 3.176000] dwc2 1e101000.ifxhcd: new USB bus registered, assigned bus number 1 | ||
+ | [ 3.184000] dwc2 1e101000.ifxhcd: irq 62, io mem 0x00000000 | ||
+ | [ 3.192000] dwc2 1e101000.ifxhcd: Hardware does not support descriptor DMA mode - | ||
+ | [ 3.192000] dwc2 1e101000.ifxhcd: falling back to buffer DMA mode. | ||
+ | [ 3.204000] hub 1-0:1.0: USB hub found | ||
+ | [ 3.208000] hub 1-0:1.0: 1 port detected | ||
+ | [ 4.072000] dwc2 1e106000.ifxhcd: DWC OTG Controller | ||
+ | [ 4.072000] dwc2 1e106000.ifxhcd: new USB bus registered, assigned bus number 2 | ||
+ | [ 4.080000] dwc2 1e106000.ifxhcd: irq 91, io mem 0x00000000 | ||
+ | [ 4.088000] dwc2 1e106000.ifxhcd: Hardware does not support descriptor DMA mode - | ||
+ | [ 4.088000] dwc2 1e106000.ifxhcd: falling back to buffer DMA mode. | ||
+ | [ 4.100000] hub 2-0:1.0: USB hub found | ||
+ | [ 4.104000] hub 2-0:1.0: 1 port detected | ||
+ | [ 4.120000] usbcore: registered new interface driver usb-storage | ||
+ | [ 4.932000] init: - preinit - | ||
+ | [ 5.104000] random: procd urandom read with 19 bits of entropy available | ||
+ | [ 8.248000] mount_root: mounting /dev/root | ||
+ | [ 8.276000] procd: - early - | ||
+ | [ 8.276000] procd: - watchdog - | ||
+ | [ 8.868000] procd: - ubus - | ||
+ | [ 9.072000] eth0: port 0 lost link | ||
+ | [ 9.888000] procd: - init - | ||
+ | [ 10.832000] IFXOS, Version 1.5.19 (c) Copyright 2009, Lantiq Deutschland GmbH | ||
+ | [ 10.936000] NET: Registered protocol family 10 | ||
+ | [ 10.956000] NET: Registered protocol family 8 | ||
+ | [ 10.960000] NET: Registered protocol family 20 | ||
+ | [ 10.976000] PPP generic driver version 2.4.2 | ||
+ | [ 10.992000] ip6_tables: (C) 2000-2006 Netfilter Core Team | ||
+ | [ 11.008000] Netfilter messages via NETLINK v0.30. | ||
+ | [ 11.020000] ip_set: protocol 6 | ||
+ | [ 11.140000] Lantiq (VRX) DSL CPE MEI driver, version 1.4.8.4, (c) 2013 Lantiq Deutschland GmbH | ||
+ | [ 11.140000] | ||
+ | [ 11.140000] Lantiq CPE API Driver version: DSL CPE API V4.16.2.4 | ||
+ | [ 11.228000] | ||
+ | [ 11.228000] Predefined debug level: 3 | ||
+ | [ 11.252000] u32 classifier | ||
+ | [ 11.252000] input device check on | ||
+ | [ 11.256000] Actions configured | ||
+ | [ 11.260000] Mirror/redirect action on | ||
+ | [ 11.324000] Loading modules backported from Linux version master-2015-06-22-0-g4732c92 | ||
+ | [ 11.328000] Backport generated by backports.git backports-20150626-0-gc1a4168 | ||
+ | [ 11.348000] ip_tables: (C) 2000-2006 Netfilter Core Team | ||
+ | [ 11.372000] Infineon Technologies DEU driver version 2.0.0 | ||
+ | [ 11.380000] IFX DEU DES initialized (multiblock). | ||
+ | [ 11.396000] IFX DEU AES initialized (multiblock). | ||
+ | [ 11.404000] IFX DEU ARC4 initialized (multiblock). | ||
+ | [ 11.408000] IFX DEU SHA1 initialized. | ||
+ | [ 11.408000] IFX DEU MD5 initialized. | ||
+ | [ 11.412000] IFX DEU SHA1_HMAC initialized. | ||
+ | [ 11.420000] IFX DEU MD5_HMAC initialized. | ||
+ | [ 11.464000] nf_conntrack version 0.5.0 (1956 buckets, 7824 max) | ||
+ | [ 11.496000] NET: Registered protocol family 24 | ||
+ | [ 11.500000] usbcore: registered new interface driver ums-alauda | ||
+ | [ 11.508000] usbcore: registered new interface driver ums-cypress | ||
+ | [ 11.516000] usbcore: registered new interface driver ums-datafab | ||
+ | [ 11.524000] usbcore: registered new interface driver ums-freecom | ||
+ | [ 11.532000] usbcore: registered new interface driver ums-isd200 | ||
+ | [ 11.536000] usbcore: registered new interface driver ums-jumpshot | ||
+ | [ 11.544000] usbcore: registered new interface driver ums-karma | ||
+ | [ 11.552000] usbcore: registered new interface driver ums-sddr09 | ||
+ | [ 11.560000] usbcore: registered new interface driver ums-sddr55 | ||
+ | [ 11.568000] usbcore: registered new interface driver ums-usbat | ||
+ | [ 11.584000] usbcore: registered new interface driver usbserial | ||
+ | [ 11.588000] usbcore: registered new interface driver usbserial_generic | ||
+ | [ 11.592000] usbserial: USB Serial support registered for generic | ||
+ | [ 11.644000] xt_time: kernel timezone is -0000 | ||
+ | [ 11.728000] cfg80211: Calling CRDA to update world regulatory domain | ||
+ | [ 11.752000] cfg80211: World regulatory domain updated: | ||
+ | [ 11.752000] cfg80211: DFS Master region: unset | ||
+ | [ 11.760000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) | ||
+ | [ 11.768000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) | ||
+ | [ 11.776000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) | ||
+ | [ 11.784000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) | ||
+ | [ 11.792000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) | ||
+ | [ 11.800000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) | ||
+ | [ 11.812000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) | ||
+ | [ 11.820000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) | ||
+ | [ 11.828000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) | ||
+ | [ 12.056000] usbcore: registered new interface driver option | ||
+ | [ 12.060000] usbserial: USB Serial support registered for GSM modem (1-port) | ||
+ | [ 12.108000] PCI: Enabling device 0000:02:00.0 (0000 -> 0002) | ||
+ | [ 12.112000] rt2800pci 0000:02:00.0: failed to load eeprom property | ||
+ | [ 12.116000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT3092.eeprom'. | ||
+ | [ 12.128000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3071, rev 021c detected | ||
+ | [ 12.136000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected | ||
+ | [ 12.140000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' | ||
+ | [ 17.904000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | ||
+ | [ 17.920000] device eth0.1 entered promiscuous mode | ||
+ | [ 17.924000] device eth0 entered promiscuous mode | ||
+ | [ 17.936000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready | ||
+ | [ 18.072000] eth0: port 0 got link | ||
+ | [ 18.072000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | ||
+ | [ 18.124000] br-lan: port 1(eth0.1) entered forwarding state | ||
+ | [ 18.128000] br-lan: port 1(eth0.1) entered forwarding state | ||
+ | [ 18.164000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready | ||
+ | [ 18.616000] ATM1.0.26 ATM (A1) firmware version 0.24 | ||
+ | [ 18.620000] ifxmips_atm: ATM init succeed | ||
+ | [ 19.052000] br-lan: received packet on eth0.1 with own address as source address | ||
+ | [ 19.056000] IPv6: br-lan: IPv6 duplicate address fe80::fc31:b6ff:feff:50a3 detected! | ||
+ | [ 19.192000] br-lan: port 1(eth0.1) entered disabled state | ||
+ | [ 19.228000] cfg80211: Calling CRDA for country: PL | ||
+ | [ 19.248000] cfg80211: Regulatory domain changed to country: PL | ||
+ | [ 19.252000] cfg80211: DFS Master region: ETSI | ||
+ | [ 19.256000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) | ||
+ | [ 19.264000] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) | ||
+ | [ 19.272000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) | ||
+ | [ 19.284000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) | ||
+ | [ 19.292000] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s) | ||
+ | [ 19.300000] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A) | ||
+ | [ 19.332000] pppoa-wan: renamed from ppp0 | ||
+ | [ 20.072000] br-lan: port 1(eth0.1) entered forwarding state | ||
+ | [ 20.076000] br-lan: port 1(eth0.1) entered forwarding state | ||
+ | [ 21.012000] MEI_DRV: MEI_IfxRequestIrq(IRQ = 63, .., ), lock = 1 | ||
+ | [ 21.012000] | ||
+ | [ 21.028000] br-lan: received packet on eth0.1 with own address as source address | ||
+ | [ 21.440000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin' | ||
+ | [ 21.464000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.34 | ||
+ | [ 22.080000] br-lan: port 1(eth0.1) entered forwarding state | ||
+ | [ 23.940000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | ||
+ | [ 23.976000] device wlan0 entered promiscuous mode | ||
+ | [ 25.840000] br-lan: port 2(wlan0) entered forwarding state | ||
+ | [ 25.844000] br-lan: port 2(wlan0) entered forwarding state | ||
+ | [ 25.848000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | ||
+ | [ 27.848000] br-lan: port 2(wlan0) entered forwarding state | ||
+ | [ 30.868000] random: nonblocking pool is initialized | ||
+ | </code> | ||
+ | </p> | ||
+ | </HTML> | ||
+ | |||
+ | ===== Tags ===== | ||
+ | {{tag>VDSL2 VR9 ZyXEL P-2812-HNU-FX}} |