制作ubuntu根文件系统时遇到的难题

按照维基的教程:http://wiki.t-firefly.com/index.php/Firefly-RK3288/Build_Ubuntu_rfs
用miniroot启动正常,固化系统后,烧写入0x0002e000(linuxroot),
启动后发现错误log:
mount: mounting /dev on /root/dev failed: No such file or directory
done.
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn’t have requested /sbin/init.
No init found. Try passing init= bootarg.
FATAL: Could not load /lib/modules/3.10.0/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.10.0/modules.dep: No such file or directory
/bin/sh: can’t access tty; job control turned off
(initramfs) [ 7.840458] usb 3-1.1: new high-speed USB device number 3 using usb20_host
[ 7.944387] usb 3-1.1: New USB device found, idVendor=0930, idProduct=6545
[ 7.951356] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7.958627] usb 3-1.1: Product: DT 101 G2
[ 7.962600] usb 3-1.1: Manufacturer: Kingston
[ 7.966911] usb 3-1.1: SerialNumber: 6C626D7C27E6ECC080000107
[ 7.973797] usb-storage 3-1.1:1.0: USB Mass Storage device detected
[ 7.981116] scsi0 : usb-storage 3-1.1:1.0
[ 9.044728] scsi 0:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 4
[ 9.056972] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 10.449480] sd 0:0:0:0: [sda] 30489408 512-byte logical blocks: (15.6 GB/14.5 GiB)
[ 10.458617] sd 0:0:0:0: [sda] Write Protect is off
[ 10.464207] sd 0:0:0:0: [sda] No Caching mode page found
[ 10.469574] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 10.480844] sd 0:0:0:0: [sda] No Caching mode page found
[ 10.486122] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 10.512422] sda: sda4
[ 10.518536] sd 0:0:0:0: [sda] No Caching mode page found
[ 10.523820] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 10.530047] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 13.400173] es8323_create file error
[ 20.484873] vbus detect**
(initramfs)
(initramfs)

查阅了很多资料,还是无法解决,请大家指点。

我觉得主要问题是:
mount: mounting /dev on /root/dev failed: No such file or directory
done.
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn’t have requested /sbin/init.
为什么会mount失败呢?

楼主是用单系统还是双系统?parameter里的分区要和你烧进去的分区位置一致哦

linjc 发表于 2016-8-10 16:00
楼主是用单系统还是双系统?parameter里的分区要和你烧进去的分区位置一致哦

感谢你的回答,这个问题解决了。
现在遇到一个新的问题:
编译的boot文件启动根文件系统,发现lubuntu可以正常工作,但是串口卡死,log如下:
Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x500 [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0 (malt@socsi-dev) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #2 SMP PREEMPT Wed Aug 10 17:44:41 CST 2016 [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Rockchip RK3288 (Flattened Device Tree), model: rockchip,rk3288 [ 0.000000] hdmi init vic is -1 [ 0.000000] rockchip_ion_reserve [ 0.000000] cma: CMA: reserved 16 MiB at 2e800000 [ 0.000000] Memory policy: ECC disabled, Data cache writealloc [ 0.000000] PERCPU: Embedded 9 pages/cpu @c2ec8000 s14016 r8192 d14656 u36864 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1042960 [ 0.000000] Kernel command line: console=tty0 console=ttyS2 earlyprintk root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 init=/sbin/init mtdparts=rk29xxnand:0x00008000@0x00002000(resource),0x00008000@0x0000A000(boot),0x00002000@0x00012000(misc),0x0001a000@0x00014000(backup),-@0x0002e000(linuxroot) storagemedia=emmc loader.timestamp=2015-01-21_17:07:53 hdmi.vic=-1 [ 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] Memory: 4080MB = 4080MB total [ 0.000000] Memory: 4110028k/4110028k available, 67892k reserved, 3399680K 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 - 0xc0a9bb1c (10831 kB) [ 0.000000] .init : 0xc0a9c000 - 0xc0cec6c0 (2370 kB) [ 0.000000] .data : 0xc0cee000 - 0xc0d8d888 ( 639 kB) [ 0.000000] .bss : 0xc0d8d888 - 0xc0eaa844 (1140 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] rk_clk_tree_init start! cru base = 0xfed00000 [ 0.000000] rk_get_uboot_display_flag: uboot_logo_on = 0 [ 0.000000] rkclk_init_clks: cnt_parent = 7 [ 0.000000] rkclk_init_clks: cnt_rate = 32 [ 0.000000] Architected local timer running at 24.00MHz (phys). [ 0.000000] Switching to timer-based delay loop [ 0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns [ 0.000000] process version: 2 [ 0.000000] channel:0, lkg:10 [ 0.000000] target-temp:95 [ 0.000000] channel:2, lkg:0 [ 0.000000] target-temp:95 [ 0.000000] channel:0, lkg:10 [ 0.000000] target-temp:95 [ 0.000000] channel:1, lkg:11 [ 0.000000] target-temp:95 [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000000] console [tty0] enabled [ 1.035613] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 1.035721] pid_max: default: 32768 minimum: 301 [ 1.036086] Security Framework initialized [ 1.036154] SELinux: Initializing. [ 1.036416] Mount-cache hash table entries: 512 [ 1.038494] Initializing cgroup subsys debug [ 1.038572] Initializing cgroup subsys freezer [ 1.038690] CPU: Testing write buffer coherency: ok [ 1.039482] /cpus/cpu@0 missing clock-frequency property [ 1.039561] /cpus/cpu@1 missing clock-frequency property [ 1.039625] /cpus/cpu@2 missing clock-frequency property [ 1.039688] /cpus/cpu@3 missing clock-frequency property [ 1.039842] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500 [ 1.039985] Setting up static identity map for 0xc07a6fc8 - 0xc07a7020 [ 1.044246] last_log: 0x2e100000 map to 0xf0004000 and copy to 0xf0086000, size 0x80000 early 0x1401 (version 3.0) [ 1.121330] CPU1: Booted secondary processor [ 1.121420] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501 [ 1.141071] CPU2: Booted secondary processor [ 1.141154] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502 [ 1.160856] CPU3: Booted secondary processor [ 1.160938] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503 [ 1.161312] Brought up 4 CPUs [ 1.161599] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 1.161662] CPU: All CPU(s) started in SVC mode. [ 1.163923] devtmpfs: initialized [ 1.181426] pinctrl core: initialized pinctrl subsystem [ 1.182209] regulator-dummy: no parameters [ 1.183866] NET: Registered protocol family 16 [ 1.188977] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 1.190062] ion_snapshot: 0x2e1b0000 map to 0xf0107000 and copy to 0xc0e85e94 (version 0.1) [ 1.190612] Registered FIQ tty driver [ 1.194081] console [ttyFIQ0] enabled [ 1.194665] Registered fiq debugger ttyFIQ0 [ 1.196409] rockchip_get_bank_data:name=base start=0xff750000,end=0xff7500ff [ 1.196538] rockchip_get_bank_data:name=mux_bank0 start=0xff730084,end=0xff73008f [ 1.196675] rockchip_get_bank_data:name=pull_bank0 start=0xff730064,end=0xff73006f [ 1.196797] rockchip_get_bank_data:name=drv_bank0 start=0xff730070,end=0xff73007b [ 1.197106] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio1@ff780000 start=0xff780000,end=0xff7800ff [ 1.197398] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio2@ff790000 start=0xff790000,end=0xff7900ff [ 1.197683] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio3@ff7a0000 start=0xff7a0000,end=0xff7a00ff [ 1.197967] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio4@ff7b0000 start=0xff7b0000,end=0xff7b00ff [ 1.198252] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio5@ff7c0000 start=0xff7c0000,end=0xff7c00ff [ 1.198538] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio6@ff7d0000 start=0xff7d0000,end=0xff7d00ff [ 1.198822] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio7@ff7e0000 start=0xff7e0000,end=0xff7e00ff [ 1.199106] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio8@ff7f0000 start=0xff7f0000,end=0xff7f00ff [ 1.199468] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio15@ff7f2000 start=0xff7f2000,end=0xff7f20ff [ 1.199775] rockchip_pinctrl_probe:name=RK3288-GPIO,type=3 [ 1.199867] rockchip_pinctrl_probe:name=base start=0xff770000,end=0xff77013f [ 1.199958] rockchip_pinctrl_probe:name=pull start=0xff770140,end=0xff7701bf [ 1.200046] rockchip_pinctrl_probe:name=drv start=0xff7701c0,end=0xff77023f [ 1.201839] rockchip_interrupts_register:bank_num=7 [ 1.208732] of_get_gpio_init_config:gpio[0] = 256, value = 0 [ 1.208856] of_get_gpio_init_config:gpio[1] = 233, value = 0 [ 1.208970] of_get_gpio_init_config:gpio[2] = 136, value = 0 [ 1.209211] rockchip_pinctrl_probe:init ok [ 1.229258] rk_iommu ff900800.iep_mmu: (iep) Enter [ 1.229655] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000. [ 1.229746] rk_iommu ff900800.iep_mmu: (iep) Initialized [ 1.230354] rk_iommu ff950800.vip_mmu: (vip) Enter [ 1.230711] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000. [ 1.230798] rk_iommu ff950800.vip_mmu: (vip) Initialized [ 1.231375] rk_iommu ff930300.vopb_mmu: (vopb) Enter [ 1.231727] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000. [ 1.231816] rk_iommu ff930300.vopb_mmu: (vopb) Initialized [ 1.232412] rk_iommu ff940300.vopl_mmu: (vopl) Enter [ 1.232766] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000. [ 1.232855] rk_iommu ff940300.vopl_mmu: (vopl) Initialized [ 1.233454] rk_iommu ff9c0440.hevc_mmu: (hevc) Enter [ 1.233870] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000. [ 1.233958] rk_iommu ff9c0440.hevc_mmu: (hevc) Initialized [ 1.234550] rk_iommu ff9a0800.vpu_mmu: (vpu) Enter [ 1.234920] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000. [ 1.235009] rk_iommu ff9a0800.vpu_mmu: (vpu) Initialized [ 1.235661] rk_iommu ff914000.isp_mmu: (isp_mmu) Enter [ 1.236072] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000. [ 1.236157] rk_iommu ff914000.isp_mmu: (isp_mmu) Initialized [ 1.241860] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 1.241971] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 1.242637] DDR DEBUG: version 1.00 20140603 [ 1.242752] DDR DEBUG: Channel a: [ 1.242813] DDR DEBUG: DDR3 Device [ 1.242885] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=2 Total Capability=2048MB [ 1.242974] DDR DEBUG: Channel b: [ 1.243028] DDR DEBUG: DDR3 Device [ 1.243096] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=2 Total Capability=2048MB [ 1.243186] DDR DEBUG: addr=0xd93000 [ 1.243248] DDR DEBUG: stride=13, size=256, halfcap=80000000 [ 1.243319] DDR DEBUG: socAddr[0]=0xd93000, socAddr[1]=0xd93100 [ 1.243392] DDR DEBUG: chAddr[0]=0xd93000, chAddr[1]=0xd93000 [ 1.243468] DDR DEBUG: dtar[0]=0x301b2000, dtar[1]=0x301b2000 [ 1.243660] DDR DEBUG: init success!!! freq=200MHz [ 1.243724] DDR DEBUG: Channel a: [ 1.243796] DDR DEBUG: DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=4,4, DGSL=1,1 extra clock, DGPS=180,180 [ 1.243908] DDR DEBUG: DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=4,4, DGSL=1,1 extra clock, DGPS=180,180 [ 1.244020] DDR DEBUG: DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=4,4, DGSL=1,1 extra clock, DGPS=180,180 [ 1.244130] DDR DEBUG: DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=4,4, DGSL=1,1 extra clock, DGPS=180,180 [ 1.244236] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0 [ 1.244314] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19 [ 1.244383] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2 [ 1.244446] DDR DEBUG: Channel b: [ 1.244514] DDR DEBUG: DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=4,4, DGSL=1,1 extra clock, DGPS=180,180 [ 1.244624] DDR DEBUG: DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=4,4, DGSL=1,1 extra clock, DGPS=180,180 [ 1.244733] DDR DEBUG: DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=4,4, DGSL=1,1 extra clock, DGPS=180,180 [ 1.244843] DDR DEBUG: DTONE=0x3, DTERR=0x0, DTIERR=0x0, DTPASS=4,4, DGSL=1,1 extra clock, DGPS=180,180 [ 1.244946] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0 [ 1.245025] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19 [ 1.245093] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2 [ 1.322212] bio: create slab at 0 [ 1.324100] Enter firefly_noatx8_init [ 1.324611] firefly_noatx8_probe 51 [ 1.325367] SCSI subsystem initialized [ 1.325896] usbcore: registered new interface driver usbfs [ 1.326086] usbcore: registered new interface driver hub [ 1.326403] usbcore: registered new device driver usb [ 1.330897] rockchip_i2c ff650000.i2c: i2c-0: Rockchip I2C adapter [ 1.335359] rockchip_i2c ff140000.i2c: i2c-1: Rockchip I2C adapter [ 1.336872] rockchip_i2c ff660000.i2c: i2c-2: Rockchip I2C adapter [ 1.338466] rockchip_i2c ff150000.i2c: i2c-3: Rockchip I2C adapter [ 1.339340] rockchip_i2c ff160000.i2c: i2c-4: Rockchip I2C adapter [ 1.342263] media: Linux media interface: v0.10 [ 1.342456] Linux video capture interface: v2.00 [ 1.342648] pps_core: LinuxPPS API ver. 1 registered [ 1.342722] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email]giometti@linux.it[/email]> [ 1.342859] PTP clock support registered [ 1.343310] rockchip_temp_probe,line=362 [ 1.344130] tsadc ff280000.tsadc: initialized [ 1.345396] rockchip_ion_parse_dt: num_heaps = 1 [ 1.345489] 0: 0 3 vmalloc 0x (null) [ 1.346324] Rockchip ion module is successfully loaded (v1.0) [ 1.346892] Advanced Linux Sound Architecture Driver Initialized. [ 1.348265] Bluetooth: Core ver 2.16 [ 1.348424] NET: Registered protocol family 31 [ 1.348497] Bluetooth: HCI device and connection manager initialized [ 1.348593] Bluetooth: HCI socket layer initialized [ 1.348675] Bluetooth: L2CAP socket layer initialized [ 1.348799] Bluetooth: SCO socket layer initialized [ 1.349497] cfg80211: Calling CRDA to update world regulatory domain [ 1.351818] act8846_i2c_probe,line=898 [ 1.353254] act8846_parse_dt,line=746 [ 1.354814] act8846_i2c_probe: act8846_pmic_hold=1 [ 1.354919] act8846_i2c_probe: act8846_pmic_sleep=1 [ 1.355009] act8846_i2c_probe: act8846_pmic_cpu_det_gpio=1 [ 1.355101] act8846_i2c_probe: act8846_pmic_usb_hub_reset_gpio=1 [ 1.357634] act_dcdc1: 1200 mV [ 1.361416] vccio: 3300 mV [ 1.364073] vdd_logic: 700 <--> 1500 mV at 1100 mV [ 1.367885] act_dcdc4: 2000 mV [ 1.369764] vccio_sd: 1800 <--> 3300 mV at 3300 mV [ 1.372749] act_ldo2: 1050 mV [ 1.375666] act_ldo3: 2800 mV [ 1.378609] act_ldo4: 3300 mV [ 1.381522] act_ldo5: 3300 mV [ 1.384432] act_ldo6: 1100 mV [ 1.387380] vcc_18: 1800 mV [ 1.390363] act_ldo8: 1850 mV [ 1.396968] vdd_arm: 712 <--> 1500 mV at 1000 mV [ 1.403417] vdd_gpu: 712 <--> 1500 mV at 1000 mV [ 1.404399] rk808_i2c_probe,line=1368 [ 1.406081] The device is not rk808 -11 [ 1.406375] rk808: probe of 0-001b failed with error -11 [ 1.408966] i2s: maxburst: 1 [ 1.410888] Switching to clocksource arch_sys_counter [ 1.476831] rk-fb rockchip-fb: rk fb ion client create success! [ 1.476947] rk-fb rockchip-fb: rockchip framebuffer driver probe [ 1.478094] rk-screen rk_screen.9: rockchip screen probe success [ 1.478904] rk32-lvds rk32-lvds: rk32 lvds driver probe success [ 1.479700] rk32-edp ff970000.edp: screen is not edp! [ 1.479807] rk32-edp: probe of ff970000.edp failed with error -22 [ 1.481047] rk3288-lcdc lcdc0: can't find power_ctr node for lcdc0 [ 1.481789] graphics fb0: rockchip framebuffer registerd:fb0 [ 1.482850] graphics fb1: rockchip framebuffer registerd:fb1 [ 1.483438] graphics fb2: rockchip framebuffer registerd:fb2 [ 1.484034] graphics fb3: rockchip framebuffer registerd:fb3 [ 1.484620] graphics fb4: rockchip framebuffer registerd:fb4 [ 1.486319] rk_iommu ff930300.vopb_mmu: (vopb) Enabled [ 1.486787] rk3288-lcdc lcdc0: lcdc0: dclk:148500000>>fps:60 [ 1.486894] rk3288-lcdc lcdc0: wakeup from standby! [ 1.620814] alloc_buffer:ion_phy_addr=0x10000000 [ 1.664182] fb0:phy:10000000>>vir:f0191000>>len:0x1800000 [ 1.787773] rk3288-lcdc lcdc0: lcdc0 probe ok, iommu enabled [ 1.788976] rockchip_set_mux:warning ignore bank num 15 [ 1.789459] rockchip_set_mux:warning ignore bank num 15 [ 1.789888] rockchip_set_mux:warning ignore bank num 15 [ 1.790323] rockchip_set_mux:warning ignore bank num 15 [ 1.790753] rockchip_set_mux:warning ignore bank num 15 [ 1.791168] rockchip_set_mux:warning ignore bank num 15 [ 1.792111] rockchip_set_mux:warning ignore bank num 15 [ 1.792695] rockchip_set_mux:warning ignore bank num 15 [ 1.793572] rockchip_set_mux:warning ignore bank num 15 [ 1.794102] rockchip_set_mux:warning ignore bank num 15 [ 1.794975] rockchip_set_mux:warning ignore bank num 15 [ 1.795503] rockchip_set_mux:warning ignore bank num 15 [ 1.796383] rockchip_set_mux:warning ignore bank num 15 [ 1.796915] rockchip_set_mux:warning ignore bank num 15 [ 1.820392] NET: Registered protocol family 2 [ 1.821917] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.822448] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 1.822980] TCP: Hash tables configured (established 8192 bind 8192) [ 1.823169] TCP: reno registered [ 1.823245] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.823408] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.824083] NET: Registered protocol family 1 [ 1.824839] Unpacking initramfs... [ 2.333091] Freeing initrd memory: 2520K (c4bf0000 - c4e66000) [ 2.334794] hw perfevents: enabled with ARMv7 Cortex-A12 PMU driver, 7 counters available [ 2.336360] probe device ff9a0000.vpu_service [ 2.336832] vpu_service: power on [ 2.338015] checking hw id 4831 [ 2.339143] vpu_service set to auto frequency mode [ 2.339345] vcodec vpu_service: vcodec ion client create success! [ 2.340470] vpu_service: power off... [ 2.340583] done [ 2.340647] init success [ 2.340828] probe device ff9c0000.hevc_service [ 2.341451] hevc_service: power on [ 2.342618] checking hw id 6867 [ 2.343482] vcodec hevc_service: vcodec ion client create success! [ 2.344406] hevc_service: power off... [ 2.344518] done [ 2.344580] init success [ 2.344943] rknandbase v1.0 2014-03-31 [ 2.345588] rknand_probe clk rate = 148500000 [ 2.346073] rknand_driver:ret = 0 [ 2.347235] audit: initializing netlink socket (disabled) [ 2.347386] type=2000 audit(1.330:1): initialized [ 2.350152] bounce pool size: 64 pages [ 2.365834] fuse init (API version 7.22) [ 2.367146] msgmni has been set to 1424 [ 2.373222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 2.373338] io scheduler noop registered [ 2.373404] io scheduler deadline registered [ 2.373780] io scheduler cfq registered (default) [ 2.375213] Console: switching to colour frame buffer device 240x67 [ 2.425645] rga ff920000.rga: rga ion client create success! [ 2.426320] rga: Driver loaded succesfully [ 2.427949] IEP Power ON [ 2.428188] iep ion client create success! [ 2.429349] rk_iommu ff900800.iep_mmu: (iep) Enabled [ 2.429652] IEP Power OFF [ 2.429814] rk_iommu ff900800.iep_mmu: (iep) Disabled [ 2.430072] rk_iommu ff900800.iep_mmu: rockchip_iommu_detach_device: Detached IOMMU with pgtable 0x2e26a000 [ 2.430511] IEP Driver loaded succesfully [ 2.430968] Module initialized. [ 2.433617] dma-pl330 ffb20000.pdma: Loaded driver for PL330 DMAC-2364208 [ 2.433971] dma-pl330 ffb20000.pdma: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10 [ 2.438686] dma-pl330 ff250000.pdma: Loaded driver for PL330 DMAC-2364208 [ 2.439040] dma-pl330 ff250000.pdma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 2.440142] pwm-voltage-regulator pwm_regulator.23: unable to request PWM, trying legacy API [ 2.440546] pwm-voltage-regulator pwm_regulator.23: unable to request legacy PWM [ 2.440877] pwm_regulator_probe:error [ 2.441102] platform pwm_regulator.23: Driver pwm-voltage-regulator requests probe deferral [ 2.442496] rk_serial.c v1.8 2014-03-04 [ 2.443300] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 87) is a rk29_serial.0 [ 2.444332] serial ff180000.serial: membase f0172000 [ 2.454232] loop: module loaded [ 2.456213] SCSI Media Changer driver v0.25 [ 2.457430] tun: Universal TUN/TAP device driver, 1.6 [ 2.457693] tun: (C) 1999-2004 Max Krasnyansky <[email]maxk@qualcomm.com[/email]> [ 2.459643] stmmac_probe_config_dt: Can not read property: pmu_regulator. [ 2.459982] stmmac_probe_config_dt: Can not read property: pmu_enable_level. [ 2.460307] stmmac_probe_config_dt: clock input or output? (input). [ 2.460598] stmmac_probe_config_dt: TX delay(0x30). [ 2.460833] stmmac_probe_config_dt: RX delay(0x20). [ 2.461151] stmmac_probe_config_dt: is rockchip,rk3288-gmac [ 2.461411] stmmc_pltfr_init: [ 2.461589] stmmc_pltfr_init: ERROR: Get power-gpio failed. [ 2.461885] stmmc_pltfr_init: ERROR: Request gmac phy reset pin failed. [ 2.462182] stmmc_pltfr_init: init for RGMII [ 2.462393] tx delay=0x30 [ 2.462393] rx delay=0x20 [ 2.474087] stmmac - user ID: 0x10, Synopsys ID: 0x35 [ 2.484333] Normal descriptors [ 2.494507] Ring mode enabled [ 2.504672] DMA HW capability register supported [ 2.504905] RX Checksum Offload Engine supported (type 2) [ 2.525086] TX Checksum insertion supported [ 2.535193] Wake-Up On Lan supported [ 2.545446] Enable RX Mitigation via HW Watchdog Timer [ 2.556940] PPP generic driver version 2.4.2 [ 2.567732] PPP BSD Compression module registered [ 2.578065] PPP Deflate Compression module registered [ 2.588465] PPP MPPE Compression module registered [ 2.598765] NET: Registered protocol family 24 [ 2.609056] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled). [ 2.619697] CSLIP: code copyright 1989 Regents of the University of California. [ 2.630487] Rockchip WiFi SYS interface (V1.00) ... [ 2.641511] usbcore: registered new interface driver catc [ 2.652520] usbcore: registered new interface driver kaweth [ 2.663374] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 2.674456] usbcore: registered new interface driver pegasus [ 2.685543] usbcore: registered new interface driver rtl8150 [ 2.696547] usbcore: registered new interface driver r8152 [ 2.707371] hso: drivers/net/usb/hso.c: Option Wireless [ 2.718433] usbcore: registered new interface driver hso [ 2.729376] usbcore: registered new interface driver asix [ 2.740085] usbcore: registered new interface driver ax88179_178a [ 2.750763] usbcore: registered new interface driver cdc_ether [ 2.761488] usbcore: registered new interface driver cdc_eem [ 2.772077] usbcore: registered new interface driver dm9601 [ 2.782544] usbcore: registered new interface driver dm9620 [ 2.792866] usbcore: registered new interface driver smsc75xx [ 2.803126] usbcore: registered new interface driver smsc95xx [ 2.813245] usbcore: registered new interface driver gl620a [ 2.823290] usbcore: registered new interface driver net1080 [ 2.833246] usbcore: registered new interface driver plusb [ 2.843114] usbcore: registered new interface driver rndis_host [ 2.852908] usbcore: registered new interface driver cdc_subset [ 2.862521] usbcore: registered new interface driver zaurus [ 2.871887] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 2.881368] usbcore: registered new interface driver int51x1 [ 2.890649] usbcore: registered new interface driver kalmia [ 2.899798] usbcore: registered new interface driver ipheth [ 2.908820] usbcore: registered new interface driver sierra_net [ 2.917727] usbcore: registered new interface driver cx82310_eth [ 2.926459] usbcore: registered new interface driver cdc_ncm [ 2.935079] usbcore: registered new interface driver qmi_wwan [ 2.943573] usbcore: registered new interface driver cdc_mbim [ 2.951765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.963266] EHCI: ehci_rk_probe f1a00000 f1a00010 [ 2.971470] rockchip_ehci_host ff500000.usb: EHCI Host Controller [ 2.979697] rockchip_ehci_host ff500000.usb: new USB bus registered, assigned bus number 1 [ 2.988978] rockchip_ehci_host ff500000.usb: irq 56, io mem 0xff500000 [ 3.015072] rockchip_ehci_host ff500000.usb: USB 2.0 started, EHCI 1.00 [ 3.023334] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.031514] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.039640] usb usb1: Product: EHCI Host Controller [ 3.047792] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd [ 3.055969] usb usb1: SerialNumber: ff500000.usb [ 3.065422] hub 1-0:1.0: USB hub found [ 3.073748] hub 1-0:1.0: 1 port detected [ 3.082591] EHCI: ehci_rk_probe ok [ 3.091196] usbcore: registered new interface driver cdc_acm [ 3.099494] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 3.108145] usbcore: registered new interface driver usblp [ 3.116784] usbcore: registered new interface driver cdc_wdm [ 3.125436] usbcore: registered new interface driver usb-storage [ 3.134043] usbcore: registered new interface driver ums-alauda [ 3.142506] usbcore: registered new interface driver ums-cypress [ 3.150920] usbcore: registered new interface driver ums-datafab [ 3.159343] usbcore: registered new interface driver ums_eneub6250 [ 3.167668] usbcore: registered new interface driver ums-freecom [ 3.176041] usbcore: registered new interface driver ums-isd200 [ 3.184220] usbcore: registered new interface driver ums-jumpshot [ 3.192324] usbcore: registered new interface driver ums-karma [ 3.200275] usbcore: registered new interface driver ums-onetouch [ 3.208172] usbcore: registered new interface driver ums-sddr09 [ 3.215987] usbcore: registered new interface driver ums-sddr55 [ 3.223696] usbcore: registered new interface driver ums-usbat [ 3.231434] usbcore: registered new interface driver usbserial [ 3.238989] usbcore: registered new interface driver usbserial_generic [ 3.246297] usbserial: USB Serial support registered for generic [ 3.253506] usbcore: registered new interface driver option [ 3.260566] usbserial: USB Serial support registered for GSM modem (1-port) [ 3.267958] usbcore: registered new interface driver trancevibrator [ 3.275207] usb20_otg: version 3.10a 21-DEC-2012 [ 3.283459] f1a80040 [ 3.290473] Core Release: 3.10a [ 3.297577] Setting default values for core params [ 3.305179] Using Buffer DMA mode [ 3.312392] Periodic Transfer Interrupt Enhancement - disabled [ 3.319575] Multiprocessor Interrupt Enhancement - disabled [ 3.326891] OTG VER PARAM: 0, OTG VER FLAG: 0 [ 3.334262] ^^^^^^^^^^^^^^^^^Device Mode [ 3.341684] Dedicated Tx FIFOs mode [ 3.349138] pcd_init otg_dev = ed971800 [ 3.357152] usb20_otg ff580000.usb: DWC OTG Controller [ 3.364935] usb20_otg ff580000.usb: new USB bus registered, assigned bus number 2 [ 3.372906] usb20_otg ff580000.usb: irq 55, io mem 0x00000000 [ 3.381014] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.389191] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.397431] usb usb2: Product: DWC OTG Controller [ 3.405743] usb usb2: Manufacturer: Linux 3.10.0 dwc_otg_hcd [ 3.414182] usb usb2: SerialNumber: ff580000.usb [ 3.423925] hub 2-0:1.0: USB hub found [ 3.432492] hub 2-0:1.0: 1 port detected [ 3.441966] usb20_host: version 3.10a 21-DEC-2012 [ 3.454165] f1b00040 [ 3.462809] Core Release: 3.10a [ 3.471511] Setting default values for core params [ 3.480659] Using Buffer DMA mode [ 3.489430] Periodic Transfer Interrupt Enhancement - disabled [ 3.498388] Multiprocessor Interrupt Enhancement - disabled [ 3.507482] OTG VER PARAM: 0, OTG VER FLAG: 0 [ 3.516588] ^^^^^^^^^^^^^^^^^^Host Mode [ 3.525694] usb20_host ff540000.usb: DWC OTG Controller [ 3.534832] usb20_host ff540000.usb: new USB bus registered, assigned bus number 3 [ 3.544178] usb20_host ff540000.usb: irq 57, io mem 0x00000000 [ 3.553443] Init: Power Port (0) [ 3.562628] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.571939] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.581151] usb usb3: Product: DWC OTG Controller [ 3.590308] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd [ 3.599448] usb usb3: SerialNumber: ff540000.usb [ 3.609819] hub 3-0:1.0: USB hub found [ 3.618972] hub 3-0:1.0: 1 port detected [ 3.630020] .. rk pwm remotectl v1.0 init [ 3.639461] remotectl probe j=0x0 [ 3.649006] input: ff680000.pwm as /devices/ff680000.pwm/input/input0 [ 3.658791] pwm enable val=0x646205 [ 3.668661] usbcore: registered new interface driver xpad [ 3.677826] usbcore: registered new interface driver usb_acecad [ 3.687002] usbcore: registered new interface driver aiptek [ 3.696157] usbcore: registered new interface driver gtco [ 3.705294] usbcore: registered new interface driver hanwang [ 3.714458] usbcore: registered new interface driver kbtab [ 3.723762] usbcore: registered new interface driver wacom [ 3.733851] sensor_register_slave:mma8452,id=17 [ 3.742893] sensor_register_slave:cm3217,id=44 [ 3.751999] sensor_register_slave:cm3218,id=45 [ 3.752035] tchip_rm_init is here! [ 3.753584] input: tchip_remote_key as /devices/virtual/input/input1 [ 3.753960] tchiprm_register_device is here! [ 3.754367] input: tchip_remote_touch as /devices/virtual/input/input2 [ 3.754720] tchip_remote_abs_register_device is here! [ 3.755099] input: tchip_remote_gsensor as /devices/virtual/input/input3 [ 3.755440] tchip_remote_gsensor_register_device is here! [ 3.758878] rtc_hym8563 0-0051: clock/calendar information is no longer guaranteed [ 3.763062] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0 [ 3.763219] i2c /dev entries driver [ 3.765486] IR NEC protocol handler initialized [ 3.765509] IR RC5(x) protocol handler initialized [ 3.765527] IR RC6 protocol handler initialized [ 3.765544] IR JVC protocol handler initialized [ 3.765561] IR Sony protocol handler initialized [ 3.765578] IR RC5 (streamzap) protocol handler initialized [ 3.765595] IR SANYO protocol handler initialized [ 3.765612] IR MCE Keyboard/mouse protocol handler initialized [ 3.765847] usbcore: registered new interface driver uvcvideo [ 3.765867] USB Video Class driver (1.1.1) [ 3.765896] CamSys driver version: v0.19.0, CamSys head file version: v0.8.0 [ 3.769140] D1:camsys_platform_probe(1061): 1-gpios-cifpower: gpio=236 [ 3.769190] D1:camsys_platform_probe(1064): gpios-cifpower: gpio_request [ 3.769232] D1:camsys_platform_probe(1066): 1-gpios-cifpower: gpio_request=0 [ 3.769272] D1:camsys_platform_probe(1075): gpios-cifpower: 236 high [ 3.769470] D1:camsys_mipiphy_probe_cb(163): ff910000.isp mipi phy0 probe success(reg_phy: 0x0 reg_vir: 0x0 size: 0x0) [ 3.769909] D1:camsys_mipiphy_probe_cb(160): ff910000.isp mipi phy1 probe success(reg_phy: 0xff968000 reg_vir: 0xf19b0000 size: 0x4000) [ 3.771993] D1:camsys_platform_probe(1208): ff910000.isp memory: [ 3.772030] D1:camsys_platform_probe(1218): Register memory (phy: 0xff910000 vir: 0xf19e0000 size: 0x10000) [ 3.772061] D1:camsys_platform_probe(1213): I2c memory (phy: 0x2da1d000 vir: 0xeda1d000 size: 0x1000) [ 3.772086] D1:camsys_platform_probe(1233): Probe ff910000.isp device success [ 3.775055] device-mapper: uevent: version 1.0.3 [ 3.775771] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: [email]dm-devel@redhat.com[/email] [ 3.776668] Bluetooth: HCI UART driver ver 2.2 [ 3.776696] Bluetooth: HCI H4 protocol initialized [ 3.776717] Bluetooth: HCILL protocol initialized [ 3.782526] cpufreq version 1.0, suspend freq 1200 MHz [ 3.783091] cpuidle: using governor ladder [ 3.783114] cpuidle: using governor menu [ 3.783230] Synopsys Designware Multimedia Card Interface Driver [ 3.783967] dwmmc_rockchip ff0f0000.rksdmmc: Version ID is 270a [ 3.798934] dwmmc_rockchip ff0f0000.rksdmmc: Using internal DMA controller. [ 3.799406] 3291..dw_mci_init_slot: fmin=400000, fmax=100000000 [mmc0] [ 3.799431] mmc0 : Rockchip specific MHSC: Ver 1.13 2014-09-05 [ 3.799777] 1381..dw_mci_set_ios: no card. [mmc0] [ 3.812049] 1381..dw_mci_set_ios: no card. [mmc0] [ 3.831806] dwmmc_rockchip ff0f0000.rksdmmc: DW MMC controller at irq 67, 32 bit host data width, 256 deep fifo [ 3.831819] dwmmc_rockchip ff0f0000.rksdmmc: 1 slots initialized [ 3.831863] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0] [ 3.832163] dwmmc_rockchip ff0c0000.rksdmmc: Version ID is 270a [ 3.838084] dwmmc_rockchip ff0c0000.rksdmmc: Using internal DMA controller. [ 3.838266] 3285..dw_mci_init_slot: fmin=300000, fmax=50000000 [mmc1] [ 3.838273] mmc1 : Rockchip specific MHSC: Ver 1.13 2014-09-05 [ 3.838720] 1381..dw_mci_set_ios: no card. [mmc1] [ 3.851449] 1381..dw_mci_set_ios: no card. [mmc1] [ 3.863889] mmc0: BKOPS_EN bit is not set [ 3.865771] rk_sdmmc: BOOT Bus speed=0Hz,Bus width=8bits.[mmc0] [ 3.868057] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0) [ 3.868075] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0] [ 3.871178] dwmmc_rockchip ff0c0000.rksdmmc: DW MMC controller at irq 64, 32 bit host data width, 256 deep fifo [ 3.871186] dwmmc_rockchip ff0c0000.rksdmmc: 1 slots initialized [ 3.871432] dwmmc_rockchip ff0d0000.rksdmmc: Version ID is 270a [ 3.875082] dwmmc_rockchip ff0d0000.rksdmmc: Using internal DMA controller. [ 3.875211] 3291..dw_mci_init_slot: fmin=200000, fmax=50000000 [mmc2] [ 3.875215] mmc2 : Rockchip specific MHSC: Ver 1.13 2014-09-05 [ 3.875287] 1381..dw_mci_set_ios: no card. [mmc2] [ 3.882973] rk_sdmmc: BOOT [ 3.882973] execute tuning: candidates_degree = SDMMC_SHIFT_DEGREE_0 SDMMC_SHIFT_DEGREE_90 SDMMC_SHIFT_DEGREE_180 SDMMC_SHIFT_DEGREE_INVALID[mmc0] [ 3.883020] mmc0: new HS200 MMC card at address 0001 [ 3.883267] mmcblk0: mmc0:0001 BWBC3R 29.1 GiB [ 3.883559] mtd: partition size too small (7) [ 3.883569] resource: 0x000400000 -- 0x001400000 (16 MB) [ 3.883575] boot: 0x001400000 -- 0x002400000 (16 MB) [ 3.883581] misc: 0x002400000 -- 0x002800000 (4 MB) [ 3.883586] backup: 0x002800000 -- 0x005c00000 (52 MB) [ 3.883592] linuxroot: 0x005c00000 -- 0x747800000 (29724 MB) [ 3.884184] mmcblk0: p1 p2 p3 p4 p51381..dw_mci_set_ios: no card. [mmc1] [ 3.890756] 1381..dw_mci_set_ios: no card. [mmc2] [ 3.910428] 1381..dw_mci_set_ios: no card. [mmc2] [ 3.910616] dwmmc_rockchip ff0d0000.rksdmmc: DW MMC controller at irq 65, 32 bit host data width, 256 deep fifo [ 3.910622] dwmmc_rockchip ff0d0000.rksdmmc: 1 slots initialized [ 3.910857] leds-gpio leds.31: pins are not configured from the driver [ 3.911066] hidraw: raw HID events driver (C) Jiri Kosina [ 3.912363] usbcore: registered new interface driver usbhid [ 3.912368] usbhid: USB HID core driver [ 3.912680] ashmem: initialized [ 3.912781] logger: created 256K log 'log_main' [ 3.912867] logger: created 256K log 'log_events' [ 3.912951] logger: created 256K log 'log_radio' [ 3.913045] logger: created 256K log 'log_system' [ 3.914016] input: rk29-keypad as /devices/ff100000.adc/key.34/input/input4 [ 3.914616] rockchip-pinctrl ff770000.pinctrl: pin gpio6-8 already requested by ; cannot claim for 2-0010 [ 3.914624] rockchip-pinctrl ff770000.pinctrl: pin-200 (2-0010) status -22 [ 3.914632] rockchip-pinctrl ff770000.pinctrl: could not request pin 200 on device rockchip-pinctrl [ 3.914639] ES8323 2-0010: Error applying setting, reverse things back [ 3.914914] es8323 probe i2c recv ok [ 3.915132] i2c-core: driver [ES8323] using legacy suspend method [ 3.915136] i2c-core: driver [ES8323] using legacy resume method [ 3.915430] rockchip-hdmi-spdif rockchip-hdmi-spdif.27: ASoC: CPU DAI (null) not registered [ 3.915456] rockchip_hdmi_spdif_audio_probe() register card failed:-517 [ 3.915470] platform rockchip-hdmi-spdif.27: Driver rockchip-hdmi-spdif requests probe deferral [ 3.915676] es8323_probe [ 3.915755] es8323_probe:register ISR (irq=194) [ 4.550393] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> NULL --> Left Line Mux [ 4.552590] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> NULL -> Left Line Mux [ 4.554791] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> NULL --> Left Line Mux [ 4.556970] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> NULL -> Left Line Mux [ 4.559137] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> NULL --> Left Line Mux [ 4.561329] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> NULL -> Left Line Mux [ 4.563504] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> NULL --> Right Line Mux [ 4.565662] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> NULL -> Right Line Mux [ 4.567838] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> NULL --> Right Line Mux [ 4.570008] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> NULL -> Right Line Mux [ 4.572160] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> NULL --> Right Line Mux [ 4.574311] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> NULL -> Right Line Mux [ 4.576443] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left PGA Mux [ 4.578560] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left PGA Mux [ 4.580678] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left PGA Mux [ 4.582753] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left PGA Mux [ 4.584825] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> LAMP --> Left PGA Mux [ 4.586875] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> LAMP -> Left PGA Mux [ 4.588970] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right PGA Mux [ 4.591050] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right PGA Mux [ 4.593124] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right PGA Mux [ 4.595168] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right PGA Mux [ 4.597170] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> RAMP --> Right PGA Mux [ 4.599155] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> RAMP -> Right PGA Mux [ 4.601130] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Differential Mux [ 4.603123] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Differential Mux [ 4.605122] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Differential Mux [ 4.607116] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Differential Mux [ 4.609086] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Differential Mux [ 4.611022] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Differential Mux [ 4.612972] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Differential Mux [ 4.614865] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Differential Mux [ 4.616705] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left Line Mux [ 4.618511] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left Line Mux [ 4.620322] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left Line Mux [ 4.622123] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left Line Mux [ 4.623932] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> LAMP --> Left Line Mux [ 4.625768] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> LAMP -> Left Line Mux [ 4.627610] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right Line Mux [ 4.629469] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right Line Mux [ 4.631320] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right Line Mux [ 4.633139] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right Line Mux [ 4.634992] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> RAMP --> Right Line Mux [ 4.636847] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> RAMP -> Right Line Mux [ 4.638806] ES8323 2-0010: ASoC: mux Right Line Mux has no paths [ 4.640657] ES8323 2-0010: ASoC: mux Left Line Mux has no paths [ 4.642453] ES8323 2-0010: ASoC: mux Right PGA Mux has no paths [ 4.644219] ES8323 2-0010: ASoC: mux Left PGA Mux has no paths [ 4.645986] ES8323 2-0010: ASoC: mux Differential Mux has no paths [ 4.650589] Enter::rk29_es8323_init----135 [ 4.655577] rockchip-es8323 rockchip-es8323.29: ES8323 HiFi <-> rockchip-i2s.0 mapping ok [ 4.657911] u32 classifier [ 4.659766] Actions configured [ 4.661593] Netfilter messages via NETLINK v0.30. [ 4.663442] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 4.665527] ctnetlink v0.93: registering with nfnetlink. [ 4.667404] NF_TPROXY: Transparent proxy support initialized, version 4.1.0 [ 4.669249] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd. [ 4.671244] xt_time: kernel timezone is -0000 [ 4.673186] ip_tables: (C) 2000-2006 Netfilter Core Team [ 4.675095] arp_tables: (C) 2002 David S. Miller [ 4.676922] TCP: cubic registered [ 4.678711] Initializing XFRM netlink socket [ 4.680646] NET: Registered protocol family 10 [ 4.682784] mip6: Mobile IPv6 [ 4.684498] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 4.686300] sit: IPv6 over IPv4 tunneling driver [ 4.688314] NET: Registered protocol family 17 [ 4.690026] NET: Registered protocol family 15 [ 4.691747] Bridge firewalling registered [ 4.693440] Ebtables v2.0 registered [ 4.695274] Bluetooth: RFCOMM TTY layer initialized [ 4.696984] Bluetooth: RFCOMM socket layer initialized [ 4.698681] Bluetooth: RFCOMM ver 1.11 [ 4.700355] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.702055] Bluetooth: BNEP filters: protocol multicast [ 4.703774] Bluetooth: BNEP socket layer initialized [ 4.705464] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 4.707153] Bluetooth: HIDP socket layer initialized [ 4.708841] l2tp_core: L2TP core driver, V2.0 [ 4.710504] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 4.712170] [WLAN_RFKILL]: Enter rfkill_wlan_init [ 4.714060] [WLAN_RFKILL]: Enter rfkill_wlan_probe [ 4.715728] wlan_platdata_parse_dt: wifi_chip_type = bcmwifi [ 4.717412] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control. [ 4.719083] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control. [ 4.720760] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio. [ 4.722468] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 156, flags = 0. [ 4.724204] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 158, flags = 0. [ 4.725898] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio [ 4.727635] [WLAN_RFKILL]: rockchip_wifi_voltage_select: wifi & sdio reference voltage: 1.8V [ 4.729419] [WLAN_RFKILL]: Exit rfkill_wlan_probe [ 4.731184] [BT_RFKILL]: Enter rfkill_rk_init [ 4.733032] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 147. [ 4.734812] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,power_gpio = 155. [ 4.736609] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 157. [ 4.738411] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 154. [ 4.740200] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 159. [ 4.742024] [BT_RFKILL]: Request irq for bt wakeup host [ 4.743873] [BT_RFKILL]: ** disable irq [ 4.745693] [BT_RFKILL]: ap6335 device registered. [ 4.748044] rk3288-hdmi ff980000.hdmi: rk3288 hdmi probe sucess. [ 4.750148] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0 [ 4.751952] rk3288_init_suspend [ 4.753729] rk3288_suspend_init enter [ 4.755593] rk3288_suspend_init: pm_ctrbits =40017 [ 4.757391] gpio_get_dts_info suspend:8 [ 4.759164] gpio_get_dts_info resume:8 [ 4.760902] rockchip,pmic-suspend_gpios:1007c30 1007c40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [ 4.762756] rockchip,pmic-resume_gpios:2007c32 2007c42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [ 4.764716] clks_gating_suspend_init:clkgt info ok [ 4.766562] Registering SWP/SWPB emulation handler [ 4.768651] ddrfreq: verion 1.2 20140526 [ 4.770616] ddrfreq: normal 456MHz video_1080p 0MHz video_4k 456MHz dualview 0MHz idle 0MHz suspend 200MHz reboot 456MHz [ 4.772083] ddrfreq: auto-freq=0 [ 4.773525] ddrfreq: auto-freq-table[0] 240MHz [ 4.774953] ddrfreq: auto-freq-table[1] 324MHz [ 4.776363] ddrfreq: auto-freq-table[2] 456MHz [ 4.777737] ddrfreq: auto-freq-table[3] 528MHz [ 4.779542] act_ldo3: operation not allowed [ 4.781147] vga_edid_probe: turn on ldo3 done. [ 4.782534] act_ldo4: operation not allowed [ 4.784121] vga_edid_probe: turn on ldo done. [ 4.785484] act_ldo2: operation not allowed [ 4.787070] vga_edid_probe: turn on ldo2 done. [ 4.788427] act_ldo8: operation not allowed [ 4.789985] vga_edid_probe: turn on ldo done. [ 4.816386] vga-ddc: read and parse vga edid success. [ 4.817714] vga-ddc: max mode 1920x1080@60[pixclock-148500 KHZ] [ 4.819054] vga-ddc: best mode 1920x1080@60[pixclock-6 KHZ] [ 4.820388] vga_edid_probe: success. 10 [ 4.821848] firefly_vga_get_enable 180, 0 [ 4.823176] firefly_vga_get_status 186 [ 4.824496] firefly_vga_set_enable 159 enable:1 [ 4.825827] firefly_vga_enable 130 start [ 4.825843] regulator-dummy: disabling [ 4.826115] rockchip-hdmi-spdif rockchip-hdmi-spdif.27: ASoC: CPU DAI (null) not registered [ 4.826132] rockchip_hdmi_spdif_audio_probe() register card failed:-517 [ 4.826142] platform rockchip-hdmi-spdif.27: Driver rockchip-hdmi-spdif requests probe deferral [ 4.826215] pcd_pullup, is_on 0 [ 4.826245] file system registered [ 4.826734] android_usb gadget: Mass Storage Function, version: 2009/09/11 [ 4.826738] android_usb gadget: Number of LUNs=2 [ 4.826743] lun0: LUN: removable file: (no medium) [ 4.826746] lun1: LUN: removable file: (no medium) [ 4.826882] android_usb gadget: android_usb ready [ 4.826954] sensor_init: Probe name sensors [ 4.826966] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01 [ 4.845068] rtc_hym8563 0-0051: setting system clock to 2011-01-01 12:00:01 UTC (1293883201) [ 4.845072] firefly_switch_fb 55 [ 4.845077] [ 4.845077] rk_fb_switch_screen lcdc_id 0 type 1 enable 1 [ 4.845083] fb0 win id 1 state 1 [ 4.845095] rk3288-lcdc lcdc0: lcdc0: dclk:148500000>>fps:60 [ 4.845113] fb1 win id 0 state 0 [ 4.845117] fb2 win id 2 state 0 [ 4.845119] fb3 win id 3 state 0 [ 4.845122] fb4 win id 4 state 0 [ 4.845125] [ 4.845125] rk_fb_switch_screen lcdc_id 0 type 1 enable 1 done [ 4.845125] [ 4.845145] VGA ENABLE [ 4.870000] usbcore: registered new interface driver snd-usb-audio [ 4.871429] ALSA device list: [ 4.872837] #0: RK_ES8323 [ 4.873927] rockchip-hdmi-spdif rockchip-hdmi-spdif.27: rk-hdmi-spdif-hifi <-> rockchip-spdif mapping ok [ 4.875916] #1: RK-HDMI-SPDIF [ 4.878315] Freeing unused kernel memory: 2368K (c0a9c000 - c0cec000) [ 4.901115] udevd[147]: starting version 175 [ 5.051872] EHCI: rk_ehci_hcd_enable, disable host controller [ 5.079340] EXT4-fs (mmcblk0p5): recovery complete [ 5.081436] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [ 5.262888] init: plymouth-upstart-bridge main process (309) terminated with status 1 [ 5.264762] init: plymouth-upstart-bridge main process ended, respawning [ 5.281837] init: plymouth-upstart-bridge main process (319) terminated with status 1 [ 5.283699] init: plymouth-upstart-bridge main process ended, respawning [ 5.286563] init: ureadahead main process (312) terminated with status 5 [ 5.302352] init: plymouth-upstart-bridge main process (323) terminated with status 1 [ 5.304147] init: plymouth-upstart-bridge main process ended, respawning [ 5.397683] init: mounted-proc main process (336) terminated with status 1 [ 5.453025] vga-ddc: read and parse vga edid success. [ 5.455252] vga-ddc: max mode 1920x1080@60[pixclock-148500 KHZ] [ 5.457497] vga-ddc: best mode 1920x1080@60[pixclock-6 KHZ] [ 5.459586] VGA Devie connected 10 [ 5.461690] firefly_vga_set_mode 203 [ 5.463899] firefly_vga_set_mode 219 1920 1080 60 148500000 [ 5.466604] firefly_vga_enable 130 start [ 5.468694] firefly_switch_fb 55 [ 5.470364] [ 5.470364] rk_fb_switch_screen lcdc_id 0 type 1 enable 1 [ 5.473808] fb0 win id 1 state 1 [ 5.476907] rk3288-lcdc lcdc0: lcdc0: dclk:148500000>>fps:60 [ 5.479165] fb1 win id 0 state 0 [ 5.481261] fb2 win id 2 state 0 [ 5.483324] fb3 win id 3 state 0 [ 5.489161] fb4 win id 4 state 0 [ 5.491344] [ 5.491344] rk_fb_switch_screen lcdc_id 0 type 1 enable 1 done [ 5.491344] * Starting Mount filesystems on boot[ OK ] * Starting Signal sysvinit that the rootfs is mounted[ OK ] * Starting Populate /dev filesystem[ OK ] * Starting Populate and link to /run filesystem[ OK ] * Stopping Populate /dev filesystem[ OK ] * Stopping Populate and link to /run filesystem[ OK ] * Stopping Track if upstart is running in a container[ OK ] * Starting Clean /tmp directory[ OK ] * Starting Initialize or finalize resolvconf[ OK ] * Stopping Clean /tmp directory[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[ OK ] * Starting Bridge udev events into upstart[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[ OK ] * Starting device node and kernel event manager[ OK ] * Starting Signal sysvinit that local filesystems are mounted[ OK ] * Starting restore software rfkill state[ OK ] * Stopping Mount filesystems on boot[ OK ] * Stopping restore software rfkill state[ OK ] * Starting flush early job output to logs[ OK ] * Starting load modules from /etc/modules[ OK ] * Starting cold plug devices[ OK ] * Starting log initial device creation[ OK ] * Stopping load modules from /etc/modules[ OK ] * Stopping flush early job output to logs[ OK ] * Starting D-Bus system message bus[ OK ] * Starting set console font[ OK ] * Starting SystemD login management service[ OK ] * Stopping set console font[ OK ] * Starting userspace bootsplash[ OK ] * Starting system logging daemon[ OK ] * Starting Send an event to indicate plymouth is up[ OK ] * Stopping Send an event to indicate plymouth is up[ OK ] * Starting configure network device security[ OK ] * Starting configure network device[ OK ] * Starting bluetooth initialization[ OK ] * Starting bluetooth initialization[fail] * Stopping userspace bootsplash[ OK ] * Starting bluetooth daemon[ OK ] * Starting configure network device security[ OK ] * Starting configure network device security[ OK ] * Starting configure network device[ OK ] * Starting Mount network filesystems[ OK ] * Starting Failsafe Boot Delay[ OK ] * Stopping Mount network filesystems[ OK ] * Starting Turn on/off the ap6335 bluetooth[ OK ] * Starting configure network device[ OK ] * Stopping Failsafe Boot Delay[ OK ] * Starting System V initialisation compatibility[ OK ] * Starting configure network device security[ OK ] [ OK ]ting up X socket directories... * Starting Bridge file events into upstart[ OK ] * Stopping System V initialisation compatibility[ OK ] * Starting System V runlevel compatibility[ OK ] * Starting Restore Sound Card State[ OK ] * Starting save kernel messages[ OK ] * Starting configure network device security[ OK ] * Starting OpenSSH server[ OK ] * Starting anac(h)ronistic cron[ OK ] * Starting regular background program processing daemon[ OK ] * Stopping save kernel messages[ OK ] * Stopping Restore Sound Card State[ OK ] * Starting Bridge socket events into upstart[ OK ] * Starting configure virtual network devices[ OK ] [ 6.900374] turn on mali power * Stopping System V runlevel compatibility[ OK ] * Stopping Restore Sound Card State[ OK ]

在有时候卡在Stopping System V runlevel compatibility[ OK ],有时候卡在* Stopping Restore Sound Card State[ OK ],就一直卡住不动了,不知道是出了什么问题?

mlt911213 发表于 2016-8-10 14:45
我觉得主要问题是:
mount: mounting /dev on /root/dev failed: No such file or directory
done.

哦,已经解决了,是ttyFIQ的问题。
能解释下ttyFIQ是什么东西吗?为什么要开启?怎么用ttyFIQ?

mlt911213 发表于 2016-8-11 09:52
哦,已经解决了,是ttyFIQ的问题。
能解释下ttyFIQ是什么东西吗?为什么要开启?怎么用ttyFIQ?

FIQ即:Fast Interrupt Request,如果板子打开了FIQ,那调试串口的节点就是/ttyFIQ0,打开了FIQ之后板子接串口可以进入FIQ,我的电脑是ubuntu下用ckermit,进入FIQ:Ctrl+]+B

linjc 发表于 2016-8-16 09:25
FIQ即:Fast Interrupt Request,如果板子打开了FIQ,那调试串口的节点就是/ttyFIQ0,打开了FIQ之后板子接 …

制作的根文件系统在跑不起来,log如下:
miniroot# boot /mnt:/ubuntu
/bin/sh: pkill: not found
umount: can’t umount /mnt: Device or resource busy
SELinux: Could not open policy file <= /etc/selinux/targeted/policy/policy.29: No such file or directory
[ 1098.572648] init: plymouth-upstart-bridge main process (313) terminated with status 1
[ 1098.577994] init: plymouth-upstart-bridge main process ended, respawning
[ 1098.621660] init: plymouth-upstart-bridge main process (323) terminated with status 1
[ 1098.621823] init: plymouth-upstart-bridge main process ended, respawning
[ 1098.627153] init: ureadahead main process (316) terminated with status 5
[ 1098.654425] init: plymouth-upstart-bridge main process (328) terminated with status 1
[ 1098.654590] init: plymouth-upstart-bridge main process ended, respawning
[ 1098.839776] init: mounted-proc main process (341) terminated with status 1

  • Starting Mount filesystems on boot[ OK ]
  • Starting Signal sysvinit that the rootfs is mounted[ OK ]
  • Starting Clean /tmp directory[ OK ]
  • Starting Populate and link to /run filesystem[ OK ]
  • Stopping Clean /tmp directory[ OK ]
  • Stopping Populate and link to /run filesystem[ OK ]
  • Stopping Track if upstart is running in a container[ OK ]
  • Starting Initialize or finalize resolvconf[ OK ]
  • Starting set console keymap[ OK ]
  • Starting Signal sysvinit that virtual filesystems are mounted[ OK ]
  • Starting Signal sysvinit that virtual filesystems are mounted[ OK ]
  • Stopping set console keymap[ OK ]
  • Starting Bridge udev events into upstart[ OK ]
  • Starting Signal sysvinit that local filesystems are mounted[ OK ]
  • Starting device node and kernel event manager[ OK ]
  • Starting Signal sysvinit that remote filesystems are mounted[ OK ]
  • Starting load modules from /etc/modules[ OK ]
  • Starting cold plug devices[ OK ]
  • Starting log initial device creation[ OK ]
  • Stopping Mount filesystems on boot[ OK ]
  • Stopping load modules from /etc/modules[ OK ]
  • Starting flush early job output to logs[ OK ]
  • Stopping flush early job output to logs[ OK ]
  • Starting system logging daemon[ OK ]
  • Starting configure network device security[ OK ]
  • Stopping cold plug devices[ OK ]
  • Stopping log initial device creation[ OK ]
  • Starting configure network device[ OK ]
  • Starting configure network device security[ OK ]
  • Starting set console font[ OK ]
  • Stopping set console font[ OK ]
  • Starting userspace bootsplash[ OK ]
  • Starting Send an event to indicate plymouth is up[ OK ]
  • Stopping Send an event to indicate plymouth is up[ OK ]
  • Stopping userspace bootsplash[ OK ]
  • Starting System V initialisation compatibility[ OK ]
  • Starting configure virtual network devices[ OK ]
  • Stopping System V initialisation compatibility[ OK ]
  • Starting System V runlevel compatibility[ OK ]
  • Starting save kernel messages[ OK ]
  • Starting regular background program processing daemon[ OK ]
  • Stopping System V runlevel compatibility[ OK ]
  • Stopping save kernel messages[ OK ]

帮忙分析一下是什么原因?
这块是3128的板子,之前3288制作的根文件系统没问题。

mlt911213 发表于 2016-9-8 16:48
制作的根文件系统在跑不起来,log如下:
miniroot# boot /mnt:/ubuntu
/bin/sh: pkill: not found

看log文件系统跑起来了,只是哪里出错了导致没有完全起来吧,这时候能显示吗?串口能输入吗?

linjc 发表于 2016-9-8 17:34
看log文件系统跑起来了,只是哪里出错了导致没有完全起来吧,这时候能显示吗?串口能输入吗?

原来是串口配置的问题,现在解决了

ubuntu文件系统启动停在这儿是怎么回事? A start job is running for dev-ttyFIQ0.device (31s / 1min 30s)

你好,我现在制作根文件系统启动起来也是到了(initramfs)这里,你是怎么解决的啊?

谢谢楼主,支持分享

{:4_128:}
同样问题,系统停在了ttyFIQ
[ TIME ] Timed out waiting for device dev-ttyFIQ0.device.

sandy 发表于 2017-12-12 18:09
同样问题,系统停在了ttyFIQ
[ TIME ] Timed out waiting for device dev-ttyFIQ0.device.

你好,问题解决了吗

sandy 发表于 2017-12-12 18:09
同样问题,系统停在了ttyFIQ
[ TIME ] Timed out waiting for device dev-ttyFIQ0.device.

你好,问题解决了吗

sandy 发表于 2017-12-12 18:09
同样问题,系统停在了ttyFIQ
[ TIME ] Timed out waiting for device dev-ttyFIQ0.device.

问题解决了吗。

ddd