-
Notifications
You must be signed in to change notification settings - Fork 2
/
boot_openwrt.log
230 lines (219 loc) · 13.9 KB
/
boot_openwrt.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
U-Boot 1.1.4--LSDK-10.2-00082-4 (Jul 3 2018 - 16:11:24)
board956x - Dragonfly 1.0DRAM:
sri
ath_ddr_initial_config(287): (ddr2 init)
ath_ddr_initial_config: DDR_EMR2_ADDRESS=0x180000bc, EMR2 value=0x80
ath_sys_frequency: ref_clk 25000000
ath_sys_frequency: cpu 775 ddr 650 ahb 258
Tap values = (0x11, 0x11, 0x11, 0x11)
128 MB
Top of RAM usable for U-Boot at: 88000000
Reserving 165k for U-Boot at: 87fd4000
Reserving 192k for malloc() at: 87fa4000
Reserving 44 Bytes for Board Info at: 87fa3fd4
Reserving 36 Bytes for Global Data at: 87fa3fb0
Reserving 128k for boot params() at: 87f83fb0
Stack Pointer at: 87f83f98
Now running in RAM - U-Boot at: 87fd4000
Flash Manuf Id 0xc8, DeviceId0 0x40, DeviceId1 0x18
flash size 16MB, sector count = 256
Flash: 16 MB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Setting 0x181162c0 to 0x30602100
Hit Ctrl+B to stop autoboot: 0
Loading .text @ 0x80060000 (1607206 bytes)
## Starting application at 0x80060000 ...
OpenWrt kernel loader for AR7XXX/AR9XXX
Copyright (C) 2011 Gabor Juhos <[email protected]>
Decompressing kernel... done!
Starting kernel at 80060000...
[ 0.000000] Linux version 4.14.171 ([email protected]) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r10947-65030d81f3)) #0 Thu Feb 27 21:05:12 2020
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
[ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 08000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] random: get_random_bytes called from start_kernel+0x90/0x478 with crng_init=0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512
[ 0.000000] Kernel command line: board=EAP225OD-V1 mtdparts=spi0.0:128k(u-boot)ro,64k(partition-table)ro,64k(product-info)ro,1664k(kernel),14208k(rootfs),192k(config)ro,64k(ART)ro,15872k@0x40000(firmware) console=ttyS0,115200 rootfstype=squashfs noinitrd
[ 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=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 124236K/131072K available (3698K kernel code, 185K rwdata, 888K rodata, 276K init, 204K bss, 6836K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 51
[ 0.000000] Clocks: CPU:775.000MHz, DDR:650.000MHz, AHB:258.333MHz, Ref:25.000MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns
[ 0.000007] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns
[ 0.008213] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
[ 0.074785] pid_max: default: 32768 minimum: 301
[ 0.079825] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.086813] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.096110] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.106510] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.113353] NET: Registered protocol family 16
[ 0.119272] MIPS: machine is TP-LINK EAP225 OUTDOOR v1
[ 0.370608] registering PCI controller with io_map_base unset
[ 0.389577] PCI host bridge to bus 0000:00
[ 0.393906] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
[ 0.401189] pci_bus 0000:00: root bus resource [io 0x0001]
[ 0.407052] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 0.414210] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.422970] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
[ 0.431258] clocksource: Switched to clocksource MIPS
[ 0.437459] NET: Registered protocol family 2
[ 0.442722] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.450077] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.456820] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.463651] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.469813] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.476684] NET: Registered protocol family 1
[ 0.485557] Crashlog allocated RAM at address 0x3f00000
[ 0.492244] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[ 0.503183] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.509327] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.527834] io scheduler noop registered
[ 0.532007] io scheduler deadline registered (default)
[ 0.537670] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.544718] console [ttyS0] disabled
[ 0.568564] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A
[ 0.577666] console [ttyS0] enabled
[ 0.577666] console [ttyS0] enabled
[ 0.585222] bootconsole [early0] disabled
[ 0.585222] bootconsole [early0] disabled
[ 0.597267] m25p80 spi0.0: found gd25q128, expected m25p80
[ 0.605287] m25p80 spi0.0: gd25q128 (16384 Kbytes)
[ 0.610274] 8 cmdlinepart partitions found on MTD device spi0.0
[ 0.616419] Creating 8 MTD partitions on "spi0.0":
[ 0.621389] 0x000000000000-0x000000020000 : "u-boot"
[ 0.627935] 0x000000020000-0x000000030000 : "partition-table"
[ 0.635069] 0x000000030000-0x000000040000 : "product-info"
[ 0.642488] 0x000000040000-0x0000001e0000 : "kernel"
[ 0.648779] 0x0000001e0000-0x000000fc0000 : "rootfs"
[ 0.654593] mtd: device 4 (rootfs) set to be root filesystem
[ 0.660487] 1 squashfs-split partitions found on MTD device rootfs
[ 0.666918] 0x0000004f0000-0x000000fc0000 : "rootfs_data"
[ 0.674636] 0x000000fc0000-0x000000ff0000 : "config"
[ 0.680929] 0x000000ff0000-0x000001000000 : "ART"
[ 0.687538] 0x000000040000-0x000000fc0000 : "firmware"
[ 0.694887] libphy: Fixed MDIO Bus: probed
[ 0.721631] libphy: ag71xx_mdio: probed
[ 1.453824] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:04 [uid=004dd074, driver=Atheros 8031 ethernet]
[ 1.464659] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: sgmii
[ 1.472558] NET: Registered protocol family 10
[ 1.480623] Segment Routing with IPv6
[ 1.484545] NET: Registered protocol family 17
[ 1.489636] 8021q: 802.1Q VLAN Support v1.8
[ 1.499921] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 1.508786] Freeing unused kernel memory: 276K
[ 1.513404] This architecture does not have kernel memory protection.
[ 2.103889] init: Console is alive
[ 2.107605] init: - watchdog -
[ 2.491280] random: fast init done
[ 3.053364] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.118184] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.136073] init: - preinit -
[ 3.880402] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3.907309] random: procd: uninitialized urandom read (4 bytes read)
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
[ 6.995827] eth0: link up (1000Mbps/Full duplex)
[ 7.000638] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 7.197549] jffs2: notice: (383) jffs2_build_xattr_subsystem: complete building xattr subsystem, 4 of xdatum (2 unchecked, 2 orphan) and 6 of xref (2 dead, 0 orphan) found.
[ 7.215364] mount_root: switching to jffs2 overlay
[ 7.240923] overlayfs: upper fs does not support tmpfile.
[ 7.252751] urandom-seed: Seeding with /etc/urandom.seed
[ 7.356267] eth0: link down
[ 7.369259] procd: - early -
[ 7.372929] procd: - watchdog -
[ 8.002277] procd: - watchdog -
[ 8.005794] procd: - ubus -
[ 8.114726] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.123045] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.130354] random: ubusd: uninitialized urandom read (4 bytes read)
[ 8.137777] procd: - init -
Please press Enter to activate this console.
[ 9.012326] kmodloader: loading kernel modules from /etc/modules.d/*
[ 9.035209] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 9.062480] Loading modules backported from Linux version v4.19.98-0-gd183c8e2647a
[ 9.070302] Backport generated by backports.git v4.19.98-1-0-g8204eb99
[ 9.103350] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 9.125723] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[ 9.223168] xt_time: kernel timezone is -0000
[ 9.325700] PPP generic driver version 2.4.2
[ 9.342137] NET: Registered protocol family 24
[ 9.359133] urngd: v1.0.2 started.
[ 9.403735] pci 0000:00:00.0: using irq 40 for pin 1
[ 9.408873] ath10k 4.19 driver, optimized for CT firmware, probing pci device: 0x56.
[ 9.432031] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[ 9.438181] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[ 9.548127] random: crng init done
[ 9.551675] random: 6 urandom warning(s) missed due to ratelimiting
[ 9.651671] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/fwcfg-pci-0000:00:00.0.txt failed with error -2
[ 9.662589] ath10k_pci 0000:00:00.0: Falling back to user helper
[ 9.896446] firmware ath10k!fwcfg-pci-0000:00:00.0.txt: firmware_loading_store: map pages failed
[ 9.908838] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9888/hw2.0/ct-firmware-5.bin failed with error -2
[ 9.920207] ath10k_pci 0000:00:00.0: Falling back to user helper
[ 10.210822] firmware ath10k!QCA9888!hw2.0!ct-firmware-5.bin: firmware_loading_store: map pages failed
[ 10.220641] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9888/hw2.0/ct-firmware-2.bin failed with error -2
[ 10.231999] ath10k_pci 0000:00:00.0: Falling back to user helper
[ 10.519656] firmware ath10k!QCA9888!hw2.0!ct-firmware-2.bin: firmware_loading_store: map pages failed
[ 10.529476] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9888/hw2.0/firmware-6.bin failed with error -2
[ 10.540560] ath10k_pci 0000:00:00.0: Falling back to user helper
[ 10.836520] firmware ath10k!QCA9888!hw2.0!firmware-6.bin: firmware_loading_store: map pages failed
[ 11.486122] ath10k_pci 0000:00:00.0: qca9888 hw2.0 target 0x01000000 chip_id 0x00000000 sub 0000:0000
[ 11.495688] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 11.515712] ath10k_pci 0000:00:00.0: firmware ver 10.4b-ct-9888-fW-012-17ba98334 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 a08ba414
[ 11.851712] ath10k_pci 0000:00:00.0: board_file api 2 bmi_id 0:24 crc32 f228337a
[ 13.892944] ath10k_pci 0000:00:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 13.900681] ath10k_pci 0000:00:00.0: msdu-desc: 2500 skid: 32
[ 13.950570] ath10k_pci 0000:00:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 13.961885] ath10k_pci 0000:00:00.0: wmi print 'free: 117888 iram: 22644 sram: 26276'
[ 14.173008] ath10k_pci 0000:00:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 14.360096] ieee80211 phy1: Atheros AR9561 Rev:0 mem=0xb8100000, irq=47
[ 14.435221] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 21.551609] br-lan: port 1(eth0) entered blocking state
[ 21.557017] br-lan: port 1(eth0) entered disabled state
[ 21.562687] device eth0 entered promiscuous mode
[ 21.586155] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 24.674290] eth0: link up (1000Mbps/Full duplex)
[ 25.676007] ath10k_pci 0000:00:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 25.683780] ath10k_pci 0000:00:00.0: msdu-desc: 2500 skid: 32
[ 25.733569] ath10k_pci 0000:00:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 25.744889] ath10k_pci 0000:00:00.0: wmi print 'free: 117888 iram: 22644 sram: 26276'
[ 26.034769] ath10k_pci 0000:00:00.0: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 26.046326] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 26.052904] br-lan: port 1(eth0) entered blocking state
[ 26.058309] br-lan: port 1(eth0) entered forwarding state
[ 26.068381] br-lan: port 2(wlan0) entered blocking state
[ 26.073940] br-lan: port 2(wlan0) entered disabled state
[ 26.079684] device wlan0 entered promiscuous mode
[ 26.085172] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 26.674363] ath10k_pci 0000:00:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000
[ 27.095925] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 27.102681] br-lan: port 2(wlan0) entered blocking state
[ 27.108176] br-lan: port 2(wlan0) entered forwarding state
BusyBox v1.30.1 () built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 19.07.2, r10947-65030d81f3
-----------------------------------------------------
root@OpenWrt:/# re