OpenWrt Forum Archive

Topic: Linksys E8350 Port difference between EA8500 (uboot different)

The content of this topic has been archived on 14 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi...
I got this router really cheap so wanted to experiment with it to get OpenWRT running. I know that Quatenna is not fully supported but I don't care about it.

What's progress for now:
Added in makefile e8350 with EA8500 as example modified DTS  could compile firmware for it.
As expected couldn't flash from gui. tried uboot:

setenv image flash.img
setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.2
run flashimg

not recognizing "flashimg" trien run with different commands didn't recognize any, "help" didn't work.

in original firmware console is running from root, it has mtd and sysupgrade command that also didn't work.
launched telnetd to get telnet access also couldn't do anything from it.

Any ideas ?
I'm attaching bootlog maybe it will help.

U-Boot 2012.07-svn65 [local,local] (Sep 11 2015 - 09:46:52)

CyberTan U-Boot Version: v1.0

smem ram ptable found: ver: 0 len: 5
DRAM:  491 MiB
NAND:  SF: Detected MX25U3235F with page size 64 KiB, total 4 MiB
ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x400000
132 MiB
In:    serial
Out:   serial
Err:   serial
cdp: get part failed for rootfs
Net:   MAC1 addr:0:3:7f:ba:db:1
athrs17_reg_init: complete
athrs17_vlan_config ...done
S17 inits done
MAC2 addr:0:3:7f:ba:db:2
eth0
Warning: eth0 MAC addresses don't match:
Address in SROM is         00:03:7f:ba:db:01
Address in environment is  b4:75:0e:c2:aa:f3
, eth1
Warning: eth1 MAC addresses don't match:
Address in SROM is         00:03:7f:ba:db:02
Address in environment is  00:06:3b:01:41:01

Hit any key to stop autoboot:  0
Device 1: nand1... is now current device
Creating 1 MTD partitions on "nand0":
0x000000000000-0x000004000000 : "mtd=0"
UBI: attaching mtd2 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    126976 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: attached mtd2 to ubi0
UBI: MTD device name:            "mtd=0"
UBI: MTD device size:            64 MiB
UBI: number of good PEBs:        512
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     3
UBI: available PEBs:             0
UBI: total number of reserved PEBs: 512
UBI: number of PEBs reserved for bad PEB handling: 5
UBI: max/mean erase counter: 4/1
Read 0 bytes from volume kernel to 44000000
No size specified -> Using max size (1904640)
   Image Name:   Linux-3.4.0
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1820776 Bytes = 1.7 MiB
   Load Address: 41508000
   Entry Point:  41508000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
Setting up atags for msm partition: rootfs

device nand0 <nand0>, # parts = 1
 #: name                size            offset          mask_flags
 0: fs                  0x04000000      0x00000000      0

active partition: nand0,0 - (fs) 0x04000000 @ 0x00000000

defaults:
mtdids  : none
mtdparts: none
Using machid 0x1260 from environment

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Linux version 3.4.0 (lzh@CBT-CSCB) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #15 SMP Fri Sep 11 09:12:28 CST 2015
[    0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine: Qualcomm Atheros AP148 reference board
[    0.000000] Partition (from atag) rootfs -- Offset:0 Size:200
[    0.000000] memory pool 3 (start 5fc00000 size 400000) initialized
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] smem_find(137, 80): wrong size 72
[    0.000000] socinfo_init: v6, id=202, ver=1.0, raw_id=2064, raw_ver=2064, hw_plat=0,  hw_plat_ver=65536
[    0.000000]  accessory_chip=0 hw_plat_subtype=0
[    0.000000] PERCPU: Embedded 8 pages/cpu @c0b39000 s10304 r8192 d14272 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 123690
[    0.000000] Kernel command line: console=ttyHSL1,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 487MB = 487MB total
[    0.000000] Memory: 486700k/490796k available, 11988k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xdf000000 - 0xff000000   ( 512 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdeb00000   ( 491 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc04fc000   (5072 kB)
[    0.000000]       .init : 0xc0500000 - 0xc0603840   (1039 kB)
[    0.000000]       .data : 0xc0604000 - 0xc067eee0   ( 492 kB)
[    0.000000]        .bss : 0xc067ef04 - 0xc07350ec   ( 729 kB)
[    0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1689
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 31240ns, wraps every 134175798ms
[    0.000000] Console: colour dummy device 80x30
[    0.150421] Calibrating delay using timer specific routine.. 12.55 BogoMIPS (lpj=62784)
[    0.150452] pid_max: default: 32768 minimum: 301
[    0.150921] Mount-cache hash table entries: 512
[    0.152483] CPU: Testing write buffer coherency: ok
[    0.152671] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.152702] Setting up static identity map for 0x41897b70 - 0x41897bf8
[    0.154857] CPU1: Booted secondary processor
[    0.154951] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.155045] Brought up 2 CPUs
[    0.155045] SMP: Total of 2 processors activated (25.11 BogoMIPS).
[    0.170727] dummy:
[    0.171415] NET: Registered protocol family 16
[    0.172164] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
[    0.174601] meminfo_init: smem ram ptable found: ver: 0 len: 5
[    0.174601] Found 1 memory banks grouped into 8 memory regions
[    0.175164] gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio
[    0.175663] QFPROM TSENS calibration data not present
[    0.175695] smem_find(137, 80): wrong size 72
[    0.175695] socinfo_init: v6, id=202, ver=1.0, raw_id=2064, raw_ver=2064, hw_plat=0,  hw_plat_ver=65536
[    0.175726]  accessory_chip=0 hw_plat_subtype=0
[    0.175757] msm_rpm_init: RPM firmware 3.0.16777338
[    0.183317] clk_tbl_nss - loaded
[    0.185598] msm_rpm_get_status(): Status id 393 not defined for target
[    0.185598] msm_rpm_get_status(): Status id 393 not defined for target
[    0.185629] msm_rpm_get_status(): Status id 393 not defined for target
[    0.185629] msm_rpm_get_status(): Status id 393 not defined for target
[    0.185660] msm_rpm_get_status(): Status id 393 not defined for target
[    0.185660] msm_rpm_get_status(): Status id 393 not defined for target
[    0.194782] Register DIAG LED in /proc/sys/diag_blink.
[    0.209746] msm_dmov_memcpy_init: Success
[    0.216182] sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20
[    0.216213] sps:BAM 0x12244000 is registered.
[    0.216432] sps:sps is ready.
[    0.310965] msm_pcie_setup: link initialized
[    0.311308] PCI host bridge to bus 0000:00
[    0.311340] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fefffff]
[    0.311840] PCI: bus0: Fast back to back transfers disabled
[    0.312714] PCI: bus1: Fast back to back transfers disabled
[    0.331021] msm_pcie_setup: link initialized
[    0.331365] PCI host bridge to bus 0000:02
[    0.331365] pci_bus 0000:02: root bus resource [mem 0x2e000000-0x31efffff]
[    0.331833] PCI: bus2: Fast back to back transfers disabled
[    0.332677] PCI: bus3: Fast back to back transfers disabled
[    1.353889] msm_pcie_setup: link initialization failed
[    1.354108] pci 0000:02:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
[    1.354139] pci 0000:02:00.0: BAR 9: assigned [mem 0x2e200000-0x2e2fffff pref]
[    1.354170] pci 0000:03:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]
[    1.354201] pci 0000:03:00.0: BAR 6: assigned [mem 0x2e200000-0x2e20ffff pref]
[    1.354201] pci 0000:02:00.0: PCI bridge to [bus 03-03]
[    1.354233] pci 0000:02:00.0:   bridge window [mem 0x2e000000-0x2e1fffff]
[    1.354264] pci 0000:02:00.0:   bridge window [mem 0x2e200000-0x2e2fffff pref]
[    1.354295] PCI: enabling device 0000:02:00.0 (0140 -> 0143)
[    1.354389] pci 0000:00:00.0: BAR 9: assigned [mem 0x08000000-0x080fffff pref]
[    1.354389] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x0800ffff pref]
[    1.354420] pci 0000:01:00.0: BAR 2: assigned [mem 0x08010000-0x0801ffff pref]
[    1.354451] pci 0000:01:00.0: BAR 3: assigned [mem 0x08020000-0x0802ffff pref]
[    1.354482] pci 0000:00:00.0: PCI bridge to [bus 01-01]
[    1.354514] pci 0000:00:00.0:   bridge window [mem 0x08000000-0x080fffff pref]
[    1.354545] PCI: enabling device 0000:00:00.0 (0140 -> 0143)
[    1.375132] bio: create slab <bio-0> at 0
[    1.376569] SCSI subsystem initialized
[    1.378381] spi_qsd spi_qsd.5: master is unqueued, this is deprecated
[    1.380693] spi_qsd spi_qsd.6: master is unqueued, this is deprecated
[    1.383036] spi_qsd spi_qsd.2: master is unqueued, this is deprecated
[    1.387722] Switching to clocksource gp_timer
[    1.406997] NET: Registered protocol family 2
[    1.407372] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    1.407872] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    1.408059] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    1.408278] TCP: Hash tables configured (established 16384 bind 16384)
[    1.408278] TCP: reno registered
[    1.408309] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    1.408309] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    1.408778] NET: Registered protocol family 1
[    1.410590] smd: register irq failed on wcnss_a11
[    1.410590] smd: deregistering IRQs
[    1.410684] SMD: smd_core_platform_init() failed
[    1.411558] Partition(from smem) sbl1 -- Offset:0 Size:10000
[    1.411590] Partition(from smem) mibib -- Offset:10000 Size:20000
[    1.411590] Partition(from smem) sbl2 -- Offset:30000 Size:20000
[    1.411621] Partition(from smem) sbl3 -- Offset:50000 Size:30000
[    1.411652] Partition(from smem) ddrconfig -- Offset:80000 Size:10000
[    1.411652] Partition(from smem) ssd -- Offset:90000 Size:10000
[    1.411683] Partition(from smem) tz -- Offset:a0000 Size:30000
[    1.411715] Partition(from smem) rpm -- Offset:d0000 Size:20000
[    1.411715] Partition(from smem) oldappsbl -- Offset:f0000 Size:40000
[    1.411746] Partition(from smem) APPSBLENV -- Offset:130000 Size:40000
[    1.411777] Partition(from smem) ART -- Offset:170000 Size:20000
[    1.411777] Partition(from smem) uboot -- Offset:190000 Size:50000
[    1.411808] Partition(from smem) oldnss1 -- Offset:1e0000 Size:20000
[    1.411840] Partition(from smem) nvram -- Offset:200000 Size:20000
[    1.411840] Partition(from smem) oldkernel -- Offset:220000 Size:1e0000
[    1.426960] acpuclk-ipq806x acpuclk-ipq806x: SPEED BIN: 0
[    1.426960] acpuclk-ipq806x acpuclk-ipq806x: ACPU PVS: 2
[    1.434801] acpuclk-ipq806x acpuclk-ipq806x: CPU0: 6 frequencies supported
[    1.434832] acpuclk-ipq806x acpuclk-ipq806x: CPU1: 6 frequencies supported
[    1.436394] msm_rpm_log_probe: OK
[    1.456982] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.457013] jffs2: version 2.2. (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc.
[    1.458919] msgmni has been set to 950
[    1.460699] io scheduler noop registered
[    1.460731] io scheduler deadline registered (default)
[    1.461418] HDLC line discipline maxframe=4096
[    1.461449] N_HDLC line discipline registered.
[    1.462480] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    1.464823] msm_serial_hs module loaded
[    1.465073] msm_serial_hsl: detected port #1
[    1.465323] msm_serial_hsl.1: ttyHSL1 at MMIO 0x16340000 (irq = 184) is a MSM
[    1.465760] msm_serial_hsl: console setup on port #1
[    2.296719] console [ttyHSL1] enabled
[    2.300000] msm_serial_hsl: driver initialized
[    2.309715] ahci ahci.0: forcing PORTS_IMPL to 0x1
[    2.313527] ahci ahci.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[    2.321680] ahci ahci.0: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[    2.330459] scsi0 : ahci_platform
[    2.333458] ata1: SATA max UDMA/133 mmio [mem 0x29000000-0x2900017f] port 0x100 irq 241
[    2.343049] msm_nand_probe: phys addr 0x1ac00000
[    2.346735] msm_nand_probe: dmac 0x3
[    2.350328] msm_nand_probe: allocated dma buffer at ffdfc000, dma_addr 5f67e000
[    2.359012] status: 20
[    2.360356] nandid: 1580a12c maker 2c device a1
[    2.364854] ONFI probe : Found an ONFI compliant device MT29F1G08ABBDAH4    ,
[    2.372164] Found a supported NAND device
[    2.375976] NAND Controller ID : 0x4030
[    2.379818] NAND Device ID  : 0x1580a12c
[    2.383692] Buswidth : 8 Bits
[    2.386629] Density  : 128 MByte
[    2.389878] Pagesize : 2048 Bytes
[    2.393158] Erasesize: 131072 Bytes
[    2.396626] Oobsize  : 64 Bytes
[    2.399781] CFG0 Init  : 0xa8d408c0
[    2.403217] CFG1 Init  : 0x0004745c
[    2.406685] ECCBUFCFG  : 0x00000203
[    2.410902] Creating 1 MTD partitions on "msm_nand":
[    2.415120] 0x000000000000-0x000004000000 : "rootfs"
[    2.566354] mtd: partition "rootfs" set to be root filesystem
[    2.571946] split_squashfs: no squashfs found in "msm_nand"
[    2.577163] m25p80 spi5.0: found mx25u3235f, expected s25fl512s
[    2.582599] m25p80 spi5.0: mx25u3235f (4096 Kbytes)
[    2.588034] Creating 15 MTD partitions on "m25p80":
[    2.592252] 0x000000000000-0x000000010000 : "sbl1"
[    2.599406] 0x000000010000-0x000000030000 : "mibib"
[    2.605592] 0x000000030000-0x000000050000 : "sbl2"
[    2.611996] 0x000000050000-0x000000080000 : "sbl3"
[    2.618275] 0x000000080000-0x000000090000 : "ddrconfig"
[    2.624711] 0x000000090000-0x0000000a0000 : "ssd"
[    2.630646] 0x0000000a0000-0x0000000d0000 : "tz"
[    2.636238] 0x0000000d0000-0x0000000f0000 : "rpm"
[    2.642143] 0x0000000f0000-0x000000130000 : "oldappsbl"
[    2.648453] 0x000000130000-0x000000170000 : "APPSBLENV"
[    2.654576] 0x000000170000-0x000000190000 : "ART"
[    2.660356] 0x000000190000-0x0000001e0000 : "uboot"
[    2.666166] 0x0000001e0000-0x000000200000 : "oldnss1"
[    2.672696] 0x000000200000-0x000000220000 : "nvram"
[    2.678569] 0x000000220000-0x000000400000 : "oldkernel"
[    2.685691] UBI: attaching mtd0 to ubi0
[    2.688628] UBI: physical eraseblock size:   131072 bytes (128 KiB)
[    2.694751] UBI: logical eraseblock size:    126976 bytes
[    2.700218] UBI: smallest flash I/O unit:    2048
[    2.704810] UBI: VID header offset:          2048 (aligned 2048)
[    2.707716] ata1: SATA link down (SStatus 0 SControl 300)
[    2.716276] UBI: data offset:                4096
[    3.713027] UBI: max. sequence number:       417
[    3.740299] UBI: attached mtd0 to ubi0
[    3.743017] UBI: MTD device name:            "rootfs"
[    3.748109] UBI: MTD device size:            64 MiB
[    3.752920] UBI: number of good PEBs:        512
[    3.757513] UBI: number of bad PEBs:         0
[    3.761980] UBI: number of corrupted PEBs:   0
[    3.766385] UBI: max. allowed volumes:       128
[    3.771009] UBI: wear-leveling threshold:    4096
[    3.775663] UBI: number of internal volumes: 1
[    3.780131] UBI: number of user volumes:     3
[    3.784536] UBI: available PEBs:             0
[    3.788972] UBI: total number of reserved PEBs: 512
[    3.793814] UBI: number of PEBs reserved for bad PEB handling: 5
[    3.799843] UBI: max/mean erase counter: 4/1
[    3.804061] UBI: image sequence number:  1374162249
[    3.808965] UBI: background thread "ubi_bgt0d" started, PID 626
[    3.814839] UBI error: ubi_init: cannot attach mtd0
[    3.840830] _nvram_read: read len=0xff00, magic=48534c46
[    3.879756] GPIO Bitbanged MDIO: probed
[    3.884692] PPP generic driver version 2.4.2
[    3.888878] NET: Registered protocol family 24
[    3.892533] tsens_tm_probe : TSENS early init not done.
[    3.897594] tsens8960-tm: probe of tsens8960-tm failed with error -14
[    3.905685] cpuidle: using governor ladder
[    3.908809] cpuidle: using governor menu
[    3.914089] TCP: cubic registered
[    3.918025] NET: Registered protocol family 10
[    3.923086] IPv6 over IPv4 tunneling driver
[    3.929959] NET: Registered protocol family 17
[    3.933552] Bridge firewalling registered
[    3.937394] 8021q: 802.1Q VLAN Support v1.8
[    3.941799] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
[    3.949359] Registering SWP/SWPB emulation handler
[    3.954045] clock_late_init: Removing enables held for handed-off clocks
[    3.968791] ipq_nss_get_mac_addr: MAC[0]: ff:ff:ff:ff:ff:ff
[    3.973445] ipq_nss_get_mac_addr: MAC[1]: ff:ff:ff:ff:ff:ff
[    3.979037] ipq_nss_get_mac_addr: MAC[2]: ff:ff:ff:ff:ff:ff
[    3.984567] ipq_nss_get_mac_addr: MAC[3]: ff:ff:ff:ff:ff:ff
[    3.990221] no pmic restart interrupt specified
[    3.996157] msm_cache_dump_probe: could not register L2 buffer ret = -22.
[    4.011996] VFS: Mounted root (squashfs filesystem) readonly on device 31:17.
[    4.018744] Freeing init memory: 1036K
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram/dev/nvram: : No such file or directoryNo such file or directory

/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
/dev/nvram: No such file or directory
[   21.098656] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100
[   21.106029] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100
[   21.113620] ol_ath_phyerr_attach: called
[   21.117463] OL Resmgr Init-ed
[   21.120462] ol_if_spectral_setup
[   21.123586] SPECTRAL : get_capability not registered
[   21.128553] HAL_CAP_PHYDIAG : Capable
[   21.132177] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 231)
[   21.140331] SPECTRAL : get_capability not registered
[   21.145204] HAL_CAP_RADAR   : Capable
[   21.148859] SPECTRAL : Need to fix the capablity check for SPECTRAL
[   21.148859]  (spectral_attach : 236)
[   21.158669] SPECTRAL : get_capability not registered
[   21.163605] HAL_CAP_SPECTRAL_SCAN : Capable
[   21.167760] SPECTRAL : get_tsf64 not registered
[   21.172289] spectral_init_netlink 52 NULL SKB
[   21.176632] Green-AP : Green-AP : Attached
[   21.176632]
[   21.182193] Green-AP : Attached
[   21.185348] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
[   21.192502] ol_if_dfs_setup: called
[   21.196094] ol_if_dfs_attach: called; ptr=d9fd1984, radar_info=db6b7bd0
[   21.202967] ol_ath_rtt_meas_report_attach: called
[   21.207497] ol_ath_attach() UMAC attach .
[   21.211465] ol_if_dfs_configure: called
[   21.215213] ol_if_dfs_configure: FCC domain
[   21.219462] ol_if_dfs_disable: called
[   21.223086] ol_ath_attach: Calling ol_if_dfs_configure
[   21.228209] __ol_ath_attach: init tx/rx TODO
[   21.232427] __ol_ath_attach: hard_header_len reservation 58
[   21.249453] Initializing Pktlogs for 11ac
[   21.261793] __sa_init_module
[   21.389222] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   21.664104] ip_tables: (C) 2000-2006 Netfilter Core Team
[   21.831896] [wifi0] FWLOG: [21162] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x460, 0x460, 0x0 )
[   21.839456] [wifi0] FWLOG: [21162] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x460, 0x460, 0x0 )
[   21.848141] [wifi0] FWLOG: [21162] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x460, 0x460, 0x0 )
[   21.856825] [wifi0] FWLOG: [21162] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x460, 0x460, 0x0 )
[   21.865479] [wifi0] FWLOG: [21167] WHAL_ERROR_RECV_STOPPCU ( 0x110298a, 0x3 )
[   21.872602] [wifi0] FWLOG: [21167] WHAL_ERROR_RESET_PM (  )
[   21.892221] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   21.897969] msm_hsusb_host msm_hsusb_host: unable to find transceiver
[   21.935363] nf_conntrack version 0.5.0 (7620 buckets, 30480 max)
[   22.062261] PPPoL2TP kernel driver, V2.0
[   22.270290] hahaha init ipt webstr module...
[   22.365604] xt_time: kernel timezone is -0000
[   22.702436] nf_conntrack_rtsp v0.6.21 loading
[   22.715089] nf_nat_rtsp v0.6.21 loading
[   22.747422] [cbt_tcp_init]: init tcp module ..
[   22.750827] [init]: tcp_init ok
[   22.753951] [dns_init]: init dns module ..
[   22.758044] [init]: dns_init ok
[   22.761168] [pct_init]: init pct module ..
[   22.765229] [init]: pct_init ok
[   22.768541] [pct6_init]: init pct module ..
[   22.772508] [init]: pct6_init ok
[   22.775726] [ssl_init]: init ssl module ..
[   22.779818] [init]: ssl_init ok
[   22.782942] [ssl6_init]: init ssl module ..
[   22.787097] [init]: ssl6_init ok
[   22.839081] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   23.031240] ipq-dwc3 ipq-dwc3.0: unable to read platform data num of dbm eps
[   23.137582] xhci-hcd xhci-hcd.0: xHCI Host Controller
[   23.141705] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[   23.148922] xhci-hcd xhci-hcd.0: irq 142, io mem 0x11000000
[   23.154701] usb_set_configuration: has interfaces 1
[   23.159356] usb_device_match: usb driver name usbfs, busnum 1
[   23.164948] usb_device_match: usb driver name hub, busnum 1
[   23.170540] hub 1-0:1.0: USB hub found
[   23.174258] hub 1-0:1.0: 1 port detected
[   23.178381] xhci-hcd xhci-hcd.0: xHCI Host Controller
[   23.183223] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[   23.190721] usb_set_configuration: has interfaces 1
[   23.195345] usb- preinit -
Press the [f] key and hit [enter] to enter failsafe mode
_device_match: usb driver name usbfs, busnum 2
[   23.200999] usb_device_match: usb driver name hub, busnum 2
[   23.206560] hub 2-0:1.0: USB hub found
[   23.210309] hub 2-0:1.0: 1 port detected
[   23.215995] ipq-dwc3 ipq-dwc3.1: unable to read platform data num of dbm eps
[   23.322492] xhci-hcd xhci-hcd.1: xHCI Host Controller
[   23.326522] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[   23.333801] xhci-hcd xhci-hcd.1: irq 237, io mem 0x10000000
[   23.339612] usb_set_configuration: has interfaces 1
[   23.344204] usb_device_match: usb driver name usbfs, busnum 3
[   23.349859] usb_device_match: usb driver name hub, busnum 3
[   23.355451] hub 3-0:1.0: USB hub found
[   23.359262] hub 3-0:1.0: 1 port detected
[   23.363667] xhci-hcd xhci-hcd.1: xHCI Host Controller
[   23.368166] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[   23.375757] usb_set_configuration: has interfaces 1
[   23.380506] usb_device_match: usb driver name usbfs, busnum 4
[   23.385879] usb_device_match: usb driver name hub, busnum 4
[   23.391471] hub 4-0:1.0: USB hub found
[   23.395189] hub 4-0:1.0: 1 port detected
[   23.599187] Initializing USB Mass Storage driver...
[   23.603061] usb_device_match: usb driver name usb-storage, busnum 1
[   23.609340] usb_device_match: usb driver name usb-storage, busnum 2
[   23.615557] usb_device_match: usb driver name usb-storage, busnum 3
[   23.622243] usb_device_match: usb driver name usb-storage, busnum 4
[   23.628116] usbcore: registered new interface driver usb-storage
[   23.634020] USB Mass Storage support registered.
[   23.657232] sxuptp_devfilter: Unknown symbol sxuptp_deregister_interface_probe (err 0)
[   23.664198] sxuptp_devfilter: Unknown symbol sxuptp_procfs_get_dir_entry (err 0)
[   23.671665] sxuptp_devfilter: Unknown symbol sxuptp_register_interface_probe (err 0)
[   23.701686] usb_device_match: usb driver name sxuptp_driver, busnum 1
[   23.707060] usb_device_match: usb driver name sxuptp_driver, busnum 2
[   23.713589] usb_device_match: usb driver name sxuptp_driver, busnum 3
[   23.719931] usb_device_match: usb driver name sxuptp_driver, busnum 4
[   23.726398] usbcore: registered new interface driver sxuptp_driver
[   23.764011] fuse init (API version 7.18)
[   23.883130] u32 classifier
[   23.884786]     Performance counters on
[   23.888722]     input device check on
[   23.892252]     Actions configured
[   24.029209] ECM init
[   24.030677] ECM init complete
/etc/rc.common: line 85: /sbin/sound: Permission denied
cmd=[insmod /lib/jnl.ko ]
[   25.492033] jnl: driver (lke_8.9.0 lke_8.9.0_r227163_b16, LBD=ON) loaded at bf992000
cmd=[insmod /lib/ufsd.ko ]
[   25.841768] ufsd:: trace mask set to 0000000f
[   25.845079] ufsd: driver (lke_8.9.0 lke_8.9.0_r227163_b16, LBD=ON, delalloc, ioctl, bdi, sd(1), fua, tr) loaded at bf99e000
[   25.845079] NTFS support included
[   25.845079] Hfs+/HfsJ support included
[   25.845079] optimized: speed
[   25.845110] Build_for__Belkin_Linksys_AC2350_k3.4.0_2014-04-16_lke_8.9.0_r227163_b16
[   25.845110]
Hit enter to continue...The chipset is IPQ806x...
##### fw_md5sum == 45a67800ee17aa26e5078e381bfd6d59 #####

(Last edited by xwx on 7 Apr 2017, 14:59)

Still no luck...

I made GLP code request Linksys provided http://downloads.linksys.com/downloads/ … 009.tar.gz
compiled firmware uploaded to router not it is dead...
If someone can help me to recover it it would be great:
I stuck in u-boot:

U-Boot 2012.07-svn65 [local,local] (Sep 11 2015 - 09:46:52)

CyberTan U-Boot Version: v1.0

smem ram ptable found: ver: 0 len: 5
DRAM:  491 MiB
NAND:  SF: Detected MX25U3235F with page size 64 KiB, total 4 MiB
ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x400000
132 MiB
In:    serial
Out:   serial
Err:   serial
cdp: get part failed for rootfs
Net:   MAC1 addr:0:3:7f:ba:db:1
athrs17_reg_init: complete
athrs17_vlan_config ...done
S17 inits done
MAC2 addr:0:3:7f:ba:db:2
eth0
Warning: eth0 MAC addresses don't match:
Address in SROM is         00:03:7f:ba:db:01
Address in environment is  b4:75:0e:c2:aa:f3
, eth1
Warning: eth1 MAC addresses don't match:
Address in SROM is         00:03:7f:ba:db:02
Address in environment is  00:06:3b:01:41:01

Hit any key to stop autoboot:  0
Device 1: nand1... is now current device
Creating 1 MTD partitions on "nand0":
0x000000000000-0x000004000000 : "mtd=0"
UBI: attaching mtd2 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    126976 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI error: compare_lebs: PEB 118 and PEB 119 have the same version 0
UBI error: ubi_init: cannot attach mtd2
UBI error: ubi_init: UBI error: cannot initialize UBI, error -22
UBI init error 22
(IPQ) #

The discussion might have continued from here.