On Sun, Jul 6, 2014 at 9:06 AM, Hans de Goede <[email protected]> wrote:
> It seems you've the module build in, I'm amazed it can find the firmware
> in time then, seems like the race between getting the rootfs mounted, and
> trying to load the firmware ends up favorable in your case.
>
> In general having the brcmfmac build in is no a good idea, because
> /lib/firmware needs to be available before it loads, and there is
> no way to guarantee this when its build in.
>
> Can you try making brcmfmac a module ?

I am booting like this....
uboot on SD Card
uboot tftps in kernel
kernel boots with NFS root

To switch kernels I just boot with a different uboot command which has
a different tftp file name for the kernel. So the root files systems
are identical in both cases. Same .config file is used to build both
kernels.  The modules are built in so that I can easily switch rootfs
without updating the trees.

Here is a bootlog of your linux-devel kernel. I need to rebuild a
mainline. Driver loads fine in this kernel.

Note the rootwait in the kernel command line.
setenv bootargs console=ttyS0,115200 loglevel=9 earlyprintk
root=/dev/nfs 
ip=192.168.1.51:192.168.1.254:192.168.1.254:255.255.255.0:truck::off
nfsroot=192.168.1.50:/export/work/root rootwait

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.15.0+ (jonsmirl@studio) (gcc version
4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #182 SMP Sat Jul 5 22:07:53
EDT 2014
[    0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
instruction cache
[    0.000000] Machine model: Cubietech Cubietruck
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 524288
[    0.000000] free_area_init_node: node 0, pgdat c08b8540,
node_mem_map ee7fb000
[    0.000000]   Normal zone: 1520 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 194560 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2576 pages used for memmap
[    0.000000]   HighMem zone: 329728 pages, LIFO batch:31
[    0.000000] psci: probing function IDs from device-tree
[    0.000000] PERCPU: Embedded 9 pages/cpu @ee7c9000 s12736 r8192 d15936 u36864
[    0.000000] pcpu-alloc: s12736 r8192 d15936 u36864 alloc=9*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 522768
[    0.000000] Kernel command line: console=ttyS0,115200 loglevel=9
earlyprintk root=/dev/nfs
ip=192.168.1.51:192.168.1.254:192.168.1.254:255.255.255.0:truck::off
nfsroot=192.168.1.50:/export/work/root rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't
want memory cgroups
[    0.000000] Memory: 2065720K/2097152K available (5745K kernel code,
516K rwdata, 2216K rodata, 496K init, 924K bss, 31432K reserved,
1318912K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07ce6cc   (7962 kB)
[    0.000000]       .init : 0xc07cf000 - 0xc084b1c0   ( 497 kB)
[    0.000000]       .data : 0xc084c000 - 0xc08cd340   ( 517 kB)
[    0.000000]        .bss : 0xc08cd340 - 0xc09b438c   ( 925 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps
every 2863311519744ns
[    0.000016] Switching to timer-based delay loop
[    0.000422] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps
every 178956969942ns
[    0.000619] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps
every 26843545593ns
[    0.000836] Console: colour dummy device 80x30
[    0.000867] Calibrating delay loop (skipped), value calculated
using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000881] pid_max: default: 32768 minimum: 301
[    0.001045] Security Framework initialized
[    0.001097] SELinux:  Initializing.
[    0.001137] SELinux:  Starting in permissive mode
[    0.001309] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001322] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002147] Initializing cgroup subsys memory
[    0.002181] Initializing cgroup subsys devices
[    0.002193] Initializing cgroup subsys freezer
[    0.002204] Initializing cgroup subsys net_cls
[    0.002214] Initializing cgroup subsys blkio
[    0.002224] Initializing cgroup subsys perf_event
[    0.002310] CPU: Testing write buffer coherency: ok
[    0.002356] ftrace: allocating 23396 entries in 46 pages
[    0.032692] /cpus/cpu@0 missing clock-frequency property
[    0.032722] /cpus/cpu@1 missing clock-frequency property
[    0.032735] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.032779] Setting up static identity map for 0x40571150 - 0x405711a8
[    0.040191] CPU1: Booted secondary processor
[    0.040239] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.040389] Brought up 2 CPUs
[    0.040411] SMP: Total of 2 processors activated.
[    0.040418] CPU: All CPU(s) started in HYP mode.
[    0.040423] CPU: Virtualization extensions available.
[    0.041279] devtmpfs: initialized
[    0.045756] VFP support v0.3: implementor 41 architecture 2 part 30
variant 7 rev 4
[    0.052893] atomic64 test passed
[    0.052915] pinctrl core: initialized pinctrl subsystem
[    0.053455] regulator-dummy: no parameters
[    0.060748] NET: Registered protocol family 16
[    0.061137] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.068661] No ATAGs?
[    0.068703] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4
watchpoint registers.
[    0.068714] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.077586] reg-fixed-voltage ahci-5v.4: could not find pctldev for
node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@1, deferring probe
[    0.077616] platform ahci-5v.4: Driver reg-fixed-voltage requests
probe deferral
[    0.077647] reg-fixed-voltage usb1-vbus.5: could not find pctldev
for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring
probe
[    0.077661] platform usb1-vbus.5: Driver reg-fixed-voltage requests
probe deferral
[    0.077684] reg-fixed-voltage usb2-vbus.6: could not find pctldev
for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring
probe
[    0.077697] platform usb2-vbus.6: Driver reg-fixed-voltage requests
probe deferral
[    0.077948] vcc3v0: 3000 mV
[    0.078222] vcc3v3: 3300 mV
[    0.078313] reg-fixed-voltage vmmc3.10: could not find pctldev for
node /soc@01c00000/pinctrl@01c20800/vmmc3_pin@0, deferring probe
[    0.078330] platform vmmc3.10: Driver reg-fixed-voltage requests
probe deferral
[    0.078523] axp-ipsout: 5000 mV
[    0.080373] usbcore: registered new interface driver usbfs
[    0.080452] usbcore: registered new interface driver hub
[    0.080655] usbcore: registered new device driver usb
[    0.080799] media: Linux media interface: v0.10
[    0.080862] Linux video capture interface: v2.00
[    0.080933] pps_core: LinuxPPS API ver. 1 registered
[    0.080942] pps_core: Software ver. 5.3.6 - Copyright 2005-2007
Rodolfo Giometti <[email protected]>
[    0.080976] PTP clock support registered
[    0.081280] Advanced Linux Sound Architecture Driver Initialized.
[    0.082512] cfg80211: Calling CRDA to update world regulatory domain
[    0.082576] NetLabel: Initializing
[    0.082584] NetLabel:  domain hash size = 128
[    0.082590] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.082660] NetLabel:  unlabeled traffic allowed by default
[    0.083211] Switched to clocksource arch_sys_counter
[    0.151750] NET: Registered protocol family 2
[    0.152503] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.152594] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.152715] TCP: Hash tables configured (established 8192 bind 8192)
[    0.152789] TCP: reno registered
[    0.152808] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.152864] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.153152] NET: Registered protocol family 1
[    0.153763] RPC: Registered named UNIX socket transport module.
[    0.153775] RPC: Registered udp transport module.
[    0.153782] RPC: Registered tcp transport module.
[    0.153788] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.154422] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver,
5 counters available
[    0.155767] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.155882] audit: initializing netlink subsys (disabled)
[    0.155953] audit: type=2000 audit(0.140:1): initialized
[    0.316303] bounce pool size: 64 pages
[    0.325191] zbud: loaded
[    0.328710] NFS: Registering the id_resolver key type
[    0.328786] Key type id_resolver registered
[    0.328796] Key type id_legacy registered
[    0.329198] msgmni has been set to 1458
[    0.329586] SELinux:  Registering netfilter hooks
[    0.332636] alg: No test for stdrng (krng)
[    0.332670] NET: Registered protocol family 38
[    0.333059] Block layer SCSI generic (bsg) driver version 0.4
loaded (major 249)
[    0.333279] io scheduler noop registered
[    0.333291] io scheduler deadline registered
[    0.333553] io scheduler cfq registered (default)
[    0.334008] platform 1c13400.phy: Driver sun4i-usb-phy requests
probe deferral
[    0.337008] sun7i-a20-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.346648] sun4i-ddma 1c02000.dma-controller: Successfully probed SUN4I_DMA
[    0.347635] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.349688] console [ttyS0] disabled
[    0.369852] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 33,
base_baud = 1500000) is a U6_16550A
[    1.200171] console [ttyS0] enabled
[    1.224733] 1c28800.serial: ttyS1 at MMIO 0x1c28800 (irq = 35,
base_baud = 1500000) is a U6_16550A
[    1.238345] libphy: Fixed MDIO Bus: probed
[    1.243173] stmmaceth 1c50000.ethernet: no regulator found
[    1.248743] stmmaceth 1c50000.ethernet: no reset control found
[    1.254588]  Ring mode enabled
[    1.257642]  No HW DMA feature register supported
[    1.262165]  Normal descriptors
[    1.265497]  TX Checksum insertion supported
[    1.274207] libphy: stmmac: probed
[    1.277619] eth0: PHY ID 001cc915 at 0 IRQ 0 (stmmac-0:00) active
[    1.283721] eth0: PHY ID 001cc915 at 1 IRQ 0 (stmmac-0:01)
[    1.289661] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.296257] ehci-platform: EHCI generic platform driver
[    1.301694] platform 1c14000.usb: Driver ehci-platform requests
probe deferral
[    1.309038] platform 1c1c000.usb: Driver ehci-platform requests
probe deferral
[    1.316389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.322586] ohci-platform: OHCI generic platform driver
[    1.327961] platform 1c14400.usb: Driver ohci-platform requests
probe deferral
[    1.335275] platform 1c1c400.usb: Driver ohci-platform requests
probe deferral
[    1.342736] usbcore: registered new interface driver usbserial
[    1.348630] usbcore: registered new interface driver usbserial_generic
[    1.355210] usbserial: USB Serial support registered for generic
[    1.361552] mousedev: PS/2 mouse device common for all mice
[    1.368909] sunxi-rtc 1c20d00.rtc: rtc core: registered rtc-sunxi as rtc0
[    1.375735] sunxi-rtc 1c20d00.rtc: RTC enabled
[    1.380396] i2c /dev entries driver
[    1.393269] input: axp20x-pek as
/devices/soc.3/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0
[    1.402557] Adding alias for supply acin,axp20x-regulator -> acin,0-0034
[    1.409305] Adding alias for supply vin2,axp20x-regulator -> vin2,0-0034
[    1.416028] Adding alias for supply vin3,axp20x-regulator -> vin3,0-0034
[    1.422722] Adding alias for supply ldo24in,axp20x-regulator ->
ldo24in,0-0034
[    1.429956] Adding alias for supply ldo3in,axp20x-regulator -> ldo3in,0-0034
[    1.437010] Adding alias for supply ldo5in,axp20x-regulator -> ldo5in,0-0034
[    1.444550] LDO1: 1300 mV
[    1.447326] LDO1: supplied by axp-ipsout
[    1.451944] LDO2: at 3000 mV
[    1.455043] LDO2: supplied by axp-ipsout
[    1.459488] LDO3: at 2800 mV
[    1.462532] LDO3: supplied by axp-ipsout
[    1.466717] LDO4: at 2800 mV
[    1.469738] LDO4: supplied by axp-ipsout
[    1.474347] LDO5: at 2800 mV
[    1.477379] LDO5: supplied by axp-ipsout
[    1.481773] DCDC2: 700 <--> 2275 mV at 1400 mV
[    1.486396] DCDC2: supplied by axp-ipsout
[    1.490862] DCDC3: at 1300 mV
[    1.493998] DCDC3: supplied by axp-ipsout
[    1.498097] axp20x 0-0034: AXP20X driver loaded
[    1.504379] IR NEC protocol handler initialized
[    1.508912] IR RC5(x) protocol handler initialized
[    1.513737] IR RC6 protocol handler initialized
[    1.518659] Registered IR keymap rc-empty
[    1.523042] input: sunxi-ir as /devices/soc.3/1c21800.ir/rc/rc0/input1
[    1.529925] rc0: sunxi-ir as /devices/soc.3/1c21800.ir/rc/rc0
[    1.536765] sunxi-ir 1c21800.ir: initialized sunXi IR driver
[    1.543711] sunxi-wdt 1c20c90.watchdog: Watchdog enabled
(timeout=16 sec, nowayout=0)
[    1.552784] sunxi-mmc 1c0f000.mmc: Got CD GPIO #225.
[    1.593251] sunxi-mmc 1c0f000.mmc: base:0xf00d0000 irq:64
[    1.599137] platform 1c12000.mmc: Driver sunxi-mmc requests probe deferral
[    1.607334] hidraw: raw HID events driver (C) Jiri Kosina
[    1.613483] usbcore: registered new interface driver usbhid
[    1.619071] usbhid: USB HID core driver
[    1.624902] JDS CDC reg 0 mask 80000000 val 80000000
[    1.629907] sunxi-codec 1c22c00.codec: 0 => 0
[    1.634264] sunxi-codec 1c22c00.codec: 0 <= 80000000
[    1.639268] JDS CDC reg 4 mask 10000000 val 10000000
[    1.644256] sunxi-codec 1c22c00.codec: 4 => 1000
[    1.648871] sunxi-codec 1c22c00.codec: 4 <= 10001000
[    1.653851] JDS CDC reg 10 mask 40 val 0
[    1.657784] sunxi-codec 1c22c00.codec: 10 => 5b00000
[    1.662751] JDS CDC reg 28 mask 10 val 10
[    1.666779] sunxi-codec 1c22c00.codec: 28 => 34814c
[    1.671654] sunxi-codec 1c22c00.codec: 28 <= 34815c
[    1.676537] JDS CDC reg 4 mask 600000 val 600000
[    1.681153] sunxi-codec 1c22c00.codec: 4 => 10001000
[    1.686112] sunxi-codec 1c22c00.codec: 4 <= 10601000
[    1.691089] JDS CDC reg 10 mask 3f val 3b
[    1.695116] sunxi-codec 1c22c00.codec: 10 => 5b00000
[    1.700077] sunxi-codec 1c22c00.codec: 10 <= 5b0003b
[    1.705346] sunxi-codec 1c22c00.codec: ASoC: Failed to create
platform debugfs directory
[    1.714021] sunxi-codec 1c22c00.codec: sunxi-codec-dai <->
1c22c00.codec mapping ok
[    1.723117] drop_monitor: Initializing network drop monitor service
[    1.726622] mmc0: host does not support reading read-only switch.
assuming write-enable.
[    1.728919] mmc0: new high speed SDHC card at address aaaa
[    1.729549] mmcblk0: mmc0:aaaa SU16G 14.8 GiB
[    1.730981]  mmcblk0: p1 p2
[    1.750472] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.755883] TCP: cubic registered
[    1.759200] Initializing XFRM netlink socket
[    1.764604] NET: Registered protocol family 10
[    1.770250] mip6: Mobile IPv6
[    1.773309] NET: Registered protocol family 17
[    1.778545] rfkill_gpio rfkill_bt.12: bt device registered.
[    1.784334] Key type dns_resolver registered
[    1.788754] ThumbEE CPU extension supported.
[    1.793051] Registering SWP/SWPB emulation handler
[    1.798675] registered taskstats version 1
[    1.802947] vcc3v0: disabling
[    1.806612] ahci-5v: 5000 mV
[    1.810048] usb1-vbus: 5000 mV
[    1.813638] usb2-vbus: 5000 mV
[    1.817159] vmmc3: 3300 mV
[    1.820951] ehci-platform 1c14000.usb: EHCI Host Controller
[    1.826979] ehci-platform 1c14000.usb: new USB bus registered,
assigned bus number 1
[    1.834891] ehci-platform 1c14000.usb: irq 71, io mem 0x01c14000
[    1.853253] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
[    1.859646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.866459] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.873686] usb usb1: Product: EHCI Host Controller
[    1.878560] usb usb1: Manufacturer: Linux 3.15.0+ ehci_hcd
[    1.884057] usb usb1: SerialNumber: 1c14000.usb
[    1.889434] hub 1-0:1.0: USB hub found
[    1.893257] hub 1-0:1.0: 1 port detected
[    1.898010] ehci-platform 1c1c000.usb: EHCI Host Controller
[    1.903962] ehci-platform 1c1c000.usb: new USB bus registered,
assigned bus number 2
[    1.911821] ehci-platform 1c1c000.usb: irq 72, io mem 0x01c1c000
[    1.933243] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[    1.939599] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.946406] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.953643] usb usb2: Product: EHCI Host Controller
[    1.958517] usb usb2: Manufacturer: Linux 3.15.0+ ehci_hcd
[    1.964009] usb usb2: SerialNumber: 1c1c000.usb
[    1.969333] hub 2-0:1.0: USB hub found
[    1.973125] hub 2-0:1.0: 1 port detected
[    1.977866] ohci-platform 1c14400.usb: Generic Platform OHCI controller
[    1.984851] ohci-platform 1c14400.usb: new USB bus registered,
assigned bus number 3
[    1.992692] ohci-platform 1c14400.usb: irq 96, io mem 0x01c14400
[    2.057429] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.064251] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    2.071467] usb usb3: Product: Generic Platform OHCI controller
[    2.077396] usb usb3: Manufacturer: Linux 3.15.0+ ohci_hcd
[    2.082877] usb usb3: SerialNumber: 1c14400.usb
[    2.088311] hub 3-0:1.0: USB hub found
[    2.092115] hub 3-0:1.0: 1 port detected
[    2.096904] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[    2.103928] ohci-platform 1c1c400.usb: new USB bus registered,
assigned bus number 4
[    2.111772] ohci-platform 1c1c400.usb: irq 97, io mem 0x01c1c400
[    2.177438] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.184245] usb usb4: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    2.191460] usb usb4: Product: Generic Platform OHCI controller
[    2.197406] usb usb4: Manufacturer: Linux 3.15.0+ ohci_hcd
[    2.202888] usb usb4: SerialNumber: 1c1c400.usb
[    2.208329] hub 4-0:1.0: USB hub found
[    2.212124] hub 4-0:1.0: 1 port detected
[    2.253270] sunxi-mmc 1c12000.mmc: base:0xf0180000 irq:67
[    2.258778] sunxi-rtc 1c20d00.rtc: setting system clock to
2014-07-06 02:08:59 UTC (1404612539)
[    2.263774] sunxi-mmc 1c12000.mmc: smc 1 err, cmd 8, RTO !!
[    2.273160] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.280258] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.287277] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.295471] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.316410] mmc1: new high speed SDIO card at address 0001
[    2.424167]  No MAC Management Counters available
[    2.443661] IP-Config: Complete:
[    2.446906]      device=eth0, hwaddr=70:71:bc:b8:ab:ee,
ipaddr=192.168.1.51, mask=255.255.255.0, gw=192.168.1.254
[    2.457207]      host=truck, domain=, nis-domain=(none)
[    2.462430]      bootserver=192.168.1.254, rootserver=192.168.1.50, rootpath=
[    2.469691] ALSA device list:
[    2.472656]   #0: sunxi-codec
[    6.413557] stmmaceth 1c50000.ethernet eth0: Link is Up -
1Gbps/Full - flow control rx/tx
[    7.567146] VFS: Mounted root (nfs filesystem) readonly on device 0:14.
[    7.574456] devtmpfs: mounted
[    7.577981] Freeing unused kernel memory: 496K (c07cf000 - c084b000)
[    8.027626] random: init urandom read with 27 bits of entropy available
[    8.332755] init: plymouth-upstart-bridge main process (74)
terminated with status 1
[    8.342763] init: plymouth-upstart-bridge main process ended, respawning
[    8.478223] init: ureadahead main process (77) terminated with status 5
[    8.499630] init: plymouth-upstart-bridge main process (84)
terminated with status 1
[    8.507738] init: plymouth-upstart-bridge main process ended, respawning

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to