OpenWrt Forum Archive

Topic: P-2812HNU-FX: getting OpenWrt installed

The content of this topic has been archived between 6 Jun 2015 and 5 May 2018. Unfortunately there are posts – most likely complete pages – missing.

Hi

This thread should deal with the process of getting OpenWrt installed on a P-2812HNU-FX.
If the thread doesn't break, the results should be available @
http://wiki.openwrt.org/toh/zyxel/p2812hnu-f1
http://wiki.openwrt.org/toh/zyxel/p2812hnu-f3
http://wiki.openwrt.org/toh/zyxel/p2812hnu-fx

/Owen

Please do not add "Help me" or "when is it ready" messages. ONLY input that can help progress.


Status:

Almost there. scapi has F1 and F3 under control

Code

Official OpenWrt code @ https://downloads.openwrt.org/barrier_b … iq/xrx200/
- however, it has "some problems" and the testing is been done with a patched trunk (dts)

Zyxcel Binaries

https://www.dropbox.com/sh/eywont3uni0r … Filer?dl=0

Enable Debug Flag

https://forum.openwrt.org/viewtopic.php … 19#p254319

Build your own

Initial prep for compiling from git on Ubuntu 14.04 LTS

sudo apt-get update
sudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev gawk gcc-multilib flex git-core gettext
sudo apt-get install quilt  lzop# thanks aam
git clone git://git.openwrt.org/openwrt.git
cd openwrt
./scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make prereq
make # this should result in a clean creation of the defconfig image
# make can have -j<cores +1> to speed up the process, on my system I use 5 without problems

P-2812HNU-FX

make menuconfig #Target System:Lantiq Subtarget:XRX200 Target Profile:ZyXEL P-2812HNU-Fx Bootloaders:both
make

Updating

git pull
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig # this ensures that the .config is not stale

Cleaning

make clean
make dirclean
rm -rf tmp/*

Git

git diff # to show the difference to the pulled git, this is also the basis of a patch
git status # to show the status of the git
git checkout -- <file> # to rollback a change
git reset --hard HEAD^ # to really make some bad shit happen

Creating patches
diff format for submitting matches to OpenWrt https://dev.openwrt.org/wiki/SubmittingPatches pt no doc for with git

git diff >patch # in git trunk base dir

Build system
A few word on the build system.
The patches in target/linux/lantiq/patches-3.14 are what does the magic on released linux code.
build_dir/target-mips_34kc+dsp_uClibc-0.9.33.2 is where I have been playing, adding small pr_<output>

(Last edited by oxo on 3 Dec 2014, 21:48)

I noticed that the Lantiq XWAY VRX288 CPU v1.1 and CPU v1.2, have been used in the P-2812HNU-FX.  The later stock ZyXEL firmwares and bootcodes support both CPU versions, whereas earlier ones seem to only run properly on the v1.1 CPU.  So, the version CPU you have may have an impact on getting OpenWrt working properly.

oxo wrote:

*** [/home/owen/openwrt/openwrt/build_dir/target-mips_34kc+dsp_uClibc-0.9.33.2/linux-lantiq_xrx200/linux-3.14.18/.quilt_checked] Error 127

Just an observation, have you checked quilt as error 127 seems to come up when quilt is not installed.

Just a FYI.

When I looked into this a couple of months ago, I ran into three major issues:
- NAND wasn't recognized by the OpenWRT kernel (https://dev.openwrt.org/ticket/16411)
- Even though all LAN ports appeared to probe, only 2/5 actually were able to get a link
- WiFi is undetected due to PCI bus issues (discussed this shortly with someone over email)

I wasn't able to resolve any of those issues. Working with an undocumented/nonmainlined SoC isn't too enticing either.

This was on a 'newer' F1 board (without SPI flash).

My F1 contains the VRX288 v1.1 and has all the processor shielding like in the pictures. However, I did see an F1 that had no shielding or frame around the processor at all.  At first I thought maybe it had been missed during poor manufacturing by ZyXEL, but then I noticed that the processor was a VRX288 v1.2 so maybe it is no longer needed.

There isn't any material or guide to find boot_sel pins. I know there are 3 or 4 that changes source of boot in Lantiq, as for finding them, it was the same like on BT HH v3 / BT HH v2B, knowing base settings, then peace of wire with 500ohm resistor, and with hooked up serial try every unpopulated resistor on PCB and hope to not fry the board wink

P-2812 was easier because of very similar PCB on F3/F1 and different boot_sel config, so track the difference and try to change it, most of it was the first pic on Your DB (with NAND flash) that lead me to them, that's all.

I have a F3 that is bricked, only loops this when i connect UART:
ROM VER: 1.0.5
CFG 01

So if im reading this correctly, i can salvage this brick by shorting R20 and R24?
Please give me desciption so i dont do anything wrong :-D

Enable Debug Flag

from asmartin work @ https://forum.openwrt.org/viewtopic.php … 32#p220532

ROM VER: 1.0.5                                                                  
CFG 06                                                                          
NAND                                                                            
NAND Read OK                                                                    
                                                                                
DDR autotuning Rev 0.3d                                                         
DDR size from 0xa0000000 - 0xa7ffffff                                           
DDR check ok... start booting...                                                
                                                                                
                                                                                
                                                                                
ZyU-F02-300-20AA003-V3.08|06/04|2013(AACC)                                      
                                                                                
CLOCK CPU 500M RAM 250M                                                         
DRAM:  128 MB                                                                   
                                                                                
 relocate_code start                                                            
 relocate_code finish.                                                          
128 MiB                                                                         
*** Warning - bad CRC or NAND, using default environment                        
                                                                                
In:    serial                                                                   
Out:   serial                                                                   
Err:   serial                                                                   
Net:   fw_addr=0xa0200000                                                       
Internal phy(GE) firmware version: 0x0405                                       
setup MDIO for new GPHY                                                         
vr9 Switch                                                                      
Hit any key to stop autoboot:  0                                                
                                                                                
NAND read: device 0 offset 116736, size 65536 ...  65536 bytes read: OK         
## Starting application at 0x86A80000 ...                                       
                                                                                
                                                                                
Z-LOADER 3.0(Jun  5 2013)                                                       
                                                                                
NAND flash block size: 0x20000                                                  
Dual image: Both OK! upgcnt1=4 upgcnt2=5                                        
Select 2nd zboot image...                                                       
go 0x86a90000                                                                   
## Starting application at 0x86A90000 ...                                       
                                                                                
                                                                                
Z-Boot 3.0.0(Sep 15 2011)                                                       
                                                                                
we get zloader version: 3.0                                                     
Hit any key to stop autoboot: 3                                                 
ZHAL>ZHAL> atsh                                                                      
ZLD   Version          : V3.11(TUJ.0)                                           
Bootbase Version       : V3.08|06/04|2013(AACC)                                 
Vender Name            : ZyXEL Communications Corp.                             
Product Model          : P-2812HNUL-F1                                          
Serial Number          : S120Y30636073                                          
First MAC Address      : B0B2DCCC5628                                           
Last MAC Address       : B0B2DCCC562F                                           
MAC Address Quantity   : 08                                                     
Default Country Code   : FD                                                     
Boot Module Debug Flag : 00                                                     
RootFS      Checksum   : 0000c2ac                                               
Kernel      Checksum   : 000072d4                                               
RomFile     Checksum   : 0000ae8c                                               
Main Feature Bits      : 00                                                     
Other Feature Bits     :                                                        
          06 00 00 04 19 01 00 ff-f8 00 00 00 01 00 00 00                       
          00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00                       
ZHAL> ATSE P-2812HNUL-F1                                                        
DF45ADCC5628                                                                    

http://www.tonycool.es/zyxel/zynpass_en.htm

ZHAL> aten 1,1110AEBD                                                           
ZHAL> atcb                                                                      
ZHAL> atfl 1                                                                    

restart device                                                                               

                                                                                
Z-LOADER 3.0(Jun  5 2013)                                                       
                                                                                
NAND flash block size: 0x20000                                                  
Dual image: Both OK! upgcnt1=4 upgcnt2=5                                        
Select 2nd zboot image...                                                       
go 0x86a90000                                                                   
## Starting application at 0x86A90000 ...                                       
                                                                                
                                                                                
Z-Boot 3.0.0(Sep 15 2011)                                                       
                                                                                
we get zloader version: 3.0                                                     
Hit any key to stop autoboot: 2                                                 
ZHAL> atsh                                                                      
ZLD   Version          : V3.11(TUJ.0)                                           
Bootbase Version       : V3.08|06/04|2013(AACC)                                 
Vender Name            : ZyXEL Communications Corp.                             
Product Model          : P-2812HNUL-F1                                          
Serial Number          : S120Y30636073                                          
First MAC Address      : B0B2DCCC5628                                           
Last MAC Address       : B0B2DCCC562F                                           
MAC Address Quantity   : 08                                                     
Default Country Code   : FD                                                     
Boot Module Debug Flag : 01                                                     
RootFS      Checksum   : 0000c2ac                                               
Kernel      Checksum   : 000072d4                                               
RomFile     Checksum   : 0000ae8c                                               
Main Feature Bits      : 00                                                     
Other Feature Bits     :                                                        
          06 00 00 04 19 01 00 ff-f8 00 01 00 01 00 00 00                       
          00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00                       
ZHAL> atgu                                                                      
                                                                                
                                                                                
=>## Application terminated, rc = 0x0                                           
                                                                                
                                                                                
=>## Application terminated, rc = 0x0                                           
VR9 # 

(Last edited by oxo on 17 Nov 2014, 11:36)

If anyone is willing to test my unbrick/openwrt install tutorial for F3, please contact me via mail sscapi(at)gmail.com, want to test it before making it public.

(Last edited by scapi on 18 Nov 2014, 22:39)

@oxo i try , givme some help

@cianyika
Updated images for F3 based on latest Trunk in my dropbox, by default ADSL/VDSL is enabled (reference to hot CPU), if You don't use this kind of connection then disable it in luci -> startup (dsl_control).

File names have changed so take that in mind.

Don't have 300Mbit N wireless card so I cannot fully test it (purchased one, after arrival Ill make some tests), the same thing to IPv6.

I need dump/extracted firmware from F1/F3 NAND (need to test/find calibration data for RF chip), also bootlog from working F1.

(Last edited by scapi on 1 Dec 2014, 08:43)

I have a working F3 now which i bought used, how can i dump/extract fw for you?

Hello, this is the whole nor image dump of my F3, unfortunately mine was burned out with tea.

https://www.dropbox.com/s/frnqgnxvu6zf4 … H.BIN?dl=0

Dumps from NAND losted, and links from F3-unbranding not working anymore.

(Last edited by cornelus2009 on 1 Dec 2014, 11:26)

NOR did not contain calibration data unfortunately, need to find NAND.

Dumps from NAND losted, and links from F3-unbranding not working anymore.

What links ?

scapi wrote:

I need <snip> bootlog from working F1.

What do you mean by 'working'? I have a bootlog here from a technical working F1, but it's not connected to anything.

ROM VER: 1.0.5
CFG 06
NAND
NAND Read OK
DDR Access auto data-eye tuning Rev 0.3a
DDR size from 0xa0000000 - 0xa7ffffff
DDR check ok... start booting...



ZyU-F02-300-20AA003-V3.04|04/01|2011(TUJ)

CLOCK CPU 500M RAM 250M
DRAM:  128 MB

 relocate_code start
 relocate_code finish.
128 MiB
*** Warning - bad CRC or NAND, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   fw_addr=0xa0200000
Internal phy(GE) firmware version: 0x020c
setup MDIO for new GPHY
vr9 Switch
Hit any key to stop autoboot:  0 

NAND read: device 0 offset 114688, size 65536 ...  65536 bytes read: OK
## Starting application at 0x86A80000 ...


Z-LOADER 3.0(Apr  1 2011)

NAND flash block size: 0x20000
Dual image: Both OK! upgcnt1=6 upgcnt2=7
Select 2nd zboot image...
go 0x86a90000
## Starting application at 0x86A90000 ...


Z-Boot 3.0.0(Feb 14 2014)

we get zloader version: 3.0
Hit any key to stop autoboot:   3 2 1 0
ROM-D check=0
MRD_CERT_1 check=0
MRD_CERT_2 check=0


 Read Kernel to RAM from 2f00000
bootargs=root=/dev/mtdblock1 rootfstype=yaffs2 console=ttyS0,115200 phym=128M mem=126M panic=1 vpe1_load_addr=0x87e00000M vpe1_mem=2M vpe1_wired_tlb_entries=0
## Booting image at 80800000 ...
   Image Name:   MIPS Linux-2.6.32
   Created:      2014-02-14   3:33:18 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    1544334 Bytes =  1.5 MB
   Load Address: 80002000
   Entry Point:  80006f30
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
No initrd
## Transferring control to Linux (at address 80006f30) ...
## Giving linux memsize in MB, 128

Starting kernel ...

Lantiq xDSL CPE VR9
mips_hpt_frequency = 250000000, counter_resolution = 2
Linux version 2.6.32.32 (tresia@tpds-dsl) (gcc version 4.3.3 (GCC) ) #17 Fri Feb 14 01:15:50 CST 2014
phym = 08000000, mem = 07e00000, max_pfn = 00007e00
Reserving memory for CP1 @0xa7e00000, size 0x00200000
CPU revision is: 00019555 (MIPS 34Kc)
Determined physical RAM map:
User-defined physical RAM map:
 memory: 07e00000 @ 00000000 (usable)
Initrd not found or empty - disabling initrd
Zone PFN ranges:
  Normal   0x00000000 -> 0x00007e00
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0: 0x00000000 -> 0x00007e00
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32004
Kernel command line: root=/dev/mtdblock1 rootfstype=yaffs2 console=ttyS0,115200 phym=128M mem=126M panic=1 vpe1_load_addr=0x87e00000M vpe1_mem=2M vpe1_wired_tlb_entries=0 
PID hash table entries: 512 (order: -1, 2048 bytes)
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Writing ErrCtl register=00000000
Readback ErrCtl register=00000000
Memory: 122436k/129024k available (3514k kernel code, 6424k reserved, 986k data, 204k init, 0k highmem)
Hierarchical RCU implementation.
NR_IRQS:185
Lantiq ICU driver, version 3.0.1, (c) 2001-2011 Lantiq Deutschland GmbH
console [ttyS0] enabled
Calibrating delay loop... 332.59 BogoMIPS (lpj=1662976)
Security Framework initialized
Mount-cache hash table entries: 512
NET: Registered protocol family 16
Lantiq PCI host controller driver, version 1.2.0, (c) 2001-2011 Lantiq Deutschland GmbH
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
pci 0000:00:00.0: PME# supported from D1 D2
pci 0000:00:00.0: PME# disabled
NET: Registered protocol family 8
NET: Registered protocol family 20
Switching to clocksource MIPS
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
NET: Registered protocol family 1
gptu: totally 6 16-bit timers/counters
gptu: misc_register on minor 63
gptu: succeeded to request irq 118
gptu: succeeded to request irq 119
gptu: succeeded to request irq 120
gptu: succeeded to request irq 121
gptu: succeeded to request irq 122
gptu: succeeded to request irq 123
IFX DMA driver, version ifxmips_dma_core.c:v1.0.24 
,(c)2009 Infineon Technologies AG
Lantiq CGU driver, version 1.1.32, (c) 2001-2011 Lantiq Deutschland GmbH
vpe1_mem = 200000
Wired TLB entries for Linux read_c0_wired() = 0
squashfs: version 4.0 (2009/01/31) Phillip Lougher
Registering mini_fo version $Id$
JFFS2 version 2.2 (NAND) (SUMMARY) (ZLIB) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
yaffs Feb 14 2014 01:10:13 Installing. 
msgmni has been set to 239
io scheduler noop registered (default)
ifx_pmu_init: Major 252
Lantiq PMU driver, version 1.2.6, (c) 2001-2011 Lantiq Deutschland GmbH
Lantiq GPIO driver, version 1.3.2, (c) 2001-2011 Lantiq Deutschland GmbH
Infineon Technologies RCU driver version 1.0.7 
Lantiq LED Controller driver, version 1.1.3, (c) 2001-2011 Lantiq Deutschland GmbH
MEI CPE Driver, Version 1.2.1

(c) Copyright 2009, Infineon Technologies AG

### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###

ttyS0 at MMIO 0xbe100c00 (irq = 105) is a IFX_ASC
Register ASC (UART) to PMCU.
Lantiq ASC (UART) driver, version 1.0.11, (c) 2001-2011 Lantiq Deutschland GmbH
brd: module loaded
loop: module loaded
ifx_nand_init
Probe for NAND flash...
Checking if ONFI complient
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
Scanning device for bad blocks
Creating 8 MTD partitions on "ifx_nand":
0x0000000e0000-0x000001ee0000 : "rootfs,kernel1"
0x000001ee0000-0x000003ce0000 : "rootfs,kernel2"
0x000003ce0000-0x000004760000 : "reserve"
0x000004760000-0x000007420000 : "firmware"
0x000007420000-0x000007ec0000 : "config"
0x000007ec0000-0x000007f00000 : "romd"
0x000007f00000-0x000007f40000 : "mrd_cert1"
0x000007f40000-0x000007f80000 : "mrd_cert2"
Lantiq SSC driver, version 2.3.9, (c) 2001-2011 Lantiq Deutschland GmbH
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
IMQ driver loaded successfully.
    Hooking IMQ after NAT on PREROUTING.
    Hooking IMQ after NAT on POSTROUTING.
pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
IFX SWITCH API, Version 1.1.8.5
SWAPI: Registered character device [switch_api] with major no [81]
Switch API: PCE MicroCode loaded !!
GPHY FW load for G.Hn !!
GPHY FW load for A11 !!
GPHY FIRMWARE LOAD SUCCESSFULLY AT ADDR (VR9) : 4bc000
GPHY FIRMWARE LOAD SUCCESSFULLY AT ADDR (GHN) : 4bc000
IFX GPHY driver GE Mode, version ifxmips_vr9_gphy: V1.0.1 - Firmware: 8304
@@@@@@ disable GPHY port 0, 1, 2, 4 and 5 @@@@@@@@@@@@@ !!
Checking PHY LED States!!

Registered led device: broadband_led
Registered led device: internet_led
Registered led device: ledc_2
Registered led device: ledc_3
Registered led device: ledc_4
Registered led device: ledc_5
Registered led device: ledc_6
Registered led device: ledc_7
Registered led device: ledc_8
Registered led device: ledc_9
Registered led device: ledc_10
Registered led device: ledc_11
Registered led device: wps:green
Registered led device: ledc_13
Registered led device: ledc_14
Registered led device: usb2_link_led
Registered led device: ledc_16
Registered led device: ledc_17
Registered led device: usb1_link_led
Registered led device: fxo_act_led
Registered led device: internet_red_led
Registered led device: voip_led
Registered led device: warning_led
Registered led device: ledc_23
Lantiq LED driver, version 1.1.4, (c) 2001-2011 Lantiq Deutschland GmbH
Mirror/redirect action on
u32 classifier
    Performance counters on
    input device check on 
    Actions configured 
nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
ip_conntrack_rtsp v0.6.21 loading
xt_time: kernel timezone is -0000
ZLD: zy_sm_init() register hooks successful.
GRE over IPv4 tunneling driver
ip_nat_rtsp v0.6.21 loading
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 10
ip6_tables: (C) 2000-2006 Netfilter Core Team
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
Ebtables v2.0 registered
lec.c: Feb 14 2014 01:12:31 initialized
mpc.c: Feb 14 2014 01:12:28 initialized
KOAM is loaded successfully.
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
yaffs: dev is 32505857 name is "mtdblock1"
yaffs: passed flags ""
yaffs: Attempting MTD mount on 31.1, "mtdblock1"
yaffs_read_super: isCheckpointed 0
VFS: Mounted root (yaffs2 filesystem) readonly on device 31:1.
Freeing unused kernel memorinit started: BusyBox v1.10.4 (2014-02-14 01:32:30 CST)
starting pid 235, tty '': '/etc/init.d/rcS'
Run init.d/rcS!
Trying to mount NAND flash as YAFFS2 for configuration files (/dev/mtdblock4)
yaffs: dev is 32505860 name is "mtdblock4"
yaffs: passed flags ""
yaffs: Attempting MTD mount on 31.4, "mtdblock4"
yaffs: restored from checkpoint
yaffs_read_super: isCheckpointed 1
save exit: isCheckpointed 1
Trying to mount NAND flash as YAFFS2 for temporal space for firmware upgrade (/dev/mtdblock3)
yaffs: dev is 32505859 name is "mtdblock3"
yaffs: passed flags ""
yaffs: Attempting MTD mount on 31.3, "mtdblock3"
yaffs: restored from checkpoint
yaffs_read_super: isCheckpointed 1
save exit: isCheckpointed 1
/
INITRD: Trying to mount NAND flash as Root FSsave exit: isCheckpointed 1
sync
Run init.d/rcS1!
Running all S1 scripts in /etc/init.dload hidden_nand_access.ko
Checking if ONFI complient
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
Scanning device for bad blocks


===> Dump Default Romfile and FW Info

mcputil.c:read item (tag 0x70) failed
Nothing to dump ROM-D!

==================================================
=    ZyCLiP Version Information                  =
==================================================
ZyCLiP    :   3.0.0.0
ZLOader   :   3.0
Z-Boot    :   3.0.0
Run S1_10ethernet to load Ethernet module
First get MAC address=B0B2DC170758
Create MAC = B0:B2:DC:17:07:58
Create MAC = B0:B2:dc:17:07:59
Create MAC = B0:B2:dc:17:07:5a
Create MAC = B0:B2:dc:17:07:5b
Create MAC = B0:B2:dc:17:07:5c
Create MAC = B0:B2:dc:17:07:5d
Create MAC = B0:B2:dc:17:07:5e
Insert BTN IO module


GPIO phy addr:1e100b10, len:58, vir addr: be100b10


LED phy addr:1e100bb0, len:14, vir addr: be100bb0
init_gpio_reg
/proc/btn_io is created
init_btn_io_module() SUCCESS, Major Numer is 220
Insert LCD Control module

Enable BTN_timer.
Run S1_12xdsl to load xdsl module
IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
@@@@@@@@@@SW switch
touch: invalid option -- t
BusyBox v1.10.4 (2014-02-14 01:32:30 CST) multi-call binary

Usage: touch [-c] FILE [FILE...]

Update the last-modified date on the given FILE[s]

Options:
    -c    Do not create any files

X_ZyXEL_Ext.SWWANSwitch value :  VDSL
ccc_be use wanmode : VDSL
Loads switch module S17
portdisable Disable Success
disable ether wan
portdisable Disable Success
portdisable Disable Success
portdisable Disable Success
portdisable Disable Success
Run S1_20voip to load ZyIMS module
#### Tune MIPS-34k VPE Priority for VoIP ####
insmod: cannot insert '/usr/opt/ifx/bin/drv_ifxos.ko': File exists
Lantiq TAPI device driver, version 3.13.0.2, (c) 2001-2010 Lantiq Deutschland GmbH
IFX KPI egress tasklet registered to group 1
Lantiq KPI2UDP driver, version 2.2.0.0, (c) 2008-2010 Lantiq Deutschland GmbH
modprobe: module softdog_vpe not found
modprobe: failed to load module softdog_vpe
Lantiq MIPS34KEc MPS driver, version 2.2.2.5, (c) 2006-2010 Lantiq Deutschland GmbH
Lantiq VMMC device driver, version 1.9.0.3, (c) 2006-2010 Lantiq Deutschland GmbH
BRIDGE_DEV=br0
ignore /sbin/CfgVLAN.sh
Set VLAN Enable Success
pkgSize 1536 Success
portdisable Disable Success
portdisable Disable Success
portdisable Disable Success
portdisable Disable Success
portdisable Disable Success
******WAN PORT *******
    nRegAddr = 0xccd
    nData = 0x0
*******WAN PORT *******
ERROR: (VID does not exists) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_VLAN_IdGet:1872 
ERROR: (VID does not exists) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_VLAN_IdGet:1872 
ERROR: (VID does not exists) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_VLAN_IdGet:1872 
Wan pin select is 1 (0:Ethernet Wan, 1:DSL Wan)
Wan mode file setting is VDSL
Loading E5 (MII0/1) driver ...... Succeeded!
PPE datapath driver info:
  Version ID: 64.3.3.1.0.1.1
  Family    : VR9
  DR Type   : Normal Data Path | Indirect-Fast Path
  Interface : MII0 | MII1
  Mode      : Routing
  Release   : 0.1.1
PPE 0 firmware info:
  Version ID: 7.1.5.1.0.45
  Family    : VR9
  FW Type   : Standard
  Interface : MII0/1 + PTM
  Mode      : PTM (E1)
  Release   : 0.45
PPE 1 firmware info:
  Version ID: 7.2.7.8.3.9
  Family    : VR9
  FW Type   : Acceleration
  Interface : MII0/1 + PTM Bonding
  Mode      : 6rd/DS-lite
  Release   : 3.9
ifx_ppa_api: module license 'unspecified' taints kernel.
Disabling lock debugging due to kernel taint
PPA API --- init successfully


Lantiq CPE API Driver version: DSL CPE API V4.11.11

Predefined debug level: 3
bring up xdsl...
Bring up DSL CPE Control Application
ADSL Annex A
dsl_cpe_control  -i 04_00_04_00_0C_01_00_07 -T4_0_1  -f /lib/firmware/2.6.32.32/xcpe_hw.bin -A /usr/opt/ifx/bin/vdsl.scr -a /usr/opt/ifx/bin/adsl.scr -n /usr/etc/dsl_api/xdslrc.sh -t0.0.0.0 &
wait dsl_cpe_control
VDSL Annex A
nReturn=0 

nReturn=0 

Insert internet LED control module
init_internet_led_control_module() SUCCESS, Major Numer is 225
device eth0 entered promiscuous mode
br0: port 1(eth0) entering learning state
br0: port 1(eth0) entering disabled state
br0: port 1(eth0) entering learning state
/etc/init.d/40network_lan: line 175: showdbgMsg: not founError: the port was not in the member
d
/etc/init.d/40network_lan: line 175: showdbgMsg: not fError: the port was not in the member
ound
/etc/init.d/40network_lan: line 175: showdbgMsg: not found
Enabling IP forwarding
Bringing up interface lo
params = lo 127.0.0.1
Read GATEWAY_CONF_FILE fail
portdisable Enable Success
portdisable Enable Success
portdisable Enable Success
portdisable Enable Success
/etc/init.d/S1_99local: line 51: /sbin/ltefwwatcher: not found
Running all S2 scripts in /mnt/NAND/script/init.d/
Starting syslog-ng...
Starting ZLD CCC(Common Configuration Center)...
Set uptream HW_queue... 

RESET CCC LOG LEVEL: 6


RESET CCC LOG LEVEL: 6


RESET CCC LOG LEVEL: 6

touch: invalid option -- t
BusyBox v1.10.4 (2014-02-14 01:32:30 CST) multi-call binary

Usage: touch [-c] FILE [FILE...]

Update the last-modified date on the given FILE[s]

Options:
    -c    Do not create any files

nReturn=0 nData="0F45 0000 0001 0036 "
mkdir: cannot create directory '2': Read-only file system
BE DHCPCLIENT init
interface eth0.10 does not exist!
vconfig: ioctl error for rem: No such device
fopen fail !!
=======================================
resetAllPPPDUnitNumberStatus(): 
pppdUnitNumberInUsed[0]=0 
pppdUnitNumberInUsed[1]=0 
pppdUnitNumberInUsed[2]=0 
pppdUnitNumberInUsed[3]=0 
pppdUnitNumberInUsed[4]=0 
pppdUnitNumberInUsed[5]=0 
pppdUnitNumberInUsed[6]=0 
pppdUnitNumberInUsed[7]=0 
=======================================
sh: \A3: not found
cp: cannot stat '/etc/sysconfig/network-scripts/wan-multi/ifcfg-eth0': No such file or directory
finish download certificate
rm: cannot remove '/etc/allcert/all.pem': No such file or directory
starting ftpd... done
Start ROM Convert
ERROR: (VID does not exists) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_VLAN_IdGet:1872 
ifconfig: bad address '1500'
device ptm0.3900 is not a slave of br0
setled Success
cat: can't open '/var/tmp/hosts': No such file or directory
transaction successful !!

SEL InternetGatewayDevice.LANDevice.1.WLANConfiguration.1: success

SET X_ZyXEL_IgmpSnoopingEnabled: success

SEL InternetGatewayDevice.X_ZyXEL_Ext.TR069: success

SET Enable: success

SAVE: success
Starting ZySH daemon and client...
/etc/init.d/rcS: /mnt/NAND/script/init.d/rcS2: line 159: /sbin/zysh.sh: not found
/etc/init.d/rcS: /mnt/NAND/script/init.d/rcS2: line 159: /usr/sbin/zyshclient: not found
sysctl: can't open '/etc/sysctl.conf': No such file or directory
/etc/init.d/rcS: /mnt/NAND/script/init.d/rcS2: line 159: /usr/bin/setsystz: not found
/etc/init.d/rcS: mkdir: cannot create directory '2': Read-only file system
/mnt/NAND/script/init.d/rcS2: line 159: /etc/init.d/stoinit.sh: not found
Starting celld daemon......
Enter user spaceRTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
nice: /usr/local/btn/do_btncpy: No such file or directory
Starting crond...
Starting crontab...
Starting diagnosed...
starting p910nd... done
nice: /usr/bin/schedule_controller: No such file or directory
nice: timer_source: No such file or directory
device eth0.3901 is not a slave of br0
device eth0 is already a member of a bridge; can't enslave it to bridge br0.
starting pid 1220, tty '': '/sbin/getty 115200 ttyS0'
ERROR: (VID does not exists) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_VLAN_IdGet:1872 
ERROR: (VID does not exists) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_VLAN_IdGet:1872 
ERROR: (VID does not exists) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_VLAN_IdGet:1872 
ERROR: (VID does not exists) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_VLAN_IdGet:1872 
sh: cannot create /proc/lan_vid: nonexistent directory
cat: can't open '/tmp/schedule/*.sche': No such file or directory
killall: updatedd: no process killed
portdisable Enable Success
autonego Success
portdisable Enable Success
autonego Success
portdisable Enable Success
autonego Success
portdisable Enable Success
autonego Success

router login: rm: cannot remove '/etc/igmpproxy.conf': No such file or directory
rm: cannot remove '/etc/igmpv3.conf': No such file or directory
br0: port 1(eth0) entering forwarding state
iptables v1.4.6: interface name `ruletmp:/sbin/crond' must be shorter than IFNAMSIZ (15)
Try `iptables -h' or 'iptables --help' for more information.
sh: -p: not found
Jan  1 01:00:30 ccc_be: beSysMtnReloadConfig(): Loading beVoipConfigLoad...

***********************************************
zyims is not running , just start up zyims
Restarting 
killall: voiceApp: no process killed
killall: mm.exe: no process killed
killall: icf.exe: no process killed
***********************************************
MaxLineCount = 8 

 GetWanInterfaceDnsName: get_voip_iface_address fail

 GetWanInterfaceDnsName: get_voip_iface_address fail
icf_port_open_ipc_channel path = /var/iptk_es.chanl
the open channel succeded 
exit from the es init 
Stopping strongSwan IPsec failed: starter is not running

 @@@@@KENNY TEST FUNC = PhoneInit, COUNTRY = 14
Filesystem firmware binary used (/root/voip_fw/ar9_firmware.bin).
Filesystem BBD binary used (/root/voip_fw/bbd_Netherlands.bin).
BOARD_Easy50812_PrepareBoard : analogCh = 2, coderCh = 5 , DECT_Ch = 0
BOARD_Easy50812_PrepareBoard pBoard->nUsedChannels = 5
Set fxsFd 0 to /dev/vmmc11
Set channelFd 0 to /dev/vmmc11
Set fxsFd 1 to /dev/vmmc12
Set channelFd 1 to /dev/vmmc12
Set channelFd 2 to /dev/vmmc13
Set channelFd 3 to /dev/vmmc14
Set channelFd 4 to /dev/vmmc15
VMMC [version 0x 0, type 0x 7, channels 2] ready!
FW Version 2.1
VMMC Driver version 1.9.0.3
73M1966 TAPI Driver, Rev. 2.2, (c) 2007-2009 Teridian Semiconductor Corp.
73M1966 Driver, Rev. 2.7.3lq4, (c) 2007-2009 Teridian Semiconductor Corp.
stopping ftpd... done
Set fxsFd 0 to /dev/vmmc11
Set channelFd 0 to /dev/vmmc11
Set fxsFd 1 to /dev/vmmc12
Set channelFd 1 to /dev/vmmc12
Set channelFd 2 to /dev/vmmc13
Set channelFd 3 to /dev/vmmc14
Set channelFd 4 to /dev/vmmc15
PhoneEventRxTask() : error to open Dev_FD : -1 

rm: cannot remove '/tmp/SIPPktDebug': No such file or directory
voiceApp:-   GET IP ADDRESS FAIL!
voiceApp:-   GET IPADDRESS FAIL : CFG_SET_SELF_IP_REQ
voiceApp > ICF_CFG_SET_SELF_IP_REQ towards IP Phone Toolkit Failed.
voiceApp:-   GET IPADDRESS FAIL : CFG_SET_SELF_IP_REQ
voiceApp > ICF_CFG_SET_SELF_IP_REQ towards IP Phone Toolkit Failed.
voiceApp:-   GET IP ADDRESS FAIL!
voiceApp:-   GET IP ADDRESS FAIL!
voiceApp:-   GET IP ADDRESS FAIL!
starting ftpd... done
cannot open directory: /var/mnt/usb
stopping minidlna server... cat: can't open '/var/run/minidlna.pid': No such file or directory
sh: you need to specify whom to kill
Killed
Sorry, rule does not exist.
$LOCAL_ADMIN_MAC=B2:B2:DC:17:07:5c
can't add ra1 to bridge br0: Invalid argument
can't add ra2 to bridge br0: Invalid argument
can't add ra3 to bridge br0: Invalid argument

@@@fxo relay Switch 1
@@@fxo relay Switch 2
killall: upnpd: no process killed
Jan  1 01:00:58 ccc_mr: cccRegModule(): register tr69FE

Unknown commands:  httplearning

VAH_LINKDETECTION Init!
Action 4 device ifb1 ifindex 6
Action 4 device ifb1 ifindex 6
Jan  1 01:01:13 ccc_be:           < (R)beScheduleConfigLoad >

Jan  1 01:01:14 ccc_be:       - eventHandlerName = beSysMtnHandleEvent

Jan  1 01:01:14 ccc_be:  - lastUpdateTime = Thu Jan  1 01:01:14 1970

ip6tables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
mkdir: cannot create directory '2': Read-only file system
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
killall: webipqd: no process killed
killall: zyTimeZoneUpdater: no process killed
mini_httpd: exiting due to signal 15
mini_httpd_ssl: exiting due to signal 15
configGetStatsBuf(0, 0)
pack line id:0, phyPort:0
unpack line id:0, phyPort:0
rtpGetSessionStats rtp is null
phy port id:0
Status = Disabled
CallState = Idle
configGetStatsBuf(0, 1)
pack line id:1, phyPort:1
unpack line id:1, phyPort:1
rtpGetSessionStats rtp is null
phy port id:1
Status = Disabled
CallState = Idle
no sip account... configGetStatsBuf(0, 2)
Status = Disabled
CallState = Idle
no sip account... configGetStatsBuf(0, 3)
Status = Disabled
CallState = Idle
no sip account... configGetStatsBuf(1, 0)
Status = Disabled
CallState = Idle
no sip account... configGetStatsBuf(1, 1)
Status = Disabled
CallState = Idle
no sip account... configGetStatsBuf(1, 2)
Status = Disabled
CallState = Idle
no sip account... configGetStatsBuf(1, 3)
Status = Disabled
CallState = Idle

router login:

Ok, so some progress on my branded F3.
I set root password in console, and i got access to LUCI in webbrowser btw.
Although it now is completely dead, after i couldnt get SCP/SSH access to upload ubi file and decided to restart it.


ROM VER: 1.1.4
CFG 04
UART
**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************

U-Boot 2014.01-openwrt2 (Nov 15 2014 - 14:06:52) P-2812HNU-Fx

Board: ZyXEL P-2812HNU-Fx
SoC:   Lantiq VRX288 v1.2
CPU:   125 MHz
IO:    125 MHz
BUS:   125 MHz
BOOT:  UART
DRAM:  256 MiB
Flash: 8 MiB
NAND:  128 MiB
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   ltq-eth
P-2812HNU-Fx # tftp 0x80800000 openwrt-lantiq-xrx200-P2812HNUF3-uImage
ltq_phy: addr 0, link 1, speed 1000, duplex 1
ltq_phy: addr 1, link 0, speed 10, duplex 0
ltq_phy: addr 17, link 0, speed 100, duplex 0
ltq_phy: addr 19, link 0, speed 100, duplex 0
ltq_phy: addr 5, link 0, speed 10, duplex 0
Using ltq-eth device
TFTP from server 192.168.1.2; our IP address is 192.168.1.1
Filename 'openwrt-lantiq-xrx200-P2812HNUF3-uImage'.
Load address: 0x80800000
Loading: #################################################################
         #####################################
         2.1 MiB/s
done
Bytes transferred = 1493451 (16c9cb hex)
P-2812HNU-Fx # nand erase.chip

NAND erase.chip: device 0 whole chip
Skipping bad block at  0x02da0000                                          
Skipping bad block at  0x03600000                                          
Skipping bad block at  0x05160000                                          
Skipping bad block at  0x05a80000                                          
Skipping bad block at  0x06f20000                                          
Skipping bad block at  0x07340000                                          
Erasing at 0x7fe0000 -- 100% complete.
OK
P-2812HNU-Fx # nand write 0x80800000 0x60000 0x200000

NAND write: device 0 offset 0x60000, size 0x200000
 2097152 bytes written: OK
P-2812HNU-Fx # tftpboot 0x80800000 openwrt-lantiq-xrx200-P2812HNUF3-uImage-initramfs
ltq_phy: addr 0, link 1, speed 1000, duplex 1
ltq_phy: addr 1, link 0, speed 10, duplex 0
ltq_phy: addr 17, link 0, speed 100, duplex 0
ltq_phy: addr 19, link 0, speed 100, duplex 0
ltq_phy: addr 5, link 0, speed 10, duplex 0
Using ltq-eth device
TFTP from server 192.168.1.2; our IP address is 192.168.1.1
Filename 'openwrt-lantiq-xrx200-P2812HNUF3-uImage-initramfs'.
Load address: 0x80800000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #####################################
         2.2 MiB/s
done
Bytes transferred = 4348072 (4258a8 hex)
P-2812HNU-Fx # bootm 0x80800000
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   MIPS OpenWrt Linux-3.14.25
   Created:      2014-11-30  16:59:59 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    4348008 Bytes = 4.1 MiB
   Load Address: 80002000
   Entry Point:  80002000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK

Starting kernel ...

[    0.000000] Linux version 3.14.25 (sylwek@WRT) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r43437) ) #8 Sun Nov 30 17:59:39 CET 2014
[    0.000000] SoC: VR9 rev 1.2
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019556 (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] 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] 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=00030aa0
[    0.000000] Readback ErrCtl register=00030aa0
[    0.000000] Memory: 122500K/131072K available (3181K kernel code, 152K rwdata, 900K rodata, 2916K init, 201K bss, 8572K reserved)
[    0.000000] NR_IRQS:256
[    0.000000] CPU Clock: 125MHz
[    0.004000] Calibrating delay loop... 4.76 BogoMIPS (lpj=9536)
[    0.068000] pid_max: default: 32768 minimum: 301
[    0.080000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.084000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.216000] pinctrl core: initialized pinctrl subsystem
[    0.228000] NET: Registered protocol family 16
[    0.576000] pinctrl-xway 1e100b10.pinmux: Init done
[    0.620000] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.776000] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.824000] arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_assert[185]
[    0.936000] arch/mips/pci/ifxmips_pcie_vr9.h:pcie_device_rst_deassert[193]
[    1.296000] bio: create slab <bio-0> at 0
[    1.348000] gpio-stp-xway 1e100bb0.stp: Init done
[    1.424000] usbcore: registered new interface driver usbfs
[    1.436000] usbcore: registered new interface driver hub
[    1.448000] usbcore: registered new device driver usb
[    1.476000] PCI host bridge to bus 0000:00
[    1.480000] pci_bus 0000:00: root bus resource [mem 0x1c000000-0x1cffffff]
[    1.484000] pci_bus 0000:00: root bus resource [io  0x1d800000-0x1d8fffff]
[    1.488000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    1.492000] ifx_pcie_rc_class_early_fixup: fixed pcie host bridge to pci-pci bridge
[    1.568000] pci 0000:00:00.0: BAR 8: assigned [mem 0x1c000000-0x1c0fffff]
[    1.572000] pci 0000:01:00.0: BAR 0: assigned [mem 0x1c000000-0x1c00ffff]
[    1.576000] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.580000] pci 0000:00:00.0:   bridge window [mem 0x1c000000-0x1c0fffff]
[    1.584000] ifx_pcie_bios_map_irq port 0 dev 0000:00:00.0 slot 0 pin 1 
[    1.588000] ifx_pcie_bios_map_irq dev 0000:00:00.0 irq 144 assigned
[    1.592000] ifx_pcie_bios_map_irq port 0 dev 0000:01:00.0 slot 0 pin 1 
[    1.596000] ifx_pcie_bios_map_irq dev 0000:01:00.0 irq 144 assigned
[    1.648000] Switched to clocksource MIPS
[    1.804000] NET: Registered protocol family 2
[    1.904000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    1.916000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    1.924000] TCP: Hash tables configured (established 1024 bind 1024)
[    1.936000] TCP: reno registered
[    1.940000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    1.948000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    1.976000] NET: Registered protocol family 1
[   33.044000] random: nonblocking pool is initialized
[  409.452000] gptu: totally 6 16-bit timers/counters
[  409.472000] gptu: misc_register on minor 63
[  409.476000] gptu: succeeded to request irq 126
[  409.484000] gptu: succeeded to request irq 127
[  409.488000] gptu: succeeded to request irq 128
[  409.496000] gptu: succeeded to request irq 129
[  409.500000] gptu: succeeded to request irq 130
[  409.508000] gptu: succeeded to request irq 131
[  409.596000] phy-xrx200 gphy-xrx200.5: failed to load firmware filename
[  409.604000] phy-xrx200: probe of gphy-xrx200.5 failed with error -22
[  409.696000] futex hash table entries: 256 (order: -1, 3072 bytes)
[  409.720000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  409.728000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[  409.768000] msgmni has been set to 239
[  409.792000] io scheduler noop registered
[  409.796000] io scheduler deadline registered (default)
[  409.848000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[  409.860000] console [ttyLTQ0] enabled
[  409.860000] console [ttyLTQ0] enabled
[  409.868000] bootconsole [early0] disabled
[  409.868000] bootconsole [early0] disabled
[  409.960000] lantiq nor flash device: 00800000 at 10000000
[  409.968000] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
[  409.980000] Amd/Fujitsu Extended Query Table at 0x0040
[  409.984000]   Amd/Fujitsu Extended Query version 1.1.
[  409.992000] number of CFI chips: 1
[  409.996000] 3 ofpart partitions found on MTD device ltq_nor
[  410.000000] Creating 3 MTD partitions on "ltq_nor":
[  410.008000] 0x000000000000-0x000000050000 : "uboot"
[  410.092000] 0x000000050000-0x000000060000 : "uboot-env"
[  410.176000] 0x000000060000-0x000000800000 : "unused"
[  410.288000] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[  410.288000] nand: Samsung NAND 128MiB 3,3V 8-bit
[  410.288000] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[  410.304000] Scanning device for bad blocks
[  410.552000] Bad eraseblock 365 at 0x000002da0000
[  410.600000] Bad eraseblock 432 at 0x000003600000
[  410.748000] Bad eraseblock 651 at 0x000005160000
[  410.800000] Bad eraseblock 724 at 0x000005a80000
[  410.916000] Bad eraseblock 889 at 0x000006f20000
[  410.940000] Bad eraseblock 922 at 0x000007340000
[  411.012000] 4 ofpart partitions found on MTD device 14000000.nand-parts
[  411.020000] Creating 4 MTD partitions on "14000000.nand-parts":
[  411.028000] 0x000000000000-0x000000040000 : "unused"
[  411.116000] 0x000000040000-0x000000060000 : "unused"
[  411.200000] 0x000000060000-0x000000260000 : "kernel"
[  411.288000] 0x000000260000-0x000008000000 : "ubi"
[  411.732000] libphy: lantiq,xrx200-mdio: probed
[  411.880000] net-xrx200: invalid MAC, using random
[  411.952000] eth0: attached PHY [Lantiq XWAY PEF7071] (phy_addr=0:00, irq=-1)
[  412.024000] eth0: attached PHY [Lantiq XWAY PEF7071] (phy_addr=0:01, irq=-1)
[  412.096000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[  412.168000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[  412.240000] eth0: attached PHY [Lantiq XWAY PEF7071] (phy_addr=0:05, irq=-1)
[  412.316000] wdt 1f8803f0.watchdog: Init done
[  412.544000] TCP: cubic registered
[  412.548000] NET: Registered protocol family 17
[  412.556000] 8021q: 802.1Q VLAN Support v1.8
[  412.704000] UBI: auto-attach mtd6
[  412.704000] UBI: attaching mtd6 to ubi0
[  413.756000] UBI: scanning is finished
[  413.760000] UBI: empty MTD device detected
[  414.020000] UBI: attached mtd6 (name "ubi", size 125 MiB) to ubi0
[  414.028000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[  414.032000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[  414.040000] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[  414.048000] UBI: good PEBs: 999, bad PEBs: 6, corrupted PEBs: 0
[  414.056000] UBI: user volume: 0, internal volumes: 1, max. volumes count: 128
[  414.060000] UBI: max/mean erase counter: 0/0, WL threshold: 4096, image sequence number: 2713530904
[  414.072000] UBI: available PEBs: 981, total reserved PEBs: 18, PEBs reserved for bad PEB handling: 14
[  414.376000] Freeing unused kernel memory: 2916K (80427000 - 80700000)
[  414.388000] UBI: background thread "ubi_bgt0d" started, PID 246
[  415.108000] eth0: port 0 got link
procd: Console is alive
procd: - watchdog -
[  420.972000] SCSI subsystem initialized
[  421.568000] IFXUSB: ifxusb_hcd: version 3.2 B110801
[  421.624000] Chip Version :000b BurstSize=4
[  422.316000] IFXUSB: USB core #0 soft-reset
[  422.664000] IFXUSB: USB core #0 soft-reset
[  422.668000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[  422.676000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 1
[  422.688000] ifxusb_hcd ifxusb_hcd: irq 62, io mem 0xbe101000
[  422.692000] IFXUSB: Init: Power Port (0)
[  422.844000] hub 1-0:1.0: USB hub found
[  422.856000] hub 1-0:1.0: 1 port detected
[  423.464000] IFXUSB: USB core #1 soft-reset
[  423.812000] IFXUSB: USB core #1 soft-reset
[  423.816000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[  423.824000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 2
[  423.832000] ifxusb_hcd ifxusb_hcd: irq 91, io mem 0xbe106000
[  423.840000] IFXUSB: Init: Power Port (0)
[  423.944000] hub 2-0:1.0: USB hub found
[  423.956000] hub 2-0:1.0: 1 port detected
[  423.996000] ifxusb_hcd ifxusb_hcd: requested GPIO 233
[  424.364000] usbcore: registered new interface driver usb-storage
procd: - preinit -
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
procd: - early -
procd: - watchdog -
procd: - ubus -
procd: - init -
Please press Enter to activate this console.



BusyBox v1.22.1 (2014-11-30 16:08:41 CET) 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, r43437)
 -----------------------------------------------------
  * 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@(none):/# [  476.292000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH

[  477.108000] NET: Registered protocol family 10
[  477.376000] NET: Registered protocol family 8
[  477.380000] NET: Registered protocol family 20
[  477.652000] PPP generic driver version 2.4.2
[  477.956000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  478.564000] MEI CPE Driver, Version 1.2.0

[  478.568000] (c) Copyright 2009, Infineon Technologies AG
### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###


Lantiq CPE API Driver version: DSL CPE API V4.11.4
[  478.928000] 
[  478.928000] Predefined debug level: 2
[  479.128000] Loading modules backported from Linux version master-2014-11-04-0-gf3660a2
[  479.136000] Backport generated by backports.git backports-20141023-2-g4ff890b
[  479.324000] ip_tables: (C) 2000-2006 Netfilter Core Team
[  479.648000] Infineon Technologies DEU driver version 2.0.0 
[  479.684000] IFX DEU DES initialized (multiblock).
[  479.716000] IFX DEU AES initialized (multiblock).
[  479.732000] IFX DEU ARC4 initialized (multiblock).
[  479.744000] IFX DEU SHA1 initialized.
[  479.752000] IFX DEU MD5 initialized.
[  479.764000] IFX DEU SHA1_HMAC initialized.
[  479.772000] IFX DEU MD5_HMAC initialized.
[  480.180000] nf_conntrack version 0.5.0 (1959 buckets, 7836 max)
[  480.912000] NET: Registered protocol family 24
[  481.020000] usbcore: registered new interface driver ums-alauda
[  481.120000] usbcore: registered new interface driver ums-cypress
[  481.228000] usbcore: registered new interface driver ums-datafab
[  481.324000] usbcore: registered new interface driver ums-freecom
[  481.436000] usbcore: registered new interface driver ums-isd200
[  481.552000] usbcore: registered new interface driver ums-jumpshot
[  481.644000] usbcore: registered new interface driver ums-karma
[  481.776000] usbcore: registered new interface driver ums-sddr09
[  481.888000] usbcore: registered new interface driver ums-sddr55
[  482.020000] usbcore: registered new interface driver ums-usbat
[  482.104000] usbcore: registered new interface driver usblp
[  483.176000] xt_time: kernel timezone is -0000
[  486.416000] cfg80211: Calling CRDA to update world regulatory domain
[  486.440000] cfg80211: World regulatory domain updated:
[  486.448000] cfg80211:  DFS Master region: unset
[  486.452000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[  486.460000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  486.472000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  486.480000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[  486.488000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[  486.500000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[  486.508000] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[  486.520000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[  486.528000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[  489.068000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[  489.076000] PCI: Enabling device 0000:01:00.0 (0000 -> 0002)
[  489.088000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3071, rev 021c detected
[  489.100000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[  794.536000] device eth0.1 entered promiscuous mode
[  794.544000] device eth0 entered promiscuous mode
[  794.656000] br-lan: port 1(eth0.1) entered forwarding state
[  794.664000] br-lan: port 1(eth0.1) entered forwarding state
[  796.668000] br-lan: port 1(eth0.1) entered forwarding state

(Last edited by ZyNTaX on 1 Dec 2014, 22:08)

As now:

SoC:   Lantiq VRX288 v1.2
[    0.000000] SoC: VR9 rev 1.2

is confirmed, after ZyNTaX end test and send me bootlog, Ill update images today (Uboot's and OpenWRT ones for F3 and further for F1).

(Last edited by scapi on 2 Dec 2014, 01:25)

Here you have bootlog from working OpenWRT on P2812 F3

ROM VER: ©«í#!„Dó

U-Boot 2013.10-openwrt5 (Dec 01 2014 - 23:47:50) P-2812HNU-Fx

Board: ZyXEL P-2812HNU-Fx
SoC:   Lantiq VRX288 v1.2
CPU:   500 MHz
IO:    250 MHz
BUS:   250 MHz
BOOT:  NOR
DRAM:  128 MiB
Flash: 8 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   PHY reset timed out
PHY reset timed out
ltq-eth
Hit any key to stop autoboot:  0 

NAND read: device 0 offset 0x60000, size 0x200000
 2097152 bytes read: OK
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   MIPS OpenWrt Linux-3.14.25
   Created:      2014-12-01  22:39:06 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    1493522 Bytes = 1.4 MiB
   Load Address: 80002000
   Entry Point:  80002000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK

Starting kernel ...

[    0.000000] Linux version 3.14.25 (sylwek@WRT) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r43437) ) #9 Mon Dec 1 23:38:11 CET 2014
[    0.000000] SoC: VR9 rev 1.2
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019556 (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] 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] 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=00020aa0
[    0.000000] Readback ErrCtl register=00020aa0
[    0.376000] phy-xrx200 gphy-xrx200.5: requesting lantiq/vr9_phy11g_a2x.bin
[    0.384000] phy-xrx200 gphy-xrx200.5: booting GPHY0 firmware at 78C0000
[    0.388000] phy-xrx200 gphy-xrx200.5: booting GPHY1 firmware at 78C0000
[    0.500000] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.504000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.512000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.520000] msgmni has been set to 244
[    0.524000] io scheduler noop registered
[    0.528000] io scheduler deadline registered (default)
[    0.536000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[    0.544000] console [ttyLTQ0] enabled
[    0.544000] console [ttyLTQ0] enabled
[    0.552000] bootconsole [early0] disabled
[    0.552000] bootconsole [early0] disabled
[    0.564000] lantiq nor flash device: 00800000 at 10000000
[    0.568000] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
[    0.576000] Amd/Fujitsu Extended Query Table at 0x0040
[    0.584000]   Amd/Fujitsu Extended Query version 1.1.
[    0.588000] number of CFI chips: 1
[    0.592000] 3 ofpart partitions found on MTD device ltq_nor
[    0.596000] Creating 3 MTD partitions on "ltq_nor":
[    0.600000] 0x000000000000-0x000000050000 : "uboot"
[    0.608000] 0x000000050000-0x000000060000 : "uboot-env"
[    0.612000] 0x000000060000-0x000000800000 : "unused"
[    0.620000] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.620000] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.620000] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    0.636000] Scanning device for bad blocks
[    0.668000] Bad eraseblock 365 at 0x000002da0000
[    0.680000] Bad eraseblock 432 at 0x000003600000
[    0.700000] Bad eraseblock 651 at 0x000005160000
[    0.708000] Bad eraseblock 724 at 0x000005a80000
[    0.724000] Bad eraseblock 889 at 0x000006f20000
[    0.732000] Bad eraseblock 922 at 0x000007340000
[    0.744000] 4 ofpart partitions found on MTD device 14000000.nand-parts
[    0.748000] Creating 4 MTD partitions on "14000000.nand-parts":
[    0.752000] 0x000000000000-0x000000040000 : "unused"
[    0.760000] 0x000000040000-0x000000060000 : "unused"
[    0.768000] 0x000000060000-0x000000260000 : "kernel"
[    0.772000] 0x000000260000-0x000008000000 : "ubi"
[    0.884000] libphy: lantiq,xrx200-mdio: probed
[    0.892000] net-xrx200: invalid MAC, using random
[    0.960000] eth0: attached PHY [Lantiq XWAY PEF7071] (phy_addr=0:00, irq=-1)
[    1.028000] eth0: attached PHY [Lantiq XWAY PEF7071] (phy_addr=0:01, irq=-1)
[    1.096000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[    1.164000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[    1.232000] eth0: attached PHY [Lantiq XWAY PEF7071] (phy_addr=0:05, irq=-1)
[    1.240000] wdt 1f8803f0.watchdog: Init done
[    1.248000] TCP: cubic registered
[    1.248000] NET: Registered protocol family 17
[    1.256000] 8021q: 802.1Q VLAN Support v1.8
[    1.264000] UBI: auto-attach mtd6
[    1.264000] UBI: attaching mtd6 to ubi0
[    1.452000] UBI: scanning is finished
[    1.468000] UBI: attached mtd6 (name "ubi", size 125 MiB) to ubi0
[    1.472000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.480000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.484000] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.492000] UBI: good PEBs: 999, bad PEBs: 6, corrupted PEBs: 0
[    1.496000] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.504000] UBI: max/mean erase counter: 3/2, WL threshold: 4096, image sequence number: 2003648144
[    1.516000] UBI: available PEBs: 0, total reserved PEBs: 999, PEBs reserved for bad PEB handling: 14
[    1.524000] UBI: background thread "ubi_bgt0d" started, PID 248
[    1.532000] mtd: device 7 (rootfs) set to be root filesystem
[    1.544000] VFS: Mounted root (squashfs filesystem) readonly on device 31:7.
[    1.552000] Freeing unused kernel memory: 164K (80427000 - 80450000)
procd: Console is alive
procd: - watchdog -
[    3.980000] SCSI subsystem initialized
[    3.992000] IFXUSB: ifxusb_hcd: version 3.2 B110801
[    3.996000] Chip Version :000b BurstSize=4
[    4.600000] IFXUSB: USB core #0 soft-reset
[    4.900000] IFXUSB: USB core #0 soft-reset
[    4.904000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    4.908000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 1
[    4.916000] ifxusb_hcd ifxusb_hcd: irq 62, io mem 0xbe101000
[    4.920000] IFXUSB: Init: Power Port (0)
[    4.928000] hub 1-0:1.0: USB hub found
[    4.928000] hub 1-0:1.0: 1 port detected
[    5.436000] IFXUSB: USB core #1 soft-reset
[    5.736000] IFXUSB: USB core #1 soft-reset
[    5.740000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    5.744000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 2
[    5.752000] ifxusb_hcd ifxusb_hcd: irq 91, io mem 0xbe106000
[    5.760000] IFXUSB: Init: Power Port (0)
[    5.764000] hub 2-0:1.0: USB hub found
[    5.768000] hub 2-0:1.0: 1 port detected
[    5.772000] ifxusb_hcd ifxusb_hcd: requested GPIO 233
[    5.780000] usbcore: registered new interface driver usb-storage
[    5.784000] eth0: port 5 got link
procd: - preinit -
[    6.140000] random: mktemp urandom read with 99 bits of entropy available
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
jffs2 is ready
jffs2 is ready
[    9.292000] jffs2: write-buffering enabled buffer (2048) erasesize (129024)
[    9.332000] jffs2: notice: (313) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 11 of xref (0 dead, 2 orphan) found.
switching to overlay
procd: - early -
procd: - watchdog -
procd: - ubus -
procd: - init -
Please press Enter to activate this console.
[   11.776000] random: nonblocking pool is initialized
[   11.908000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
[   11.932000] NET: Registered protocol family 10
[   11.944000] NET: Registered protocol family 8
[   11.944000] NET: Registered protocol family 20
[   11.956000] PPP generic driver version 2.4.2
[   11.968000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   11.984000] MEI CPE Driver, Version 1.2.0

[   11.988000] (c) Copyright 2009, Infineon Technologies AG
### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###


Lantiq CPE API Driver version: DSL CPE API V4.11.4
[   12.012000] 
[   12.012000] Predefined debug level: 2
[   12.024000] Loading modules backported from Linux version master-2014-11-04-0-gf3660a2
[   12.028000] Backport generated by backports.git backports-20141023-2-g4ff890b
[   12.040000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.052000] Infineon Technologies DEU driver version 2.0.0 
[   12.056000] IFX DEU DES initialized (multiblock).
[   12.064000] IFX DEU AES initialized (multiblock).
[   12.068000] IFX DEU ARC4 initialized (multiblock).
[   12.072000] IFX DEU SHA1 initialized.
[   12.076000] IFX DEU MD5 initialized.
[   12.080000] IFX DEU SHA1_HMAC initialized.
[   12.084000] IFX DEU MD5_HMAC initialized.
[   12.092000] nf_conntrack version 0.5.0 (1959 buckets, 7836 max)
[   12.116000] NET: Registered protocol family 24
[   12.120000] usbcore: registered new interface driver ums-alauda
[   12.128000] usbcore: registered new interface driver ums-cypress
[   12.136000] usbcore: registered new interface driver ums-datafab
[   12.144000] usbcore: registered new interface driver ums-freecom
[   12.148000] usbcore: registered new interface driver ums-isd200
[   12.156000] usbcore: registered new interface driver ums-jumpshot
[   12.164000] usbcore: registered new interface driver ums-karma
[   12.172000] usbcore: registered new interface driver ums-sddr09
[   12.176000] usbcore: registered new interface driver ums-sddr55
[   12.184000] usbcore: registered new interface driver ums-usbat
[   12.192000] usbcore: registered new interface driver usblp
[   12.220000] xt_time: kernel timezone is -0000
[   12.260000] cfg80211: Calling CRDA to update world regulatory domain
[   12.268000] cfg80211: World regulatory domain updated:
[   12.268000] cfg80211:  DFS Master region: unset
[   12.276000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   12.284000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.292000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.300000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   12.308000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   12.316000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   12.324000] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   12.332000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   12.340000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   12.452000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[   12.456000] PCI: Enabling device 0000:01:00.0 (0000 -> 0002)
[   12.460000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3071, rev 021c detected
[   12.472000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[   20.052000] device eth0.1 entered promiscuous mode
[   20.056000] device eth0 entered promiscuous mode
[   20.068000] br-lan: port 1(eth0.1) entered forwarding state
[   20.072000] br-lan: port 1(eth0.1) entered forwarding state
[   22.076000] br-lan: port 1(eth0.1) entered forwarding state
procd: - init complete -

Uart mode on f1 was succeded?
I mean , i enabled mode , uploaded asc file but after complete nothing happened, not booting , serial freeze.
Any suggestions?

cornelus2009 wrote:

Uart mode on f1 was succeded?
I mean , i enabled mode , uploaded asc file but after complete nothing happened, not booting , serial freeze.
Any suggestions?

Sounds like the symtoms of no 1ms intercharacter delay @ http://wiki.openwrt.org/toh/zyxel/p2812 … ory_u-boot

cutecom will work by default, others, like microcom, will need a parameter change.
use cutecom if on linux

Installed, and runned succesfully openwrt on F1

ROM VER: 1.0.5
CFG 06
NAND
NAND Read OK

U-Boot SPL 2013.10-openwrt5 (Nov 18 2014 - 19:54:01)
SPL: initializing NAND flash
SPL: checking U-Boot image
SPL: loading U-Boot to RAM
SPL: decompressing U-Boot with LZO
SPL: jumping to U-Boot


U-Boot 2013.10-openwrt5 (Nov 18 2014 - 19:54:01) P-2812HNU-Fx

Board: ZyXEL P-2812HNU-Fx
SoC:   Lantiq VRX288 v1.1
CPU:   500 MHz
IO:    250 MHz
BUS:   250 MHz
BOOT:  NAND
DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   ltq-eth
Hit any key to stop autoboot:  2  1  0 

NAND read: device 0 offset 0x60000, size 0x200000
 2097152 bytes read: OK
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   MIPS OpenWrt Linux-3.14.18
   Created:      2014-11-22  16:05:38 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    1521236 Bytes = 1.5 MiB
   Load Address: 80002000
   Entry Point:  80002000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK

Starting kernel ...

[    0.000000] Linux version 3.14.18 (sylwek@WRT) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r43224) ) #5 Sat Nov 22 17:04:34 CET 2014
[    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 P2812HNUF1 - ZyXEL P-2812HNU-F1
[    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] 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] 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=00000074
[    0.000000] Readback ErrCtl register=00000074
[    0.000000] Memory: 125188K/131072K available (3252K kernel code, 151K rwdata, 904K rodata, 156K init, 201K bss, 5884K reserved)
[    0.000000] NR_IRQS:256
[    0.000000] CPU Clock: 500MHz
[    0.000000] 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.060000] pinctrl-xway 1e100b10.pinmux: Init done
[    0.064000] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.072000] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.076000] PCI host bridge /fpi@10000000/pci@E105400 ranges:
[    0.080000]  MEM 0x0000000018000000..0x0000000019ffffff
[    0.084000]   IO 0x000000001ae00000..0x000000001affffff
[    0.100000] bio: create slab <bio-0> at 0
[    0.104000] gpio-stp-xway 1e100bb0.stp: Init done
[    0.108000] usbcore: registered new interface driver usbfs
[    0.112000] usbcore: registered new interface driver hub
[    0.116000] usbcore: registered new device driver usb
[    0.120000] PCI host bridge to bus 0000:00
[    0.124000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[    0.128000] pci_bus 0000:00: root bus resource [io  0x1ae00000-0x1affffff]
[    0.132000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.136000] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[    0.140000] Switched to clocksource MIPS
[    0.148000] NET: Registered protocol family 2
[    0.152000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.160000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.164000] TCP: Hash tables configured (established 1024 bind 1024)
[    0.172000] TCP: reno registered
[    0.176000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.180000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.188000] NET: Registered protocol family 1
[    0.192000] gptu: totally 6 16-bit timers/counters
[    0.196000] gptu: misc_register on minor 63
[    0.200000] gptu: succeeded to request irq 126
[    0.208000] gptu: succeeded to request irq 127
[    0.212000] gptu: succeeded to request irq 128
[    0.216000] gptu: succeeded to request irq 129
[    0.220000] gptu: succeeded to request irq 130
[    0.224000] gptu: succeeded to request irq 131
[    0.232000] ralink,eeprom ralink_eep.5: using RT2860.eeprom as eeprom
[    0.236000] phy-xrx200 gphy-xrx200.4: requesting lantiq/vr9_phy11g_a1x.bin
[    0.244000] phy-xrx200 gphy-xrx200.4: booting GPHY0 firmware at 78C0000
[    0.252000] phy-xrx200 gphy-xrx200.4: booting GPHY1 firmware at 78C0000
[    0.360000] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.368000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.372000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.384000] msgmni has been set to 244
[    0.388000] io scheduler noop registered
[    0.392000] io scheduler deadline registered (default)
[    0.400000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[    0.408000] console [ttyLTQ0] enabled
[    0.408000] console [ttyLTQ0] enabled
[    0.416000] bootconsole [early0] disabled
[    0.416000] bootconsole [early0] disabled
[    0.424000] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.424000] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.424000] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    0.440000] Scanning device for bad blocks
[    0.468000] Bad eraseblock 283 at 0x000002360000
[    0.488000] Bad eraseblock 488 at 0x000003d00000
[    0.500000] Bad eraseblock 579 at 0x000004860000
[    0.520000] Bad eraseblock 770 at 0x000006040000
[    0.544000] Bad eraseblock 1014 at 0x000007ec0000
[    0.548000] 4 ofpart partitions found on MTD device 14000000.nand-parts
[    0.552000] Creating 4 MTD partitions on "14000000.nand-parts":
[    0.560000] 0x000000000000-0x000000040000 : "uboot"
[    0.564000] 0x000000040000-0x000000060000 : "uboot-env"
[    0.572000] 0x000000060000-0x000000260000 : "kernel"
[    0.576000] 0x000000260000-0x000008000000 : "ubi"
[    0.688000] libphy: lantiq,xrx200-mdio: probed
[    0.696000] net-xrx200: invalid MAC, using random
[    0.764000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:00, irq=-1)
[    0.832000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:01, irq=-1)
[    0.900000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[    0.968000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[    1.036000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:05, irq=-1)
[    1.044000] wdt 1f8803f0.watchdog: Init done
[    1.052000] TCP: cubic registered
[    1.056000] NET: Registered protocol family 17
[    1.060000] 8021q: 802.1Q VLAN Support v1.8
[    1.068000] UBI: auto-attach mtd3
[    1.072000] UBI: attaching mtd3 to ubi0
[    1.256000] UBI: scanning is finished
[    1.272000] UBI: attached mtd3 (name "ubi", size 125 MiB) to ubi0
[    1.276000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.280000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.288000] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.296000] UBI: good PEBs: 1000, bad PEBs: 5, corrupted PEBs: 0
[    1.300000] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.308000] UBI: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 174722199
[    1.316000] UBI: available PEBs: 0, total reserved PEBs: 1000, PEBs reserved for bad PEB handling: 15
[    1.328000] UBI: background thread "ubi_bgt0d" started, PID 235
[    1.332000] UBI: ubiblock0_0 created from ubi0:0(rootfs)
[    1.336000] ubiblock: device ubiblock0_0 (rootfs) set to be root[    1.352000] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    1.360000] Freeing unused kernel memory: 156K (80439000 - 80460000)
procd: Console is alive
procd: - watchdog -
[    2.772000] eth0: port 0 got link
[    3.164000] eth0: port 5 got link
[    3.604000] SCSI subsystem initialized
[    3.616000] IFXUSB: ifxusb_hcd: version 3.2 B110801
[    3.620000] Chip Version :01c0 BurstSize=0
[    4.224000] IFXUSB: USB core #0 soft-reset
[    4.528000] IFXUSB: USB core #0 soft-reset
[    4.528000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    4.536000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 1
[    4.540000] ifxusb_hcd ifxusb_hcd: irq 62, io mem 0xbe101000
[    4.548000] IFXUSB: Init: Power Port (0)
[    4.552000] hub 1-0:1.0: USB hub found
[    4.556000] hub 1-0:1.0: 1 port detected
[    5.060000] IFXUSB: USB core #1 soft-reset
[    5.364000] IFXUSB: USB core #1 soft-reset
[    5.368000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    5.372000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 2
[    5.380000] ifxusb_hcd ifxusb_hcd: irq 91, io mem 0xbe106000
[    5.384000] IFXUSB: Init: Power Port (0)
[    5.388000] hub 2-0:1.0: USB hub found
[    5.392000] hub 2-0:1.0: 1 port detected
[    5.396000] ifxusb_hcd ifxusb_hcd: requested GPIO 233
[    5.404000] usbcore: registered new interface driver usb-storage
procd: - preinit -
[    6.208000] random: mktemp urandom read with 95 bits of entropy available
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[    9.392000] UBIFS: background thread "ubifs_bgt0_1" started, PID 295
[    9.420000] UBIFS: recovery needed
[   10.084000] UBIFS: recovery completed
[   10.088000] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   10.096000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   10.104000] UBIFS: FS size: 121282560 bytes (115 MiB, 940 LEBs), journal size 6064128 bytes (5 MiB, 47 LEBs)
[   10.112000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
[   10.120000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 4727160C-67F5-4FDC-B1CC-0F9DF9C4C00C, small LPT model
switching to overlay
procd: - early -
procd: - watchdog -
[   10.728000] random: nonblocking pool is initialized
procd: - ubus -
procd: - init -
Please press Enter to activate this console.
[   12.964000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH

[   12.988000] NET: Registered protocol family 10
[   13.000000] NET: Registered protocol family 8
[   13.000000] NET: Registered protocol family 20
[   13.020000] PPP generic driver version 2.4.2
[   13.036000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   13.064000] MEI CPE Driver, Version 1.2.0

[   13.064000] (c) Copyright 2009, Infineon Technologies AG
[   13.064000] ### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###


Lantiq CPE API Driver version: DSL CPE API V4.11.4
[   13.104000] 
[   13.104000] Predefined debug level: 2
[   13.256000] u32 classifier
[   13.260000]     input device check on
[   13.264000]     Actions configured
[   13.268000] Mirror/redirect action on
[   13.280000] nf_conntrack version 0.5.0 (1958 buckets, 7832 max)
[   13.296000] Loading modules backported from Linux version master-2014-11-04-0-gf3660a2
[   13.300000] Backport generated by backports.git backports-20141023-2-g4ff890b
[   13.328000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.352000] Infineon Technologies DEU driver version 2.0.0 
[   13.368000] IFX DEU DES initialized (multiblock).
[   13.380000] IFX DEU AES initialized (multiblock).
[   13.380000] IFX DEU ARC4 initialized (multiblock).
[   13.388000] IFX DEU SHA1 initialized.
[   13.392000] IFX DEU MD5 initialized.
[   13.396000] IFX DEU SHA1_HMAC initialized.
[   13.400000] IFX DEU MD5_HMAC initialized.
[   13.420000] NET: Registered protocol family 24
[   13.432000] usbcore: registered new interface driver ums-alauda
[   13.436000] usbcore: registered new interface driver ums-cypress
[   13.444000] usbcore: registered new interface driver ums-datafab
[   13.452000] usbcore: registered new interface driver ums-freecom
[   13.460000] usbcore: registered new interface driver ums-isd200
[   13.468000] usbcore: registered new interface driver ums-jumpshot
[   13.472000] usbcore: registered new interface driver ums-karma
[   13.480000] usbcore: registered new interface driver ums-sddr09
[   13.488000] usbcore: registered new interface driver ums-sddr55
[   13.496000] usbcore: registered new interface driver ums-usbat
[   13.504000] usbcore: registered new interface driver usblp
[   13.552000] xt_time: kernel timezone is -0000
[   13.584000] cfg80211: Calling CRDA to update world regulatory domain
[   13.592000] cfg80211: World regulatory domain updated:
[   13.596000] cfg80211:  DFS Master region: unset
[   13.600000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   13.608000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   13.616000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   13.624000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   13.632000] cfg80211:   (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
[   13.640000] cfg80211:   (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   13.648000] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   13.656000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   13.664000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   13.780000] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)
[   13.784000] rt2800pci 0000:00:0e.0: failed to load eeprom property
[   13.792000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT2860.eeprom'.
[   13.800000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[   13.808000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[   22.356000] device eth0.1 entered promiscuous mode
[   22.360000] device eth0 entered promiscuous mode
[   22.372000] br-lan: port 1(eth0.1) entered forwarding state
[   22.376000] br-lan: port 1(eth0.1) entered forwarding state
[   24.380000] br-lan: port 1(eth0.1) entered forwarding state
[   27.012000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[   27.036000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.34
[   27.140000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   27.156000] device wlan0 entered promiscuous mode
procd: - init complete -
[   36.056000] br-lan: port 2(wlan0) entered forwarding state
[   36.060000] br-lan: port 2(wlan0) entered forwarding state
[   36.064000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   38.064000] br-lan: port 2(wlan0) entered forwarding state



BusyBox v1.22.1 (2014-11-22 14:00:55 CET) 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, r43224)
 -----------------------------------------------------
  * 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:/# 

cornelus2009,

Could you tell how you fixed u-boot loader working?
I cant get the z-boot loader changed to u-boot, only to different levels z-boot.

btw, i guess i have the 8,1 MB fullimg.bin file somewhere, still need it?

And, scapi, i followed your instructions (openwrt.txt) and files from folder 'F1 OpenWRT' on your dropbox:
https://www.dropbox.com/sh/9aup68dv6oq5 … gC5Ea?dl=0

And this works great ! Only for the 1st run smile tho ...
http://dgcomsys.noip.me/DGWP01/wp-content/uploads/2014/12/img_5488003f0a700.png
It can even handles the build in 802.11bgn (300MBps) (CHECKED,  only 144 MBps ...till now)

The only thing i don't get working is the U-Boot change (from Z-Boot)
On a softboot of the box, i have to ATGU and bootm 0x80800000 to get openWRT running tongue

More info and full logs: http://dgcomsys.noip.me/phpbb/viewtopic … 9&t=48

(Last edited by DGDodo on 11 Dec 2014, 22:58)

I know, image in F1 OpenWRT doesn't have calibration data, but I need to resolve other problem, after tests I'll upload new image.

Nice work! So are all of the following issues now working on F1?

ius wrote:

- NAND wasn't recognized by the OpenWRT kernel (https://dev.openwrt.org/ticket/16411)
- Even though all LAN ports appeared to probe, only 2/5 actually were able to get a link
- WiFi is undetected due to PCI bus issues (discussed this shortly with someone over email)

I'll see if I can dust off my F1 soon and give it a go. Is the image bootable from RAM too? I'm not sure if I have a full NAND dump lying around, suppose this might be useful for RF calibration data?