LS1028ARDB Booting issue using SD Card

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LS1028ARDB Booting issue using SD Card

ソリューションへジャンプ
1,501件の閲覧回数
shikha
Contributor I

 

I am unable to boot the LS1028ARDB using an SD card. After switching SW2 from eMMC to SD (1001100 to 10001000)mode, the power LED turns yellow, and nothing appears in the PuTTY terminal.

However, when booting in eMMC mode sw2-1001100, I receive the following log output:

U-Boot SPL 2018.03-00144-gc53e2aca78 (Dec 07 2018 - 12:38:39 +0000)
Initializing DDR....
WARNING: Calling __hwconfig without a buffer and before environment is ready
WARNING: Calling __hwconfig without a buffer and before environment is ready
WARNING: Calling __hwconfig without a buffer and before environment is ready
WARNING: Calling __hwconfig without a buffer and before environment is ready
Trying to boot from MMC1

U-Boot 2018.03-00144-gc53e2aca78 (Dec 07 2018 - 12:38:39 +0000)

SoC: LS1028AE Rev1.0 (0x870b0010)
Clock Configuration:
CPU0(A72): 1300 MHz CPU1(A72): 1300 MHz
Bus: 400 MHz DDR: 1600 MT/s
Reset Configuration Word (RCW):
00000000: 34004010 00000030 00000000 00000000
00000010: 00000000 00bf0000 0030c000 00000000
00000020: 00a03150 00002580 00000000 00002496
00000030: 00000000 00000010 00000000 00000000
00000040: 00000000 00000000 00000000 00000000
00000050: 00000000 00000000 00000000 00000000
00000060: 00000000 00000000 2006705a 00000000
00000070: bb580000 00000000
Model: NXP Layerscape 1028a RDB Board
Board: LS1028AE Rev1.0-RDB, Version: C, boot from eMMC
FPGA: v8 (RELEASED: RDB_2020_0330_1829)
SERDES1 Reference : Clock1 = 100.00MHz Clock2 = 100.00MHz
I2C: ready
DRAM: 3.9 GiB
DDR 3.9 GiB (DDR4, 32-bit, CL=11, ECC on)
"Error" handler, esr 0xbf000002
elr: 0000000096042730 lr : 00000000960020a0 (reloc)
elr: 00000000fbda9730 lr : 00000000fbd690a0
x0 : 0000000020400000 x1 : 0000000000000000
x2 : 00000000d00dfeed x3 : 0000000001e00210
x4 : 0000000001e00214 x5 : 00000000000011a0
x6 : 0000000000001168 x7 : 0000000000000002
x8 : 0000000000001164 x9 : 000000000000000c
x10: 00000000fbb6093c x11: 00000000fbb60a88
x12: 0000000000001168 x13: 00000000fbb6099c
x14: 00000000fbb60a88 x15: 00000000fbb609ac
x16: 0000000000000001 x17: 0000000000000000
x18: 00000000fbb62d88 x19: 0000000020400000
x20: 00000000fbdd2298 x21: 0000000065d67000
x22: 000000001801deb1 x23: 0000000018009dd8
x24: 000000001801de99 x25: 0000000018020000
x26: 00000000deadbeef x27: 0000000001e00404
x28: 0000000001e00210 x29: 00000000fbb60960

Resetting CPU ...

### ERROR ### Please RESET the board ###

Could you please provide a solution?

0 件の賞賛
返信
1 解決策
1,475件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

1. Please download LSDK 21.08 pre-built image with the following commands.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/rootfs_lsdk2108_ubuntu_main_arm64.tgz

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz

$ wget

https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1028ardb_sdboot.img 

On your host PC, please deploy images to SD card with the following command.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/flex-installer && chmod +x flex-installer && sudo mv flex-installer /usr/bin

Please use the following command to deploy images to SD card.

$ flex-installer -i pf -d /dev/sdx

$ flex-installer -b boot_arm64_lts_5.10.tgz -r rootfs_lsdk2108_ubuntu_main_arm64.tgz -f firmware_ls1028ardb_sdboot.img -d /dev/sdx

Note: /dev/sdx is the device name of your SD card on the host, not the partition name.

Then plugin the SD card to the target board, boot the target board and run the following command to SD boot.

=>qixis_reset sd

 

Boot Linux from SD card.

=> boot

3. Insert the SD card to LS1028ARDB, and type "boot" command to boot Ubuntu filesystem from SD card.

元の投稿で解決策を見る

0 件の賞賛
返信
5 返答(返信)
1,476件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

1. Please download LSDK 21.08 pre-built image with the following commands.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/rootfs_lsdk2108_ubuntu_main_arm64.tgz

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz

$ wget

https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1028ardb_sdboot.img 

On your host PC, please deploy images to SD card with the following command.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/flex-installer && chmod +x flex-installer && sudo mv flex-installer /usr/bin

Please use the following command to deploy images to SD card.

$ flex-installer -i pf -d /dev/sdx

$ flex-installer -b boot_arm64_lts_5.10.tgz -r rootfs_lsdk2108_ubuntu_main_arm64.tgz -f firmware_ls1028ardb_sdboot.img -d /dev/sdx

Note: /dev/sdx is the device name of your SD card on the host, not the partition name.

Then plugin the SD card to the target board, boot the target board and run the following command to SD boot.

=>qixis_reset sd

 

Boot Linux from SD card.

=> boot

3. Insert the SD card to LS1028ARDB, and type "boot" command to boot Ubuntu filesystem from SD card.

0 件の賞賛
返信
1,446件の閲覧回数
shikha
Contributor I
I followed all the above steps. Now while booting i got following error.
[ 5.544216] VFS: Cannot open root device "PARTUUID=8c8ecbd4-04" or unknown-block(179,100): error -30
[ 5.707876] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,100)
[ 5.787811] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,100) ]---
I checked the root folder which is empty.
Please provide me a solution.
0 件の賞賛
返信
1,403件の閲覧回数
shikha
Contributor I

After all the steps i got the following error :

 

Trying load HDP firmware from SD..
switch to partitions #0, OK
mmc0 is current device
Device: FSL_SDHC
Manufacturer ID: 9f
OEM: 5449
Name: SD32G
Bus Speed: 50000000
Mode: SD High Speed (50MHz)
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 28.8 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes

MMC read: dev # 0, block # 18944, count 512 ... 512 blocks read: OK
Loading hdp firmware from 0x00000000a0000000 offset 0x0000000000002000
Loading hdp firmware Complete
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
Scanning disk esdhc@2140000.blk...
Scanning disk esdhc@2150000.blk...
** Unrecognized filesystem type **
Found 6 disks
No EFI system partition
ERROR: invalid device tree
Scanning mmc 0:2...
Found U-Boot script /ls1028ardb_boot.scr
1038 bytes read in 17 ms (59.6 KiB/s)
## Executing script at 80000000
41159168 bytes read in 1723 ms (22.8 MiB/s)
32751 bytes read in 14 ms (2.2 MiB/s)
## Flattened Device Tree blob at 90000000
Booting using the fdt blob at 0x90000000
Loading Device Tree to 000000008fff5000, end 000000008fffffee ... OK
Unable to update property /sysclk:clock-frequency, err=FDT_ERR_NOTFOUND

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.10.35 (jenkins@pluto) (aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1 SMP PREEMPT Fri Aug 27 22:03:58 CST 2021
[ 0.000000] Machine model: LS1028A RDB Board
[ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 640 MiB at 0x00000000d3c00000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000020ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x20ff7fdb00-0x20ff7fffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000020ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fbdfffff]
[ 0.000000] node 0: [mem 0x0000002080000000-0x00000020ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000020ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 24 pages/cpu s60120 r8192 d29992 u98304
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: EL2 vector hardening
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1015296
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500 root=PARTUUID=db6a277d-04 rw rootwait video=1920x1080-32@60 cma=640M iommu.passthrough=1 arm-smmu.disable_bypass=0
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000000cfc00000-0x00000000d3c00000] (64MB)
[ 0.000000] Memory: 3283016K/4126720K available (20416K kernel code, 3074K rwdata, 9944K rodata, 6656K init, 1035K bss, 188344K reserved, 655360K cma-reserved)
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006040000
[ 0.000000] ITS [mem 0x06020000-0x0603ffff]
[ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @2080080000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: Using preallocated redistributor tables
[ 0.000000] GICv3: using LPI property table @0x0000000080000000
[ 0.000000] GICv3: CPU0: using reserved LPI pending table @0x0000000080010000
[ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4f0 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c409fb33, max_idle_ns: 440795203156 ns
[ 0.000002] sched_clock: 56 bits at 25MHz, resolution 39ns, wraps every 4398046511103ns
[ 0.008576] Console: colour dummy device 80x25
[ 0.013104] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[ 0.023557] pid_max: default: 32768 minimum: 301
[ 0.028271] LSM: Security Framework initializing
[ 0.033003] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040494] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049213] rcu: Hierarchical SRCU implementation.
[ 0.054172] Platform MSI: gic-its@6020000 domain created
[ 0.059612] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created
[ 0.067208] fsl-mc MSI: gic-its@6020000 domain created
[ 0.073093] EFI services will not be available.
[ 0.077745] smp: Bringing up secondary CPUs ...
[ 0.082658] Detected PIPT I-cache on CPU1
[ 0.082676] GICv3: CPU1: found redistributor 1 region 0:0x0000000006060000
[ 0.082686] GICv3: CPU1: using reserved LPI pending table @0x0000000080020000
[ 0.082709] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.082756] smp: Brought up 1 node, 2 CPUs
[ 0.111660] SMP: Total of 2 processors activated.
[ 0.116408] CPU features: detected: 32-bit EL0 Support
[ 0.121601] CPU features: detected: CRC32 instructions
[ 0.126787] CPU features: detected: 32-bit EL1 Support
[ 0.145167] CPU: All CPU(s) started at EL2
[ 0.149318] alternatives: patching kernel code
[ 0.154512] devtmpfs: initialized
[ 0.160538] KASLR enabled
[ 0.163281] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.173125] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.186728] pinctrl core: initialized pinctrl subsystem
[ 0.192631] DMI not present or invalid.
[ 0.196780] NET: Registered protocol family 16
[ 0.202054] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.209265] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.217227] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.225240] audit: initializing netlink subsys (disabled)
[ 0.230783] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1
[ 0.231299] thermal_sys: Registered thermal governor 'step_wise'
[ 0.238605] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.244880] cpuidle: using governor menu
[ 0.255675] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.262553] ASID allocator initialised with 32768 entries
[ 0.268653] Serial: AMBA PL011 UART driver
[ 0.272838] imx mu driver is registered.
[ 0.276815] imx rpmsg driver is registered.
[ 0.291530] Machine: LS1028A RDB Board
[ 0.295318] SoC family: QorIQ LS1028A
[ 0.299007] SoC ID: svr:0x870b0010, Revision: 1.0
[ 0.314818] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.321595] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.328365] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.335131] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.342870] cryptd: max_cpu_qlen set to 1000
[ 0.413965] raid6: neonx8 gen() 4243 MB/s
[ 0.485989] raid6: neonx8 xor() 3194 MB/s
[ 0.558024] raid6: neonx4 gen() 4317 MB/s
[ 0.630059] raid6: neonx4 xor() 3304 MB/s
[ 0.702097] raid6: neonx2 gen() 3894 MB/s
[ 0.774129] raid6: neonx2 xor() 3032 MB/s
[ 0.846167] raid6: neonx1 gen() 2987 MB/s
[ 0.918198] raid6: neonx1 xor() 2416 MB/s
[ 0.990244] raid6: int64x8 gen() 2481 MB/s
[ 1.062595] raid6: int64x8 xor() 1462 MB/s
[ 1.134944] raid6: int64x4 gen() 2467 MB/s
[ 1.207290] raid6: int64x4 xor() 1487 MB/s
[ 1.279640] raid6: int64x2 gen() 2317 MB/s
[ 1.351987] raid6: int64x2 xor() 1316 MB/s
[ 1.424334] raid6: int64x1 gen() 1812 MB/s
[ 1.496683] raid6: int64x1 xor() 978 MB/s
[ 1.500991] raid6: using algorithm neonx4 gen() 4317 MB/s
[ 1.506438] raid6: .... xor() 3304 MB/s, rmw enabled
[ 1.511446] raid6: using neon recovery algorithm
[ 1.516431] ACPI: Interpreter disabled.
[ 1.521400] iommu: Default domain type: Passthrough (set via kernel command line)
[ 1.529064] vgaarb: loaded
[ 1.531940] SCSI subsystem initialized
[ 1.535922] usbcore: registered new interface driver usbfs
[ 1.541481] usbcore: registered new interface driver hub
[ 1.546854] usbcore: registered new device driver usb
[ 1.552206] imx-i2c 2000000.i2c: can't get pinctrl, bus recovery not supported
[ 1.559720] i2c i2c-0: IMX I2C adapter registered
[ 1.564816] mc: Linux media interface: v0.10
[ 1.569136] videodev: Linux video capture interface: v2.00
[ 1.574718] pps_core: LinuxPPS API ver. 1 registered
[ 1.579728] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.588964] PTP clock support registered
[ 1.592984] EDAC MC: Ver: 3.0.0
[ 1.596794] No BMan portals available!
[ 1.600825] QMan: Allocated lookup table at (____ptrval____), entry count 65537
[ 1.608313] No QMan portals available!
[ 1.612240] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree
[ 1.618642] FPGA manager framework
[ 1.622131] Advanced Linux Sound Architecture Driver Initialized.
[ 1.628982] clocksource: Switched to clocksource arch_sys_counter
[ 1.635249] VFS: Disk quotas dquot_6.6.0
[ 1.639238] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.646276] pnp: PnP ACPI: disabled
[ 1.653137] NET: Registered protocol family 2
[ 1.657844] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 1.666506] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.674639] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.682292] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.688962] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.695783] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.703111] NET: Registered protocol family 1
[ 1.707755] RPC: Registered named UNIX socket transport module.
[ 1.713739] RPC: Registered udp transport module.
[ 1.718496] RPC: Registered tcp transport module.
[ 1.723243] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.729748] PCI: CLS 0 bytes, default 64
[ 1.734132] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.742548] kvm [1]: IPA Size Limit: 44 bits
[ 1.747636] kvm [1]: GICv3: no GICV resource entry
[ 1.752473] kvm [1]: disabling GICv2 emulation
[ 1.756970] kvm [1]: GIC system register CPU interface enabled
[ 1.762881] kvm [1]: vgic interrupt IRQ9
[ 1.766892] kvm [1]: Hyp mode initialized successfully
[ 1.774049] Initialise system trusted keyrings
[ 1.778609] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 1.785410] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.791460] NFS: Registering the id_resolver key type
[ 1.796571] Key type id_resolver registered
[ 1.800795] Key type id_legacy registered
[ 1.804855] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.811620] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.819096] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.825390] fuse: init (API version 7.32)
[ 1.829503] 9p: Installing v9fs 9p2000 file system support
[ 1.861030] xor: measuring software checksum speed
[ 1.867437] 8regs : 6285 MB/sec
[ 1.873187] 32regs : 7266 MB/sec
[ 1.879112] arm64_neon : 6428 MB/sec
[ 1.883506] xor: using function: 32regs (7266 MB/sec)
[ 1.888605] Key type asymmetric registered
[ 1.892736] Asymmetric key parser 'x509' registered
[ 1.897677] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.905198] io scheduler mq-deadline registered
[ 1.909772] io scheduler kyber registered
[ 1.919058] pci-host-generic 1f0000000.pcie: host bridge /soc/pcie@1f0000000 ranges:
[ 1.926900] pci-host-generic 1f0000000.pcie: MEM 0x01f8000000..0x01f815ffff -> 0x0000000000
[ 1.935781] pci-host-generic 1f0000000.pcie: MEM 0x01f8160000..0x01f81cffff -> 0x0000000000
[ 1.944660] pci-host-generic 1f0000000.pcie: MEM 0x01f81d0000..0x01f81effff -> 0x0000000000
[ 1.953539] pci-host-generic 1f0000000.pcie: MEM 0x01f81f0000..0x01f820ffff -> 0x0000000000
[ 1.962421] pci-host-generic 1f0000000.pcie: MEM 0x01f8210000..0x01f822ffff -> 0x0000000000
[ 1.971316] pci-host-generic 1f0000000.pcie: MEM 0x01f8230000..0x01f824ffff -> 0x0000000000
[ 1.980197] pci-host-generic 1f0000000.pcie: MEM 0x01fc000000..0x01fc3fffff -> 0x0000000000
[ 1.989111] pci-host-generic 1f0000000.pcie: ECAM at [mem 0x1f0000000-0x1f00fffff] for [bus 00]
[ 1.997957] pci-host-generic 1f0000000.pcie: PCI host bridge to bus 0000:00
[ 2.004988] pci_bus 0000:00: root bus resource [bus 00]
[ 2.010264] pci_bus 0000:00: root bus resource [mem 0x1f8000000-0x1f815ffff] (bus address [0x00000000-0x0015ffff])
[ 2.020716] pci_bus 0000:00: root bus resource [mem 0x1f8160000-0x1f81cffff pref] (bus address [0x00000000-0x0006ffff])
[ 2.031610] pci_bus 0000:00: root bus resource [mem 0x1f81d0000-0x1f81effff] (bus address [0x00000000-0x0001ffff])
[ 2.042062] pci_bus 0000:00: root bus resource [mem 0x1f81f0000-0x1f820ffff pref] (bus address [0x00000000-0x0001ffff])
[ 2.052952] pci_bus 0000:00: root bus resource [mem 0x1f8210000-0x1f822ffff] (bus address [0x00000000-0x0001ffff])
[ 2.063403] pci_bus 0000:00: root bus resource [mem 0x1f8230000-0x1f824ffff pref] (bus address [0x00000000-0x0001ffff])
[ 2.074294] pci_bus 0000:00: root bus resource [mem 0x1fc000000-0x1fc3fffff] (bus address [0x00000000-0x003fffff])
[ 2.084759] pci 0000:00:00.0: [1957:e100] type 00 class 0x020001
[ 2.090852] pci 0000:00:00.0: BAR 0: [mem 0x1f8000000-0x1f803ffff 64bit] (from Enhanced Allocation, properties 0x0)
[ 2.101393] pci 0000:00:00.0: BAR 2: [mem 0x1f8160000-0x1f816ffff 64bit pref] (from Enhanced Allocation, properties 0x1)
[ 2.112373] pci 0000:00:00.0: VF BAR 0: [mem 0x1f81d0000-0x1f81dffff 64bit] (from Enhanced Allocation, properties 0x4)
[ 2.123176] pci 0000:00:00.0: VF BAR 2: [mem 0x1f81f0000-0x1f81fffff 64bit pref] (from Enhanced Allocation, properties 0x3)
[ 2.134430] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 2.139975] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x1f81d0000-0x1f81effff 64bit] (contains BAR0 for 2 VFs)
[ 2.149991] pci 0000:00:00.0: VF(n) BAR2 space: [mem 0x1f81f0000-0x1f820ffff 64bit pref] (contains BAR2 for 2 VFs)
[ 2.160569] pci 0000:00:00.1: [1957:e100] type 00 class 0x020001
[ 2.166653] pci 0000:00:00.1: BAR 0: [mem 0x1f8040000-0x1f807ffff 64bit] (from Enhanced Allocation, properties 0x0)
[ 2.177194] pci 0000:00:00.1: BAR 2: [mem 0x1f8170000-0x1f817ffff 64bit pref] (from Enhanced Allocation, properties 0x1)
[ 2.188173] pci 0000:00:00.1: VF BAR 0: [mem 0x1f8210000-0x1f821ffff 64bit] (from Enhanced Allocation, properties 0x4)
[ 2.198976] pci 0000:00:00.1: VF BAR 2: [mem 0x1f8230000-0x1f823ffff 64bit pref] (from Enhanced Allocation, properties 0x3)
[ 2.210231] pci 0000:00:00.1: PME# supported from D0 D3hot
[ 2.215774] pci 0000:00:00.1: VF(n) BAR0 space: [mem 0x1f8210000-0x1f822ffff 64bit] (contains BAR0 for 2 VFs)
[ 2.225788] pci 0000:00:00.1: VF(n) BAR2 space: [mem 0x1f8230000-0x1f824ffff 64bit pref] (contains BAR2 for 2 VFs)
[ 2.236336] pci 0000:00:00.2: [1957:e100] type 00 class 0x020001
[ 2.242423] pci 0000:00:00.2: BAR 0: [mem 0x1f8080000-0x1f80bffff 64bit] (from Enhanced Allocation, properties 0x0)
[ 2.252964] pci 0000:00:00.2: BAR 2: [mem 0x1f8180000-0x1f818ffff 64bit pref] (from Enhanced Allocation, properties 0x1)
[ 2.263953] pci 0000:00:00.2: PME# supported from D0 D3hot
[ 2.269587] pci 0000:00:00.3: [1957:ee01] type 00 class 0x088001
[ 2.275674] pci 0000:00:00.3: BAR 0: [mem 0x1f8100000-0x1f811ffff 64bit] (from Enhanced Allocation, properties 0x0)
[ 2.286215] pci 0000:00:00.3: BAR 2: [mem 0x1f8190000-0x1f819ffff 64bit pref] (from Enhanced Allocation, properties 0x1)
[ 2.297205] pci 0000:00:00.3: PME# supported from D0 D3hot
[ 2.302846] pci 0000:00:00.4: [1957:ee02] type 00 class 0x088001
[ 2.308930] pci 0000:00:00.4: BAR 0: [mem 0x1f8120000-0x1f813ffff 64bit] (from Enhanced Allocation, properties 0x0)
[ 2.319470] pci 0000:00:00.4: BAR 2: [mem 0x1f81a0000-0x1f81affff 64bit pref] (from Enhanced Allocation, properties 0x1)
[ 2.330460] pci 0000:00:00.4: PME# supported from D0 D3hot
[ 2.336091] pci 0000:00:00.5: [1957:eef0] type 00 class 0x020801
[ 2.342178] pci 0000:00:00.5: BAR 0: [mem 0x1f8140000-0x1f815ffff 64bit] (from Enhanced Allocation, properties 0x0)
[ 2.352718] pci 0000:00:00.5: BAR 2: [mem 0x1f81b0000-0x1f81bffff 64bit pref] (from Enhanced Allocation, properties 0x1)
[ 2.363697] pci 0000:00:00.5: BAR 4: [mem 0x1fc000000-0x1fc3fffff 64bit] (from Enhanced Allocation, properties 0x0)
[ 2.374247] pci 0000:00:00.5: PME# supported from D0 D3hot
[ 2.379920] pci 0000:00:00.6: [1957:e100] type 00 class 0x020001
[ 2.386004] pci 0000:00:00.6: BAR 0: [mem 0x1f80c0000-0x1f80fffff 64bit] (from Enhanced Allocation, properties 0x0)
[ 2.396547] pci 0000:00:00.6: BAR 2: [mem 0x1f81c0000-0x1f81cffff 64bit pref] (from Enhanced Allocation, properties 0x1)
[ 2.407535] pci 0000:00:00.6: PME# supported from D0 D3hot
[ 2.413888] pci 0000:00:1f.0: [1957:e001] type 00 class 0x080700
[ 2.419988] OF: /soc/pcie@1f0000000: no msi-map translation for id 0xf8 on (null)
[ 2.428102] layerscape-pcie 3400000.pcie: host bridge /soc/pcie@3400000 ranges:
[ 2.435516] layerscape-pcie 3400000.pcie: IO 0x8000010000..0x800001ffff -> 0x0000000000
[ 2.444140] layerscape-pcie 3400000.pcie: MEM 0x8040000000..0x807fffffff -> 0x0040000000
[ 2.452841] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0001:00
[ 2.459614] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 2.465151] pci_bus 0001:00: root bus resource [io 0x0000-0xffff]
[ 2.471391] pci_bus 0001:00: root bus resource [mem 0x8040000000-0x807fffffff] (bus address [0x40000000-0x7fffffff])
[ 2.482032] pci 0001:00:00.0: [1957:82c0] type 01 class 0x060400
[ 2.488147] pci 0001:00:00.0: supports D1 D2
[ 2.492457] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot
[ 2.500047] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.506733] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 2.511863] layerscape-pcie 3500000.pcie: host bridge /soc/pcie@3500000 ranges:
[ 2.519272] layerscape-pcie 3500000.pcie: IO 0x8800010000..0x880001ffff -> 0x0000000000
[ 2.527896] layerscape-pcie 3500000.pcie: MEM 0x8840000000..0x887fffffff -> 0x0040000000
[ 2.536585] layerscape-pcie 3500000.pcie: PCI host bridge to bus 0002:00
[ 2.543353] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 2.548891] pci_bus 0002:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff])
[ 2.557939] pci_bus 0002:00: root bus resource [mem 0x8840000000-0x887fffffff] (bus address [0x40000000-0x7fffffff])
[ 2.568578] pci 0002:00:00.0: [1957:82c0] type 01 class 0x060400
[ 2.574689] pci 0002:00:00.0: supports D1 D2
[ 2.579001] pci 0002:00:00.0: PME# supported from D0 D1 D2 D3hot
[ 2.586594] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.593277] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 2.599033] EINJ: ACPI disabled.
[ 2.606220] Bus freq driver module loaded
[ 2.614029] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.621709] printk: console [ttyS0] disabled
[ 2.626065] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 22, base_baud = 12500000) is a 16550A
[ 2.634958] printk: console [ttyS0] enabled
[ 2.634958] printk: console [ttyS0] enabled
[ 2.643370] printk: bootconsole [uart8250] disabled
[ 2.643370] printk: bootconsole [uart8250] disabled
[ 2.653484] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 22, base_baud = 12500000) is a 16550A
[ 2.662592] SuperH (H)SCI(F) driver initialized
[ 2.667424] msm_serial: driver initialized
[ 2.672532] arm-smmu 5000000.iommu: probing hardware configuration...
[ 2.679002] arm-smmu 5000000.iommu: SMMUv2 with:
[ 2.683634] arm-smmu 5000000.iommu: stage 1 translation
[ 2.688964] arm-smmu 5000000.iommu: stage 2 translation
[ 2.694293] arm-smmu 5000000.iommu: nested translation
[ 2.699539] arm-smmu 5000000.iommu: stream matching with 128 register groups
[ 2.706701] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only)
[ 2.713254] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000
[ 2.719718] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
[ 2.726184] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
[ 2.738493] brd: module loaded
[ 2.745143] loop: module loaded
[ 2.748453] pci-endpoint-test 0001:00:00.0: Adding to iommu group 0
[ 2.754856] pci-endpoint-test 0002:00:00.0: Adding to iommu group 1
[ 2.761712] megasas: 07.714.04.00-rc1
[ 2.766209] imx ahci driver is registered.
[ 2.770524] ahci-qoriq 3200000.sata: Adding to iommu group 2
[ 2.776244] ahci-qoriq 3200000.sata: supply ahci not found, using dummy regulator
[ 2.783824] ahci-qoriq 3200000.sata: supply phy not found, using dummy regulator
[ 2.791275] ahci-qoriq 3200000.sata: supply target not found, using dummy regulator
[ 2.799036] ahci-qoriq 3200000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[ 2.808033] ahci-qoriq 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[ 2.818161] scsi host0: ahci-qoriq
[ 2.821698] ata1: SATA max UDMA/133 mmio [mem 0x03200000-0x0320ffff] port 0x100 irq 28
[ 2.831208] spi-nor spi0.0: mt35xu02g (262144 Kbytes)
[ 2.842351] libphy: Fixed MDIO Bus: probed
[ 2.847230] tun: Universal TUN/TAP device driver, 1.6
[ 2.852504] mscc_felix 0000:00:00.5: Adding to iommu group 3
[ 2.858386] mscc_felix 0000:00:00.5: Failed to register DSA switch: -517
[ 2.865542] thunder_xcv, ver 1.0
[ 2.868795] thunder_bgx, ver 1.0
[ 2.872059] nicpf, ver 1.0
[ 2.874984] Freescale FM module, FMD API version 21.1.0
[ 2.880304] Freescale FM Ports module
[ 2.883977] fsl_mac: fsl_mac: FSL FMan MAC API based driver
[ 2.889625] fsl_dpa: FSL DPAA Ethernet driver
[ 2.894040] fsl_advanced: FSL DPAA Advanced drivers:
[ 2.899021] fsl_proxy: FSL DPAA Proxy initialization driver
[ 2.904658] fsl_oh: FSL FMan Offline Parsing port driver
[ 2.910160] fsl_enetc 0000:00:00.0: Adding to iommu group 4
[ 2.915880] fsl_enetc 0000:00:00.1: Adding to iommu group 5
[ 3.029027] fsl_enetc 0000:00:00.1: enabling device (0400 -> 0402)
[ 3.035860] fsl_enetc 0000:00:00.1: device is disabled, skipping
[ 3.041964] fsl_enetc 0000:00:00.2: Adding to iommu group 6
[ 3.047668] fsl_enetc 0000:00:00.6: Adding to iommu group 7
[ 3.143169] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.160989] fsl_enetc 0000:00:00.6: enabling device (0400 -> 0402)
[ 3.167419] fsl_enetc 0000:00:00.6: device is disabled, skipping
[ 3.173729] fsl_enetc_mdio 0000:00:00.3: Adding to iommu group 8
[ 3.284992] fsl_enetc_mdio 0000:00:00.3: enabling device (0400 -> 0402)
[ 3.291804] libphy: FSL PCIe IE Central MDIO Bus: probed
[ 3.301344] fsl_enetc_ptp 0000:00:00.4: Adding to iommu group 9
[ 3.307317] fsl_enetc_ptp 0000:00:00.4: enabling device (0404 -> 0406)
[ 3.313976] ptp_qoriq: device tree node missing required elements, try automatic configuration
[ 3.322728] pps pps0: new PPS source ptp0
[ 3.327171] hclge is initializing
[ 3.330516] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 3.337771] hns3: Copyright (c) 2017 Huawei Corporation.
[ 3.343137] e1000: Intel(R) PRO/1000 Network Driver
[ 3.348032] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 3.353824] e1000e: Intel(R) PRO/1000 Network Driver
[ 3.358804] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.364769] igb: Intel(R) Gigabit Ethernet Network Driver
[ 3.370185] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.375795] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 3.382084] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.388211] sky2: driver version 1.30
[ 3.392427] usbcore: registered new interface driver r8152
[ 3.397947] usbcore: registered new interface driver asix
[ 3.403384] usbcore: registered new interface driver ax88179_178a
[ 3.409798] VFIO - User Level meta-driver version: 0.3
[ 3.415323] dwc3 3100000.usb: Adding to iommu group 10
[ 3.420966] dwc3 3110000.usb: Adding to iommu group 11
[ 3.427627] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.434196] ehci-pci: EHCI PCI platform driver
[ 3.438682] ehci-platform: EHCI generic platform driver
[ 3.443998] ehci-orion: EHCI orion driver
[ 3.448073] ehci-exynos: EHCI Exynos driver
[ 3.452314] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.458523] ohci-pci: OHCI PCI platform driver
[ 3.463004] ohci-platform: OHCI generic platform driver
[ 3.468309] ohci-exynos: OHCI Exynos driver
[ 3.472758] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.478279] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 3.486054] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010
[ 3.495506] xhci-hcd xhci-hcd.0.auto: irq 26, io mem 0x03100000
[ 3.501817] hub 1-0:1.0: USB hub found
[ 3.505593] hub 1-0:1.0: 1 port detected
[ 3.509674] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.515184] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 3.522873] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 3.529447] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.537796] hub 2-0:1.0: USB hub found
[ 3.541571] hub 2-0:1.0: 1 port detected
[ 3.545905] usbcore: registered new interface driver uas
[ 3.551277] usbcore: registered new interface driver usb-storage
[ 3.559016] ftm-alarm 2810000.timer: registered as rtc1
[ 3.564751] i2c /dev entries driver
[ 3.570491] i2c i2c-0: Added multiplexed i2c bus 1
[ 3.575540] i2c i2c-0: Added multiplexed i2c bus 2
[ 3.580531] i2c i2c-0: Added multiplexed i2c bus 3
[ 3.585622] i2c i2c-0: Added multiplexed i2c bus 4
[ 3.590527] i2c i2c-0: Added multiplexed i2c bus 5
[ 3.595437] i2c i2c-0: Added multiplexed i2c bus 6
[ 3.600340] i2c i2c-0: Added multiplexed i2c bus 7
[ 3.605248] i2c i2c-0: Added multiplexed i2c bus 8
[ 3.610060] pca954x 0-0077: registered 8 multiplexed busses for I2C mux pca9847
[ 3.629643] sp805-wdt c000000.watchdog: registration successful
[ 3.635698] sp805-wdt c010000.watchdog: registration successful
[ 3.642816] qoriq-cpufreq qoriq-cpufreq: Freescale QorIQ CPU frequency scaling driver
[ 3.651357] sdhci: Secure Digital Host Controller Interface driver
[ 3.657592] sdhci: Copyright(c) Pierre Ossman
[ 3.662246] Synopsys Designware Multimedia Card Interface Driver
[ 3.668800] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.674916] sdhci-esdhc 2140000.mmc: Adding to iommu group 12
[ 3.675452] sdhci-esdhc 2150000.mmc: Adding to iommu group 13
[ 3.680969] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.692934] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 3.699805] usbcore: registered new interface driver usbhid
[ 3.705405] usbhid: USB HID core driver
[ 3.709531] mmc0: SDHCI controller on 2140000.mmc [2140000.mmc] using ADMA
[ 3.710007] No fsl,qman node
[ 3.716447] mmc1: SDHCI controller on 2150000.mmc [2150000.mmc] using ADMA
[ 3.719327] Freescale USDPAA process driver
[ 3.719329] fsl-usdpaa: no region found
[ 3.719332] Freescale USDPAA process IRQ driver
[ 3.740928] optee: probing for conduit method.
[ 3.745405] optee: revision 3.13 (2c1092df)
[ 3.745772] optee: initialized driver
[ 3.754127] galcore f0c0000.gpu: Adding to iommu group 14
[ 3.759706] Galcore version 6.4.3.p2.336687
[ 3.792687] [drm] Initialized vivante 1.0.0 20170808 for f0c0000.gpu on minor 0
[ 3.802355] mmc1: new HS400 MMC card at address 0001
[ 3.802364] fsl-sai f130000.audio-controller: failed to get mclk0 clock: -2
[ 3.807743] mmcblk1: mmc1:0001 Q2J55L 7.13 GiB
[ 3.817939] NET: Registered protocol family 26
[ 3.819140] mmcblk1boot0: mmc1:0001 Q2J55L partition 1 2.00 MiB
[ 3.823361] u32 classifier
[ 3.829511] mmcblk1boot1: mmc1:0001 Q2J55L partition 2 2.00 MiB
[ 3.832015] input device check on
[ 3.838038] mmcblk1rpmb: mmc1:0001 Q2J55L partition 3 4.00 MiB, chardev (507:0)
[ 3.841635] Actions configured
[ 3.852771] Initializing XFRM netlink socket
[ 3.857133] NET: Registered protocol family 10
[ 3.861964] Segment Routing with IPv6
[ 3.865691] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.871961] NET: Registered protocol family 17
[ 3.876450] NET: Registered protocol family 15
[ 3.880952] Bridge firewalling registered
[ 3.888135] 8021q: 802.1Q VLAN Support v1.8
[ 3.892350] lib80211: common routines for IEEE802.11 drivers
[ 3.894195] mmc0: new ultra high speed SDR104 SDHC card at address 5048
[ 3.904714] 9pnet: Installing 9P2000 support
[ 3.909022] tsn generic netlink module v1 init...
[ 3.909236] mmcblk0: mmc0:5048 SD32G 28.8 GiB (ro)
[ 3.913812] Key type dns_resolver registered
[ 3.919966] mmcblk0: p1 p2 p3 p4
[ 3.923103] registered taskstats version 1
[ 3.930282] Loading compiled-in X.509 certificates
[ 3.936324] Btrfs loaded, crc32c=crc32c-generic
[ 3.943073] fsl-edma 22c0000.dma-controller: Adding to iommu group 15
[ 3.950539] pcieport 0001:00:00.0: PME: Signaling with IRQ 29
[ 3.956458] pcieport 0002:00:00.0: PME: Signaling with IRQ 31
[ 3.962501] mscc_felix 0000:00:00.5: Failed to register DSA switch: -517
[ 4.077124] fsl_enetc 0000:00:00.0: enabling device (0400 -> 0402)
[ 4.083498] fsl_enetc 0000:00:00.0: no MAC address specified for SI1, using 96:ab:cf:f7:cb:be
[ 4.092114] fsl_enetc 0000:00:00.0: no MAC address specified for SI2, using 4a:fb:36:fb:eb:3f
[ 4.102849] libphy: Freescale ENETC MDIO Bus: probed
[ 4.109064] libphy: Freescale ENETC internal MDIO Bus: probed
[ 4.115254] fsl_enetc 0000:00:00.0: enetc_tsn_init: setup done
[ 4.229108] fsl_enetc 0000:00:00.2: enabling device (0400 -> 0402)
[ 4.238019] fsl_enetc 0000:00:00.2: enetc_tsn_init: setup done
[ 4.250401] fsl-sai f130000.audio-controller: failed to get mclk0 clock: -2
[ 4.267590] libphy: VSC9959 internal MDIO bus: probed
[ 4.272693] mscc_felix 0000:00:00.5: Found PCS at internal MDIO address 0
[ 4.279538] mscc_felix 0000:00:00.5: Found PCS at internal MDIO address 1
[ 4.286365] mscc_felix 0000:00:00.5: Found PCS at internal MDIO address 2
[ 4.293190] mscc_felix 0000:00:00.5: Found PCS at internal MDIO address 3
[ 4.795106] mscc_felix 0000:00:00.5 swp0 (uninitialized): PHY [0000:00:00.3:10] driver [Microsemi GE VSC8514 SyncE] (irq=POLL)
[ 5.027149] mscc_felix 0000:00:00.5 swp1 (uninitialized): PHY [0000:00:00.3:11] driver [Microsemi GE VSC8514 SyncE] (irq=POLL)
[ 5.259154] mscc_felix 0000:00:00.5 swp2 (uninitialized): PHY [0000:00:00.3:12] driver [Microsemi GE VSC8514 SyncE] (irq=POLL)
[ 5.491103] mscc_felix 0000:00:00.5 swp3 (uninitialized): PHY [0000:00:00.3:13] driver [Microsemi GE VSC8514 SyncE] (irq=POLL)
[ 5.514263] mscc_felix 0000:00:00.5: configuring for fixed/internal link mode
[ 5.521568] mscc_felix 0000:00:00.5: Link is Up - 2.5Gbps/Full - flow control off
[ 5.521698] device eth1 entered promiscuous mode
[ 5.533771] DSA: tree 0 setup
[ 5.539096] ALSA device list:
[ 5.542092] No soundcards found.
[ 5.545776] VFS: Cannot open root device "PARTUUID=db6a277d-04" or unknown-block(179,100): error -30
[ 5.554984] Please append a correct "root=" boot option; here are the available partitions:
[ 5.563379] 0100 4096 ram0
[ 5.563380] (driver?)
[ 5.569512] 0101 4096 ram1
[ 5.569513] (driver?)
[ 5.575632] 0102 4096 ram2
[ 5.575634] (driver?)
[ 5.581755] 0103 4096 ram3
[ 5.581757] (driver?)
[ 5.587876] 0104 4096 ram4
[ 5.587877] (driver?)
[ 5.593998] 0105 4096 ram5
[ 5.594000] (driver?)
[ 5.600117] 0106 4096 ram6
[ 5.600119] (driver?)
[ 5.606251] 0107 4096 ram7
[ 5.606253] (driver?)
[ 5.612375] 0108 4096 ram8
[ 5.612376] (driver?)
[ 5.618518] 0109 4096 ram9
[ 5.618520] (driver?)
[ 5.624638] 010a 4096 ram10
[ 5.624640] (driver?)
[ 5.630858] 010b 4096 ram11
[ 5.630859] (driver?)
[ 5.637076] 010c 4096 ram12
[ 5.637078] (driver?)
[ 5.643283] 010d 4096 ram13
[ 5.643285] (driver?)
[ 5.649502] 010e 4096 ram14
[ 5.649504] (driver?)
[ 5.655710] 010f 4096 ram15
[ 5.655712] (driver?)
[ 5.661932] 1f00 262144 mtdblock0
[ 5.661934] (driver?)
[ 5.668491] b300 7471104 mmcblk1
[ 5.668494] driver: mmcblk
[ 5.675322] b360 30220288 mmcblk0
[ 5.675325] driver: mmcblk
[ 5.682150] b361 131072 mmcblk0p1 db6a277d-01
[ 5.682152]
[ 5.688968] b362 2097152 mmcblk0p2 db6a277d-02
[ 5.688970]
[ 5.695793] b363 5242880 mmcblk0p3 db6a277d-03
[ 5.695795]
[ 5.702610] b364 22676480 mmcblk0p4 db6a277d-04
[ 5.702611]
[ 5.709440] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,100)
[ 5.718082] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.35 #1
[ 5.724105] Hardware name: LS1028A RDB Board (DT)
[ 5.728820] Call trace:
[ 5.731277] dump_backtrace+0x0/0x1a8
[ 5.734947] show_stack+0x18/0x68
[ 5.738269] dump_stack+0xd0/0x12c
[ 5.741678] panic+0x16c/0x334
[ 5.744738] mount_block_root+0x1c0/0x250
[ 5.748756] mount_root+0x10c/0x144
[ 5.752250] prepare_namespace+0x130/0x170
[ 5.756354] kernel_init_freeable+0x210/0x23c
[ 5.760721] kernel_init+0x14/0x118
[ 5.764216] ret_from_fork+0x10/0x34
[ 5.767799] SMP: stopping secondary CPUs
[ 5.771737] Kernel Offset: 0x501115e00000 from 0xffff800010000000
[ 5.777847] PHYS_OFFSET: 0xffffc09140000000
[ 5.782038] CPU features: 0x0240022,21806008
[ 5.786317] Memory Limit: none
[ 5.789379] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,100) ]---

 

Please help me to resolve this.

0 件の賞賛
返信
1,385件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please go to u-boot prompt on LS1028ARDB, please check whether you could get the following result.

=> ext2ls mmc 0:4
<DIR> 4096 .
<DIR> 4096 ..
<DIR> 16384 lost+found
<SYM> 7 bin
<DIR> 4096 boot
<DIR> 4096 dev
<DIR> 4096 etc
<DIR> 4096 home
<DIR> 4096 include
<SYM> 7 lib
<DIR> 4096 media
<DIR> 4096 mnt
<DIR> 4096 opt
<DIR> 4096 proc
<DIR> 4096 root
<DIR> 4096 run
<SYM> 8 sbin
<DIR> 4096 share
<DIR> 4096 srv
<DIR> 4096 sys
<DIR> 4096 tmp
<DIR> 4096 usr
<DIR> 4096 var
<SYM> 10 init
=>

In addition, would you please provide the console log of deploying images to SD card on your host PC?

0 件の賞賛
返信
1,373件の閲覧回数
shikha
Contributor I
Thanks. now its working fine.
0 件の賞賛
返信