· 6 years ago · Dec 09, 2019, 02:50 PM
1
2U-Boot SPL 2019.10-nCentric-00004-g663292021808 (Nov 20 2019 - 15:17:46 +0100)
3Booting from NAND
4PMIC: LTC3676
5Trying to boot from NAND
6
7
8U-Boot 2019.10-nCentric-00004-g663292021808 (Nov 20 2019 - 15:17:46 +0100)
9
10CPU: Freescale i.MX6DL rev1.3 at 792MHz
11CPU: Industrial temperature grade (-40C to 105C) at 62C
12Reset cause: POR
13I2C: ready
14DRAM: 512 MiB
15PMIC: LTC3676
16NAND: 256 MiB
17MMC: FSL_SDHC: 0
18Loading Environment from NAND... *** Warning - bad CRC, using default environment
19
20No panel detected: default to HDMI
21Display: HDMI (1024x768)
22In: serial
23Out: serial
24Err: serial
25
26Gateworks Corporation Copyright 2014
27Model: GW5200-D
28MFGDate: 10-26-2017
29Serial:730059
30GSC: v50 0x6409 WDT:disabled board temp at 54C
31RTC: 0
32DIO0: GPIO1_IO16 (gpio-16)
33DIO1: GPIO1_IO19 (gpio-19)
34DIO2: GPIO1_IO17 (gpio-17)
35DIO3: GPIO1_IO20 (gpio-20)
36RS232: enabled
37Net: set ethprime to FEC
38FEC [PRIME], usb_ether
39Error: usb_ether address not set.
40
41Autoboot in 3 seconds
42
43Attempting flash boot...
44ubi0: attaching mtd3
45ubi0: scanning is finished
46ubi0: attached mtd3 (name "rootfs", size 239 MiB)
47ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
48ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
49ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
50ubi0: good PEBs: 1912, bad PEBs: 0, corrupted PEBs: 0
51ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
52ubi0: max/mean erase counter: 9/4, WL threshold: 4096, image sequence number: 1416310578
53ubi0: available PEBs: 0, total reserved PEBs: 1912, PEBs reserved for bad PEB handling: 40
54Loading file '/6x_bootscript-ventana' to addr 0x12000000...
55Done
56## Executing script at 12000000
57Gateworks Ventana OpenWrt Boot script v1.01
58Using dtype from env: nand
59Booting from NAND...
60mtdparts:nand:16m(uboot),1m(env),239m(ubi)
61Loading file '/uImage' to addr 0x10800000...
62Done
63Loading file '/imx6dl-gw5200-d.dtb' to addr 0x18000000...
64** File not found /imx6dl-gw5200-d.dtb **
65Loading file '/imx6dl-gw5200.dtb' to addr 0x18000000...
66** File not found /imx6dl-gw5200.dtb **
67Loading file '/imx6dl-gw52xx.dtb' to addr 0x18000000...
68Done
69Loaded DTB from /imx6dl-gw52xx.dtb
70## Booting kernel from Legacy Image at 10800000 ...
71 Image Name: ARM OpenWrt Linux-5.4.2
72 Image Type: ARM Linux Kernel Image (uncompressed)
73 Data Size: 3151928 Bytes = 3 MiB
74 Load Address: 10008000
75 Entry Point: 10008000
76 Verifying Checksum ... OK
77## Flattened Device Tree blob at 18000000
78 Booting using the fdt blob at 0x18000000
79 Loading Kernel Image
80 Using Device Tree in place at 18000000, end 1800cbd8
81 Updating MTD partitions...
82 Adjusting FDT per EEPROM for gw5200-d...
83
84Starting kernel ...
85
86[ 0.000000] Booting Linux on physical CPU 0x0
87[ 0.000000] Linux version 5.4.2 (kvdp@kvdp-BRIX) (gcc version 8.3.0 (OpenWrt GCC 8.3.0 r11647+6-6c8d1333ee0d)) #0 SMP Mon Dec 9 14:19:37 2019
88[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
89[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
90[ 0.000000] OF: fdt: Machine model: Gateworks Ventana i.MX6 DualLite/Solo GW52XX
91[ 0.000000] Memory policy: Data cache writealloc
92[ 0.000000] percpu: Embedded 14 pages/cpu s27340 r8192 d21812 u57344
93[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
94[ 0.000000] Kernel command line: console=ttymxc1,115200 ubi0:ubi ubi.mtd=2 rootfstype=squashfs,ubifs pci=nomsi
95[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
96[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
97[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
98[ 0.000000] Memory: 508296K/524288K available (6591K kernel code, 253K rwdata, 1696K rodata, 1024K init, 215K bss, 15992K reserved, 0K cma-reserved)
99[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
100[ 0.000000] rcu: Hierarchical RCU implementation.
101[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
102[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
103[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
104[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
105[ 0.000000] L2C-310 erratum 769419 enabled
106[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
107[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
108[ 0.000000] L2C-310 ID prefetch enabled, offset 16 lines
109[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
110[ 0.000000] L2C-310 cache controller enabled, 16 ways, 512 kB
111[ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001
112[ 0.000000] random: get_random_bytes called from start_kernel+0x2ec/0x498 with crng_init=0
113[ 0.000000] Switching to timer-based delay loop, resolution 333ns
114[ 0.000007] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
115[ 0.000023] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
116[ 0.000945] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
117[ 0.000960] pid_max: default: 32768 minimum: 301
118[ 0.001136] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
119[ 0.001153] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
120[ 0.001970] CPU: Testing write buffer coherency: ok
121[ 0.002005] CPU0: Spectre v2: using BPIALL workaround
122[ 0.002299] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
123[ 0.002924] Setting up static identity map for 0x10100000 - 0x10100060
124[ 0.003074] rcu: Hierarchical SRCU implementation.
125[ 0.003441] smp: Bringing up secondary CPUs ...
126[ 0.004181] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
127[ 0.004189] CPU1: Spectre v2: using BPIALL workaround
128[ 0.004309] smp: Brought up 1 node, 2 CPUs
129[ 0.004320] SMP: Total of 2 processors activated (12.00 BogoMIPS).
130[ 0.004327] CPU: All CPU(s) started in SVC mode.
131[ 0.011541] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
132[ 0.011752] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
133[ 0.011771] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
134[ 0.011954] pinctrl core: initialized pinctrl subsystem
135[ 0.013166] NET: Registered protocol family 16
136[ 0.014826] DMA: preallocated 256 KiB pool for atomic coherent allocations
137[ 0.015844] CPU identified as i.MX6DL, silicon rev 1.3
138[ 0.024782] vdd1p1: supplied by regulator-dummy
139[ 0.025391] vdd3p0: supplied by regulator-dummy
140[ 0.025967] vdd2p5: supplied by regulator-dummy
141[ 0.026570] vddarm: supplied by regulator-dummy
142[ 0.027186] vddpu: supplied by regulator-dummy
143[ 0.027777] vddsoc: supplied by regulator-dummy
144[ 0.038532] imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
145[ 0.055319] cryptd: max_cpu_qlen set to 1000
146[ 0.074262] mxs-dma 110000.dma-apbh: initialized
147[ 0.076696] SCSI subsystem initialized
148[ 0.077923] usbcore: registered new interface driver usbfs
149[ 0.077991] usbcore: registered new interface driver hub
150[ 0.078082] usbcore: registered new device driver usb
151[ 0.079800] pca953x 0-0023: 0-0023 supply vcc not found, using dummy regulator
152[ 0.110919] i2c i2c-0: IMX I2C adapter registered
153[ 0.111719] i2c i2c-1: IMX I2C adapter registered
154[ 0.112668] i2c i2c-2: IMX I2C adapter registered
155[ 0.112888] pps_core: LinuxPPS API ver. 1 registered
156[ 0.112899] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
157[ 0.112935] PTP clock support registered
158[ 0.114615] clocksource: Switched to clocksource mxc_timer1
159[ 0.115585] thermal_sys: Registered thermal governor 'step_wise'
160[ 0.116003] NET: Registered protocol family 2
161[ 0.116592] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
162[ 0.116632] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
163[ 0.116682] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
164[ 0.116756] TCP: Hash tables configured (established 4096 bind 4096)
165[ 0.116885] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
166[ 0.116914] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
167[ 0.117114] NET: Registered protocol family 1
168[ 0.117150] PCI: CLS 0 bytes, default 64
169[ 0.122806] workingset: timestamp_bits=14 max_order=17 bucket_order=3
170[ 0.129692] squashfs: version 4.0 (2009/01/31) Phillip Lougher
171[ 0.167771] dw-pcie 1ffc000.pcie: IRQ index 1 not found
172[ 0.168571] imx6q-pcie 1ffc000.pcie: host bridge /soc/pcie@1ffc000 ranges:
173[ 0.168617] imx6q-pcie 1ffc000.pcie: IO 0x01f80000..0x01f8ffff -> 0x00000000
174[ 0.168646] imx6q-pcie 1ffc000.pcie: MEM 0x01000000..0x01efffff -> 0x01000000
175[ 0.174650] imx-sdma 20ec000.sdma: loaded firmware 3.5
176[ 0.186125] debugfs: Directory 'vdd1p8' with parent 'regulator' already present!
177[ 0.188738] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
178[ 0.189922] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 28, base_baud = 5000000) is a IMX
179[ 0.190712] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 70, base_baud = 5000000) is a IMX
180[ 0.394537] imx6q-pcie 1ffc000.pcie: Link up
181[ 0.401395] printk: console [ttymxc1] enabled
182[ 0.411564] imx6q-pcie 1ffc000.pcie: Link: Gen2 disabled
183[ 0.416713] 21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 71, base_baud = 5000000) is a IMX
184[ 0.423505] imx6q-pcie 1ffc000.pcie: Link up, Gen1
185[ 0.436672] loop: module loaded
186[ 0.441406] imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00
187[ 0.448336] spi_imx 2010000.spi: probed
188[ 0.453464] pci_bus 0000:00: root bus resource [bus 00-ff]
189[ 0.458992] libphy: Fixed MDIO Bus: probed
190[ 0.462806] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
191[ 0.472988] pps pps0: new PPS source ptp0
192[ 0.473537] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff]
193[ 0.493353] libphy: fec_enet_mii_bus: probed
194[ 0.496263] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
195[ 0.506628] fec 2188000.ethernet eth0: registered PHC device 0
196[ 0.512899] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
197[ 0.518381] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
198[ 0.522572] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
199[ 0.529454] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
200[ 0.534623] pci 0000:00:00.0: Limiting cfg_size to 512
201[ 0.539198] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
202[ 0.543700] pci 0000:00:00.0: supports D1
203[ 0.555058] ci_hdrc ci_hdrc.0: EHCI Host Controller
204[ 0.557195] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
205[ 0.561729] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
206[ 0.571961] PCI: bus0: Fast back to back transfers disabled
207[ 0.594548] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
208[ 0.597292] pci 0000:01:00.0: [10b5:8604] type 01 class 0x060400
209[ 0.605141] hub 1-0:1.0: USB hub found
210[ 0.734551] pci 0000:01:00.0: ventana_pciesw_early_fixup+0x0/0x98 took 122491 usecs
211[ 0.735629] hub 1-0:1.0: 1 port detected
212[ 0.742923] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
213[ 0.748710] imx_usb 2184200.usb: No over current polarity defined
214[ 0.756032] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
215[ 0.761851] imx_usb 2184200.usb: 2184200.usb supply vbus not found, using dummy regulator
216[ 0.770548] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
217[ 0.782821] ci_hdrc ci_hdrc.1: EHCI Host Controller
218[ 0.786896] PCI: bus1: Fast back to back transfers disabled
219[ 0.787778] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
220[ 0.793001] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
221[ 0.824546] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
222[ 0.825775] pci 0000:02:01.0: [10b5:8604] type 01 class 0x060400
223[ 0.830065] hub 2-0:1.0: USB hub found
224[ 0.836216] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
225[ 0.839769] hub 2-0:1.0: 1 port detected
226[ 0.847231] pci 0000:02:04.0: [10b5:8604] type 01 class 0x060400
227[ 0.854392] rtc-ds1672 0-0068: registered as rtc0
228[ 0.857455] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
229[ 0.862699] i2c /dev entries driver
230[ 0.869447] pci 0000:02:05.0: [10b5:8604] type 01 class 0x060400
231[ 0.876087] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
232[ 0.882185] pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
233[ 0.888155] sdhci: Secure Digital Host Controller Interface driver
234[ 0.895876] PCI: bus2: Fast back to back transfers disabled
235[ 0.899109] sdhci: Copyright(c) Pierre Ossman
236[ 0.903094] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
237[ 0.907977] sdhci-pltfm: SDHCI platform and OF driver helper
238[ 0.914371] pci 0000:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
239[ 0.923097] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
240[ 0.927006] pci 0000:02:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring
241[ 0.968852] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
242[ 0.972669] pci 0000:03:00.0: [168c:0033] type 00 class 0x028000
243[ 0.982580] caam 2100000.caam: Entropy delay = 3200
244[ 0.994418] pci 0000:03:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
245[ 1.059979] caam 2100000.caam: Instantiated RNG4 SH0
246[ 1.061990] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
247[ 1.120740] caam 2100000.caam: Instantiated RNG4 SH1
248[ 1.121432] pci 0000:03:00.0: supports D1
249[ 1.126197] caam 2100000.caam: device ID = 0x0a16010000000100 (Era 4)
250[ 1.134188] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
251[ 1.141428] caam 2100000.caam: job rings = 2, qi = 0
252[ 1.151008] PCI: bus3: Fast back to back transfers disabled
253[ 1.167447] caam algorithms registered in /proc/crypto
254[ 1.170845] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
255[ 1.182797] caam_jr 2101000.jr0: registering rng-caam
256[ 1.189828] PCI: bus4: Fast back to back transfers enabled
257[ 1.194220] NET: Registered protocol family 10
258[ 1.197097] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
259[ 1.205288] Segment Routing with IPv6
260[ 1.208293] pci 0000:05:00.0: [168c:0033] type 00 class 0x028000
261[ 1.214577] NET: Registered protocol family 17
262[ 1.219657] pci 0000:05:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
263[ 1.225406] 8021q: 802.1Q VLAN Support v1.8
264[ 1.229600] pci 0000:05:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
265[ 1.237305] Registering SWP/SWPB emulation handler
266[ 1.240108] pci 0000:05:00.0: supports D1
267[ 1.249203] Key type ._fscrypt registered
268[ 1.250202] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
269[ 1.257024] Key type .fscrypt registered
270[ 1.264908] PCI: bus5: Fast back to back transfers disabled
271[ 1.273426] Key type encrypted registered
272[ 1.276762] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
273[ 1.276796] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
274[ 1.301054] imx_thermal tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C
275[ 1.306813] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff]
276[ 1.314296] UBI error: cannot open mtd 2, error -19
277[ 1.322720] pci 0000:00:00.0: BAR 8: assigned [mem 0x01100000-0x013fffff]
278[ 1.322730] pci 0000:00:00.0: BAR 6: assigned [mem 0x01400000-0x0140ffff pref]
279[ 1.334422] rtc-ds1672 0-0068: setting system clock to 1970-01-01T00:00:08 UTC (8)
280[ 1.341225] pci 0000:01:00.0: BAR 8: assigned [mem 0x01100000-0x012fffff]
281[ 1.362840] pci 0000:01:00.0: BAR 0: assigned [mem 0x01300000-0x0131ffff]
282[ 1.362873] pci 0000:02:01.0: BAR 8: assigned [mem 0x01100000-0x011fffff]
283\C1r\D08\83\C3|\CBC\C3\DE+$HH\90L\97\A6\D3S\A7S \8D\A5\81\82\82\82\82҂\9A҂\82r\82\D2% \D2
284\CDͥ\9D\B9\95\91\81ڵ\95\B5\81\82\C2\C1\8A\8A\82\82\82\82\82j\82\C2\C1\8A\8A\8A2\99\99\99\81\B2\A2\A5\D1u5R\FE[ 1.384957] pci 0000:03:00.0: BAR 6: assigned [mem 0x01120000-0x0112ffff pref]
285[ 1.392188] pci 0000:02:01.0: PCI bridge to [bus 03]
286[ 1.397193] pci 0000:02:01.0: bridge window [mem 0x01100000-0x011fffff]
287Minicom2.7.1Minicom2.7.1[ 1.404027] pci 0000:02:04.0: PCI bridge to [bus 04]
288[ 1.411114] pci 0000:05:00.0: BAR 0: assigned [mem 0x01200000-0x0121ffff 64bit]
289[ 1.418482] pci 0000:05:00.0: BAR 6: assigned [mem 0x01220000-0x0122ffff pref]
290[ 1.425724] pci 0000:02:05.0: PCI bridge to [bus 05]
291[ 1.430711] pci 0000:02:05.0: bridge window [mem 0x01200000-0x012fffff]
292[ 1.437546] pci 0000:01:00.0: PCI bridge to [bus 02-05]
293[ 1.442794] pci 0000:01:00.0: bridge window [mem 0x01100000-0x012fffff]
294[ 1.449629] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
295[ 1.454874] pci 0000:00:00.0: bridge window [mem 0x01100000-0x013fffff]
296[ 1.461704] sysfs: cannot create duplicate filename '/devices/soc0/soc/1ffc000.pcie/pci0000:00/0000:00:00.0/config'
297[ 1.472163] CPU: 1 PID: 7 Comm: kworker/u4:0 Not tainted 5.4.2 #0
298[ 1.478259] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
299[ 1.484807] Workqueue: events_unbound async_run_entry_fn
300[ 1.490144] [<8010eb24>] (unwind_backtrace) from [<8010afd4>] (show_stack+0x10/0x14)
301[ 1.497901] [<8010afd4>] (show_stack) from [<807548b4>] (dump_stack+0x94/0xa8)
302[ 1.505138] [<807548b4>] (dump_stack) from [<802bb50c>] (sysfs_warn_dup+0x54/0x60)
303[ 1.512717] [<802bb50c>] (sysfs_warn_dup) from [<802bb11c>] (sysfs_add_file_mode_ns+0xf0/0x1bc)
304[ 1.521422] [<802bb11c>] (sysfs_add_file_mode_ns) from [<802bb434>] (sysfs_create_bin_file+0x84/0x8c)
305[ 1.530655] [<802bb434>] (sysfs_create_bin_file) from [<80462b18>] (pci_create_sysfs_dev_files+0x48/0x2a0)
306[ 1.540320] [<80462b18>] (pci_create_sysfs_dev_files) from [<80455f18>] (pci_bus_add_device+0x24/0x94)
307[ 1.549633] [<80455f18>] (pci_bus_add_device) from [<80455fb4>] (pci_bus_add_devices+0x2c/0x70)
308[ 1.558342] [<80455fb4>] (pci_bus_add_devices) from [<804742b0>] (dw_pcie_host_init+0x340/0x5a4)
309[ 1.567135] [<804742b0>] (dw_pcie_host_init) from [<80474e50>] (imx6_pcie_probe+0x384/0x684)
310[ 1.575583] [<80474e50>] (imx6_pcie_probe) from [<804bdfd0>] (platform_drv_probe+0x48/0x98)
311[ 1.583950] [<804bdfd0>] (platform_drv_probe) from [<804bc5bc>] (really_probe+0x1f8/0x364)
312[ 1.592224] [<804bc5bc>] (really_probe) from [<804bc8a8>] (driver_probe_device+0x60/0x168)
313[ 1.600498] [<804bc8a8>] (driver_probe_device) from [<804bca00>] (__driver_attach_async_helper+0x50/0x54)
314[ 1.610075] [<804bca00>] (__driver_attach_async_helper) from [<801474f4>] (async_run_entry_fn+0x44/0x108)
315[ 1.619657] [<801474f4>] (async_run_entry_fn) from [<8013f0a8>] (process_one_work+0x218/0x470)
316[ 1.628277] [<8013f0a8>] (process_one_work) from [<8013f344>] (worker_thread+0x44/0x5dc)
317[ 1.636375] [<8013f344>] (worker_thread) from [<80144dc8>] (kthread+0x14c/0x150)
318[ 1.643779] [<80144dc8>] (kthread) from [<801010e8>] (ret_from_fork+0x14/0x2c)
319[ 1.651003] Exception stack(0x9f475fb0 to 0x9f475ff8)
320[ 1.656059] 5fa0: 00000000 00000000 00000000 00000000
321[ 1.664242] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
322[ 1.672422] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
323[ 1.679410] pcieport 0000:00:00.0: PME: Signaling with IRQ 300
324[ 1.685551] sysfs: cannot create duplicate filename '/devices/soc0/soc/1ffc000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/config'
325[ 1.697149] CPU: 1 PID: 7 Comm: kworker/u4:0 Not tainted 5.4.2 #0
326[ 1.703246] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
327[ 1.709793] Workqueue: events_unbound async_run_entry_fn
328[ 1.715127] [<8010eb24>] (unwind_backtrace) from [<8010afd4>] (show_stack+0x10/0x14)
329[ 1.722884] [<8010afd4>] (show_stack) from [<807548b4>] (dump_stack+0x94/0xa8)
330[ 1.730122] [<807548b4>] (dump_stack) from [<802bb50c>] (sysfs_warn_dup+0x54/0x60)
331[ 1.737701] [<802bb50c>] (sysfs_warn_dup) from [<802bb11c>] (sysfs_add_file_mode_ns+0xf0/0x1bc)
332[ 1.746409] [<802bb11c>] (sysfs_add_file_mode_ns) from [<802bb434>] (sysfs_create_bin_file+0x84/0x8c)
333[ 1.755641] [<802bb434>] (sysfs_create_bin_file) from [<80462b18>] (pci_create_sysfs_dev_files+0x48/0x2a0)
334[ 1.765307] [<80462b18>] (pci_create_sysfs_dev_files) from [<80455f18>] (pci_bus_add_device+0x24/0x94)
335[ 1.774620] [<80455f18>] (pci_bus_add_device) from [<80455fb4>] (pci_bus_add_devices+0x2c/0x70)
336[ 1.783322] [<80455fb4>] (pci_bus_add_devices) from [<80455fe8>] (pci_bus_add_devices+0x60/0x70)
337[ 1.792118] [<80455fe8>] (pci_bus_add_devices) from [<804742b0>] (dw_pcie_host_init+0x340/0x5a4)
338[ 1.800911] [<804742b0>] (dw_pcie_host_init) from [<80474e50>] (imx6_pcie_probe+0x384/0x684)
339[ 1.809358] [<80474e50>] (imx6_pcie_probe) from [<804bdfd0>] (platform_drv_probe+0x48/0x98)
340[ 1.817725] [<804bdfd0>] (platform_drv_probe) from [<804bc5bc>] (really_probe+0x1f8/0x364)
341[ 1.825998] [<804bc5bc>] (really_probe) from [<804bc8a8>] (driver_probe_device+0x60/0x168)
342[ 1.834269] [<804bc8a8>] (driver_probe_device) from [<804bca00>] (__driver_attach_async_helper+0x50/0x54)
343[ 1.843846] [<804bca00>] (__driver_attach_async_helper) from [<801474f4>] (async_run_entry_fn+0x44/0x108)
344[ 1.853426] [<801474f4>] (async_run_entry_fn) from [<8013f0a8>] (process_one_work+0x218/0x470)
345[ 1.862045] [<8013f0a8>] (process_one_work) from [<8013f344>] (worker_thread+0x44/0x5dc)
346[ 1.870143] [<8013f344>] (worker_thread) from [<80144dc8>] (kthread+0x14c/0x150)
347[ 1.877549] [<80144dc8>] (kthread) from [<801010e8>] (ret_from_fork+0x14/0x2c)
348[ 1.884773] Exception stack(0x9f475fb0 to 0x9f475ff8)
349[ 1.889830] 5fa0: 00000000 00000000 00000000 00000000
350[ 1.898015] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
351[ 1.906195] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
352[ 1.912971] pcieport 0000:01:00.0: enabling device (0140 -> 0142)
353[ 1.919534] sysfs: cannot create duplicate filename '/devices/soc0/soc/1ffc000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:01.0/config'
354[ 1.932253] CPU: 1 PID: 7 Comm: kworker/u4:0 Not tainted 5.4.2 #0
355[ 1.938350] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
356[ 1.944893] Workqueue: events_unbound async_run_entry_fn
357[ 1.950223] [<8010eb24>] (unwind_backtrace) from [<8010afd4>] (show_stack+0x10/0x14)
358[ 1.957976] [<8010afd4>] (show_stack) from [<807548b4>] (dump_stack+0x94/0xa8)
359[ 1.965213] [<807548b4>] (dump_stack) from [<802bb50c>] (sysfs_warn_dup+0x54/0x60)
360[ 1.972792] [<802bb50c>] (sysfs_warn_dup) from [<802bb11c>] (sysfs_add_file_mode_ns+0xf0/0x1bc)
361[ 1.981497] [<802bb11c>] (sysfs_add_file_mode_ns) from [<802bb434>] (sysfs_create_bin_file+0x84/0x8c)
362[ 1.990729] [<802bb434>] (sysfs_create_bin_file) from [<80462b18>] (pci_create_sysfs_dev_files+0x48/0x2a0)
363[ 2.000393] [<80462b18>] (pci_create_sysfs_dev_files) from [<80455f18>] (pci_bus_add_device+0x24/0x94)
364[ 2.009704] [<80455f18>] (pci_bus_add_device) from [<80455fb4>] (pci_bus_add_devices+0x2c/0x70)
365[ 2.018408] [<80455fb4>] (pci_bus_add_devices) from [<80455fe8>] (pci_bus_add_devices+0x60/0x70)
366[ 2.027403] pcieport 0000:02:01.0: enabling device (0140 -> 0142)
367[ 2.034028] sysfs: cannot create duplicate filename '/devices/soc0/soc/1ffc000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:04.0/config'
368[ 2.046752] CPU: 1 PID: 7 Comm: kworker/u4:0 Not tainted 5.4.2 #0
369[ 2.052850] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
370[ 2.059396] Workqueue: events_unbound async_run_entry_fn
371[ 2.064728] [<8010eb24>] (unwind_backtrace) from [<8010afd4>] (show_stack+0x10/0x14)
372[ 2.072482] [<8010afd4>] (show_stack) from [<807548b4>] (dump_stack+0x94/0xa8)
373[ 2.079718] [<807548b4>] (dump_stack) from [<802bb50c>] (sysfs_warn_dup+0x54/0x60)
374[ 2.087296] [<802bb50c>] (sysfs_warn_dup) from [<802bb11c>] (sysfs_add_file_mode_ns+0xf0/0x1bc)
375[ 2.096002] [<802bb11c>] (sysfs_add_file_mode_ns) from [<802bb434>] (sysfs_create_bin_file+0x84/0x8c)
376[ 2.105233] [<802bb434>] (sysfs_create_bin_file) from [<80462b18>] (pci_create_sysfs_dev_files+0x48/0x2a0)
377[ 2.114898] [<80462b18>] (pci_create_sysfs_dev_files) from [<80455f18>] (pci_bus_add_device+0x24/0x94)
378[ 2.124211] [<80455f18>] (pci_bus_add_device) from [<80455fb4>] (pci_bus_add_devices+0x2c/0x70)
379[ 2.132917] [<80455fb4>] (pci_bus_add_devices) from [<80455fe8>] (pci_bus_add_devices+0x60/0x70)
380[ 2.142340] sysfs: cannot create duplicate filename '/devices/soc0/soc/1ffc000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:05.0/config'
381[ 2.155065] CPU: 1 PID: 7 Comm: kworker/u4:0 Not tainted 5.4.2 #0
382[ 2.161161] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
383[ 2.167706] Workqueue: events_unbound async_run_entry_fn
384[ 2.173036] [<8010eb24>] (unwind_backtrace) from [<8010afd4>] (show_stack+0x10/0x14)
385[ 2.180789] [<8010afd4>] (show_stack) from [<807548b4>] (dump_stack+0x94/0xa8)
386[ 2.188024] [<807548b4>] (dump_stack) from [<802bb50c>] (sysfs_warn_dup+0x54/0x60)
387[ 2.195601] [<802bb50c>] (sysfs_warn_dup) from [<802bb11c>] (sysfs_add_file_mode_ns+0xf0/0x1bc)
388[ 2.204306] [<802bb11c>] (sysfs_add_file_mode_ns) from [<802bb434>] (sysfs_create_bin_file+0x84/0x8c)
389[ 2.213537] [<802bb434>] (sysfs_create_bin_file) from [<80462b18>] (pci_create_sysfs_dev_files+0x48/0x2a0)
390[ 2.223203] [<80462b18>] (pci_create_sysfs_dev_files) from [<80455f18>] (pci_bus_add_device+0x24/0x94)
391[ 2.232514] [<80455f18>] (pci_bus_add_device) from [<80455fb4>] (pci_bus_add_devices+0x2c/0x70)
392[ 2.241217] [<80455fb4>] (pci_bus_add_devices) from [<80455fe8>] (pci_bus_add_devices+0x60/0x70)
393[ 2.250148] pcieport 0000:02:05.0: enabling device (0140 -> 0142)
394[ 2.256770] sysfs: cannot create duplicate filename '/devices/soc0/soc/1ffc000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:01.0/0000:03:00.0/config'
395[ 2.270620] CPU: 1 PID: 7 Comm: kworker/u4:0 Not tainted 5.4.2 #0
396[ 2.276716] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
397[ 2.283261] Workqueue: events_unbound async_run_entry_fn
398[ 2.288591] [<8010eb24>] (unwind_backtrace) from [<8010afd4>] (show_stack+0x10/0x14)
399[ 2.296345] [<8010afd4>] (show_stack) from [<807548b4>] (dump_stack+0x94/0xa8)
400[ 2.303580] [<807548b4>] (dump_stack) from [<802bb50c>] (sysfs_warn_dup+0x54/0x60)
401[ 2.311158] [<802bb50c>] (sysfs_warn_dup) from [<802bb11c>] (sysfs_add_file_mode_ns+0xf0/0x1bc)
402[ 2.319863] [<802bb11c>] (sysfs_add_file_mode_ns) from [<802bb434>] (sysfs_create_bin_file+0x84/0x8c)
403[ 2.329094] [<802bb434>] (sysfs_create_bin_file) from [<80462b18>] (pci_create_sysfs_dev_files+0x48/0x2a0)
404[ 2.338757] [<80462b18>] (pci_create_sysfs_dev_files) from [<80455f18>] (pci_bus_add_device+0x24/0x94)
405[ 2.348070] [<80455f18>] (pci_bus_add_device) from [<80455fb4>] (pci_bus_add_devices+0x2c/0x70)
406[ 2.356772] [<80455fb4>] (pci_bus_add_devices) from [<80455fe8>] (pci_bus_add_devices+0x60/0x70)
407[ 2.365627] sysfs: cannot create duplicate filename '/devices/soc0/soc/1ffc000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/0000:02:05.0/0000:05:00.0/config'
408[ 2.379469] CPU: 1 PID: 7 Comm: kworker/u4:0 Not tainted 5.4.2 #0
409[ 2.385565] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
410[ 2.392104] Workqueue: events_unbound async_run_entry_fn
411[ 2.397432] [<8010eb24>] (unwind_backtrace) from [<8010afd4>] (show_stack+0x10/0x14)
412[ 2.405185] [<8010afd4>] (show_stack) from [<807548b4>] (dump_stack+0x94/0xa8)
413[ 2.412416] [<807548b4>] (dump_stack) from [<802bb50c>] (sysfs_warn_dup+0x54/0x60)
414[ 2.419992] [<802bb50c>] (sysfs_warn_dup) from [<802bb11c>] (sysfs_add_file_mode_ns+0xf0/0x1bc)
415[ 2.428699] [<802bb11c>] (sysfs_add_file_mode_ns) from [<802bb434>] (sysfs_create_bin_file+0x84/0x8c)
416[ 2.437929] [<802bb434>] (sysfs_create_bin_file) from [<80462b18>] (pci_create_sysfs_dev_files+0x48/0x2a0)
417[ 2.447590] [<80462b18>] (pci_create_sysfs_dev_files) from [<80455f18>] (pci_bus_add_device+0x24/0x94)
418[ 2.456902] [<80455f18>] (pci_bus_add_device) from [<80455fb4>] (pci_bus_add_devices+0x2c/0x70)
419[ 2.465607] [<80455fb4>] (pci_bus_add_devices) from [<80455fe8>] (pci_bus_add_devices+0x60/0x70)
420[ 2.474794] /dev/root: Can't open blockdev
421[ 2.478905] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
422[ 2.486573] Please append a correct "root=" boot option; here are the available partitions:
423[ 2.494959] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
424[ 2.503233] CPU1: stopping
425[ 2.505952] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.4.2 #0
426[ 2.511788] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
427[ 2.518337] [<8010eb24>] (unwind_backtrace) from [<8010afd4>] (show_stack+0x10/0x14)
428[ 2.526091] [<8010afd4>] (show_stack) from [<807548b4>] (dump_stack+0x94/0xa8)
429[ 2.533324] [<807548b4>] (dump_stack) from [<8010d868>] (handle_IPI+0x164/0x19c)
430[ 2.540738] [<8010d868>] (handle_IPI) from [<8043e6ac>] (gic_handle_irq+0x8c/0x90)
431[ 2.548321] [<8043e6ac>] (gic_handle_irq) from [<80101a8c>] (__irq_svc+0x6c/0x90)
432[ 2.555807] Exception stack(0x9f483f78 to 0x9f483fc0)
433[ 2.560863] 3f60: 00000000 00000ec8
434[ 2.569047] 3f80: 9fb58774 80113e00 ffffe000 80b03e28 80b03e68 00000002 80b0e05c 80828058
435[ 2.577230] 3fa0: 00000000 00000000 00000000 9f483fc8 801083e8 801083ec 60000013 ffffffff
436[ 2.585422] [<80101a8c>] (__irq_svc) from [<801083ec>] (arch_cpu_idle+0x38/0x3c)
437[ 2.592835] [<801083ec>] (arch_cpu_idle) from [<8014fa98>] (do_idle+0xf0/0x134)
438[ 2.600154] [<8014fa98>] (do_idle) from [<8014fd5c>] (cpu_startup_entry+0x18/0x1c)
439[ 2.607733] [<8014fd5c>] (cpu_startup_entry) from [<101024ac>] (0x101024ac)
440[ 2.614704] Rebooting in 1 seconds..
441
442U-Boot SPL 2019.10-nCentric-00004-g663292021808 (Nov 20 2019 - 15:17:46 +0100)
443Booting from NAND
444PMIC: LTC3676
445Trying to boot from NAND
446
447
448U-Boot 2019.10-nCentric-00004-g663292021808 (Nov 20 2019 - 15:17:46 +0100)
449
450CPU: Freescale i.MX6DL rev1.3 at 792MHz
451CPU: Industrial temperature grade (-40C to 105C) at 66C
452Reset cause: WDOG
453I2C: ready
454DRAM: 512 MiB
455PMIC: LTC3676
456NAND: 256 MiB
457MMC: FSL_SDHC: 0
458Loading Environment from NAND...