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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
|
U-Boot 2010.06-dirty (Feb 06 2015 - 19:53:21)
Check spi flash controller v350... Found
Spi(cs1) ID: 0xEF 0x40 0x17 0x00 0x00 0x00
Spi(cs1): Block:64KB Chip:8MB Name:"W25Q64FV"
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
8192 KiB hi_sfc at 0:0 is now current device
## Booting kernel from Legacy Image at 82000000 ...
Image Name: OpenIPC.org | Linux-3.0.8
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1315576 Bytes = 1.3 MiB
Load Address: 80008000
Entry Point: 80008000
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 3.0.8 (runner@fv-az32-571) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 latest-174-gf2830dcd3b) ) #1 Sun May 23 19:52:08 UTC 2021
[ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: hi3518
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] AXI bus clock 200000000.
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 10160
[ 0.000000] Kernel command line: mem=40M console=ttyAMA0,115200 root=/dev/mtdblock2 mtdparts=hi_sfc:256K(boot),1792K(kernel),5120K(rootfs),448K(ui),576K(conf)
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 40MB = 40MB total
[ 0.000000] Memory: 37060k/37060k available, 3900k 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] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xc3000000 - 0xfe000000 ( 944 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc2800000 ( 40 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0024000 ( 112 kB)
[ 0.000000] .text : 0xc0024000 - 0xc0340000 (3184 kB)
[ 0.000000] .data : 0xc0340000 - 0xc0357220 ( 93 kB)
[ 0.000000] .bss : 0xc0357244 - 0xc03680f8 ( 68 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:128 nr_irqs:128 128
[ 0.000000] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 42949ms
[ 0.000070] Calibrating delay loop... 218.72 BogoMIPS (lpj=1093632)
[ 0.070079] pid_max: default: 32768 minimum: 301
[ 0.070511] Mount-cache hash table entries: 512
[ 0.071726] CPU: Testing write buffer coherency: ok
[ 0.076423] NET: Registered protocol family 16
[ 0.091380] Serial: AMBA PL011 UART driver
[ 0.091717] uart:0: ttyAMA0 at MMIO 0x20080000 (irq = 5) is a PL011 rev2
[ 0.297458] console [ttyAMA0] enabled
[ 0.302158] uart:1: ttyAMA1 at MMIO 0x20090000 (irq = 5) is a PL011 rev2
[ 0.353261] bio: create slab <bio-0> at 0
[ 0.374788] SCSI subsystem initialized
[ 0.382197] usbcore: registered new interface driver usbfs
[ 0.388460] usbcore: registered new interface driver hub
[ 0.394855] usbcore: registered new device driver usb
[ 0.407858] cfg80211: Calling CRDA to update world regulatory domain
[ 0.415016] Switching to clocksource timer1
[ 0.428448] NET: Registered protocol family 2
[ 0.433192] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.440812] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.448263] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.454878] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.461279] TCP reno registered
[ 0.464454] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.470442] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.477471] NET: Registered protocol family 1
[ 0.482799] RPC: Registered named UNIX socket transport module.
[ 0.488744] RPC: Registered udp transport module.
[ 0.493542] RPC: Registered tcp transport module.
[ 0.498259] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.553102] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.562431] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.573927] msgmni has been set to 72
[ 0.578721] io scheduler noop registered
[ 0.582758] io scheduler deadline registered (default)
[ 0.588234] io scheduler cfq registered
[ 0.625934] brd: module loaded
[ 0.633878] Spi id table Version 1.22
[ 0.639204] Spi(cs1) ID: 0xEF 0x40 0x17 0x00 0x00 0x00
[ 0.656119] SPI FLASH start_up_mode is 3 Bytes
[ 0.660642] Spi(cs1):
[ 0.662842] Block:64KB
[ 0.665291] Chip:8MB
[ 0.667562] Name:"W25Q64FV"
[ 0.670581] spi size: 8MB
[ 0.673205] chip num: 1
[ 0.675699] 5 cmdlinepart partitions found on MTD device hi_sfc
[ 0.681665] Creating 5 MTD partitions on "hi_sfc":
[ 0.686482] 0x000000000000-0x000000040000 : "boot"
[ 0.695533] 0x000000040000-0x000000200000 : "kernel"
[ 0.704726] 0x000000200000-0x000000700000 : "rootfs"
[ 0.714055] 0x000000700000-0x000000770000 : "ui"
[ 0.723055] 0x000000770000-0x000000800000 : "conf"
[ 0.751933] Fixed MDIO Bus: probed
[ 1.171386] himii: probed
[ 1.299903] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.306942] hiusb-ehci hiusb-ehci.0: HIUSB EHCI
[ 1.312790] hiusb-ehci hiusb-ehci.0: new USB bus registered, assigned bus number 1
[ 1.320817] hiusb-ehci hiusb-ehci.0: irq 15, io mem 0x100b0000
[ 1.340127] hiusb-ehci hiusb-ehci.0: USB 0.0 started, EHCI 1.00
[ 1.348445] hub 1-0:1.0: USB hub found
[ 1.352363] hub 1-0:1.0: 1 port detected
[ 1.359385] platform rtc-hi3518: rtc core: registered rtc-hi3518 as rtc0
[ 1.372787] TCP cubic registered
[ 1.376049] NET: Registered protocol family 17
[ 1.380926] 802.1Q VLAN Support v1.8
[ 1.387044] registered taskstats version 1
[ 1.391516] platform rtc-hi3518: setting system clock to 2015-11-22 14:02:45 UTC (1448200965)
�[ 1.410181] List of all partitions:
[ 1.413746] 1f00 256 mtdblock0 (driver?)
[ 1.418820] 1f01 1792 mtdblock1 (driver?)
[ 1.423982] 1f02 5120 mtdblock2 (driver?)
[ 1.429051] 1f03 448 mtdblock3 (driver?)
[ 1.434172] 1f04 576 mtdblock4 (driver?)
[ 1.439242] f000 256 romblock0 (driver?)
[ 1.444350] f001 1792 romblock1 (driver?)
[ 1.449419] f002 5120 romblock2 (driver?)
[ 1.454545] f003 448 romblock3 (driver?)
[ 1.459619] f004 576 romblock4 (driver?)
[ 1.464714] No filesystem could mount root, tried: squashfs
[ 1.470437] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,2)
[ 1.478788] Backtrace:
[ 1.481333] [<c0028680>] (dump_backtrace+0x0/0x10c) from [<c028c36c>] (dump_stack+0x18/0x1c)
[ 1.489779] r6:00008000 r5:c1979009 r4:c02fb840 r3:c034679c
[ 1.495549] [<c028c354>] (dump_stack+0x0/0x1c) from [<c028c4b4>] (panic+0x68/0x17c)
[ 1.503284] [<c028c44c>] (panic+0x0/0x17c) from [<c0008e58>] (mount_block_root+0x1e0/0x220)
[ 1.511678] r3:c201ff04 r2:00000020 r1:c201ff38 r0:c02fb840
[ 1.517368] r7:c00201a4
[ 1.519936] [<c0008c78>] (mount_block_root+0x0/0x220) from [<c0009050>] (mount_root+0xbc/0xe4)
[ 1.528616] [<c0008f94>] (mount_root+0x0/0xe4) from [<c00091e0>] (prepare_namespace+0x168/0x1bc)
[ 1.537444] r5:c00201a4 r4:c03572c0
[ 1.541093] [<c0009078>] (prepare_namespace+0x0/0x1bc) from [<c0008a5c>] (kernel_init+0xf0/0x11c)
[ 1.549970] r6:c0038080 r5:c001f788 r4:c001f788
[ 1.554693] [<c000896c>] (kernel_init+0x0/0x11c) from [<c0038080>] (do_exit+0x0/0x6fc)
[ 1.562651] r5:c000896c r4:00000000
U-Boot 2010.06-dirty (Feb 06 2015 - 19:53:21)
Check spi flash controller v350... Found
Spi(cs1) ID: 0xEF 0x40 0x17 0x00 0x00 0x00
Spi(cs1): Block:64KB Chip:8MB Name:"W25Q64FV"
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
8192 KiB hi_sfc at 0:0 is now current device
## Booting kernel from Legacy Image at 82000000 ...
Image Name: OpenIPC.org | Linux-3.0.8
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1315576 Bytes = 1.3 MiB
Load Address: 80008000
Entry Point: 80008000
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 3.0.8 (runner@fv-az32-571) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 latest-174-gf2830dcd3b) ) #1 Sun May 23 19:52:08 UTC 2021
[ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: hi3518
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] AXI bus clock 200000000.
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 10160
[ 0.000000] Kernel command line: mem=40M console=ttyAMA0,115200 root=/dev/mtdblock2 mtdparts=hi_sfc:256K(boot),1792K(kernel),5120K(rootfs),448K(ui),576K(conf)
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 40MB = 40MB total
[ 0.000000] Memory: 37060k/37060k available, 3900k 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] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xc3000000 - 0xfe000000 ( 944 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc2800000 ( 40 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0024000 ( 112 kB)
[ 0.000000] .text : 0xc0024000 - 0xc0340000 (3184 kB)
[ 0.000000] .data : 0xc0340000 - 0xc0357220 ( 93 kB)
[ 0.000000] .bss : 0xc0357244 - 0xc03680f8 ( 68 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:128 nr_irqs:128 128
[ 0.000000] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 42949ms
[ 0.000070] Calibrating delay loop... 218.72 BogoMIPS (lpj=1093632)
[ 0.070079] pid_max: default: 32768 minimum: 301
[ 0.070510] Mount-cache hash table entries: 512
[ 0.071725] CPU: Testing write buffer coherency: ok
[ 0.076419] NET: Registered protocol family 16
[ 0.091352] Serial: AMBA PL011 UART driver
[ 0.091691] uart:0: ttyAMA0 at MMIO 0x20080000 (irq = 5) is a PL011 rev2
[ 0.297429] console [ttyAMA0] enabled
[ 0.302132] uart:1: ttyAMA1 at MMIO 0x20090000 (irq = 5) is a PL011 rev2
[ 0.353104] bio: create slab <bio-0> at 0
[ 0.374615] SCSI subsystem initialized
[ 0.382028] usbcore: registered new interface driver usbfs
[ 0.388278] usbcore: registered new interface driver hub
[ 0.394685] usbcore: registered new device driver usb
[ 0.407665] cfg80211: Calling CRDA to update world regulatory domain
[ 0.414826] Switching to clocksource timer1
[ 0.428235] NET: Registered protocol family 2
[ 0.432977] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.440606] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.448054] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.454667] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.461063] TCP reno registered
[ 0.464240] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.470226] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.477247] NET: Registered protocol family 1
[ 0.482557] RPC: Registered named UNIX socket transport module.
[ 0.488502] RPC: Registered udp transport module.
[ 0.493300] RPC: Registered tcp transport module.
[ 0.498017] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.552849] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.562147] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.573636] msgmni has been set to 72
[ 0.578434] io scheduler noop registered
[ 0.582469] io scheduler deadline registered (default)
[ 0.587938] io scheduler cfq registered
[ 0.625549] brd: module loaded
[ 0.633472] Spi id table Version 1.22
[ 0.638774] Spi(cs1) ID: 0xEF 0x40 0x17 0x00 0x00 0x00
[ 0.655687] SPI FLASH start_up_mode is 3 Bytes
[ 0.660211] Spi(cs1):
[ 0.662411] Block:64KB
[ 0.664860] Chip:8MB
[ 0.667132] Name:"W25Q64FV"
[ 0.670147] spi size: 8MB
[ 0.672769] chip num: 1
[ 0.675263] 5 cmdlinepart partitions found on MTD device hi_sfc
[ 0.681228] Creating 5 MTD partitions on "hi_sfc":
[ 0.686047] 0x000000000000-0x000000040000 : "boot"
[ 0.695074] 0x000000040000-0x000000200000 : "kernel"
[ 0.704254] 0x000000200000-0x000000700000 : "rootfs"
[ 0.713587] 0x000000700000-0x000000770000 : "ui"
[ 0.722569] 0x000000770000-0x000000800000 : "conf"
[ 0.751434] Fixed MDIO Bus: probed
[ 1.171691] himii: probed
[ 1.299893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.306925] hiusb-ehci hiusb-ehci.0: HIUSB EHCI
[ 1.312776] hiusb-ehci hiusb-ehci.0: new USB bus registered, assigned bus number 1
[ 1.320815] hiusb-ehci hiusb-ehci.0: irq 15, io mem 0x100b0000
[ 1.340129] hiusb-ehci hiusb-ehci.0: USB 0.0 started, EHCI 1.00
[ 1.348444] hub 1-0:1.0: USB hub found
[ 1.352361] hub 1-0:1.0: 1 port detected
[ 1.359383] platform rtc-hi3518: rtc core: registered rtc-hi3518 as rtc0
[ 1.372761] TCP cubic registered
[ 1.376019] NET: Registered protocol family 17
[ 1.380894] 802.1Q VLAN Support v1.8
[ 1.387003] registered taskstats version 1
[ 1.391474] platform rtc-hi3518: setting system clock to 2015-11-22 14:03:07 UTC (1448200987)
�[ 1.405605] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[ 1.412941] Freeing init memory: 112K
[ 2.014421] usb 1-1: new high speed USB device number 2 using hiusb-ehci
[ 2.100346] init: Console is alive
[ 3.772234] Initializing USB Mass Storage driver...
[ 3.778131] usbcore: registered new interface driver usb-storage
[ 3.784240] USB Mass Storage support registered.
[ 4.190725] init: - preinit -
get_chip_id35180100() got unexpected 0xffffffff for 3518?v100
Check kernel modules loaded
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
Failed to connect to ubus
Please press Enter to activate this console.
BusyBox v1.23.2 (2021-05-23 19:39:13 UTC) built-in shell (ash)
___ _ ___ ___
/ \ ___ ___ _ _ | || \/ _|
| | || \/ _ \| \| || || | || |
| | || | | __/| \\ || || _/| |_
\___/| _/\___||_|\_||_||_| \___|.ORG v21.04.10.2
|_|
OpenIPC is asking for your help to support development cost and long-term maintenance
of what we believe will serve a fundamental role in the advancement of a stable, flexible
and most importantly, Open IP Network Camera Framework for users worldwide.
Your contribution will help us advance development proposals forward, and interact with
the community on a regular basis.
https://openipc.org/contribution/
|