I built a kernel using fsl-image-kernelitb using the 0.5 SDK and unlike the other builds, the root password is not null. I have tried all the usual default passwords and none of them work. What is the default password?
For the poor souls who might come around here with the same pain, I just had some luck with user/user. It is in fact documented in https://github.com/nxp-imx/meta-nxp-desktop.
Default pass for root user is root.
Adrian
I have tried "root" and it does not work.
Freescale Linux LS1043A SDK, Rev. A
Did you read the prior reply? I have tried user root, password root. IT DOES NOT WORK. Please see the initial question for a precise description of the build in the unit.
I still have not received a reply on this. I am wondering if there could be a problem with the serial line configuration. I would not think so, since it does display "root" when I type "root".
The dialog is below:
Poky (Yocto Project Reference Distro) 1.6.1 ls1043ardb /dev/ttyS0
ls1043ardb login: root
Password:
Login incorrect
ls1043ardb login:
Configuration is below:
=>
baudrate=115200
bootargs=console=ttyS0,115200 root=/dev/ram0 rw rootdelay=5
bootcmd=ext2load mmc 0 a0000000 $itb && bootm a0000000
bootdelay=10
console=ttyAMA0,115200n8
eth1addr=00:04:9F:03:DD:12
eth2addr=00:04:9F:03:DD:13
eth3addr=00:04:9F:03:DD:14
eth4addr=00:04:9F:03:DD:15
eth5addr=00:04:9F:03:DD:16
eth6addr=00:04:9F:03:DD:17
ethact=FM1@DTSEC3
ethaddr=00:04:9F:03:DD:11
ethprime=FM1@DTSEC3
fdt_high=0xffffffffffffffff
filesize=2185783
fman_ucode=60300000
hwconfig=fsl_ddr:bank_intlv=auto
initrd_high=0xffffffffffffffff
itb=kernel-fsl-ls1043a-rdb.dtb-ls1043ardb-20160222124800.itb
kernel_addr=0x100000
kernel_load=0xa0000000
kernel_size=0x2800000
kernel_start=0xa0000000
loadaddr=0x80100000
ramdisk_addr=0x800000
ramdisk_size=0x2000000
stderr=serial
stdin=serial
stdout=serial
Environment size: 842/8188 bytes
=>
Try with:
bootargs root=/dev/mmcblk0p1 rw rootdelay=5 console=ttyS0,115200
With your setting it looks that you load filesystem from ram0.
Adrian
Hi Adrian,
When I change the parameters to boot directly from the SD chip, the kernel crashes – see below.
Thanks,
Don
=> printenv
baudrate=115200
bootargs=console=ttyS0,115200 root=/dev/ram0 rw rootdelay=5
bootcmd=ext2load mmc 0 a0000000 $itb && bootm a0000000
bootdelay=10
console=ttyAMA0,115200n8
eth1addr=00:04:9F:03:DD:12
eth2addr=00:04:9F:03:DD:13
eth3addr=00:04:9F:03:DD:14
eth4addr=00:04:9F:03:DD:15
eth5addr=00:04:9F:03:DD:16
eth6addr=00:04:9F:03:DD:17
ethact=FM1@DTSEC3
ethaddr=00:04:9F:03:DD:11
ethprime=FM1@DTSEC3
fdt_high=0xffffffffffffffff
filesize=2185783
fman_ucode=60300000
hwconfig=fsl_ddr:bank_intlv=auto
initrd_high=0xffffffffffffffff
itb=kernel-fsl-ls1043a-rdb.dtb-ls1043ardb-20160222124800.itb
kernel_addr=0x100000
kernel_load=0xa0000000
kernel_size=0x2800000
kernel_start=0xa0000000
loadaddr=0x80100000
ramdisk_addr=0x800000
ramdisk_size=0x2000000
stderr=serial
stdin=serial
stdout=serial
Environment size: 842/8188 bytes
=> setenv bootargs 'root=/dev/mmcblk0p1 rw rootdelay=5 console=ttyS0,115200'
=> saveenv
Saving Environment to MMC...
Writing to MMC(0)... done
=>
U-Boot SPL 2015.01QorIQ-SDK-V1.7+gc297f5b (Jan 22 2016 - 13:25:02)
Initializing DDR....
U-Boot 2015.01QorIQ-SDK-V1.7+gc297f5b (Jan 22 2016 - 13:25:02)
Clock Configuration:
CPU0(A53):1600 MHz CPU1(A53):1600 MHz CPU2(A53):1600 MHz
CPU3(A53):1600 MHz
Bus: 400 MHz DDR: 1600 MT/s FMAN: 500 MHz
Reset Configuration Word (RCW):
00000000: 08100010 0a000000 00000000 00000000
00000010: 14550002 80004012 60040000 c1002000
00000020: 00000000 00000000 00000000 00038800
00000030: 00000000 00001100 00000096 00000001
Board: LS1043ARDB, boot from SD
CPLD: V1.4
PCBA: V2.0
SERDES Reference Clocks:
SD1_CLK1 = 156.25MHZ, SD1_CLK2 = 100.00MHZ
I2C: ready
DRAM: Detected UDIMM Fixed DDR on board
2 GiB (DDR4, 32-bit, CL=11, ECC off)
Using SERDES1 Protocol: 5205 (0x1455)
fman_port_enet_if:71: port(FM1_DTSEC3) is OK
fman_port_enet_if:77: port(FM1_DTSEC4) is OK
Flash: 128 MiB
NAND: 512 MiB
MMC: FSL_SDHC: 0
EEPROM: NXID v1
PCIe1: disabled
PCIe2: Root Complex no link, regs @ 0x3500000
PCIe3: Root Complex no link, regs @ 0x3600000
In: serial
Out: serial
Err: serial
Net: Fman1: Uploading microcode version 106.4.15
FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3 , FM1@DTSEC4, FM1@DTSEC5, FM1@DTSEC6, FM1@TGEC1
Hit any key to stop autoboot: 0
35149699 bytes read in 3766 ms (8.9 MiB/s)
Loading kernel from FIT Image at a0000000 ...
Using 'config@1' configuration
Trying 'kernel@1' kernel subimage
Description: ARM64 Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0xa00000dc
Data Size: 4408289 Bytes = 4.2 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x80080000
Entry Point: 0x80080000
Verifying Hash Integrity ... OK
Loading ramdisk from FIT Image at a0000000 ...
Using 'config@1' configuration
Trying 'ramdisk@1' ramdisk subimage
Description: LS1043 Ramdisk
Type: RAMDisk Image
Compression: uncompressed
Data Start: 0xa043b540
Data Size: 30711544 Bytes = 29.3 MiB
Architecture: AArch64
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: 0xa0434574
Data Size: 28481 Bytes = 27.8 KiB
Architecture: AArch64
Verifying Hash Integrity ... OK
Loading fdt from 0xa0434574 to 0x90000000
Booting using the fdt blob at 0x90000000
Uncompressing Kernel Image ... OK
reserving fdt memory region: addr=80000000 size=10000
Using Device Tree in place at 0000000090000000, end 0000000090019f40
Starting kernel ...
Booting Linux on physical CPU 0x0
Initializing cgroup subsys cpu
Linux version 3.19.3+ (don@don-LTJ843) (gcc version 4.8.3 20140401 (prerelease) (Linaro GCC 4.8-2014.04) ) #2 SMP PREEMPT Mon Feb 1 08:46:56 PST 2016
CPU: AArch64 Processor revision 4
Detected VIPT I-cache on CPU0
efi: Getting EFI parameters from FDT:
efi: UEFI not found.
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 0x00000000fb000000
psci: probing for conduit method from DT.
psci: PSCIv0.2 detected in firmware.
psci: Using standard PSCI v0.2 function IDs
PERCPU: Embedded 14 pages/cpu @ffffffc07fd8f000 s18880 r8192 d30272 u57344
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 515592
Kernel command line: root=/dev/mmcblk0p1 rw rootdelay=5 console=ttyS0,115200
log_buf_len individual max cpu contribution: 4096 bytes
log_buf_len total cpu_extra contributions: 12288 bytes
log_buf_len min size: 16384 bytes
log_buf_len: 32768 bytes
early log buf free: 14628(89%)
PID hash table entries: 4096 (order: 3, 32768 bytes)
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Memory: 1948764K/2095104K available (6497K kernel code, 460K rwdata, 2204K rodata, 284K init, 709K bss, 129956K reserved, 16384K cma-reserved)
Virtual kernel memory layout:
vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
0xffffffbdc2000000 - 0xffffffbdc3ff8000 ( 31 MB actual)
PCI I/O : 0xffffffbffa000000 - 0xffffffbffb000000 ( 16 MB)
fixed : 0xffffffbffbdfd000 - 0xffffffbffbdff000 ( 8 KB)
modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
memory : 0xffffffc000000000 - 0xffffffc07fe00000 ( 2046 MB)
.init : 0xffffffc000902000 - 0xffffffc000949000 ( 284 KB)
.text : 0xffffffc000080000 - 0xffffffc0009015e4 ( 8710 KB)
.data : 0xffffffc000956000 - 0xffffffc0009c9000 ( 460 KB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Preemptible hierarchical RCU implementation.
RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
NR_IRQS:64 nr_irqs:64 0
Architected cp15 timer(s) running at 25.00MHz (phys).
sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 2748779069440ns
Console: colour dummy device 80x25
Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
Initializing cgroup subsys memory
Initializing cgroup subsys hugetlb
hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 7 counters available
EFI services will not be available.
CPU1: Booted secondary processor
Detected VIPT I-cache on CPU1
CPU2: Booted secondary processor
Detected VIPT I-cache on CPU2
CPU3: Booted secondary processor
Detected VIPT I-cache on CPU3
Brought up 4 CPUs
SMP: Total of 4 processors activated.
devtmpfs: initialized
DMI not present or invalid.
NET: Registered protocol family 16
Bman ver:0a02,02,01
qman-fqd addr 0xff800000 size 0x400000
qman-pfdr addr 0xfc000000 size 0x2000000
Qman ver:0a01,03,02
vdso: 2 pages (1 code @ ffffffc00095d000, 1 data @ ffffffc00095c000)
hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
software IO TLB (4MB) mapped at
DMA: preallocated 256 KiB pool for atomic allocations
Serial: AMBA PL011 UART driver
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
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 0xfe000000 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: Allocated lookup table at ffffff80001cd000, entry count 65537
QMan Pool Channel base 0x401
Parse QMan portal irq 41
Parse QMan portal irq 42
Parse QMan portal irq 43
Parse QMan portal irq 44
Parse QMan portal irq 45
Parse QMan portal irq 46
Parse QMan portal irq 47
Parse QMan portal irq 48
Parse QMan portal irq 49
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 'usdpaa_mem' bootarg
fsl-ifc 1530000.ifc: Freescale Integrated Flash Controller
fsl-ifc 1530000.ifc: IFC version 1.4, 8 banks
Switched to clocksource arch_sys_counter
NET: Registered protocol family 2
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP: reno registered
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: 29988K (ffffffc02043c000 - ffffffc022185000)
kvm : HYP mode not available
futex hash table entries: 1024 (order: 4, 65536 bytes)
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(0.240:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
fuse init (API version 7.23)
9p: Installing v9fs 9p2000 file system support
io scheduler noop registered
io scheduler cfq registered (default)
layerscape-pcie 3500000.pcie: phy link never came up
layerscape-pcie 3500000.pcie: PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource
pci_bus 0000:00: root bus resource (bus address )
pci_bus 0000:00: root bus resource
pci 0000:00:00.0: BAR 1: assigned
pci 0000:00:00.0: BAR 0: assigned
pci 0000:00:00.0: BAR 6: assigned
pci 0000:00:00.0: PCI bridge to
layerscape-pcie 3600000.pcie: phy link never came up
layerscape-pcie 3600000.pcie: PCI host bridge to bus 0001:00
pci_bus 0001:00: root bus resource (bus address )
pci_bus 0001:00: root bus resource (bus address )
pci_bus 0001:00: root bus resource
pci 0001:00:00.0: BAR 1: assigned
pci 0001:00:00.0: BAR 0: assigned
pci 0001:00:00.0: BAR 6: assigned
pci 0001:00:00.0: PCI bridge to
PM: Power Management driver initialized.
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
console disabled
21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 26, base_baud = 25000000) is a 16550A
console enabled
21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 26, base_baud = 25000000) is a 16550A
21d0500.serial: ttyS2 at MMIO 0x21d0500 (irq = 27, base_baud = 25000000) is a 16550A
21d0600.serial: ttyS3 at MMIO 0x21d0600 (irq = 27, base_baud = 25000000) is a 16550A
brd: module loaded
loop: module loaded
ahci 3200000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
ahci 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
scsi host0: ahci_platform
ata1: SATA max UDMA/133 mmio port 0x100 irq 34
60000000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000089 Chip ID 0x00227e
Amd/Fujitsu Extended Query Table at 0x0040
Amd/Fujitsu Extended Query version 1.3.
number of CFI chips: 1
10 ofpart partitions found on MTD device 60000000.nor
Creating 10 MTD partitions on "60000000.nor":
0x000000000000-0x000000100000 : "NOR bank0 RCW Image"
0x000000100000-0x000000200000 : "NOR bank0 U-Boot Image"
0x000000200000-0x000000300000 : "NOR bank0 U-Boot Env"
0x000000300000-0x000000400000 : "NOR bank0 FMan ucode"
0x000001100000-0x000003900000 : "NOR bank0 FIT Image"
0x000004000000-0x000004100000 : "NOR bank4 RCW Image"
0x000004100000-0x000004200000 : "NOR bank4 U-Boot Image"
0x000004200000-0x000004300000 : "NOR bank4 U-Boot Env"
0x000004300000-0x000004400000 : "NOR bank4 FMan ucode"
0x000005100000-0x000007900000 : "NOR bank4 FIT Image"
nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
nand: Micron MT29F4G08ABBDAH4
nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
Bad block table found at page 262080, version 0x01
Bad block table found at page 262016, version 0x01
3 ofpart partitions found on MTD device 7e800000.flash
Creating 3 MTD partitions on "7e800000.flash":
0x000000000000-0x000000100000 : "NAND U-Boot Image"
0x000000140000-0x000000142000 : "NAND U-Boot Env"
mtd: partition "NAND U-Boot Env" doesn't end on an erase block -- force read-only
0x000000200000-0x000001600000 : "NAND FIT Image"
fsl,ifc-nand 7e800000.nand: IFC NAND device at 0x7e800000, bank 1
m25p80 spi0.0: n25q128a13 (16384 Kbytes)
4 ofpart partitions found on MTD device spi0.0
Creating 4 MTD partitions on "spi0.0":
0x000000000000-0x000000100000 : "u-boot"
0x000000100000-0x000000600000 : "kernel"
0x000000600000-0x000000700000 : "dtb"
0x000000700000-0x000001000000 : "file system"
libphy: Fixed MDIO Bus: probed
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@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
DBG: UUUUUUUUUUUUUU hcCh ?8?
<<>><<< p_LnxWrpFmDev->fmPhysBaseAddr = 0x1a00000
<<>><<< p_LnxWrpFmDev->fmBaseAddr = 0xffffff8008680000
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 1ae0000.ethernet: FMan MEMAC
fsl_mac 1ae0000.ethernet: FMan MAC address: 00:04:9f:03:dd:11
fsl_mac 1ae2000.ethernet: FMan MEMAC
fsl_mac 1ae2000.ethernet: FMan MAC address: 00:04:9f:03:dd:12
fsl_mac 1ae4000.ethernet: FMan MEMAC
fsl_mac 1ae4000.ethernet: FMan MAC address: 00:04:9f:03:dd:13
fsl_mac 1ae6000.ethernet: FMan MEMAC
fsl_mac 1ae6000.ethernet: FMan MAC address: 00:04:9f:03:dd:14
fsl_mac 1ae8000.ethernet: FMan MEMAC
fsl_mac 1ae8000.ethernet: FMan MAC address: 00:04:9f:03:dd:15
fsl_mac 1aea000.ethernet: FMan MEMAC
fsl_mac 1aea000.ethernet: FMan MAC address: 00:04:9f:03:dd:16
fsl_mac 1af0000.ethernet: FMan MEMAC
fsl_mac 1af0000.ethernet: FMan MAC address: 00:04:9f:03:dd:17
fsl_dpa: FSL DPAA Ethernet driver
fsl_dpa: fsl_dpa: Probed interface eth0
fsl_dpa: fsl_dpa: Probed interface eth1
ata1: SATA link down (SStatus 0 SControl 300)
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_dpa: fsl_dpa: Probed interface eth6
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.
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: irq 31, 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
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: irq 32, 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
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: irq 33, 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
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
rtc-ds1307 0-0068: rtc core: registered pt7c4338 as rtc0
rtc-ds1307 0-0068: 56 bytes nvram
i2c /dev entries driver
imx2-wdt 2ad0000.wdog: timeout 60 sec (nowayout=0)
Driver 'mmcblk' needs updating - please use bus_type methods
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 using ADMA 64-bit
platform caam_qi.0: Linux CAAM Queue I/F driver initialised
caam 1700000.crypto: Entropy delay = 3200
caam 1700000.crypto: Instantiated RNG4 SH0
caam 1700000.crypto: Instantiated RNG4 SH1
caam 1700000.crypto: device ID = 0x0a12060000000000 (Era 8)
caam 1700000.crypto: job rings = 4, qi = 1
caam algorithms registered in /proc/crypto
platform caam_qi.0: fsl,sec-v4.4 algorithms registered in /proc/crypto
caam_jr 1710000.jr: registering rng-caam
caam 1700000.crypto: fsl,sec-v4.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
ipip: IPv4 over IPv4 tunneling driver
TCP: cubic registered
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.
9pnet: Installing 9P2000 support
registered taskstats version 1
mmc0: new high speed SDHC card at address 0007
fsl_generic: FSL DPAA Generic Ethernet driver
fsl_generic: FSL DPAA Ethernet debugfs entries
rtc-ds1307 0-0068: setting system clock to 2016-02-25 14:43:55 UTC (1456411435)
fdt: not creating '/sys/firmware/fdt': CRC check failed
Waiting 5 sec before mounting root device...
mmcblk0: mmc0:0007 SD16G 14.6 GiB
mmcblk0: p1
usb usb5-port1: over-current condition
usb usb6-port1: over-current condition
RAMDISK: gzip image found at block 0
VFS: Mounted root (ext2 filesystem) on device 1:0.
EXT2-fs (mmcblk0p1): warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem) on device 179:1.
Trying to move old root to /initrd ... /initrd does not exist. Ignored.
Unmounting old root
Trying to free ramdisk memory ... failed
devtmpfs: error mounting -2
Freeing unused kernel memory: 284K (ffffffc000902000 - ffffffc000949000)
Freeing alternatives memory: 36K (ffffffc000949000 - ffffffc000952000)
Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.19.3+ #2
Hardware name: LS1043A RDB Board (DT)
Call trace:
[] secondary_start_kernel+0x124/0x134
---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.