Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: Kernel is unable to mount root fs from NFS or from MMC

$
0
0
I've been trying without success to start an ADAS board by booting and loading the rootfs from NFS or from MMC. What I've done: * Build the kernel and the toolchain was given here: http://elinux.org/R-Car/Boards/Yocto#Building_the_BSP_for_Renesas_R-Car_SILK.2C_Porter_and_Stout * Set up the parameters in multiple ways: ** using the mkBootargsNFS or mkBootargsMMC already pre-set in the boards u-boot environment ** using the lines from here: http://elinux.org/R-Car/Boards/Yocto190#For_Porter_board The result is always the same, the kernel boots but doesn't find the device: for MMC  I get  'VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error -6 ' for NFS I get    ' VFS: Unable to mount root fs via NFS, trying floppy.             VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6                   Please append a correct "root=" boot option '                      This happens although: * the nfs server is up and running properly (tested with a Lager board) * the MMC device is present and clean, the kernel is actually loaded from the sdcard - see the logs below Any ideas, why this happens? The logs for the two use cases are below. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- A typical log for NFS: = = printenv _ip=ip=10.96.21.32:10.96.22.71::255.255.255.0::eth0 _kaddr=0x40007fc0 _mem=vmalloc=386M _mmcKernelDir=/boot/uImage+dtb _mmcblk=/dev/mmcblk0p1 _mmcload=ext4load mmc 0:1 _nfsdir=/opt/poky.stout/rootfs _rootNFS=root=/dev/nfs rw nfsroot=10.96.22.71:/opt/poky.stout/rootfs rootwait _tftpKernelDir=rcar2/stout/uImage+dtb _tty=console=ttySC0,38400 _video=video=HDMI-A-1:1024x768-32@60 baudrate=38400 bootMMC=run mkBootargsMMC; run mkBootcmdMMC; run bootcmd bootNET=run mkBootargsNFS; run mkBootcmdTFTP; run bootcmd bootargs=console=ttySC0,38400 video=HDMI-A-1:1024x768-32@60 vmalloc=386M ip=10.96.21.32:10.96.22.71::255.255.255.0::eth0 root=/dev/nfs rw nfsroot=10.96.22.71:/opt/poky.stout/rootfs rootwait bootcmd=tftp 0x40007fc0 rcar2/stout/uImage; tftp 0x40f00000 rcar2/stout/uImage-r8a7790-stout.dtb; bootm 0x40007fc0 - 0x40f00000 bootdelay=3 bootm_low=0x40e00000 bootm_size=0x100000 ethact=sh_eth ethaddr=00:11:22:33:44:55 fileaddr=40F00000 filesize=952A gatewayip=10.96.20.1 ipaddr=10.96.21.32 mkBootargsMMC=run mkRootMMC; run mkIP; setenv bootargs ${_tty} ${_video} ${_mem} ${_ip} ${_rootMMC} mkBootargsNFS=run mkRootNFS; run mkIP; setenv bootargs ${_tty} ${_video} ${_mem} ${_ip} ${_rootNFS} mkBootcmdMMC=setenv bootcmd ${_mmcload} ${_kaddr} ${_mmcKernelDir}\\; bootm ${_kaddr} mkBootcmdTFTP=setenv bootcmd tftp ${_kaddr} ${_tftpKernelDir}\\; bootm ${_kaddr} mkIP=setenv _ip ip=${ipaddr}:${serverip}::${netmask}::eth0 mkRootMMC=setenv _rootMMC root=${_mmcblk} rw rootwait mkRootNFS=setenv _rootNFS root=/dev/nfs rw nfsroot=${serverip}:${_nfsdir} rootwait netmask=255.255.255.0 serverip=10.96.22.71 stderr=serial stdin=serial stdout=serial ver=U-Boot 2013.01.01-gcb82c56-dirty (Aug 10 2015 - 15:20:25) Environment size: 1777/262140 bytes = saveenv Saving Environment to SPI Flash... SF: Detected S25FL512S with page size 256 KiB, total 64 MiB Erasing SPI flash...Writing to SPI flash...done = editenv bootcmd edit: tftp 0x40007fc0 rcar2/stout/uImage; tftp 0x40f00000 rcar2/stout/uImage-r8a7790-stout.dtb; bootm 0x40007fc0 - 0x40f00000 = editenv bootargs edit: console=ttySC0,38400 video=HDMI-A-1:1024x768-32@60 vmalloc=386M ip=10.96.21.32:10.96.22.71::255.255.255.0::eth0 rw root=/dev/nfs nfsroot=10.96.22.71:/opt/poky.stout/rootfs rootwait = = = = run bootcmd sh_eth Waiting for PHY auto negotiation to complete.. done sh_eth: 100Base/Full Using sh_eth device TFTP from server 10.96.22.71; our IP address is 10.96.21.32; sending through gateway 10.96.20.1 Filename 'rcar2/stout/uImage'. Load address: 0x40007fc0 Loading: #################################################################          #################################################################          #################################################################          #############################################          5.1 MiB/s done Bytes transferred = 3515856 (35a5d0 hex) sh_eth:1 is connected to sh_eth.  Reconnecting to sh_eth sh_eth Waiting for PHY auto negotiation to complete.. done sh_eth: 100Base/Full Using sh_eth device TFTP from server 10.96.22.71; our IP address is 10.96.21.32; sending through gateway 10.96.20.1 Filename 'rcar2/stout/uImage-r8a7790-stout.dtb'. Load address: 0x40f00000 Loading: ###          3.6 MiB/s done Bytes transferred = 38186 (952a hex) ## Booting kernel from Legacy Image at 40007fc0 ...    Image Name:   Linux-3.10.31-ltsi    Image Type:   ARM Linux Kernel Image (uncompressed)    Data Size:    3515792 Bytes = 3.4 MiB    Load Address: 40008000    Entry Point:  40008000    Verifying Checksum ... OK ## Flattened Device Tree blob at 40f00000    Booting using the fdt blob at 0x40f00000    XIP Kernel Image ... OK OK    Loading Device Tree to 40ef3000, end 40eff529 ... OK Starting kernel ... Booting Linux on physical CPU 0x0 Linux version 3.10.31-ltsi (lpetrea@localhost.localdomain) (gcc version 4.8.3 20140401 (prerelease) (Linaro GCC 4.8-2014.04) ) #1 SMP PREEMPT Mon Dec 7 12:41:13 CET 2015 CPU: ARMv7 Processor [413fc0f2] revision 2 (ARMv7), cr=30c73c7d CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache Machine: r8a7790stout, model: R8A7790-stout cma: CMA: reserved 256 MiB at 70000000 cma: CMA: reserved 256 MiB at 56c00000 Memory policy: ECC disabled, Data cache writealloc PERCPU: Embedded 7 pages/cpu @c4f1e000 s8000 r8192 d12480 u32768 Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 523044 Kernel command line: console=ttySC0,38400 video=HDMI-A-1:1024x768-32@60 vmalloc=386M ip=10.96.21.32:10.96.22.71::255.255.255.0::eth0 rw root=/dev/nfs nfsroot=10.96.22.71:/opt/poky.stout/rootfs rootwait PID hash table entries: 4096 (order: 2, 16384 bytes) Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 1024MB 1024MB = 2048MB total Memory: 1547428k/1547428k available, 549724k reserved, 1198080K highmem Virtual kernel memory layout:     vector  : 0xffff0000 - 0xffff1000   (   4 kB)     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)     vmalloc : 0xe7000000 - 0xff000000   ( 384 MB)     lowmem  : 0xc0000000 - 0xe6e00000   ( 622 MB)     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)     modules : 0xbf000000 - 0xbfe00000   (  14 MB)       .text : 0xc0008000 - 0xc067905c   (6597 kB)       .init : 0xc067a000 - 0xc06b5f40   ( 240 kB)       .data : 0xc06b6000 - 0xc06f2b60   ( 243 kB)        .bss : 0xc06f2b60 - 0xc0726eb4   ( 209 kB) Preemptible hierarchical RCU implementation. NR_IRQS:16 nr_irqs:16 16 Architected local timer running at 10.00MHz (virt). Switching to timer-based delay loop sched_clock: ARM arch timer 56 bits at 10000kHz, resolution 100ns sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms Console: colour dummy device 80x30 Calibrating delay loop (skipped), value calculated using timer frequency.. 20.00 BogoMIPS (lpj=100000) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 CPU: Testing write buffer coherency: ok CPU0: update cpu_power 1535 CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Setting up static identity map for 0xc04d1c88 - 0xc04d1ce0 CPU1: Booted secondary processor CPU1: update cpu_power 1535 CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 CPU2: Booted secondary processor CPU2: update cpu_power 1535 CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 CPU3: Booted secondary processor CPU3: update cpu_power 1535 CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 CPU4: failed to boot: -22 CPU5: failed to boot: -22 CPU6: failed to boot: -22 CPU7: failed to boot: -22 Brought up 4 CPUs SMP: Total of 4 processors activated (80.00 BogoMIPS). CPU: All CPU(s) started in SVC mode. devtmpfs: initialized pinctrl core: initialized pinctrl subsystem regulator-dummy: no parameters NET: Registered protocol family 16 DMA: preallocated 256 KiB pool for atomic coherent allocations renesas_irqc e61c0000.interrupt-controller: driving 4 irqs sh-pfc e6060000.pfc: r8a77900_pfc support registered No ATAGs? hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. hw-breakpoint: maximum watchpoint size is 8 bytes. bio: create slab bio-0 at 0 gpio_rcar e6050000.gpio: driving 32 GPIOs gpio_rcar e6051000.gpio: driving 32 GPIOs gpio_rcar e6052000.gpio: driving 32 GPIOs gpio_rcar e6053000.gpio: driving 32 GPIOs gpio_rcar e6054000.gpio: driving 32 GPIOs gpio_rcar e6055000.gpio: driving 32 GPIOs SDHI0 Vcc: 3300 mV SDHI0 VccQ: 3300 mV SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb i2c-sh_mobile e60b0000.i2c: I2C adapter 7 with bus speed 100000 Hz (L/H=0x1b/0x13) i2c-rcar e6508000.i2c: probed i2c-rcar e6530000.i2c: probed media: Linux media interface: v0.10 Linux video capture interface: v2.00 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 sh_cmt sh_cmt.0: used for clock events Advanced Linux Sound Architecture Driver Initialized. Bluetooth: Core ver 2.16 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP socket layer initialized Bluetooth: SCO socket layer initialized Switching to clocksource arch_sys_counter NET: Registered protocol family 2 TCP established hash table entries: 8192 (order: 4, 65536 bytes) TCP bind hash table entries: 8192 (order: 4, 65536 bytes) TCP: Hash tables configured (established 8192 bind 8192) TCP: reno registered UDP hash table entries: 512 (order: 2, 16384 bytes) UDP-Lite hash table entries: 512 (order: 2, 16384 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. bounce pool size: 64 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. msgmni has been set to 1194 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) unable to find transceiver platform pci-rcar-gen2.0: Driver pci-rcar-gen2 requests probe deferral DA9210: 1000 mV at 4600 mA Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled SuperH (H)SCI(F) driver initialized sh-sci.0: ttySC0 at MMIO 0xe6c40000 (irq = 176) is a scifa console [ttySC0] enabled da9063 7-0058: Device detected (chip-ID: 0x61, var-ID: 0x63) DA9063_BPRO: 750 mV at 2000 mA DA9063_BPERI: 1800 mV at 3000 mA DA9063_BCORES_MERGED: 1500 mV at 4000 mA DA9063_BMEM_BIO_MERGED: 3300 mV at 6000 mA DA9063_LDO1: at 1500 mV DA9063_LDO2: 1800 mV DA9063_LDO3: 3300 mV DA9063_LDO4: 3300 mV DA9063_LDO5: 3300 mV DA9063_LDO6: at 3300 mV DA9063_LDO7: 1800 mV DA9063_LDO8: at 3300 mV DA9063_LDO9: at 3300 mV DA9063_LDO10: at 3300 mV DA9063_LDO11: 2650 mV m25p80 spi0.0: s25fl512s (65536 Kbytes) 3 ofpart partitions found on MTD device spi0.0 Creating 3 MTD partitions on "spi0.0": 0x000000000000-0x000000080000 : "loader" 0x000000080000-0x000000600000 : "user" 0x000000600000-0x000004000000 : "flash" renesas_spi e6b10000.spi: probed CAN device driver interface libphy: sh_mii: probed sh-eth ee700000.ethernet eth0: Base address at 0xee700000, 00:11:22:33:44:55, IRQ 194. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci-pci: EHCI PCI platform driver ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver usbcore: registered new interface driver usb-storage mousedev: PS/2 mouse device common for all mice da9063-rtc da9063-rtc: rtc core: registered da9063-rtc as rtc0 i2c /dev entries driver i2c-core: driver [adv7612] using legacy suspend method i2c-core: driver [adv7612] using legacy resume method i2c-core: driver [adv7180] using legacy suspend method i2c-core: driver [adv7180] using legacy resume method soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0 rcar_jpu fe980000.jpeg-codec: encoder device registered as /dev/video0 rcar_jpu fe980000.jpeg-codec: decoder device registered as /dev/video1 [drm] Initialized drm 1.1.0 20060810 rcar-du rcar-du-r8a7790: DU0 use VSPD0 rcar-du rcar-du-r8a7790: DU1 use VSPD1 Console: switching to colour frame buffer device 128x48 rcar-du rcar-du-r8a7790: fb0:  frame buffer device rcar-du rcar-du-r8a7790: registered panic notifier rcar-du rcar-du-r8a7790: CRTC[1] used by FBDev [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [drm] No driver support for vblank timestamp query. [drm] Initialized rcar-du 1.0.0 20130110 on minor 0 rcar_thermal e61f0000.thermal: 1 sensor probed device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com Bluetooth: HCI UART driver ver 2.2 Bluetooth: HCI H4 protocol initialized sh_mobile_sdhi sdhi0: mmc0 base at 0xee100000 clock rate 195 MHz usbcore: registered new interface driver usbhid usbhid: USB HID core driver TCP: cubic registered NET: Registered protocol family 17 can: controller area network core (rev 20120528 abi 9) NET: Registered protocol family 29 can: raw protocol (rev 20120528) can: broadcast manager protocol (rev 20120528 t) can: netlink gateway (rev 20130117) max_hops=1 Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM ver 1.11 Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 pci-rcar-gen2 pci-rcar-gen2.0: PCI: bus0 revision 11 pci-rcar-gen2 pci-rcar-gen2.0: PCI host bridge to bus 0001:00 pci_bus 0001:00: root bus resource [io  0xee080000-0xee08ffff] pci_bus 0001:00: root bus resource [mem 0xee080000-0xee08ffff] pci_bus 0001:00: No busn resource found for root bus, will use [bus 00-ff] PCI: bus0: Fast back to back transfers disabled PCI: Device 0001:00:01.0 not available because of resource collisions pci 0001:00:01.0: Can't enable PCI device, BIOS handoff failed. PCI: Device 0001:00:01.0 not available because of resource collisions pci 0001:00:01.0: Driver ohci_hcd requests probe deferral PCI: Device 0001:00:02.0 not available because of resource collisions pci 0001:00:02.0: Can't enable PCI device, BIOS handoff failed. PCI: Device 0001:00:02.0 not available because of resource collisions pci 0001:00:02.0: Driver ehci-pci requests probe deferral pci 0001:00:01.0: BAR 0: assigned [mem 0xee080000-0xee080fff] pci 0001:00:02.0: BAR 0: assigned [mem 0xee081000-0xee0810ff] PCI: enabling device 0001:00:01.0 (0140 - 0142) ohci_hcd 0001:00:01.0: OHCI Host Controller ohci_hcd 0001:00:01.0: new USB bus registered, assigned bus number 1 ohci_hcd 0001:00:01.0: irq 140, io mem 0xee080000 hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected PCI: enabling device 0001:00:02.0 (0140 - 0142) ehci-pci 0001:00:02.0: EHCI Host Controller ehci-pci 0001:00:02.0: new USB bus registered, assigned bus number 2 ehci-pci 0001:00:02.0: irq 140, io mem 0xee081000 ehci-pci 0001:00:02.0: USB 2.0 started, EHCI 1.00 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected input: gpio-keys.1 as /devices/gpio-keys.1/input/input0 da9063-rtc da9063-rtc: setting system clock to 2000-01-01 00:41:51 UTC (946687311) sh-eth ee700000.ethernet eth0: attached PHY 1 (IRQ 445) to driver Micrel KSZ8041RNLI IP-Config: Complete:      device=eth0, hwaddr=00:11:22:33:44:55, ipaddr=10.96.21.32, mask=255.255.255.0, gw=255.255.255.255      host=10.96.21.32, domain=, nis-domain=(none)      bootserver=10.96.22.71, rootserver=10.96.22.71, rootpath= ALSA device list:   No soundcards found. libphy: ee700000.etherne:01 - Link is Up - 100/Full VFS: Unable to mount root fs via NFS, trying floppy. VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6 Please append a correct "root=" boot option; here are the available partitions: 1f00             512 mtdblock0  (driver?) 1f01            5632 mtdblock1  (driver?) 1f02           59392 mtdblock2  (driver?) Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.10.31-ltsi #1 Backtrace: [ c001247c ] (dump_backtrace+0x0/0x104) from [ c0012688 ] (show_stack+0x18/0x1c)  r6:c06f3370 r5:d61e7000 r4:d61e7000 r3:00200140 [ c0012670 ] (show_stack+0x0/0x1c) from [ c04cdbb0 ] (dump_stack+0x20/0x28) [ c04cdb90 ] (dump_stack+0x0/0x28) from [ c04cbc58 ] (panic+0x90/0x1e0) [ c04cbbc8 ] (panic+0x0/0x1e0) from [ c067b064 ] (mount_block_root+0x1ec/0x22c)  r3:60000113 r2:d685ddc8 r1:d685dec0 r0:c05ee8c9  r7:c06a4344 [ c067ae78 ] (mount_block_root+0x0/0x22c) from [ c067b18c ] (mount_root+0xe8/0x10c) [ c067b0a4 ] (mount_root+0x0/0x10c) from [ c067b2d4 ] (prepare_namespace+0x124/0x184)  r7:c06f2b80 r6:c06b3cc4 r5:c06a4359 r4:c06f2be0 [ c067b1b0 ] (prepare_namespace+0x0/0x184) from [ c067ac30 ] (kernel_init_freeable+0x18c/0x1d8)  r5:c06a431c r4:00000007 [ c067aaa4 ] (kernel_init_freeable+0x0/0x1d8) from [ c04c20d4 ] (kernel_init+0x10/0xec)  r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c04c20c4 r4:00000000 [ c04c20c4 ] (kernel_init+0x0/0xec) from [ c000e9d8 ] (ret_from_fork+0x14/0x3c)  r4:00000000 r3:d685c000 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- A typical log for booting from MMC: = = printenv _ip=ip=10.96.21.32:10.96.22.71::255.255.255.0::eth0 _kaddr=0x40007fc0 _mem=vmalloc=386M _mmcKernelDir=/boot/uImage+dtb _mmcblk=/dev/mmcblk0p1 _mmcload=ext4load mmc 0:1 _nfsdir=/opt/poky.stout/rootfs _rootNFS=root=/dev/nfs rw nfsroot=10.96.22.71:/opt/poky.stout/rootfs rootwait _tftpKernelDir=rcar2/stout/uImage+dtb _tty=console=ttySC0,38400 _video=video=HDMI-A-1:1024x768-32@60 baudrate=38400 bootMMC=run mkBootargsMMC; run mkBootcmdMMC; run bootcmd bootNET=run mkBootargsNFS; run mkBootcmdTFTP; run bootcmd bootargs=console=ttySC0,38400 ignore_loglevel rw rootfstype=ext3 root=/dev/mmcblk0p1 rootwait vmalloc=384M video=HDMI-A-1:1024x768-32@60 bootcmd=ext4load mmc 0:1 0x40007fc0 /boot/uImage+dtb; bootm 0x40007fc0 bootdelay=3 bootm_low=0x40e00000 bootm_size=0x100000 ethact=sh_eth ethaddr=00:11:22:33:44:55 fileaddr=40F00000 filesize=952A gatewayip=10.96.20.1 ipaddr=10.96.21.32 mkBootargsMMC=run mkRootMMC; run mkIP; setenv bootargs ${_tty} ${_video} ${_mem} ${_ip} ${_rootMMC} mkBootargsNFS=run mkRootNFS; run mkIP; setenv bootargs ${_tty} ${_video} ${_mem} ${_ip} ${_rootNFS} mkBootcmdMMC=setenv bootcmd ${_mmcload} ${_kaddr} ${_mmcKernelDir}\\; bootm ${_kaddr} mkBootcmdTFTP=setenv bootcmd tftp ${_kaddr} ${_tftpKernelDir}\\; bootm ${_kaddr} mkIP=setenv _ip ip=${ipaddr}:${serverip}::${netmask}::eth0 mkRootMMC=setenv _rootMMC root=${_mmcblk} rw rootwait mkRootNFS=setenv _rootNFS root=/dev/nfs rw nfsroot=${serverip}:${_nfsdir} rootwait netmask=255.255.255.0 serverip=10.96.22.71 stderr=serial stdin=serial stdout=serial ver=U-Boot 2013.01.01-gcb82c56-dirty (Aug 10 2015 - 15:20:25) Environment size: 1667/262140 bytes = editenv bootargs edit: console=ttySC0,38400 ignore_loglevel rw rootfstype=ext3 root=/dev/mmcblk0p1 rootdelay=10 vmalloc=384M video=HDMI-A-1:1024x768-32@60 = run bootcmd 3558487 bytes read in 339 ms (10 MiB/s) ## Booting kernel from Legacy Image at 40007fc0 ...    Image Name:   'Linux-3.10.31-ltsi'    Image Type:   ARM Linux Kernel Image (uncompressed)    Data Size:    3558423 Bytes = 3.4 MiB    Load Address: 40008000    Entry Point:  40008000    Verifying Checksum ... OK    XIP Kernel Image ... OK OK Starting kernel ... Booting Linux on physical CPU 0x0 Linux version 3.10.31-ltsi (lpetrea@localhost.localdomain) (gcc version 4.8.3 20140401 (prerelease) (Linaro GCC 4.8-2014.04) ) #1 SMP PREEMPT Mon Dec 7 12:41:13 CET 2015 CPU: ARMv7 Processor [413fc0f2] revision 2 (ARMv7), cr=30c73c7d CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache Machine: r8a7790stout-full, model: R8A7790-stout-full debug: ignoring loglevel setting. cma: CMA: reserved 256 MiB at 70000000 cma: CMA: reserved 256 MiB at 57000000 Memory policy: ECC disabled, Data cache writealloc On node 0 totalpages: 524288 free_area_init_node: node 0, pgdat c06f1280, node_mem_map c0a58000   Normal zone: 1248 pages used for memmap   Normal zone: 0 pages reserved   Normal zone: 159744 pages, LIFO batch:31   HighMem zone: 15136 pages used for memmap   HighMem zone: 364544 pages, LIFO batch:31 PERCPU: Embedded 7 pages/cpu @c4a78000 s8000 r8192 d12480 u32768 pcpu-alloc: s8000 r8192 d12480 u32768 alloc=8*4096 pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 523040 Kernel command line: console=ttySC0,38400 ignore_loglevel rw rootfstype=ext3 root=/dev/mmcblk0p1 rootdelay=10 vmalloc=384M video=HDMI-A-1:1024x768-32@60 PID hash table entries: 4096 (order: 2, 16384 bytes) Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 1024MB 1024MB = 2048MB total Memory: 1547428k/1547428k available, 549724k reserved, 1196032K highmem Virtual kernel memory layout:     vector  : 0xffff0000 - 0xffff1000   (   4 kB)     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)     vmalloc : 0xe7800000 - 0xff000000   ( 376 MB)     lowmem  : 0xc0000000 - 0xe7000000   ( 624 MB)     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)     modules : 0xbf000000 - 0xbfe00000   (  14 MB)       .text : 0xc0008000 - 0xc067905c   (6597 kB)       .init : 0xc067a000 - 0xc06b5f40   ( 240 kB)       .data : 0xc06b6000 - 0xc06f2b60   ( 243 kB)        .bss : 0xc06f2b60 - 0xc0726eb4   ( 209 kB) Preemptible hierarchical RCU implementation. NR_IRQS:16 nr_irqs:16 16 Architected local timer running at 10.00MHz (virt). Switching to timer-based delay loop sched_clock: ARM arch timer 56 bits at 10000kHz, resolution 100ns sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms Console: colour dummy device 80x30 Calibrating delay loop (skipped), value calculated using timer frequency.. 20.00 BogoMIPS (lpj=100000) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 CPU: Testing write buffer coherency: ok CPU0: update cpu_power 1535 CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Setting up static identity map for 0xc04d1c88 - 0xc04d1ce0 CPU1: Booted secondary processor CPU1: update cpu_power 1535 CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 CPU2: Booted secondary processor CPU2: update cpu_power 1535 CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 CPU3: Booted secondary processor CPU3: update cpu_power 1535 CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 CPU4: failed to boot: -22 CPU5: failed to boot: -22 CPU6: failed to boot: -22 CPU7: failed to boot: -22 Brought up 4 CPUs SMP: Total of 4 processors activated (80.00 BogoMIPS). CPU: All CPU(s) started in SVC mode. devtmpfs: initialized pinctrl core: initialized pinctrl subsystem regulator-dummy: no parameters NET: Registered protocol family 16 DMA: preallocated 256 KiB pool for atomic coherent allocations renesas_irqc e61c0000.interrupt-controller: driving 4 irqs sh-pfc e6060000.pfc: r8a77900_pfc support registered No ATAGs? hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. hw-breakpoint: maximum watchpoint size is 8 bytes. bio: create slab bio-0 at 0 gpio_rcar e6050000.gpio: driving 32 GPIOs gpio_rcar e6051000.gpio: driving 32 GPIOs gpio_rcar e6052000.gpio: driving 32 GPIOs gpio_rcar e6053000.gpio: driving 32 GPIOs gpio_rcar e6054000.gpio: driving 32 GPIOs gpio_rcar e6055000.gpio: driving 32 GPIOs SDHI0 Vcc: 3300 mV SDHI0 VccQ: 3300 mV SDHI2 Vcc: 3300 mV SDHI2 VccQ: 3300 mV SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb i2c-sh_mobile e60b0000.i2c: I2C adapter 7 with bus speed 100000 Hz (L/H=0x1b/0x13) i2c-rcar e6508000.i2c: probed i2c-rcar e6518000.i2c: probed i2c-rcar e6530000.i2c: probed media: Linux media interface: v0.10 Linux video capture interface: v2.00 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 sh_cmt sh_cmt.0: used for clock events Advanced Linux Sound Architecture Driver Initialized. Bluetooth: Core ver 2.16 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP socket layer initialized Bluetooth: SCO socket layer initialized pinmux-cpld mux.9: setup cpldmux state vin0_bt656_state pinmux-cpld mux.10: setup cpldmux state sdhi0_state pinmux-cpld mux.11: state not found for CPLD_MUX=0x4062, cpldmux not set pinmux-cpld mux.12: setup cpldmux state irq3_state Switching to clocksource arch_sys_counter NET: Registered protocol family 2 TCP established hash table entries: 8192 (order: 4, 65536 bytes) TCP bind hash table entries: 8192 (order: 4, 65536 bytes) TCP: Hash tables configured (established 8192 bind 8192) TCP: reno registered UDP hash table entries: 512 (order: 2, 16384 bytes) UDP-Lite hash table entries: 512 (order: 2, 16384 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. PCI: CLS 0 bytes, default 64 bounce pool size: 64 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. msgmni has been set to 1198 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) unable to find transceiver platform pci-rcar-gen2.0: Driver pci-rcar-gen2 requests probe deferral unable to find transceiver platform pci-rcar-gen2.1: Driver pci-rcar-gen2 requests probe deferral unable to find transceiver platform pci-rcar-gen2.2: Driver pci-rcar-gen2 requests probe deferral rcar-pcie fe000000.pcie: PCIe link down DA9210: 1000 mV at 4600 mA Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled SuperH (H)SCI(F) driver initialized sh-sci.0: ttySC0 at MMIO 0xe6c40000 (irq = 176) is a scifa console [ttySC0] enabled sh-sci.1: ttySC1 at MMIO 0xe6c50000 (irq = 177) is a scifa sh-sci.5: ttySC2 at MMIO 0xe6c60000 (irq = 183) is a scifa sh-sci.9: ttySC9 at MMIO 0xe62c8000 (irq = 187) is a hscif at24 1-0050: 2048 byte 24c16 EEPROM, writable, 16 bytes/write at24 2-0050: 2048 byte 24c16 EEPROM, writable, 16 bytes/write da9063 7-0058: Device detected (chip-ID: 0x61, var-ID: 0x63) DA9063_BPRO: 750 mV at 2000 mA DA9063_BPERI: 1800 mV at 3000 mA DA9063_BCORES_MERGED: 1500 mV at 4000 mA DA9063_BMEM_BIO_MERGED: 3300 mV at 6000 mA DA9063_LDO1: at 1500 mV DA9063_LDO2: 1800 mV DA9063_LDO3: 3300 mV DA9063_LDO4: 3300 mV DA9063_LDO5: 3300 mV DA9063_LDO6: at 3300 mV DA9063_LDO7: 1800 mV DA9063_LDO8: at 3300 mV DA9063_LDO9: at 3300 mV DA9063_LDO10: at 3300 mV DA9063_LDO11: 2650 mV m25p80 spi0.0: s25fl512s (65536 Kbytes) 3 ofpart partitions found on MTD device spi0.0 Creating 3 MTD partitions on "spi0.0": 0x000000000000-0x000000080000 : "loader" 0x000000080000-0x000000600000 : "user" 0x000000600000-0x000004000000 : "flash" renesas_spi e6b10000.spi: probed CAN device driver interface rcar_can e6e80000.can: device registered (reg_base=e78f4000, irq=218) rcar_can e6e88000.can: device registered (reg_base=e78f6000, irq=219) libphy: sh_mii: probed sh-eth ee700000.ethernet eth0: Base address at 0xee700000, 00:11:22:33:44:55, IRQ 194. ravb e6800000.ethernet: no valid MAC address supplied, using a random one. libphy: sh_mii: probed ravb e6800000.ethernet eth1: Base address at 0xe6800000, 2e:f6:b6:23:1a:f6, IRQ 195. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci-pci: EHCI PCI platform driver ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver usbcore: registered new interface driver usb-storage mousedev: PS/2 mouse device common for all mice da9063-rtc da9063-rtc: rtc core: registered da9063-rtc as rtc0 i2c /dev entries driver i2c-core: driver [adv7612] using legacy suspend method i2c-core: driver [adv7612] using legacy resume method i2c-core: driver [adv7180] using legacy suspend method i2c-core: driver [adv7180] using legacy resume method soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0 soc-camera-pdrv soc-camera-pdrv.1: Probing soc-camera-pdrv.1 soc-camera-pdrv soc-camera-pdrv.2: Probing soc-camera-pdrv.2 soc-camera-pdrv soc-camera-pdrv.3: Probing soc-camera-pdrv.3 rcar_jpu fe980000.jpeg-codec: encoder device registered as /dev/video0 rcar_jpu fe980000.jpeg-codec: decoder device registered as /dev/video1 [drm] Initialized drm 1.1.0 20060810 rcar-du rcar-du-r8a7790: DU0 use VSPD0 rcar-du rcar-du-r8a7790: DU1 use VSPD1 Console: switching to colour frame buffer device 128x48 rcar-du rcar-du-r8a7790: fb0:  frame buffer device rcar-du rcar-du-r8a7790: registered panic notifier rcar-du rcar-du-r8a7790: CRTC[1] used by FBDev [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [drm] No driver support for vblank timestamp query. [drm] Initialized rcar-du 1.0.0 20130110 on minor 0 rcar_thermal e61f0000.thermal: 1 sensor probed device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com Bluetooth: HCI UART driver ver 2.2 Bluetooth: HCI H4 protocol initialized sh_mobile_sdhi sdhi0: mmc0 base at 0xee100000 clock rate 195 MHz sh_mobile_sdhi sdhi0: 1.8V signalling voltage failed sh_mobile_sdhi sdhi2: mmc1 base at 0xee140000 clock rate 97 MHz usbcore: registered new interface driver usbhid usbhid: USB HID core driver TCP: cubic registered NET: Registered protocol family 17 can: controller area network core (rev 20120528 abi 9) NET: Registered protocol family 29 can: raw protocol (rev 20120528) can: broadcast manager protocol (rev 20120528 t) can: netlink gateway (rev 20130117) max_hops=1 Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM ver 1.11 Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 pci-rcar-gen2 pci-rcar-gen2.0: PCI: bus0 revision 11 pci-rcar-gen2 pci-rcar-gen2.0: PCI host bridge to bus 0004:00 pci_bus 0004:00: root bus resource [io  0xee080000-0xee08ffff] pci_bus 0004:00: root bus resource [mem 0xee080000-0xee08ffff] mmc0: new SD card at address cdef pci_bus 0004:00: No busn resource found for root bus, will use [bus 00-ff] pci 0004:00:00.0: [1033:0000] type 00 class 0x060000 pci 0004:00:00.0: reg 10: [mem 0xee090800-0xee090bff] pci 0004:00:00.0: reg 14: [mem 0x40000000-0x7fffffff pref] pci 0004:00:01.0: [1033:0035] type 00 class 0x0c0310 pci 0004:00:01.0: reg 10: [mem 0x00000000-0x00000fff] pci 0004:00:01.0: supports D1 D2 pci 0004:00:01.0: PME# supported from D0 D1 D2 D3hot pci 0004:00:02.0: [1033:00e0] type 00 class 0x0c0320 pci 0004:00:02.0: reg 10: [mem 0x00000000-0x000000ff] pci 0004:00:02.0: supports D1 D2 pci 0004:00:02.0: PME# supported from D0 D1 D2 D3hot PCI: bus0: Fast back to back transfers disabled pci_bus 0004:00: busn_res: [bus 00-ff] end is updated to 00 PCI: Device 0004:00:01.0 not available because of resource collisions pci 0004:00:01.0: Can't enable PCI device, BIOS handoff failed. PCI: Device 0004:00:01.0 not available because of resource collisions pci 0004:00:01.0: Driver ohci_hcd requests probe deferral PCI: Device 0004:00:02.0 not available because of resource collisions pci 0004:00:02.0: Can't enable PCI device, BIOS handoff failed. PCI: Device 0004:00:02.0 not available because of resource collisions pci 0004:00:02.0: Driver ehci-pci requests probe deferral pci 0004:00:01.0: BAR 0: assigned [mem 0xee080000-0xee080fff] pci 0004:00:02.0: BAR 0: assigned [mem 0xee081000-0xee0810ff] pci-rcar-gen2 pci-rcar-gen2.1: PCI: bus0 revision 11 pci-rcar-gen2 pci-rcar-gen2.1: PCI host bridge to bus 0005:01 pci_bus 0005:01: root bus resource [io  0xee0a0000-0xee0affff] pci_bus 0005:01: root bus resource [mem 0xee0a0000-0xee0affff] pci_bus 0005:01: No busn resource found for root bus, will use [bus 01-ff] pci 0005:01:00.0: [1033:0000] type 00 class 0x060000 pci 0005:01:00.0: reg 10: [mem 0xee0b0800-0xee0b0bff] pci 0005:01:00.0: reg 14: [mem 0x40000000-0x7fffffff pref] pci 0005:01:01.0: [1033:0035] type 00 class 0x0c0310 pci 0005:01:01.0: reg 10: [mem 0x00000000-0x00000fff] pci 0005:01:01.0: supports D1 D2 pci 0005:01:01.0: PME# supported from D0 D1 D2 D3hot pci 0005:01:02.0: [1033:00e0] type 00 class 0x0c0320 pci 0005:01:02.0: reg 10: [mem 0x00000000-0x000000ff] pci 0005:01:02.0: supports D1 D2 pci 0005:01:02.0: PME# supported from D0 D1 D2 D3hot PCI: bus1: Fast back to back transfers disabled pci_bus 0005:01: busn_res: [bus 01-ff] end is updated to 01 PCI: Device 0005:01:01.0 not available because of resource collisions pci 0005:01:01.0: Can't enable PCI device, BIOS handoff failed. PCI: Device 0005:01:01.0 not available because of resource collisions pci 0005:01:01.0: Driver ohci_hcd requests probe deferral PCI: Device 0005:01:02.0 not available because of resource collisions pci 0005:01:02.0: Can't enable PCI device, BIOS handoff failed. PCI: Device 0005:01:02.0 not available because of resource collisions pci 0005:01:02.0: Driver ehci-pci requests probe deferral pci 0005:01:01.0: BAR 0: assigned [mem 0xee0a0000-0xee0a0fff] pci 0005:01:02.0: BAR 0: assigned [mem 0xee0a1000-0xee0a10ff] pci-rcar-gen2 pci-rcar-gen2.2: PCI: bus0 revision 11 pci-rcar-gen2 pci-rcar-gen2.2: PCI host bridge to bus 0006:02 pci_bus 0006:02: root bus resource [io  0xee0c0000-0xee0cffff] pci_bus 0006:02: root bus resource [mem 0xee0c0000-0xee0cffff] pci_bus 0006:02: No busn resource found for root bus, will use [bus 02-ff] pci 0006:02:00.0: [1033:0000] type 00 class 0x060000 pci 0006:02:00.0: reg 10: [mem 0xee0d0800-0xee0d0bff] pci 0006:02:00.0: reg 14: [mem 0x40000000-0x7fffffff pref] pci 0006:02:01.0: [1033:0035] type 00 class 0x0c0310 pci 0006:02:01.0: reg 10: [mem 0x00000000-0x00000fff] pci 0006:02:01.0: supports D1 D2 pci 0006:02:01.0: PME# supported from D0 D1 D2 D3hot pci 0006:02:02.0: [1033:00e0] type 00 class 0x0c0320 pci 0006:02:02.0: reg 10: [mem 0x00000000-0x000000ff] pci 0006:02:02.0: supports D1 D2 pci 0006:02:02.0: PME# supported from D0 D1 D2 D3hot PCI: bus2: Fast back to back transfers disabled pci_bus 0006:02: busn_res: [bus 02-ff] end is updated to 02 PCI: Device 0006:02:01.0 not available because of resource collisions pci 0006:02:01.0: Can't enable PCI device, BIOS handoff failed. PCI: Device 0006:02:01.0 not available because of resource collisions pci 0006:02:01.0: Driver ohci_hcd requests probe deferral PCI: Device 0006:02:02.0 not available because of resource collisions pci 0006:02:02.0: Can't enable PCI device, BIOS handoff failed. PCI: Device 0006:02:02.0 not available because of resource collisions pci 0006:02:02.0: Driver ehci-pci requests probe deferral pci 0006:02:01.0: BAR 0: assigned [mem 0xee0c0000-0xee0c0fff] pci 0006:02:02.0: BAR 0: assigned [mem 0xee0c1000-0xee0c10ff] PCI: enabling device 0004:00:01.0 (0140 - 0142) ohci_hcd 0004:00:01.0: OHCI Host Controller ohci_hcd 0004:00:01.0: new USB bus registered, assigned bus number 1 ohci_hcd 0004:00:01.0: irq 140, io mem 0xee080000 hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected PCI: enabling device 0004:00:02.0 (0140 - 0142) ehci-pci 0004:00:02.0: EHCI Host Controller ehci-pci 0004:00:02.0: new USB bus registered, assigned bus number 2 ehci-pci 0004:00:02.0: irq 140, io mem 0xee081000 ehci-pci 0004:00:02.0: USB 2.0 started, EHCI 1.00 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected PCI: enabling device 0005:01:01.0 (0140 - 0142) ohci_hcd 0005:01:01.0: OHCI Host Controller ohci_hcd 0005:01:01.0: new USB bus registered, assigned bus number 3 ohci_hcd 0005:01:01.0: irq 144, io mem 0xee0a0000 hub 3-0:1.0: USB hub found hub 3-0:1.0: 1 port detected PCI: enabling device 0005:01:02.0 (0140 - 0142) ehci-pci 0005:01:02.0: EHCI Host Controller ehci-pci 0005:01:02.0: new USB bus registered, assigned bus number 4 ehci-pci 0005:01:02.0: irq 144, io mem 0xee0a1000 ehci-pci 0005:01:02.0: USB 2.0 started, EHCI 1.00 hub 4-0:1.0: USB hub found hub 4-0:1.0: 1 port detected PCI: enabling device 0006:02:01.0 (0140 - 0142) ohci_hcd 0006:02:01.0: OHCI Host Controller ohci_hcd 0006:02:01.0: new USB bus registered, assigned bus number 5 ohci_hcd 0006:02:01.0: irq 145, io mem 0xee0c0000 hub 5-0:1.0: USB hub found hub 5-0:1.0: 1 port detected PCI: enabling device 0006:02:02.0 (0140 - 0142) ehci-pci 0006:02:02.0: EHCI Host Controller ehci-pci 0006:02:02.0: new USB bus registered, assigned bus number 6 ehci-pci 0006:02:02.0: irq 145, io mem 0xee0c1000 ehci-pci 0006:02:02.0: USB 2.0 started, EHCI 1.00 hub 6-0:1.0: USB hub found hub 6-0:1.0: 1 port detected input: gpio-keys.1 as /devices/gpio-keys.1/input/input0 da9063-rtc da9063-rtc: setting system clock to 2000-01-01 00:00:28 UTC (946684828) ALSA device list:   No soundcards found. Waiting 10sec before mounting root device... 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: 1f00             512 mtdblock0  (driver?) 1f01            5632 mtdblock1  (driver?) 1f02           59392 mtdblock2  (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 3.10.31-ltsi #1 Backtrace: [ c001247c ] (dump_backtrace+0x0/0x104) from [ c0012688 ] (show_stack+0x18/0x1c)  r6:c06f3370 r5:d6277000 r4:d6277000 r3:00200140 [ c0012670 ] (show_stack+0x0/0x1c) from [ c04cdbb0 ] (dump_stack+0x20/0x28) [ c04cdb90 ] (dump_stack+0x0/0x28) from [ c04cbc58 ] (panic+0x90/0x1e0) [ c04cbbc8 ] (panic+0x0/0x1e0) from [ c067b064 ] (mount_block_root+0x1ec/0x22c)  r3:60000113 r2:d685ddc8 r1:d685dec0 r0:c05ee8c9  r7:c06a4344 [ c067ae78 ] (mount_block_root+0x0/0x22c) from [ c067b18c ] (mount_root+0xe8/0x10c) [ c067b0a4 ] (mount_root+0x0/0x10c) from [ c067b2d4 ] (prepare_namespace+0x124/0x184)  r7:c06f2b80 r6:c06b3cc4 r5:c06a4359 r4:c06f2be0 [ c067b1b0 ] (prepare_namespace+0x0/0x184) from [ c067ac30 ] (kernel_init_freeable+0x18c/0x1d8)  r5:c06a431c r4:00000007 [ c067aaa4 ] (kernel_init_freeable+0x0/0x1d8) from [ c04c20d4 ] (kernel_init+0x10/0xec)  r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c04c20c4 r4:00000000 [ c04c20c4 ] (kernel_init+0x0/0xec) from [ c000e9d8 ] (ret_from_fork+0x14/0x3c)  r4:00000000 r3:d685c000

Viewing all articles
Browse latest Browse all 59170

Trending Articles