[yocto] Freescale T1040RDB Failed to mount UBIFS

Sandeep G.R grsandeep85 at gmail.com
Fri Apr 10 11:33:41 PDT 2015


Attached the boot log for T4240RDB.

On Fri, Apr 10, 2015 at 12:10 PM, Leo Tao <Leo.Tao at flextronics.com> wrote:

>  Hi Sandeep,
>
>
>
> Thank you for your quick response.
>
> It's true SDK1.7 doesn't mention  using UBIFS with Nand Flash. But we
> decide to use the Nand Flash on Board.
>
> Can you send me your bootcmd  and boot log running T4240RDB please?
>
>
>
> Thanks
>
> Leo
>
>
>
>
>
> *From:* Sandeep G.R [mailto:grsandeep85 at gmail.com]
> *Sent:* Friday, April 10, 2015 1:33 PM
> *To:* Leo Tao
> *Cc:* yocto at yoctoproject.org
> *Subject:* Re: [yocto] Freescale T1040RDB Failed to mount UBIFS
>
>
>
> Hi Leo,
>
>
>
> I walked through the QorIQ-SDK-1.7 manual section 3.4.16 for T1040RDB
> doesn't say anything on the NAND flash procedure. I can see the NOR Flash
> memory map and flash procedure.
>
>
>
> I use T4240RDB with NOR flash works great.
>
>
>
> Please contact your local Freescale FAE for more support and post the
> question is Freescale forum you might get some help.
>
>
>
>
>
> On Fri, Apr 10, 2015 at 10:53 AM, Leo Tao <Leo.Tao at flextronics.com
>
>
>
> I built UBIFS rootfs for T1040RDB, apparently I got 2 rootfs images:
>
> 1. fsl-image-core-t1040rdb-20150408204106.rootfs.ubi
>
> 2. fsl-image-core-t1040rdb-20150408204106.rootfs.ubifs
>
> So I updated  Nand Flash rootfs Partition with  image
> :fsl-image-core-t1040rdb-20150408204106.rootfs.ubifs
>
>
>
> Uboot bootcmd : bootcmd=setenv bootargs noinitrd ip=off mem=256M
> rootwait=1 rw ubi.mtd=7,4096 rootfstype=ubifs root=ubi0:rootfs
> console=$consoledev,$baudrate $othbootargs;nand read.e $loadaddr
> $kernel_addr $kernel_size;nand read.e $fdtaddr $fdt_addr $fdt_size;bootm
> $loadaddr - $fdtaddr
>
>
>
> My question is
>
> 1.       which image should be flashed to Nand, xxx.ubi or xxx.ubifs?
>
> 2.       what does the error blow mean?
>
>
>
> Built uboot and kernel to support ubifs and reset  T1040RDB, but I got
> error blow:
>
>
>
> Key type dns_resolver registered
>
> UBI: attaching mtd7 to ubi0
>
> UBI error: validate_ec_hdr: bad VID header offset 512, expected 4096
>
> UBI error: validate_ec_hdr: bad EC header
>
> Erase counter header dump:
>
>         magic          0x55424923
>
>         version        1
>
>         ec             0
>
>         vid_hdr_offset 512
>
>         data_offset    1024
>
>         image_seq      2076921562
>
>         hdr_crc        0x951adef
>
> erase counter header hexdump:
>
> CPU: 2 PID: 1 Comm: swapper/0 Not tainted
> 3.12.19-rt30-QorIQ-SDK-V1.7+g6619b8b #6
>
> Call Trace:
>
> [c9081cd0] [c0006f50] show_stack+0x40/0x150 (unreliable)
>
> [c9081d10] [c06e9a20] dump_stack+0x78/0xa0
>
> [c9081d20] [c03a56ac] validate_ec_hdr+0xac/0x120
>
> [c9081d30] [c03a6104] ubi_io_read_ec_hdr+0x184/0x240
>
> [c9081d60] [c03aaf00] ubi_attach+0x180/0x14d0
>
> [c9081de0] [c039fdf8] ubi_attach_mtd_dev+0x688/0xc80
>
> [c9081e30] [c08e9348] ubi_init+0x274/0x30c
>
> [c9081e80] [c00021a8] do_one_initcall+0x158/0x1b0
>
> [c9081ef0] [c08cb8d0] kernel_init_freeable+0x134/0x1d0
>
> [c9081f20] [c0002808] kernel_init+0x18/0x170
>
> [c9081f40] [c000fe0c] ret_from_kernel_thread+0x5c/0x64
>
> UBI error: ubi_io_read_ec_hdr: validation failed for PEB 0
>
> UBI error: ubi_attach_mtd_dev: failed to attach mtd7, error -22
>
> UBI error: ubi_init: cannot attach mtd7
>
> fsl_dpa_macless: FSL DPAA MACless Ethernet driver ()
>
> fsl_dpa_generic: FSL DPAA Generic Ethernet driver ()
>
> drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
>
> UBIFS error (pid 1): ubifs_mount: cannot open "ubi0:rootfs", error -19
>
> VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0): error -19
>
> Please append a correct "root=" boot option; here are the available
> partitions:
>
> 1f00          131072 mtdblock0  (driver?)
>
> 1f01            1536 mtdblock1  (driver?)
>
> 1f02            1024 mtdblock2  (driver?)
>
> 1f03            1024 mtdblock3  (driver?)
>
> 1f04           24576 mtdblock4  (driver?)
>
> 1f05           10240 mtdblock5  (driver?)
>
> 1f06            1024 mtdblock6  (driver?)
>
> 1f07          409600 mtdblock7  (driver?)
>
> 1f08           98304 mtdblock8  (driver?)
>
> 1f09          524288 mtdblock9  (driver?)
>
> 1f0a           65536 mtdblock10  (driver?)
>
> Kernel panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(0,0)
>
> CPU: 2 PID: 1 Comm: swapper/0 Not tainted 3.12.19-rt30-QorIQ-SDK-V1.7+g66
>
> The information contained in this message may be privileged and
> confidential. It is intended to be read only by the individual or entity to
> whom it is addressed or by their designee. If the reader of this message is
> not the intended recipient, you are on notice that any distribution of this
> message, in any form, is strictly prohibited. If you have received this
> message in error, please immediately notify the sender and delete or
> destroy any copy of this message!
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
>
>
>
> --
>
> *Thanks & Regards,*
>
> *Sandeep G R*
>    The information contained in this message may be privileged and
> confidential. It is intended to be read only by the individual or entity to
> whom it is addressed or by their designee. If the reader of this message is
> not the intended recipient, you are on notice that any distribution of this
> message, in any form, is strictly prohibited. If you have received this
> message in error, please immediately notify the sender and delete or
> destroy any copy of this message!
>



-- 
*Thanks & Regards,*
*Sandeep G R*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150410/45bbaf09/attachment.html>
-------------- next part --------------
U-Boot 2014.01QorIQ-SDK-V1.6+gfe1d4f5 (Feb 25 2015 - 13:50:31)

CPU0:  T4240E, Version: 2.0, (0x82480020)
Core:  e6500, Version: 2.0, (0x80400120)
Clock Configuration:
       CPU0:1666.667 MHz, CPU1:1666.667 MHz, CPU2:1666.667 MHz, CPU3:1666.667 MHz, 
       CPU4:1666.667 MHz, CPU5:1666.667 MHz, CPU6:1666.667 MHz, CPU7:1666.667 MHz, 
       CPU8:1666.667 MHz, CPU9:1666.667 MHz, CPU10:1666.667 MHz, CPU11:1666.667 MHz, 
       CCB:733.333 MHz,
       DDR:933.333 MHz (1866.667 MT/s data rate) (Asynchronous), IFC:183.333 MHz
       FMAN1: 733.333 MHz
       FMAN2: 733.333 MHz
       QMAN:  366.667 MHz
       PME:   533.333 MHz
L1:    D-cache 32 KiB enabled
       I-cache 32 KiB enabled
Reset Configuration Word (RCW):
       00000000: 16070019 18101916 00000000 00000000
       00000010: 6c700848 00448c00 0c020000 f5000000
       00000020: 00000000 ee0000ee 00000000 000287fc
       00000030: 00000000 50000000 00000000 00000028
Board: T4240RDB, SERDES Reference Clocks:
       SERDES1=100MHz SERDES2=156.25MHz
       SERDES3=100MHz SERDES4=100MHz
I2C:   ready
SPI:   ready
DRAM:  Initializing....using SPD
Detected UDIMM 9JSF25672AZ-2G1K1 
Detected UDIMM 9JSF25672AZ-2G1K1 
Detected UDIMM 9JSF25672AZ-2G1K1 
4 GiB left unmapped
    DDR: 6 GiB (DDR3, 64-bit, CL=13, ECC on)
       DDR Controller Interleaving Mode: 3-way 4KB
Flash: 128 MiB
L2:    2 MiB enabled
enable l2 for cluster 1 fec60000
enable l2 for cluster 2 feca0000
Corenet Platform Cache: 1.5 MiB enabled
Using SERDES1 Protocol: 27 (0x1b)
Using SERDES2 Protocol: 56 (0x38)
Using SERDES3 Protocol: 1 (0x1)
Using SERDES4 Protocol: 9 (0x9)
NAND:  2048 MiB
MMC:  FSL_SDHC: 0
PCIe1: Root Complex, no link, regs @ 0xfe240000
PCIe1: Bus 00 - 00
PCIe2: disabled
PCIe3: Root Complex, no link, regs @ 0xfe260000
PCIe3: Bus 01 - 01
PCIe4: Root Complex, no link, regs @ 0xfe270000
PCIe4: Bus 02 - 02
In:    serial
Out:   serial
Err:   serial
Net:   Fman1: Uploading microcode version 106.4.14
Failed to connect
Failed to connect
Failed to connect
Failed to connect
PHY reset timed out
Not found Cortina PHY ucode at 0xefe00000
cs4340_phy_init error.
PHY reset timed out
Not found Cortina PHY ucode at 0xefe00000
cs4340_phy_init error.
Fman2: Uploading microcode version 106.4.14
PHY reset timed out
Not found Cortina PHY ucode at 0xefe00000
cs4340_phy_init error.
PHY reset timed out
Not found Cortina PHY ucode at 0xefe00000
cs4340_phy_init error.
FM1 at DTSEC1 [PRIME], FM1 at DTSEC2, FM1 at DTSEC3, FM1 at DTSEC4, FM1 at TGEC1, FM1 at TGEC2, FM2 at DTSEC1, FM2 at DTSEC2, FM2 at DTSEC3, FM2 at DTSEC4, FM2 at TGEC1, FM2 at TGEC2
Hit any key to stop autoboot:  0 
=> 
=> pri
baudrate=115200
bdev=sda3
bootargs=root=/dev/ram rw console=ttyS0,115200
bootcmd=bootm e8020000 e9300000 e8800000
bootdelay=10
bootfile=uImage
consoledev=ttyS0
eth10addr=00:10:F3:41:35:DA
eth11addr=00:10:F3:41:35:DB
eth1addr=00:10:F3:41:35:D5
eth2addr=00:10:F3:41:35:D6
eth3addr=00:10:F3:41:35:D7
eth4addr=00:10:F3:41:35:DC
eth5adrr=00:10:F3:41:35:DD
eth6addr=00:10:F3:41:35:DE
eth7addr=00:10:F3:41:35:DF
eth8addr=00:10:F3:41:35:D8
eth9addr=00:10:F3:41:35:D9
ethact=FM1 at DTSEC1
ethaddr=00:10:F3:41:35:D4
ethprime=FM1 at DTSEC1
fdtaddr=0x00c00000
fdtfile=t4240rdb/t4240rdb.dtb
fileaddr=1000000
filesize=486749
fman_ucode=eff00000
gatewayip=192.168.50.1
hwconfig=fsl_ddr:ctlr_intlv=3way_4KB,bank_intlv=auto;usb1:dr_mode=host,phy_type=utmi
ipaddr=192.168.50.25
loadaddr=1000000
netdev=eth0
nfsboot=setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off console=$consoledev,$baudrate $othbootargs;tftp $loadaddr $bootfile;tftp 
$fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr
ramboot=setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs;tftp $ramdiskaddr $ramdiskfile;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr $fdtaddr
ramdiskaddr=2000000
ramdiskfile=t4240rdb/ramdisk.uboot
rootpath=/opt/nfsroot
sasboot=setenv bootargs root=/dev/sda1 rootdelay=5 rw console=$consoledev,$baudrate $othbootargs;bootm e8020000 - e8800000
sataboot=setenv bootargs root=/dev/sda1 rootdelay=5 rw console=$consoledev,$baudrate $othbootargs;bootm e8020000 - e8800000
serverip=192.168.50.16
stderr=serial
stdin=serial
stdout=serial
tftpflash=tftpboot $loadaddr $uboot && protect off $ubootaddr +$filesize && erase $ubootaddr +$filesize && cp.b $loadaddr $ubootaddr $filesize && protect on $ubootaddr +$filesize && cmp.b $loadaddr $uboota
ddr $filesize
uboot="u-boot.bin"
ubootaddr=0xeff40000

Environment size: 1972/8188 bytes
=> boot
WARNING: adjusting available memory to 30000000
## Booting kernel from Legacy Image at e8020000 ...
   Image Name:   Linux-3.12.19-rt30-QorIQ-SDK-V1.
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    5199662 Bytes = 5 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at e9300000 ...
   Image Name:   fsl-image-core-t4240rdb-64b-2015
   Image Type:   PowerPC Linux RAMDisk Image (gzip compressed)
   Data Size:    31083030 Bytes = 29.6 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at e8800000
   Booting using the fdt blob at 0xe8800000
   Uncompressing Kernel Image ... OK
   Loading Ramdisk to 2e25b000, end 2ffffa16 ... OK
   Loading Device Tree to 03fde000, end 03fffc40 ... OK
Using CoreNet Generic machine description
MMU: Supported page sizes
         4 KB as direct
      1024 KB as direct
      2048 KB as direct & indirect
      4096 KB as direct
     16384 KB as direct
     65536 KB as direct
    262144 KB as direct
   1048576 KB as direct
MMU: Book3E HW tablewalk enabled
Found initrd at 0xc00000002e25b000:0xc00000002ffffa16
No /soc at ffe000000/qman at 318000 property 'fsl,qman-fqd', using memblock_alloc(0000000000400000)
No /soc at ffe000000/qman at 318000 property 'fsl,qman-pfdr', using memblock_alloc(0000000002000000)
Qman ver:0a01,03,01,00
No /soc at ffe000000/bman at 31a000 property 'fsl,bman-fbpr', using memblock_alloc(0000000001000000)
Bman ver:0a02,02,01
pme: No /soc at ffe000000/pme at 316000 property 'fsl,pme-pdsr', using memblock_alloc(0x0000000001000000)
pme: No /soc at ffe000000/pme at 316000 property 'fsl,pme-sre', using memblock_alloc(0x0000000000a00000)
No USDPAA memory, no 'usdpaa_mem' bootarg
bootconsole [udbg0] enabled
CPU maps initialized for 2 threads per core
Starting Linux PPC64 #1 SMP Tue Feb 24 20:19:49 MST 2015
-----------------------------------------------------
ppc64_pft_size                = 0x0
physicalMemorySize            = 0x180000000
ppc64_caches.dcache_line_size = 0x40
ppc64_caches.icache_line_size = 0x40
-----------------------------------------------------
 <- setup_system()
Linux version 3.12.19-rt30-QorIQ-SDK-V1.6+gc29fe1a (sda at Cloudlab1) (gcc version 4.8.1 (GCC) ) #1 SMP Tue Feb 24 20:19:49 MST 2015
CF000012

Setup Arch
[boot]0012 Setup Arch
CoreNet Generic board from Freescale Semiconductor
Zone ranges:
  DMA      [mem 0x00000000-0x7fffffff]
  Normal   [mem 0x80000000-0x17fffffff]
Movable zone start for each node
Early memory node ranges
  node   0: [mem 0x00000000-0x17fffffff]
MMU: Allocated 2112 bytes of context maps for 255 contexts
CF000015

Setup Done
[boot]0015 Setup Done
PERCPU: Embedded 11 pages/cpu @c000000009500000 s15168 r0 d29888 u65536
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1551360
Kernel command line: root=/dev/ram rw console=ttyS0,115200
PID hash table entries: 4096 (order: 3, 32768 bytes)
Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Sorting __ex_table...
Memory: 5999592K/6291456K available (8120K kernel code, 1172K rwdata, 2912K rodata, 332K init, 766K bss, 291864K reserved)
Hierarchical RCU implementation.
        RCU debugfs-based tracing is enabled.
        CONFIG_RCU_FANOUT set to non-default value of 32
NR_IRQS:512 nr_irqs:512 16
mpic: Setting up MPIC " OpenPIC  " version 1.2 at ffe040000, max 24 CPUs
mpic: ISU size: 512, shift: 9, mask: 1ff
mpic: Initializing for 512 sources
clocksource: timebase mult[15d17460] shift[24] registered
Console: colour dummy device 80x25
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 256
mpic: requesting IPIs...
e6500 family performance monitor hardware support registered
Brought up 24 CPUs
devtmpfs: initialized
xor: measuring software checksum speed
   8regs     :  3361.000 MB/sec
   8regs_prefetch:  2961.000 MB/sec
   32regs    :  2675.000 MB/sec
   32regs_prefetch:  2492.000 MB/sec
xor: using function: 8regs (3361.000 MB/sec)
NET: Registered protocol family 16
Found FSL PCI host bridge at 0x0000000ffe240000. Firmware bus number: 0->0
PCI host bridge /pcie at ffe240000  ranges:
 MEM 0x0000000c00000000..0x0000000c1fffffff -> 0x00000000e0000000 
  IO 0x0000000ff8000000..0x0000000ff800ffff -> 0x0000000000000000
/pcie at ffe240000: PCICSRBAR @ 0xdf000007
/pcie at ffe240000: Setup 64-bit PCI DMA window
/pcie at ffe240000: DMA window size is 0xdf000007
EDAC PCI0: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe240000.pcie' (INTERRUPT)
MPC85xx_edac acquired irq 20 for PCI Err
MPC85xx_edac PCI err registered
Found FSL PCI host bridge at 0x0000000ffe260000. Firmware bus number: 0->0
PCI host bridge /pcie at ffe260000  ranges:
 MEM 0x0000000c40000000..0x0000000c5fffffff -> 0x00000000e0000000 
  IO 0x0000000ff8020000..0x0000000ff802ffff -> 0x0000000000000000
/pcie at ffe260000: PCICSRBAR @ 0xdf000007
/pcie at ffe260000: Setup 64-bit PCI DMA window
/pcie at ffe260000: DMA window size is 0xdf000007
EDAC PCI1: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe260000.pcie' (INTERRUPT)
MPC85xx_edac acquired irq 22 for PCI Err
MPC85xx_edac PCI err registered
Found FSL PCI host bridge at 0x0000000ffe270000. Firmware bus number: 0->0
PCI host bridge /pcie at ffe270000  ranges:
 MEM 0x0000000c60000000..0x0000000c7fffffff -> 0x00000000e0000000 
  IO 0x0000000ff8030000..0x0000000ff803ffff -> 0x0000000000000000
/pcie at ffe270000: PCICSRBAR @ 0xdf000007
/pcie at ffe270000: Setup 64-bit PCI DMA window
/pcie at ffe270000: DMA window size is 0xdf000007
EDAC PCI2: Giving out device to module 'MPC85xx_edac' controller 'mpc85xx_pci_err': DEV 'ffe270000.pcie' (INTERRUPT)
MPC85xx_edac acquired irq 23 for PCI Err
MPC85xx_edac PCI err registered
software IO TLB [mem 0x0a27b000-0x0e27b000] (64MB) mapped at [c00000000a27b000-c00000000e27afff]
PCI: Probing PCI hardware
fsl-pci ffe240000.pcie: PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x0000-0xffff])
pci_bus 0000:00: root bus resource [mem 0xc00000000-0xc1fffffff] (bus address [0xe0000000-0xffffffff])
pci_bus 0000:00: root bus resource [bus 00]
pci 0000:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci 0000:00:00.0: PCI bridge to [bus 01-ff]
fsl-pci ffe260000.pcie: PCI host bridge to bus 0001:00
pci_bus 0001:00: root bus resource [io  0x21000-0x30fff] (bus address [0x0000-0xffff])
pci_bus 0001:00: root bus resource [mem 0xc40000000-0xc5fffffff] (bus address [0xe0000000-0xffffffff])
pci_bus 0001:00: root bus resource [bus 00]
pci 0001:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci 0001:00:00.0: PCI bridge to [bus 01-ff]
fsl-pci ffe270000.pcie: PCI host bridge to bus 0002:00
pci_bus 0002:00: root bus resource [io  0x32000-0x41fff] (bus address [0x0000-0xffff])
pci_bus 0002:00: root bus resource [mem 0xc60000000-0xc7fffffff] (bus address [0xe0000000-0xffffffff])
pci_bus 0002:00: root bus resource [bus 00]
pci 0002:00:00.0: ignoring class 0x0b2000 (doesn't match header type 01)
pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci 0002:00:00.0: PCI bridge to [bus 01-ff]
pci 0000:00:00.0: PCI bridge to [bus 01]
pci 0000:00:00.0:   bridge window [io  0x10000-0x1ffff]
pci 0000:00:00.0:   bridge window [mem 0xc00000000-0xc1fffffff]
pci 0001:00:00.0: PCI bridge to [bus 01]
pci 0001:00:00.0:   bridge window [io  0x21000-0x30fff]
pci 0001:00:00.0:   bridge window [mem 0xc40000000-0xc5fffffff]
pci 0002:00:00.0: PCI bridge to [bus 01]
pci 0002:00:00.0:   bridge window [io  0x32000-0x41fff]
pci 0002:00:00.0:   bridge window [mem 0xc60000000-0xc7fffffff]
fsl-ifc ffe124000.localbus: Freescale Integrated Flash Controller
bio: create slab <bio-0> at 0
raid6: altivecx1  1025 MB/s
raid6: altivecx2  1709 MB/s
raid6: altivecx4  2824 MB/s
raid6: altivecx8  2712 MB/s
raid6: int64x1    480 MB/s
raid6: int64x2    833 MB/s
raid6: int64x4   1223 MB/s
raid6: int64x8   1086 MB/s
raid6: using algorithm altivecx4 (2824 MB/s)
raid6: using intx1 recovery algorithm
vgaarb: loaded
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
PTP clock support registered
EDAC MC: Ver: 3.0.0
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 portal initialised, cpu 4
Bman portal initialised, cpu 5
Bman portal initialised, cpu 6
Bman portal initialised, cpu 7
Bman portal initialised, cpu 8
Bman portal initialised, cpu 9
Bman portal initialised, cpu 10
Bman portal initialised, cpu 11
Bman portal initialised, cpu 12
Bman portal initialised, cpu 13
Bman portal initialised, cpu 14
Bman portal initialised, cpu 15
Bman portal initialised, cpu 16
Bman portal initialised, cpu 17
Bman portal initialised, cpu 18
Bman portal initialised, cpu 19
Bman portal initialised, cpu 20
Bman portal initialised, cpu 21
Bman portal initialised, cpu 22
Bman portal initialised, cpu 23
Bman portals initialised
Qman err interrupt handler present
QMan: Allocated lookup table at 8000000000000000, entry count 65537
Qman portal initialised, cpu 0
Qman portal initialised, cpu 1
Qman portal initialised, cpu 2
Qman portal initialised, cpu 3
Qman portal initialised, cpu 4
Qman portal initialised, cpu 5
Qman portal initialised, cpu 6
Qman portal initialised, cpu 7
Qman portal initialised, cpu 8
Qman portal initialised, cpu 9
Qman portal initialised, cpu 10
Qman portal initialised, cpu 11
Qman portal initialised, cpu 12
Qman portal initialised, cpu 13
Qman portal initialised, cpu 14
Qman portal initialised, cpu 15
Qman portal initialised, cpu 16
Qman portal initialised, cpu 17
Qman portal initialised, cpu 18
Qman portal initialised, cpu 19
Qman portal initialised, cpu 20
Qman portal initialised, cpu 21
Qman portal initialised, cpu 22
Qman portal initialised, cpu 23
Qman portals initialised
Bman: BPID allocator includes range 32:32
Qman: FQID allocator includes range 256:512
Qman: FQID allocator includes range 32768:32768
Qman: CGRID allocator includes range 0:256
Qman: pool channel allocator includes range 1025:15
Switched to clocksource timebase
NET: Registered protocol family 2
TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP: reno registered
UDP hash table entries: 4096 (order: 5, 131072 bytes)
UDP-Lite hash table entries: 4096 (order: 5, 131072 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: 30352K (c00000002e25b000 - c00000002ffff000)
audit: initializing netlink socket (disabled)
type=2000 audit(1.355:1): initialized
HugeTLB registered 1 MB page size, pre-allocated 0 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
HugeTLB registered 16 MB page size, pre-allocated 0 pages
HugeTLB registered 64 MB page size, pre-allocated 0 pages
HugeTLB registered 256 MB page size, pre-allocated 0 pages
HugeTLB registered 1 GB page size, pre-allocated 0 pages
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
NTFS driver 2.1.30 [Flags: R/O].
jffs2: version 2.2. (NAND) ?© 2001-2006 Red Hat, Inc.
msgmni has been set to 11777
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250.0: ttyS0 at MMIO 0xffe11c500 (irq = 36, base_baud = 22916666) is a 16550A
console [ttyS0] enabled, bootconsole disabled
console [ttyS0] enabled, bootconsole disabled
serial8250.0: ttyS1 at MMIO 0xffe11c600 (irq = 36, base_baud = 22916666) is a 16550A
serial8250.0: ttyS2 at MMIO 0xffe11d500 (irq = 37, base_baud = 22916666) is a 16550A
serial8250.0: ttyS3 at MMIO 0xffe11d600 (irq = 37, base_baud = 22916666) is a 16550A
ePAPR hypervisor byte channel driver
brd: module loaded
loop: module loaded
rbd: loaded rbd (rados block device)
Loading iSCSI transport class v2.0-870.
iscsi: registered transport (tcp)
mpt2sas version 16.100.00.00 loaded
mpt3sas version 02.100.00.00 loaded
st: Version 20101219, fixed bufsize 32768, s/g segs 256
fsl-sata ffe220000.sata: Sata FSL Platform/CSB Driver init
scsi0 : sata_fsl
ata1: SATA max UDMA/133 irq 68
fsl-sata ffe221000.sata: Sata FSL Platform/CSB Driver init
scsi1 : sata_fsl
ata2: SATA max UDMA/133 irq 69
fe8000000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x002801
Amd/Fujitsu Extended Query Table at 0x0040
  Amd/Fujitsu Extended Query version 1.5.
number of CFI chips: 1
ONFI param page 0 valid
ONFI flash detected
NAND device: Manufacturer ID: 0x2c, Chip ID: 0x48 (Micron MT29F16G08ABABAWP), 2048MiB, page size: 4096, OOB size: 224
Bad block table found at page 524160, version 0x01
Bad block table found at page 524032, version 0x01
fsl,ifc-nand fff800000.nand: IFC NAND device at 0xfff800000, bank 1
fsl_espi ffe110000.spi: master is unqueued, this is deprecated
m25p80 spi32766.0: unrecognized JEDEC id ffffff
fsl_espi ffe110000.spi: at 0x80000800803e8000 (irq = 53)
libphy: Fixed MDIO Bus: probed
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
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
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
cpu5/5: > WARNING (FM) [CPU05, drivers/net/ethernet/freescale/fman/Peripherals/FM/fm.c:3523 FM_Init]: 
cpu5/5: Hack: No FM reset!
cpu5/5: 
cpu5/5: > WARNING (FM) [CPU05, drivers/net/ethernet/freescale/fman/Peripherals/FM/fm.c:3523 FM_Init]: 
cpu5/5: Hack: No FM reset!
cpu5/5: 
Freescale FM module (Feb 24 2015:20:19:13), FMD API version 21.1.0
Freescale FM Ports module (Feb 24 2015:20:19:14)
dpaa_debugfs: FSL DPAA Ethernet debugfs entries ()
dpaa_generic_debugfs: FSL DPAA Ethernet debugfs entries ()
fsl_mac: fsl_mac: FSL FMan MAC API based driver ()
fsl_mac ffe4e0000.ethernet: FMan MEMAC
fsl_mac ffe4e0000.ethernet: FMan MAC address: 00:10:f3:41:35:d4
fsl_mac ffe4e2000.ethernet: FMan MEMAC
fsl_mac ffe4e2000.ethernet: FMan MAC address: 00:10:f3:41:35:d5
fsl_mac ffe4e4000.ethernet: FMan MEMAC
fsl_mac ffe4e4000.ethernet: FMan MAC address: 00:10:f3:41:35:d6
fsl_mac ffe4e6000.ethernet: FMan MEMAC
fsl_mac ffe4e6000.ethernet: FMan MAC address: 00:10:f3:41:35:d7
fsl_mac ffe4f0000.ethernet: of_get_mac_address(/soc at ffe000000/fman at 400000/ethernet at f0000) failed
fsl_mac: probe of ffe4f0000.ethernet failed with error -22
fsl_mac ffe4f2000.ethernet: of_get_mac_address(/soc at ffe000000/fman at 400000/ethernet at f2000) failed
fsl_mac: probe of ffe4f2000.ethernet failed with error -22
fsl_mac ffe5e0000.ethernet: of_get_mac_address(/soc at ffe000000/fman at 500000/ethernet at e0000) failed
fsl_mac: probe of ffe5e0000.ethernet failed with error -22
fsl_mac ffe5e2000.ethernet: of_get_mac_address(/soc at ffe000000/fman at 500000/ethernet at e2000) failed
fsl_mac: probe of ffe5e2000.ethernet failed with error -22
fsl_mac ffe5e4000.ethernet: of_get_mac_address(/soc at ffe000000/fman at 500000/ethernet at e4000) failed
fsl_mac: probe of ffe5e4000.ethernet failed with error -22
fsl_mac ffe5e6000.ethernet: of_get_mac_address(/soc at ffe000000/fman at 500000/ethernet at e6000) failed
fsl_mac: probe of ffe5e6000.ethernet failed with error -22
fsl_mac ffe5f0000.ethernet: of_get_mac_address(/soc at ffe000000/fman at 500000/ethernet at f0000) failed
fsl_mac: probe of ffe5f0000.ethernet failed with error -22
fsl_mac ffe5f2000.ethernet: of_get_mac_address(/soc at ffe000000/fman at 500000/ethernet at f2000) failed
fsl_mac: probe of ffe5f2000.ethernet failed with error -22
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 ethernet.24: dev_get_drvdata(ffe4f0000.ethernet) failed
fsl_dpa: probe of ethernet.24 failed with error -22
fsl_dpa ethernet.25: dev_get_drvdata(ffe4f2000.ethernet) failed
fsl_dpa: probe of ethernet.25 failed with error -22
fsl_dpa ethernet.26: dev_get_drvdata(ffe5e0000.ethernet) failed
fsl_dpa: probe of ethernet.26 failed with error -22
fsl_dpa ethernet.27: dev_get_drvdata(ffe5e2000.ethernet) failed
fsl_dpa: probe of ethernet.27 failed with error -22
fsl_dpa ethernet.28: dev_get_drvdata(ffe5e4000.ethernet) failed
fsl_dpa: probe of ethernet.28 failed with error -22
fsl_dpa ethernet.29: dev_get_drvdata(ffe5e6000.ethernet) failed
fsl_dpa: probe of ethernet.29 failed with error -22
fsl_dpa ethernet.30: dev_get_drvdata(ffe5f0000.ethernet) failed
fsl_dpa: probe of ethernet.30 failed with error -22
ata2: No Device OR PHYRDY change,Hstatus = 0xa0000000
ata2: SATA link down (SStatus 10 SControl 300)
ata1: Signature Update detected @ 504 msecs
fsl_dpa ethernet.31: dev_get_drvdata(ffe5f2000.ethernet) failed
fsl_dpa: probe of ethernet.31 failed with error -22
fsl_dpa_shared: FSL DPAA Shared Ethernet driver ()
fsl_dpa_proxy: FSL DPAA Proxy initialization driver ()
fsl_oh: FSL FMan Offline Parsing port driver ()
e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
fsl-of-dma ffe100300.dma: dma channel dma-uio0-0 initialized
fsl-of-dma ffe100300.dma: dma channel dma-uio0-1 initialized
fsl-of-dma ffe100300.dma: dma channel dma-uio0-2 initialized
fsl-of-dma ffe100300.dma: dma channel dma-uio0-3 initialized
fsl-of-dma ffe100300.dma: dma channel dma-uio0-4 initialized
fsl-of-dma ffe100300.dma: dma channel dma-uio0-5 initialized
fsl-of-dma ffe100300.dma: dma channel dma-uio0-6 initialized
fsl-of-dma ffe100300.dma: dma channel dma-uio0-7 initialized
fsl-of-dma ffe101300.dma: dma channel dma-uio1-0 initialized
fsl-of-dma ffe101300.dma: dma channel dma-uio1-1 initialized
fsl-of-dma ffe101300.dma: dma channel dma-uio1-2 initialized
fsl-of-dma ffe101300.dma: dma channel dma-uio1-3 initialized
fsl-of-dma ffe101300.dma: dma channel dma-uio1-4 initialized
fsl-of-dma ffe101300.dma: dma channel dma-uio1-5 initialized
fsl-of-dma ffe101300.dma: dma channel dma-uio1-6 initialized
fsl-of-dma ffe101300.dma: dma channel dma-uio1-7 initialized
fsl-of-dma ffe102300.dma: dma channel dma-uio2-0 initialized
fsl-of-dma ffe102300.dma: dma channel dma-uio2-1 initialized
fsl-of-dma ffe102300.dma: dma channel dma-uio2-2 initialized
fsl-of-dma ffe102300.dma: dma channel dma-uio2-3 initialized
fsl-of-dma ffe102300.dma: dma channel dma-uio2-4 initialized
fsl-of-dma ffe102300.dma: dma channel dma-uio2-5 initialized
fsl-of-dma ffe102300.dma: dma channel dma-uio2-6 initialized
fsl-of-dma ffe102300.dma: dma channel dma-uio2-7 initialized
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-8: WDC WD5000AZLX-00K4KA0, 80.00A80, max UDMA/133
ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 16/32)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000AZLX-0 80.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 0:0:0:0: [sda] 4096-byte physical blocks
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: Attached scsi generic sg0 type 0
 sda: sda1
sd 0:0:0:0: [sda] Attached SCSI disk
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
fsl-ehci fsl-ehci.0: irq 44, io mem 0xffe210000
fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
fsl-ehci fsl-ehci.1: irq 45, io mem 0xffe211000
fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
usbcore: registered new interface driver usb-storage
i2c /dev entries driver
mpc-i2c ffe118000.i2c: timeout 1000000 us
rtc-ds1374 0-0068: rtc core: registered ds1374 as rtc0
mpc-i2c ffe118100.i2c: timeout 1000000 us
mpc-i2c ffe119000.i2c: timeout 1000000 us
mpc-i2c ffe119100.i2c: timeout 1000000 us
hwmon_vid: Unknown VRM version of your CPU
w83793 0-002f: Registered watchdog chardev major 10, minor: 130
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
Freescale(R) MPC85xx EDAC driver, (C) 2006 Montavista Software
EDAC MC0: Giving out device to 'MPC85xx_edac' 'mpc85xx_mc_err': DEV mpc85xx_mc_err
MPC85xx_edac acquired irq 490 for MC
MPC85xx_edac MC err registered
EDAC MC1: Giving out device to 'MPC85xx_edac' 'mpc85xx_mc_err': DEV mpc85xx_mc_err
MPC85xx_edac acquired irq 489 for MC
MPC85xx_edac MC err registered
EDAC MC2: Giving out device to 'MPC85xx_edac' 'mpc85xx_mc_err': DEV mpc85xx_mc_err
MPC85xx_edac acquired irq 488 for MC
MPC85xx_edac MC err registered
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
mmc0: SDHCI controller on ffe114000.sdhc [ffe114000.sdhc] using ADMA
platform caam_qi.0: Linux CAAM Queue I/F driver initialised
caam ffe300000.crypto: Instantiated RNG4 SH0
mmc0: new high speed SDHC card at address b368
caam ffe300000.crypto: Instantiated RNG4 SH1
caam ffe300000.crypto: device ID = 0x0a1c020000000000 (Era 6)
caam ffe300000.crypto: job rings = 4, qi = 1
caam algorithms registered in /proc/crypto
caam_jr ffe301000.jr: registering rng-caam
caam ffe300000.crypto: fsl,sec-v5.0 algorithms registered in /proc/crypto
platform caam_qi.0: fsl,sec-v5.0 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
fsl-pme ffe316000.pme: ver: 0x00100201
Freescale pme2 db driver
mmcblk0: mmc0:b368 SDC   7.45 GiB 
Freescale pme2 scan driver
 mmcblk0: p1
fsl-pme2-scan: device pme_scan registered
fsl-of-rman ffe1e0000.rman: Of-device /soc at ffe000000/rman at 1e0000 initialized
fsl-of-rman ffe1e0000.rman: RMan inbound block0 initialized.
fsl-of-rman ffe1e0000.rman: RMan inbound block1 initialized.
fsl-of-rman ffe1e0000.rman: RMan inbound block2 initialized.
fsl-of-rman ffe1e0000.rman: RMan inbound block3 initialized.
dce_sys_init done!
fsl-dce ffe312000.dce: Device /soc at ffe000000/dce at 312000 initialized ver: 0x0af00101

Freescale hypervisor management driver
fsl-hv: no hypervisor found
ipip: IPv4 over IPv4 tunneling driver
TCP: cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 10
sit: IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
8021q: 802.1Q VLAN Support v1.8
Key type dns_resolver registered
Key type ceph registered
libceph: loaded (mon/osd proto 15/24)
openvswitch: Open vSwitch switching datapath
fsl_dpa_macless: FSL DPAA MACless Ethernet driver ()
fsl_dpa_generic: FSL DPAA Generic Ethernet driver ()
rtc-ds1374 0-0068: setting system clock to 2015-04-11 02:47:32 UTC (1428720452)
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
RAMDISK: gzip image found at block 0
VFS: Mounted root (ext2 filesystem) on device 1:0.
devtmpfs: mounted
Freeing unused kernel memory: 332K (c000000000acd000 - c000000000b20000)
INIT: version 2.88 booting
Starting udev
udevd[1650]: starting version 182
Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
bootlogd.
Populating dev cache
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.all.rp_filter = 0
Running postinst /etc/rpm-postinsts/100-sysvinit-inittab...
Running postinst /etc/rpm-postinsts/101-util-linux-readprofile...
Running postinst /etc/rpm-postinsts/102-debianutils...
Running postinst /etc/rpm-postinsts/103-inetutils-inetd...
Running postinst /etc/rpm-postinsts/104-inetutils-telnetd...
Running postinst /etc/rpm-postinsts/105-inetutils-tftpd...
Running postinst /etc/rpm-postinsts/106-inetutils-ftpd...
update-rc.d: /etc/init.d/run-postinsts exists during rc.d purge (continuing)
INIT: Entering runlevel: 5
Configuring network interfaces... done.
Starting system message bus: dbus.
Starting Dropbear SSH server: Generating key, this may take a while...
Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAKGMRV3arkVuWzkjdW0owAh7xdWrl+cWrsZq/AOMx5KO1YNFIUjOkEbqbjbWLoqZYFNj0XohzEqBxt+mis6D56GwzPlabdwTlXZdm0bBS7FN8YyytHjLRdol09mDphogmRuBBqhLuPvZSYtkbDCJxbojYQmm9okexn4/mm
dV2Hg8GODSTIa3ticm4Qn8iupl1AZLHcyz9vPFdyEPVQxoRqYtS5P/YmBztSUYoi5BRbEPTEaQdfWkJk1Z4RH+3n8KVi/VdtFz74bohii5lyPS0Ivfkg1iUmn8KhDvE9Skdjo5qYlLkib1ZG7ZzeIqp+RKyJpNAJoZiirZH5xeNNZs9 root at t4240rdb
Fingerprint: md5 9a:ca:ab:fe:d3:b2:d3:dc:d6:36:b8:46:71:63:fb:fc
dropbear.
Starting network benchmark server: netserver.
Starting system log daemon...0
Starting kernel log daemon...0
Starting internet superserver: xinetd.
Stopping Bootlog daemon: bootlogd.

Poky (Yocto Project Reference Distro) 1.6 t4240rdb /dev/ttyS0

t4240rdb login: root
root at t4240rdb:~# 
root at t4240rdb:~# 


More information about the yocto mailing list