All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-freescale]: 32be_rootfs boot from sdcard
@ 2017-04-05  9:25 Zheng, Ruoqin
  2017-04-05 15:14 ` Leonardo Sandoval
  0 siblings, 1 reply; 3+ messages in thread
From: Zheng, Ruoqin @ 2017-04-05  9:25 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2549 bytes --]

32be_rootfs boot from sdcard (ls1046)

I used source code provided by nxp  QorIQ-Linux-SDK-v2.0-SOURCE.iso + SDK-V2.0-1701 to build the kernel and rootfs , then it can’t boot from sdcard.



I tried to put kernel(32be) and rootfs(32be) in SD card , and boot it follow the SDK2.0, it was fail to mount the rootfs(while 64be kernel is normal),and here is part of log:

mmcblk0: mmc0:0007 SL32G 29.0 GiB

 mcblk0: p1

VFS: Mounted root (ext2 filesystem) on device 1:0.

VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error -6

Please append a correct "root=" boot option; here are the available partitions:

0100          262144 ram0  (driver?)

0101          262144 ram1  (driver?)

0102          262144 ram2  (driver?)

0103          262144 ram3  (driver?)

0104          262144 ram4  (driver?)

0105          262144 ram5  (driver?)

0106          262144 ram6  (driver?)

0107          262144 ram7  (driver?)

1f00          524288 mtdblock0  (driver?)

b300        30375936 mmcblk0  driver: mmcblk

  b301        30371936 mmcblk0p1 00000000-01

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2

Hardware name: Freescale LAYERSCAPE



The entire log is in atachments, do anyone have any idea about this problem?



By the way, I tried to boot the kernel with command “bootm a0000000:kernel@1 - a0000000:fdt@1”

And the log show as below, you can see that mmcblk0 device is missed, do anyone know the reason?



ALSA device list:

  No soundcards found.

VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error -6

Please append a correct "root=" boot option; here are the available partitions:

0100          262144 ram0  (driver?)

0101          262144 ram1  (driver?)

0102          262144 ram2  (driver?)

0103          262144 ram3  (driver?)

0104          262144 ram4  (driver?)

0105          262144 ram5  (driver?)

0106          262144 ram6  (driver?)

0107          262144 ram7  (driver?)

1f00          524288 mtdblock0  (driver?)

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2

Hardware name: Freescale LAYERSCAPE


Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
       Nanjing, 210012, China
MAIL : zhengrq.fnst@cn.fujistu.com<mailto:zhengrq.fnst@cn.fujistu.com>




[-- Attachment #2: Type: text/html, Size: 29285 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-freescale]: 32be_rootfs boot from sdcard
  2017-04-05  9:25 [meta-freescale]: 32be_rootfs boot from sdcard Zheng, Ruoqin
@ 2017-04-05 15:14 ` Leonardo Sandoval
  0 siblings, 0 replies; 3+ messages in thread
From: Leonardo Sandoval @ 2017-04-05 15:14 UTC (permalink / raw)
  To: Zheng, Ruoqin; +Cc: openembedded-core

wrong list, you may have better luck at the meta-fsl mailing list.

BTW, the kernel expects a filesystem on a partition and the latter must
be defined in the kernel command line, using the root parameter.






On Wed, 2017-04-05 at 09:25 +0000, Zheng, Ruoqin wrote:
> 32be_rootfs boot from sdcard (ls1046)
> 
>  
> 
> I used source code provided by nxp  QorIQ-Linux-SDK-v2.0-SOURCE.iso +
> SDK-V2.0-1701 to build the kernel and rootfs , then it can’t boot from
> sdcard.
> 
>  
> 
> I tried to put kernel(32be) and rootfs(32be) in SD card , and boot it
> follow the SDK2.0, it was fail to mount the rootfs(while 64be kernel
> is normal),and here is part of log:
> 
> mmcblk0: mmc0:0007 SL32G 29.0 GiB
> 
>  mcblk0: p1
> 
> VFS: Mounted root (ext2 filesystem) on device 1:0.
> 
> VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error
> -6
> 
> Please append a correct "root=" boot option; here are the available
> partitions:
> 
> 0100          262144 ram0  (driver?)
> 
> 0101          262144 ram1  (driver?)
> 
> 0102          262144 ram2  (driver?)
> 
> 0103          262144 ram3  (driver?)
> 
> 0104          262144 ram4  (driver?)
> 
> 0105          262144 ram5  (driver?)
> 
> 0106          262144 ram6  (driver?)
> 
> 0107          262144 ram7  (driver?)
> 
> 1f00          524288 mtdblock0  (driver?)
> 
> b300        30375936 mmcblk0  driver: mmcblk
> 
>   b301        30371936 mmcblk0p1 00000000-01
> 
> Kernel panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(0,0)
> 
> CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2
> 
> Hardware name: Freescale LAYERSCAPE
> 
>  
> 
> The entire log is in atachments, do anyone have any idea about this
> problem? 
> 
>  
> 
> By the way, I tried to boot the kernel with command “bootm
> a0000000:kernel@1 - a0000000:fdt@1”
> 
> And the log show as below, you can see that mmcblk0 device is missed,
> do anyone know the reason?
> 
>  
> 
> ALSA device list:
> 
>   No soundcards found.
> 
> VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error
> -6
> 
> Please append a correct "root=" boot option; here are the available
> partitions:
> 
> 0100          262144 ram0  (driver?)
> 
> 0101          262144 ram1  (driver?)
> 
> 0102          262144 ram2  (driver?)
> 
> 0103          262144 ram3  (driver?)
> 
> 0104          262144 ram4  (driver?)
> 
> 0105          262144 ram5  (driver?)
> 
> 0106          262144 ram6  (driver?)
> 
> 0107          262144 ram7  (driver?)
> 
> 1f00          524288 mtdblock0  (driver?)
> 
> Kernel panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(0,0)
> 
> CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2
> 
> Hardware name: Freescale LAYERSCAPE
> 
>  
> 
>  
> 
> Zheng Ruoqin
> 
> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
> 
> ADDR.: No.6 Wenzhu Road, Software Avenue,
> 
>        Nanjing, 210012, China
> 
> MAIL : zhengrq.fnst@cn.fujistu.com
> 
>  
> 
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-freescale]: 32be_rootfs boot from sdcard
@ 2017-04-05  8:35 Zheng, Ruoqin
  0 siblings, 0 replies; 3+ messages in thread
From: Zheng, Ruoqin @ 2017-04-05  8:35 UTC (permalink / raw)
  To: openembedded-core


[-- Attachment #1.1: Type: text/plain, Size: 2356 bytes --]

32be_rootfs boot from sdcard (ls1046)



I tried to put kernel and rootfs in SD card , and boot it follow the SDK note(ls1046), it was fail to mount the rootfs(while 64be kernel is good),and here is part of log:

mmcblk0: mmc0:0007 SL32G 29.0 GiB

 mcblk0: p1

VFS: Mounted root (ext2 filesystem) on device 1:0.

VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error -6

Please append a correct "root=" boot option; here are the available partitions:

0100          262144 ram0  (driver?)

0101          262144 ram1  (driver?)

0102          262144 ram2  (driver?)

0103          262144 ram3  (driver?)

0104          262144 ram4  (driver?)

0105          262144 ram5  (driver?)

0106          262144 ram6  (driver?)

0107          262144 ram7  (driver?)

1f00          524288 mtdblock0  (driver?)

b300        30375936 mmcblk0  driver: mmcblk

  b301        30371936 mmcblk0p1 00000000-01

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2

Hardware name: Freescale LAYERSCAPE



The entire log is in atachments, do anyone have any idea about this problem?



By the way, I tried to boot the kernel with command “bootm a0000000:kernel@1 - a0000000:fdt@1”

And the log show as below, you can see that mmcblk0 device is missed, do anyone know the reason?



ALSA device list:

  No soundcards found.

VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error -6

Please append a correct "root=" boot option; here are the available partitions:

0100          262144 ram0  (driver?)

0101          262144 ram1  (driver?)

0102          262144 ram2  (driver?)

0103          262144 ram3  (driver?)

0104          262144 ram4  (driver?)

0105          262144 ram5  (driver?)

0106          262144 ram6  (driver?)

0107          262144 ram7  (driver?)

1f00          524288 mtdblock0  (driver?)

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2

Hardware name: Freescale LAYERSCAPE


Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
       Nanjing, 210012, China
MAIL : zhengrq.fnst@cn.fujistu.com




[-- Attachment #1.2: Type: text/html, Size: 28525 bytes --]

[-- Attachment #2: 32be_kernel+32be_rootfs_boot from sdcard.txt --]
[-- Type: text/plain, Size: 23236 bytes --]

=> setenv bootcmd "ext2load mmc 0 a0000000 kernel.itb && bootm a0000000"
=> setenv bootargs "root=/dev/mmcblk0p1 rw earlycon=uart8250,0x21c0500 console=ttyS0,115200"
=> boot          
67991979 bytes read in 5829 ms (11.1 MiB/s)
## Loading kernel from FIT Image at a0000000 ...
   Using 'config@1' configuration
   Trying 'kernel@1' kernel subimage
     Description:  ARM32 Linux kernel
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0xa00000e0
     Data Size:    4468048 Bytes = 4.3 MiB
     Architecture: ARM
     OS:           Linux
     Load Address: 0x80008000
     Entry Point:  0x80008000
   Verifying Hash Integrity ... OK
## Loading ramdisk from FIT Image at a0000000 ...
   Using 'config@1' configuration
   Trying 'ramdisk@1' ramdisk subimage
     Description:  LS1046 Ramdisk
     Type:         RAMDisk Image
     Compression:  uncompressed
     Data Start:   0xa0448e1c
     Data Size:    63498311 Bytes = 60.6 MiB
     Architecture: ARM
     OS:           Linux
     Load Address: unavailable
     Entry Point:  unavailable
   Verifying Hash Integrity ... OK
## Loading fdt from FIT Image at a0000000 ...
   Using 'config@1' configuration
   Trying 'fdt@1' fdt subimage
     Description:  Flattened Device Tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0xa0442ee0
     Data Size:    24245 Bytes = 23.7 KiB
     Architecture: ARM
   Verifying Hash Integrity ... OK
   Loading fdt from 0xa0442ee0 to 0x90000000
   Booting using the fdt blob at 0x90000000
   Loading Kernel Image ... OK
   Using Device Tree in place at 0000000090000000, end 0000000090018eb4

Starting kernel ...

Booting Linux on physical CPU 0x0
Initializing cgroup subsys cpu
Linux version 4.1.30-rt34+ (zhengrq@okura) (gcc version 5.2.0 (GCC) ) #2 SMP Fri Mar 31 11:04:46 JST 2017
CPU: ARMv7 Processor [410fd082] revision 2 (ARMv7), cr=32c5383d
CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
Machine model: LS1046A RDB Board
earlycon: Early serial console at MMIO 0x21c0500 (options '')
earlycon: earlycon_map: Couldn't map 0x21c0500
Malformed early option 'earlycon'
Reserved memory: initialized node bman-fbpr, compatible id fsl,bman-fbpr
Reserved memory: initialized node qman-fqd, compatible id fsl,qman-fqd
Reserved memory: initialized node qman-pfdr, compatible id fsl,qman-pfdr
cma: Reserved 16 MiB at 0x00000009fb000000
Forcing write-allocate cache policy for SMP
Memory policy: Data cache writealloc
PERCPU: Embedded 12 pages/cpu @dc7a0000 s18688 r8192 d22272 u49152
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2093072
Kernel command line: root=/dev/mmcblk0p1 rw earlycon=uart8250,0x21c0500 console=ttyS0,115200
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Memory: 8173820K/8386560K available (6425K kernel code, 265K rwdata, 1972K rodata, 296K init, 465K bss, 196356K reserved, 16384K cma-reserved, 6486008K highmem)
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    lowmem  : 0x80000000 - 0xef800000   (1784 MB)
    pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
    modules : 0x7f000000 - 0x7fe00000   (  14 MB)
      .text : 0x80008000 - 0x8083b768   (8398 kB)
      .init : 0x8083c000 - 0x80886000   ( 296 kB)
      .data : 0x80886000 - 0x808c8540   ( 266 kB)
       .bss : 0x808cb000 - 0x8093f5e8   ( 466 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Hierarchical RCU implementation.
        Additional per-CPU info printed with stalls.
NR_IRQS:16 nr_irqs:16 16
Architected cp15 timer(s) running at 25.00MHz (phys).
clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
Switching to timer-based delay loop, resolution 40ns
Console: colour dummy device 80x30
Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 4096 (order: 2, 16384 bytes)
Mountpoint-cache hash table entries: 4096 (order: 2, 16384 bytes)
CPU: Testing write buffer coherency: ok
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Setting up static identity map for 0x800082c0 - 0x80008318
CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Brought up 4 CPUs
SMP: Total of 4 processors activated (200.00 BogoMIPS).
CPU: All CPU(s) started in HYP mode.
CPU: Virtualization extensions available.
devtmpfs: initialized
VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
cpuidle: using governor ladder
cpuidle: using governor menu
Bman ver:0a02,02,01
qman-fqd addr 0x00000009ff000000 size 0x800000
qman-pfdr addr 0x00000009fc000000 size 0x2000000
Qman ver:0a01,03,02,01
Machine: LS1046A RDB Board
SoC family: QorIQ LS1046A
SoC ID: svr:0x87070010, Revision: 1.0
hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
hw-breakpoint: maximum watchpoint size is 8 bytes.
Serial: AMBA PL011 UART driver
RCPM: layerscape_rcpm_init: The RCPM driver initialized.
vgaarb: loaded
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
i2c i2c-0: IMX I2C adapter registered
i2c i2c-0: using dma0chan16 (tx) and dma0chan17 (rx) for DMA transfers
i2c i2c-1: IMX I2C adapter registered
i2c i2c-1: can't use DMA
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
PTP clock support registered
bman-fbpr addr 0x00000009fe000000 size 0x1000000
Bman err interrupt handler present
Bman portal initialised, cpu 0
Bman portal initialised, cpu 1
Bman portal initialised, cpu 2
Bman portal initialised, cpu 3
Bman portals initialised
Qman err interrupt handler present
Qman portal initialised, cpu 0
Qman portal initialised, cpu 1
Qman portal initialised, cpu 2
Qman portal initialised, cpu 3
Qman portals initialised
Bman: BPID allocator includes range 32:32
Qman: FQID allocator includes range 256:256
Qman: FQID allocator includes range 32768:32768
Qman: CGRID allocator includes range 0:256
Qman: pool channel allocator includes range 1025:15
No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree
fsl-ifc 1530000.ifc: Freescale Integrated Flash Controller
fsl-ifc 1530000.ifc: IFC version 1.4, 8 banks
Advanced Linux Sound Architecture Driver Initialized.
Switched to clocksource arch_sys_counter
NET: Registered protocol family 2
TCP established hash table entries: 16384 (order: 4, 65536 bytes)
TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
UDP hash table entries: 1024 (order: 3, 32768 bytes)
UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Trying to unpack rootfs image as initramfs...
rootfs image is not initramfs (no cpio magic); looks like an initrd
Freeing initrd memory: 62016K (a0448000 - a40d8000)
kvm [1]: interrupt-controller@1440000 IRQ24
kvm [1]: timer IRQ18
kvm [1]: Hyp mode initialized successfully
futex hash table entries: 1024 (order: 4, 65536 bytes)
HugeTLB registered 2 MB page size, pre-allocated 0 pages
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
jffs2: version 2.2. (NAND) ?? 2001-2006 Red Hat, Inc.
bounce: pool size: 64 pages
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
ls-scfg-msi soc:msi-controller: ibs_shift:2 msir_irqs:32 msir_base:0x4
Find msi-controller /soc/msi-controller
PCI host bridge /soc/pcie@3400000 ranges:
   IO 0x4000010000..0x400001ffff -> 0x00000000
  MEM 0x4040000000..0x407fffffff -> 0x40000000
layerscape-pcie 3400000.pcie: PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [bus 00-ff]
pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
pci_bus 0000:00: root bus resource [mem 0x4040000000-0x407fffffff] (bus address [0x40000000-0x7fffffff])
PCI: bus0: Fast back to back transfers disabled
PCI: bus1: Fast back to back transfers enabled
pci 0000:00:00.0: BAR 6: assigned [mem 0x4040000000-0x40400007ff pref]
pci 0000:00:00.0: PCI bridge to [bus 01]
pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
layerscape-pcie 3400000.pcie: failed to get PME IRQ: -6
layerscape-pcie 3400000.pcie: failed to initialize PME
PCI host bridge /soc/pcie@3500000 ranges:
   IO 0x4800010000..0x480001ffff -> 0x00000000
  MEM 0x4840000000..0x487fffffff -> 0x40000000
layerscape-pcie 3500000.pcie: PCI host bridge to bus 0001:00
pci_bus 0001:00: root bus resource [bus 00-ff]
pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x0000-0xffff])
pci_bus 0001:00: root bus resource [mem 0x4840000000-0x487fffffff] (bus address [0x40000000-0x7fffffff])
PCI: bus0: Fast back to back transfers disabled
pci 0001:00:00.0: bridge configuration invalid ([bus 03-03]), reconfiguring
PCI: bus1: Fast back to back transfers enabled
pci 0001:00:00.0: BAR 6: assigned [mem 0x4840000000-0x48400007ff pref]
pci 0001:00:00.0: PCI bridge to [bus 01]
pcieport 0001:00:00.0: Signaling PME through PCIe PME interrupt
layerscape-pcie 3500000.pcie: failed to get PME IRQ: -6
layerscape-pcie 3500000.pcie: failed to initialize PME
PCI host bridge /soc/pcie@3600000 ranges:
   IO 0x5000010000..0x500001ffff -> 0x00000000
  MEM 0x5040000000..0x507fffffff -> 0x40000000
layerscape-pcie 3600000.pcie: PCI host bridge to bus 0002:00
pci_bus 0002:00: root bus resource [bus 00-ff]
pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x0000-0xffff])
pci_bus 0002:00: root bus resource [mem 0x5040000000-0x507fffffff] (bus address [0x40000000-0x7fffffff])
PCI: bus0: Fast back to back transfers disabled
pci 0002:00:00.0: bridge configuration invalid ([bus 05-05]), reconfiguring
PCI: bus1: Fast back to back transfers enabled
pci 0002:00:00.0: BAR 6: assigned [mem 0x5040000000-0x50400007ff pref]
pci 0002:00:00.0: PCI bridge to [bus 01]
pcieport 0002:00:00.0: Signaling PME through PCIe PME interrupt
layerscape-pcie 3600000.pcie: failed to get PME IRQ: -6
layerscape-pcie 3600000.pcie: failed to initialize PME
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
console [ttyS0] disabled
21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 34, base_baud = 18750000) is a 16550A
console [ttyS0] enabled
21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 34, base_baud = 18750000) is a 16550A
21d0500.serial: ttyS2 at MMIO 0x21d0500 (irq = 35, base_baud = 18750000) is a 16550A
21d0600.serial: ttyS3 at MMIO 0x21d0600 (irq = 35, base_baud = 18750000) is a 16550A
brd: module loaded
loop: module loaded
ahci-qoriq 3200000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
ahci-qoriq 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst 
scsi host0: ahci-qoriq
ata1: SATA max UDMA/133 mmio [mem 0x03200000-0x0320ffff] port 0x100 irq 46
nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
nand: Micron MT29F4G08ABBEAH4
nand: 512 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 224
Bad block table found at page 131008, version 0x01
Bad block table found at page 130944, version 0x01
nand_read_bbt: bad block at 0x000004b00000
nand_read_bbt: bad block at 0x000006400000
fsl,ifc-nand 7e800000.nand: IFC NAND device at 0x7e800000, bank 0
fsl-quadspi 1550000.quadspi: unrecognized JEDEC id bytes: 4d, 20, 02
fsl-quadspi 1550000.quadspi: Freescale QuadSPI probe failed
fsl-quadspi: probe of 1550000.quadspi failed with error -2
libphy: Fixed MDIO Bus: probed
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
CAN device driver interface
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
libphy: Freescale XGMAC MDIO Bus: probed
Freescale FM module, FMD API version 21.1.0
Freescale FM Ports module
fsl_mac: fsl_mac: FSL FMan MAC API based driver
fsl_mac 1ae4000.ethernet: FMan MEMAC
fsl_mac 1ae4000.ethernet: FMan MAC address: 00:04:9f:04:b0:04
fsl_mac 1ae6000.ethernet: FMan MEMAC
fsl_mac 1ae6000.ethernet: FMan MAC address: 00:04:9f:04:b0:05
fsl_mac 1ae8000.ethernet: FMan MEMAC
fsl_mac 1ae8000.ethernet: FMan MAC address: 00:04:9f:04:b0:00
fsl_mac 1aea000.ethernet: FMan MEMAC
fsl_mac 1aea000.ethernet: FMan MAC address: 00:04:9f:04:b0:01
fsl_mac 1af0000.ethernet: FMan MEMAC
fsl_mac 1af0000.ethernet: FMan MAC address: 00:04:9f:04:b0:03
fsl_mac 1af2000.ethernet: FMan MEMAC
fsl_mac 1af2000.ethernet: FMan MAC address: 00:04:9f:04:b0:02
fsl_dpa: FSL DPAA Ethernet driver
fsl_dpa: fsl_dpa: Probed interface eth0
fsl_dpa: fsl_dpa: Probed interface eth1
fsl_dpa: fsl_dpa: Probed interface eth2
fsl_dpa: fsl_dpa: Probed interface eth3
fsl_dpa: fsl_dpa: Probed interface eth4
fsl_dpa: fsl_dpa: Probed interface eth5
fsl_advanced: FSL DPAA Advanced drivers:
fsl_proxy: FSL DPAA Proxy initialization driver
fsl_dpa_shared: FSL DPAA Shared Ethernet driver
fsl_dpa_macless: FSL DPAA MACless Ethernet driver
fsl_oh: FSL FMan Offline Parsing port driver
e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
e1000: Copyright (c) 1999-2006 Intel Corporation.
e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
ata1: SATA link down (SStatus 0 SControl 300)
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
ehci-platform: EHCI generic platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-pci: OHCI PCI platform driver
ohci-platform: OHCI generic platform driver
xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x00010010
xhci-hcd xhci-hcd.0.auto: irq 43, io mem 0x02f00000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x00010010
xhci-hcd xhci-hcd.1.auto: irq 44, io mem 0x03000000
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 1 port detected
xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 5
xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x00010010
xhci-hcd xhci-hcd.2.auto: irq 45, io mem 0x03100000
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 1 port detected
xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 6
usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
usbcore: registered new interface driver usb-storage
mousedev: PS/2 mouse device common for all mice
i2c /dev entries driver
ina2xx 0-0040: power monitor ina220 (Rshunt = 1000 uOhm)
0-004c supply vcc not found, using dummy regulator
imx2-wdt 2ad0000.watchdog: timeout 60 sec (nowayout=0)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
sdhci-esdhc 1560000.esdhc: No vmmc regulator found
sdhci-esdhc 1560000.esdhc: No vqmmc regulator found
mmc0: SDHCI controller on 1560000.esdhc [1560000.esdhc] using ADMA 64-bit 
caam 1700000.crypto: caam qi i/f init failed: -19
caam 1700000.crypto: Instantiated RNG4 SH1
caam 1700000.crypto: device ID = 0x0a11030100000000 (Era 8)
caam 1700000.crypto: job rings = 4, qi = 1
caam algorithms registered in /proc/crypto
(NULL device *): fsl,sec-v5.4 algorithms registered in /proc/crypto
caam_jr 1710000.jr: registering rng-caam
caam 1700000.crypto: fsl,sec-v5.4 algorithms registered in /proc/crypto
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
Freescale USDPAA process driver
fsl-usdpaa: no region found
Freescale USDPAA process IRQ driver
oprofile: no performance counters
oprofile: using timer interrupt.
Initializing XFRM netlink socket
NET: Registered protocol family 17
NET: Registered protocol family 15
bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
can: controller area network core (rev 20120528 abi 9)
NET: Registered protocol family 29
can: raw protocol (rev 20120528)
Key type dns_resolver registered
Registering SWP/SWPB emulation handler
fsl_generic: FSL DPAA Generic Ethernet driver
hctosys: unable to open rtc device (rtc0)
ALSA device list:
  No soundcards found.
RAMDISK: gzip image found at block 0
mmc0: new high speed SDHC card at address 0007
mmcblk0: mmc0:0007 SL32G 29.0 GiB 
 mmcblk0: p1
VFS: Mounted root (ext2 filesystem) on device 1:0.
VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error -6
Please append a correct "root=" boot option; here are the available partitions:
0100          262144 ram0  (driver?)
0101          262144 ram1  (driver?)
0102          262144 ram2  (driver?)
0103          262144 ram3  (driver?)
0104          262144 ram4  (driver?)
0105          262144 ram5  (driver?)
0106          262144 ram6  (driver?)
0107          262144 ram7  (driver?)
1f00          524288 mtdblock0  (driver?)
b300        30375936 mmcblk0  driver: mmcblk
  b301        30371936 mmcblk0p1 00000000-01
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2
Hardware name: Freescale LAYERSCAPE
[<80025738>] (unwind_backtrace) from [<800224b0>] (show_stack+0x10/0x14)
[<800224b0>] (show_stack) from [<8061523c>] (dump_stack+0x7c/0x9c)
[<8061523c>] (dump_stack) from [<80611998>] (panic+0x84/0x1e4)
[<80611998>] (panic) from [<8083d21c>] (mount_block_root+0x1d0/0x210)
[<8083d21c>] (mount_block_root) from [<8083d420>] (mount_root+0xdc/0x100)
[<8083d420>] (mount_root) from [<8083df2c>] (initrd_load+0x1b4/0x2d4)
[<8083df2c>] (initrd_load) from [<8083d504>] (prepare_namespace+0xc0/0x1b8)
[<8083d504>] (prepare_namespace) from [<8083cdf4>] (kernel_init_freeable+0x188/0x1d0)
[<8083cdf4>] (kernel_init_freeable) from [<806109f0>] (kernel_init+0x8/0xe4)
[<806109f0>] (kernel_init) from [<8001f528>] (ret_from_fork+0x14/0x2c)
CPU2: stopping
CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.1.30-rt34+ #2
Hardware name: Freescale LAYERSCAPE
[<80025738>] (unwind_backtrace) from [<800224b0>] (show_stack+0x10/0x14)
[<800224b0>] (show_stack) from [<8061523c>] (dump_stack+0x7c/0x9c)
[<8061523c>] (dump_stack) from [<80024a1c>] (handle_IPI+0xc8/0x160)
[<80024a1c>] (handle_IPI) from [<8000948c>] (gic_handle_irq+0x5c/0x64)
[<8000948c>] (gic_handle_irq) from [<8061ef40>] (__irq_svc+0x40/0x54)
Exception stack(0xec08ff98 to 0xec08ffe0)
ff80:                                                       00000001 00000000
ffa0: 00000000 8002e3e0 ec08e000 00000000 32c0387d 00000000 ec08ffe8 8088041c
ffc0: 00000001 00000000 01000000 ec08ffe0 8001ff60 8001ff64 60000313 ffffffff
[<8061ef40>] (__irq_svc) from [<8001ff64>] (arch_cpu_idle+0x2c/0x38)
[<8001ff64>] (arch_cpu_idle) from [<8006cf58>] (cpu_startup_entry+0x22c/0x26c)
[<8006cf58>] (cpu_startup_entry) from [<80009530>] (__enable_mmu+0x0/0x10)
CPU3: stopping
CPU: 3 PID: 0 Comm: swapper/3 Not tainted 4.1.30-rt34+ #2
Hardware name: Freescale LAYERSCAPE
[<80025738>] (unwind_backtrace) from [<800224b0>] (show_stack+0x10/0x14)
[<800224b0>] (show_stack) from [<8061523c>] (dump_stack+0x7c/0x9c)
[<8061523c>] (dump_stack) from [<80024a1c>] (handle_IPI+0xc8/0x160)
[<80024a1c>] (handle_IPI) from [<8000948c>] (gic_handle_irq+0x5c/0x64)
[<8000948c>] (gic_handle_irq) from [<8061ef40>] (__irq_svc+0x40/0x54)
Exception stack(0xec091f98 to 0xec091fe0)
1f80:                                                       00000001 00000000
1fa0: 00000000 8002e3e0 ec090000 00000000 32c0387d 00000000 ec091fe8 8088041c
1fc0: 00000001 00000000 01000000 ec091fe0 8001ff60 8001ff64 60000313 ffffffff
[<8061ef40>] (__irq_svc) from [<8001ff64>] (arch_cpu_idle+0x2c/0x38)
[<8001ff64>] (arch_cpu_idle) from [<8006cf58>] (cpu_startup_entry+0x22c/0x26c)
[<8006cf58>] (cpu_startup_entry) from [<80009530>] (__enable_mmu+0x0/0x10)
CPU1: stopping
CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.1.30-rt34+ #2
Hardware name: Freescale LAYERSCAPE
[<80025738>] (unwind_backtrace) from [<800224b0>] (show_stack+0x10/0x14)
[<800224b0>] (show_stack) from [<8061523c>] (dump_stack+0x7c/0x9c)
[<8061523c>] (dump_stack) from [<80024a1c>] (handle_IPI+0xc8/0x160)
[<80024a1c>] (handle_IPI) from [<8000948c>] (gic_handle_irq+0x5c/0x64)
[<8000948c>] (gic_handle_irq) from [<8061ef40>] (__irq_svc+0x40/0x54)
Exception stack(0xec08df98 to 0xec08dfe0)
df80:                                                       00000001 00000000
dfa0: 00000000 8002e3e0 ec08c000 00000000 32c0387d 00000000 ec08dfe8 8088041c
dfc0: 00000001 00000000 01000000 ec08dfe0 8001ff60 8001ff64 60000313 ffffffff
[<8061ef40>] (__irq_svc) from [<8001ff64>] (arch_cpu_idle+0x2c/0x38)
[<8001ff64>] (arch_cpu_idle) from [<8006cf58>] (cpu_startup_entry+0x22c/0x26c)
[<8006cf58>] (cpu_startup_entry) from [<80009530>] (__enable_mmu+0x0/0x10)
---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-05 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05  9:25 [meta-freescale]: 32be_rootfs boot from sdcard Zheng, Ruoqin
2017-04-05 15:14 ` Leonardo Sandoval
  -- strict thread matches above, loose matches on Subject: below --
2017-04-05  8:35 Zheng, Ruoqin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.