Git Product home page Git Product logo

rockmyy-build's Introduction

If you appreciate this project, support me on Patreon !

Patreon !

About

This repository hosts patched mainline kernels for RK3288 built using RockMyy.

Some knowledge about your system bootloader configuration is required. Generally, the bootloader is configured through /boot/extlinux.conf but that can change. Just read the documentation of your distribution if you don't know how to install a new kernel manually.

Quick and (Very) Dirty installation method

BACKUP YOUR /boot FOLDER BEFORE. And prepare an UART cable, just in case things go terribly wrong.

To use it on your RK3288 board (ASUS Tinkerboard, MiQi, Firefly, ...) :

  • clone this project
  • copy lib/* into your board /lib/ directory
  • copy usr/* into your board /usr/ directory
  • copy boot/* into your board /boot/ folder

And then configure your bootloader so that it :

  • boots the /boot/zImage
  • uses the DTB file appropriate for your board

Appropriate DTB files being :

  • rk3288-miqi.dtb for MQMaker MiQi boards
  • rk3288-tinkerboard.dtb for ASUS Tinkerboard boards
  • rk3288-firefly.dtb for Firefly boards
  • rk3288-firefly-reload.dtb for Firefly Reload boards

This roughly equates to :

git clone --depth 1 https://github.com/Miouyouyou/RockMyy-Build &&
cd RockMyy-Build &&
chown root:root -R * &&
cp boot/* /boot/ &&
cp -r lib/* /lib/ &&
cp -r usr/* /usr/

If your bootloader is configured to boot /boot/zImage with the appropriate /boot/rk3288-???.dtb file, just reboot and enjoy your new kernel.

Debian packages

Armbian currently provide premade Debian packages of kernels for Rockchip systems including most of the patches included here.

rockmyy-build's People

Contributors

miouyouyou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rockmyy-build's Issues

Request firmware failed with error 0xfffffffe on TinkerOS v2.0.7

Just replaced this kernel with TinkerOS v2.0.7's 4.4.103 but received the above error, any idea where to obtain the required firmware?

uname -a

Linux tinkerboard 4.15.0-rc9-Kernel-Maker-XV #1 SMP PREEMPT Mon Jan 22 19:59:37 CET 2018 armv7l GNU/Linux

rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
rtl8723bs mmc1:0001:1: Direct firmware load for rtlwifi/rtl8723bs_nic.bin failed with error -2
Request firmware failed with error 0xfffffffe

Failed to create I2C device

Hello,

I'm booting RK3288 Tinker Board with Raspberry Camera Module V2 attached (IMX219). Here is the output of dmesg | grep i2c

[ 0.751264] i2c /dev entries driver
[ 0.759772] of_get_named_gpiod_flags: parsed 'dvs-gpios' property of node '/i2c@ff650000/pmic@1b[0]' - status (0)
[ 0.760051] of_get_named_gpiod_flags: parsed 'dvs-gpios' property of node '/i2c@ff650000/pmic@1b[1]' - status (0)
[ 0.778772] i2c i2c-2: Invalid 7-bit I2C address 0x00
[ 0.778809] i2c i2c-2: of_i2c: Failure registering /i2c@ff660000/af-controller@0
[ 0.778841] i2c i2c-2: Failed to create I2C device for /i2c@ff660000/af-controller@0
[ 0.778880] i2c i2c-2: Invalid 7-bit I2C address 0x00
[ 0.778907] i2c i2c-2: of_i2c: Failure registering /i2c@ff660000/m24c08@50
[ 0.778936] i2c i2c-2: Failed to create I2C device for /i2c@ff660000/m24c08@50

Mainline zImage, rk3288-tinker.dtb (The 4.18-rc5), lib and usr were used.

rockchip-drm display-subsystem: failed to bind ff960000.mipi

When I use your "Quick and (Very) Dirty installation method" on my ASUS tinkerboard, and reboot, the board hangs during kernel load.

I've tried your latest release: v4.14.0-rc8 and v1.13 but both result in the same situation.
I'm using a 1024x600 lcd connected through hdmi (no camera).

This is my bootlog:

Model: Tinker-RK3288
DRAM: 2 GiB
MMC: dwmmc@ff0c0000: 1, dwmmc@ff0f0000: 0
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Model: Tinker-RK3288
Net: eth0: ethernet@ff290000
Hit any key to stop autoboot: 0
Card did not respond to voltage select!
mmc_init: -95, time 2012
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
reading /extlinux/extlinux.conf
168 bytes read in 4 ms (41 KiB/s)
Retrieving file: /hw_intf.conf
reading /hw_intf.conf
304 bytes read in 4 ms (74.2 KiB/s)
hw_conf.valid = 1
hw_conf.i2c1 = 1
hw_conf.i2c4 = 1
hw_conf.spi2 = 1
hw_conf.pwm2 = 1
hw_conf.pwm3 = 1
hw_conf.spi0 = 0
hw_conf.uart2 = 0
hw_conf.uart3 = 1
hw_conf.uart4 = 1
hw_conf.pcm = 1
hw_conf.uart1 = 1
hw_conf.dtoverlay = 0
hw_conf.dtparam = 0
1: kernel-4.4
Retrieving file: /zImage
reading /zImage
8039104 bytes read in 383 ms (20 MiB/s)
user do not assign the rootfs path, append it => sd card boot
append: earlyprintk splash plymouth.ignore-serial-consoles console=ttyS1,115200n8 rw init=/sbin/init uboot_version=2017.07-g0d53220 root=/dev/mmcblk0p2
Retrieving file: /rk3288-tinker.dtb
reading /rk3288-tinker.dtb
41048 bytes read in 8 ms (4.9 MiB/s)
libfdt fdt_path_offset() returned FDT_ERR_BADMAGIC
libfdt fdt_path_offset() returned FDT_ERR_BADMAGIC

Flattened Device Tree blob at 01f00000

Booting using the fdt blob at 0x1f00000
Loading Device Tree to 0fefc000, end 0fffefff ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x500
[ 0.000000] Linux version 4.13.0-RockMyy-XIII (gamer@tachibana) (gcc version 4.9.3 (Gentoo 4.9.3 p1.5, pie-0.6.4)) #1 SMP PREEMPT Mon Sep 4 22:10:50 UTC 2017
[ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Rockchip RK3288 Tinker Board
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] percpu: Embedded 17 pages/cpu @eef91000 s40536 r8192 d20904 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752
[ 0.000000] Kernel command line: earlyprintk splash plymouth.ignore-serial-consoles console=ttyS1,115200n8 rw init=/sbin/init uboot_version=2017.07-g0d53220 root=/dev/mmcblk0p2
[ 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: 2056412K/2097152K available (12288K kernel code, 957K rwdata, 3232K rodata, 1024K init, 4659K bss, 40740K reserved, 0K cma-reserved, 1310720K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0d00000 (13280 kB)
[ 0.000000] .init : 0xc1100000 - 0xc1200000 (1024 kB)
[ 0.000000] .data : 0xc1200000 - 0xc12ef5c8 ( 958 kB)
[ 0.000000] .bss : 0xc12fc004 - 0xc1788d74 (4660 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000025] Switching to timer-based delay loop, resolution 41ns
[ 0.001824] Console: colour dummy device 80x30
[ 0.001858] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[ 0.001879] pid_max: default: 32768 minimum: 301
[ 0.001969] Security Framework initialized
[ 0.001984] Yama: becoming mindful.
[ 0.002052] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002073] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002787] CPU: Testing write buffer coherency: ok
[ 0.003112] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[ 0.006939] Setting up static identity map for 0x100000 - 0x100060
[ 0.008943] Hierarchical SRCU implementation.
[ 0.013049] smp: Bringing up secondary CPUs ...
[ 0.021494] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[ 0.029695] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[ 0.037901] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[ 0.038035] smp: Brought up 1 node, 4 CPUs
[ 0.038065] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.038076] CPU: All CPU(s) started in SVC mode.
[ 0.039658] devtmpfs: initialized
[ 0.053547] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[ 0.053869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.053897] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.054239] xor: measuring software checksum speed
[ 0.064128] arm4regs : 1044.000 MB/sec
[ 0.074237] 8regs : 808.000 MB/sec
[ 0.084350] 32regs : 804.000 MB/sec
[ 0.084364] xor: using function: arm4regs (1044.000 MB/sec)
[ 0.084382] pinctrl core: initialized pinctrl subsystem
[ 0.085297] random: get_random_u32 called from bucket_table_alloc+0x1d8/0x248 with crng_init=0
[ 0.085483] NET: Registered protocol family 16
[ 0.086271] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.088197] cpuidle: using governor ladder
[ 0.088250] cpuidle: using governor menu
[ 0.089341] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.089357] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.174978] raid6: int32x1 gen() 89 MB/s
[ 0.191904] raid6: int32x1 xor() 105 MB/s
[ 0.209443] raid6: int32x2 gen() 140 MB/s
[ 0.226351] raid6: int32x2 xor() 115 MB/s
[ 0.243899] raid6: int32x4 gen() 113 MB/s
[ 0.260793] raid6: int32x4 xor() 101 MB/s
[ 0.278256] raid6: int32x8 gen() 121 MB/s
[ 0.295415] raid6: int32x8 xor() 97 MB/s
[ 0.295429] raid6: using algorithm int32x2 gen() 140 MB/s
[ 0.295440] raid6: .... xor() 115 MB/s, rmw enabled
[ 0.295450] raid6: using intx1 recovery algorithm
[ 0.297163] iommu: Adding device ff930000.vop to group 0
[ 0.297279] iommu: Adding device ff940000.vop to group 1
[ 0.297441] iommu: Adding device ff9c0000.hevc-service to group 2
[ 0.297583] iommu: Adding device ff9a0000.vpu-service to group 3
[ 0.299541] vgaarb: loaded
[ 0.300047] SCSI subsystem initialized
[ 0.300336] usbcore: registered new interface driver usbfs
[ 0.300456] usbcore: registered new interface driver hub
[ 0.300579] usbcore: registered new device driver usb
[ 0.300715] media: Linux media interface: v0.10
[ 0.300778] Linux video capture interface: v2.00
[ 0.300853] pps_core: LinuxPPS API ver. 1 registered
[ 0.300866] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [email protected]
[ 0.300894] PTP clock support registered
[ 0.301424] Advanced Linux Sound Architecture Driver Initialized.
[ 0.302140] Bluetooth: Core ver 2.22
[ 0.302198] NET: Registered protocol family 31
[ 0.302211] Bluetooth: HCI device and connection manager initialized
[ 0.302230] Bluetooth: HCI socket layer initialized
[ 0.302264] Bluetooth: L2CAP socket layer initialized
[ 0.302313] Bluetooth: SCO socket layer initialized
[ 0.303689] clocksource: Switched to clocksource arch_sys_counter
[ 0.416803] FS-Cache: Loaded
[ 0.417067] CacheFiles: Loaded
[ 0.433647] NET: Registered protocol family 2
[ 0.434453] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.434572] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[ 0.435205] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.435338] UDP hash table entries: 512 (order: 2, 24576 bytes)
[ 0.435397] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[ 0.435658] NET: Registered protocol family 1
[ 0.436283] RPC: Registered named UNIX socket transport module.
[ 0.436300] RPC: Registered udp transport module.
[ 0.436312] RPC: Registered tcp transport module.
[ 0.436323] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.437885] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
[ 0.440218] Initialise system trusted keyrings
[ 0.440399] workingset: timestamp_bits=30 max_order=19 bucket_order=0
[ 0.451536] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.453160] FS-Cache: Netfs 'nfs' registered for caching
[ 0.453844] NFS: Registering the id_resolver key type
[ 0.453884] Key type id_resolver registered
[ 0.453897] Key type id_legacy registered
[ 0.453921] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.453940] Installing knfsd (copyright (C) 1996 [email protected]).
[ 0.455489] Key type cifs.spnego registered
[ 0.455519] Key type cifs.idmap registered
[ 0.455537] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.456222] fuse init (API version 7.26)
[ 0.457627] JFS: nTxBlock = 8192, nTxLock = 65536
[ 0.464138] SGI XFS with security attributes, no debug enabled
[ 0.466980] random: fast init done
[ 0.472710] NET: Registered protocol family 38
[ 0.472897] Key type asymmetric registered
[ 0.472913] Asymmetric key parser 'x509' registered
[ 0.472994] bounce: pool size: 64 pages
[ 0.473070] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.473086] io scheduler noop registered
[ 0.473099] io scheduler deadline registered
[ 0.473145] io scheduler cfq registered (default)
[ 0.473157] io scheduler mq-deadline registered
[ 0.473169] io scheduler kyber registered
[ 0.481588] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.481610] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 0.482670] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.482724] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[ 0.483461] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.486113] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[ 0.487239] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 39, base_baud = 1500000) is a 16550A
[ 1.432272] console [ttyS1] enabled
[ 1.437300] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 40, base_baud = 1500000) is a 16550A
[ 1.448357] ff1c0000.serial: ttyS2 at MMIO 0xff1c0000 (irq = 41, base_baud = 1500000) is a 16550A
[ 1.464421] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 1.473174] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 1.481477] rockchip-drm display-subsystem: failed to bind ff980000.hdmi (ops 0xc0d801e8): -517
[ 1.491585] rockchip-drm display-subsystem: master bind failed: -517
[ 1.499071] usbcore: registered new interface driver udl
[ 1.508851] brd: module loaded
[ 1.523245] loop: module loaded
[ 1.527490] zram: Added device: zram0
[ 1.531704] lkdtm: No crash points registered, enable through debugfs
[ 1.542582] libphy: Fixed MDIO Bus: probed
[ 1.547209] tun: Universal TUN/TAP device driver, 1.6
[ 1.554594] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
[ 1.561443] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing
[ 1.572337] PPP generic driver version 2.4.2
[ 1.577773] usbcore: registered new interface driver rt2500usb
[ 1.584407] usbcore: registered new interface driver rt73usb
[ 1.590855] usbcore: registered new interface driver rt2800usb
[ 1.597500] usbcore: registered new interface driver rndis_wlan
[ 1.604157] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[ 1.612529] usbcore: registered new interface driver pegasus
[ 1.618957] usbcore: registered new interface driver rtl8150
[ 1.625393] usbcore: registered new interface driver r8152
[ 1.631633] usbcore: registered new interface driver asix
[ 1.637775] usbcore: registered new interface driver ax88179_178a
[ 1.644720] usbcore: registered new interface driver cdc_ether
[ 1.651340] usbcore: registered new interface driver dm9601
[ 1.657718] usbcore: registered new interface driver smsc75xx
[ 1.664255] usbcore: registered new interface driver smsc95xx
[ 1.670781] usbcore: registered new interface driver net1080
[ 1.677211] usbcore: registered new interface driver rndis_host
[ 1.683933] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[ 1.692337] usbcore: registered new interface driver cdc_ncm
[ 1.698770] usbcore: registered new interface driver cdc_mbim
[ 1.705608] dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator
[ 1.714997] dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator
[ 1.827835] dwc2 ff540000.usb: DWC OTG Controller
[ 1.833174] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
[ 1.841151] dwc2 ff540000.usb: irq 46, io mem 0xff540000
[ 1.847446] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.855083] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.863193] usb usb1: Product: DWC OTG Controller
[ 1.868484] usb usb1: Manufacturer: Linux 4.13.0-RockMyy-XIII dwc2_hsotg
[ 1.876006] usb usb1: SerialNumber: ff540000.usb
[ 1.882070] hub 1-0:1.0: USB hub found
[ 1.886358] hub 1-0:1.0: 1 port detected
[ 1.891591] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
[ 1.901022] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
[ 2.229754] dwc2 ff580000.usb: dwc2_check_param_tx_fifo_sizes: Invalid parameter g-tx-fifo-size, setting to default average
[ 2.242268] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
[ 2.250915] dwc2 ff580000.usb: DWC OTG Controller
[ 2.256249] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2
[ 2.264191] usb 1-1: new high-speed USB device number 2 using dwc2
[ 2.271325] dwc2 ff580000.usb: irq 47, io mem 0xff580000
[ 2.277528] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.285162] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.293270] usb usb2: Product: DWC OTG Controller
[ 2.298560] usb usb2: Manufacturer: Linux 4.13.0-RockMyy-XIII dwc2_hsotg
[ 2.306081] usb usb2: SerialNumber: ff580000.usb
[ 2.312173] hub 2-0:1.0: USB hub found
[ 2.316458] hub 2-0:1.0: 1 port detected
[ 2.322978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.330377] ehci-pci: EHCI PCI platform driver
[ 2.335471] ehci-platform: EHCI generic platform driver
[ 2.341655] ehci-platform ff500000.usb: EHCI Host Controller
[ 2.348319] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3
[ 2.357259] ehci-platform ff500000.usb: irq 45, io mem 0xff500000
[ 2.433735] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
[ 2.441140] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.448887] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.457113] usb usb3: Product: EHCI Host Controller
[ 2.462781] usb usb3: Manufacturer: Linux 4.13.0-RockMyy-XIII ehci_hcd
[ 2.470180] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 2.470191] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.470199] usb 1-1: Product: USB2.0 Hub
[ 2.486409] hub 1-1:1.0: USB hub found
[ 2.490953] hub 1-1:1.0: 4 ports detected
[ 2.500040] usb usb3: SerialNumber: ff500000.usb
[ 2.506877] hub 3-0:1.0: USB hub found
[ 2.511450] hub 3-0:1.0: 1 port detected
[ 2.516789] usbcore: registered new interface driver cdc_acm
[ 2.523194] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.532282] usbcore: registered new interface driver usblp
[ 2.538531] usbcore: registered new interface driver cdc_wdm
[ 2.545046] usbcore: registered new interface driver usb-storage
[ 2.551927] usbcore: registered new interface driver usbserial
[ 2.558562] usbcore: registered new interface driver usbserial_generic
[ 2.565934] usbserial: USB Serial support registered for generic
[ 2.572772] usbcore: registered new interface driver ftdi_sio
[ 2.579284] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.587709] usbcore: registered new interface driver keyspan
[ 2.594115] usbserial: USB Serial support registered for Keyspan - (without firmware)
[ 2.602947] usbserial: USB Serial support registered for Keyspan 1 port adapter
[ 2.611195] usbserial: USB Serial support registered for Keyspan 2 port adapter
[ 2.619543] usbserial: USB Serial support registered for Keyspan 4 port adapter
[ 2.628068] usbcore: registered new interface driver option
[ 2.634498] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.642799] usbcore: registered new interface driver oti6858
[ 2.649290] usbserial: USB Serial support registered for oti6858
[ 2.656125] usbcore: registered new interface driver pl2303
[ 2.662449] usbserial: USB Serial support registered for pl2303
[ 2.669188] usbcore: registered new interface driver qcserial
[ 2.675720] usbserial: USB Serial support registered for Qualcomm USB modem
[ 2.683633] usbcore: registered new interface driver sierra
[ 2.689958] usbserial: USB Serial support registered for Sierra USB modem
[ 2.698745] usbcore: registered new interface driver iforce
[ 2.705118] usbcore: registered new interface driver xpad
[ 2.711374] usbcore: registered new interface driver usbtouchscreen
[ 2.719151] i2c /dev entries driver
[ 2.724105] rk3x-i2c ff140000.i2c: Initialized RK3xxx I2C bus at f0ef5000
[ 2.732720] rk3x-i2c ff150000.i2c: Initialized RK3xxx I2C bus at f0ef7000
[ 2.741394] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at f0ef9000
[ 2.750059] rk3x-i2c ff170000.i2c: Initialized RK3xxx I2C bus at f0efb000
[ 2.764916] DCDC_REG1: supplied by vcc_sys
[ 2.770991] DCDC_REG2: supplied by vcc_sys
[ 2.776814] DCDC_REG3: supplied by vcc_sys
[ 2.781920] DCDC_REG4: supplied by vcc_sys
[ 2.787483] LDO_REG1: supplied by vcc_sys
[ 2.794039] LDO_REG2: supplied by vcc_sys
[ 2.799964] LDO_REG3: supplied by vcc_sys
[ 2.805984] LDO_REG4: supplied by vcc_io
[ 2.811951] LDO_REG5: supplied by vcc_io
[ 2.817896] LDO_REG6: supplied by vcc_io
[ 2.822370] usb 1-1.3: new full-speed USB device number 3 using dwc2
[ 2.830064] vdd10_lcd: Bringing 800000uV into 1000000-1000000uV
[ 2.838252] LDO_REG7: supplied by vcc_sys
[ 2.843731] usb 3-1: new high-speed USB device number 2 using ehci-platform
[ 2.852120] LDO_REG8: supplied by vcc_sys
[ 2.858077] SWITCH_REG1: supplied by vcc_io
[ 2.863189] SWITCH_REG2: supplied by vcc_io
[ 2.871987] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[ 2.879931] rk3x-i2c ff650000.i2c: Initialized RK3xxx I2C bus at f0efd000
[ 2.888777] rk3x-i2c ff660000.i2c: Initialized RK3xxx I2C bus at f0f41000
[ 2.897425] usbcore: registered new interface driver uvcvideo
[ 2.903893] USB Video Class driver (1.1.1)
[ 2.908499] gspca_main: v2.14.0 registered
[ 2.908954] usb 1-1.3: New USB device found, idVendor=0eef, idProduct=0005
[ 2.908966] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.908974] usb 1-1.3: Product: WaveShare Touchscreen
[ 2.908982] usb 1-1.3: Manufacturer: WaveShare
[ 2.908989] usb 1-1.3: SerialNumber: 2016-11-06
[ 2.948121] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: [email protected]
[ 2.960382] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 500000 KHz
[ 2.968823] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 600000 KHz
[ 2.979133] sdhci: Secure Digital Host Controller Interface driver
[ 2.986060] sdhci: Copyright(c) Pierre Ossman
[ 2.990930] Synopsys Designware Multimedia Card Interface Driver
[ 2.997963] dwmmc_rockchip ff0c0000.dwmmc: 'num-slots' was deprecated.
[ 3.005367] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.013464] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
[ 3.021055] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
[ 3.027497] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[ 3.049737] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.071905] dwmmc_rockchip ff0d0000.dwmmc: 'num-slots' was deprecated.
[ 3.079334] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.087433] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
[ 3.095036] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
[ 3.101486] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
[ 3.112397] dwmmc_rockchip ff0d0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[ 3.121521] dwmmc_rockchip ff0d0000.dwmmc: allocated mmc-pwrseq
[ 3.128150] mmc_host mmc1: card is non-removable.
[ 3.145731] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.167800] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.172260] usb 3-1: config 1 has an invalid interface number: 255 but max is 6
[ 3.172264] usb 3-1: config 1 has no interface number 6
[ 3.173379] usb 3-1: New USB device found, idVendor=0bda, idProduct=481a
[ 3.173383] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.173385] usb 3-1: Product: USB Audio
[ 3.173388] usb 3-1: Manufacturer: Generic
[ 3.173390] usb 3-1: SerialNumber: 201405280001
[ 3.206536] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[ 3.229188] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.235958] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.243839] input: WaveShare WaveShare Touchscreen as /devices/platform/ff540000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:0EEF:0005.0001/input/input0
[ 3.244425] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 3.245055] mmc1: new high speed SDIO card at address 0001
[ 3.275316] hid-multitouch 0003:0EEF:0005.0001: input,hidraw0: USB HID v1.11 Device [WaveShare WaveShare Touchscreen] on usb-ff540000.usb-1.3/input0
[ 3.291684] input: Generic USB Audio as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0002/input/input1
[ 3.355903] hid-generic 0003:0BDA:481A.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Generic USB Audio] on usb-ff500000.usb-1/input255
[ 3.370045] usbcore: registered new interface driver usbhid
[ 3.376276] usbhid: USB HID core driver
[ 3.380751] ashmem: initialized
[ 3.503352] dwmmc_rockchip ff0c0000.dwmmc: Successfully tuned phase to 39
[ 3.510953] mmc0: new ultra high speed SDR50 SDHC card at address aaaa
[ 3.518469] mmcblk0: mmc0:aaaa SU16G 14.8 GiB
[ 3.524344] mmcblk0: p1 p2
[ 4.313291] random: crng init done
[ 5.533295] usbcore: registered new interface driver snd-usb-audio
[ 5.541584] u32 classifier
[ 5.544615] Netfilter messages via NETLINK v0.30.
[ 5.549998] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 5.556912] ctnetlink v0.93: registering with nfnetlink.
[ 5.562998] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 5.568973] Initializing XFRM netlink socket
[ 5.573993] NET: Registered protocol family 10
[ 5.579406] Segment Routing with IPv6
[ 5.583546] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 5.589693] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 5.596589] NET: Registered protocol family 17
[ 5.601586] NET: Registered protocol family 15
[ 5.606625] Bluetooth: RFCOMM TTY layer initialized
[ 5.612098] Bluetooth: RFCOMM socket layer initialized
[ 5.617862] Bluetooth: RFCOMM ver 1.11
[ 5.622060] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 5.628682] Bluetooth: HIDP socket layer initialized
[ 5.634253] 8021q: 802.1Q VLAN Support v1.8
[ 5.638935] lib80211: common routines for IEEE802.11 drivers
[ 5.645292] Key type dns_resolver registered
[ 5.650232] ThumbEE CPU extension supported.
[ 5.655019] Registering SWP/SWPB emulation handler
[ 5.660652] Loading compiled-in X.509 certificates
[ 5.666447] Btrfs loaded, crc32c=crc32c-generic
[ 5.679104] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 5.687490] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 5.695750] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 5.706297] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 5.714733] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 5.724705] rockchip-drm display-subsystem: master bind failed: -517
[ 5.732295] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
[ 5.739083] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
[ 5.746997] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30).
[ 5.753337] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10).
[ 5.759732] rk_gmac-dwmac ff290000.ethernet: clock input from PHY
[ 5.771560] rk_gmac-dwmac ff290000.ethernet: init for RGMII
[ 5.777808] stmmac - user ID: 0x10, Synopsys ID: 0x35
[ 5.783446] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled
[ 5.789967] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported
[ 5.798343] rk_gmac-dwmac ff290000.ethernet: Normal descriptors
[ 5.804952] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported
[ 5.813316] rk_gmac-dwmac ff290000.ethernet: COE Type 2
[ 5.819155] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported
[ 5.827037] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported
[ 5.834254] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 6.892850] libphy: stmmac: probed
[ 6.896673] mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=-1)
[ 6.907089] mdio_bus stmmac-0:01: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:01, irq=-1)
[ 6.917964] OF: /sound/simple-audio-card,codec: could not get #sound-dai-cells for /hdmi@ff980000
[ 6.927891] asoc-simple-card sound: parse error -22
[ 6.933348] asoc-simple-card: probe of sound failed with error -22
[ 6.941049] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 6.949394] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 6.957647] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 6.968183] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 6.976510] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!
[ 6.983721] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 6.993663] rockchip-drm display-subsystem: master bind failed: -517
[ 7.001553] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 7.009908] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 7.018150] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 7.028677] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 7.037001] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!
[ 7.044198] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 7.054125] rockchip-drm display-subsystem: master bind failed: -517
[ 7.061977] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 7.070319] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 7.078593] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 7.089123] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 7.097453] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!
[ 7.104657] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 7.114589] rockchip-drm display-subsystem: master bind failed: -517
[ 7.122434] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 7.130783] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 7.139027] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 7.149546] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 7.157878] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!
[ 7.165069] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 7.174988] rockchip-drm display-subsystem: master bind failed: -517
[ 7.182832] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 7.191173] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 7.199423] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 7.209945] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 7.218272] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!
[ 7.225472] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 7.235380] rockchip-drm display-subsystem: master bind failed: -517
[ 7.243221] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 7.251566] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 7.259818] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 7.270331] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 7.278658] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!
[ 7.285860] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 7.295795] rockchip-drm display-subsystem: master bind failed: -517
[ 7.303621] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 7.311971] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 7.320223] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 7.330746] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 7.339071] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!
[ 7.346270] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 7.356201] rockchip-drm display-subsystem: master bind failed: -517
[ 7.364046] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 7.372385] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 7.380637] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 7.391155] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 7.399478] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!
[ 7.406681] rockchip-drm display-subsystem: failed to bind ff960000.mipi (ops 0xc0d80474): -517
[ 7.416597] rockchip-drm display-subsystem: master bind failed: -517
[ 7.424423] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d7eda8)
[ 7.432762] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d7eda8)
[ 7.441005] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[ 7.451516] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d801e8)
[ 7.459843] dw-mipi-dsi ff960000.mipi: Unbalanced pm_runtime_enable!

The bind error goes on for ever..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.