Jump to content

NanoPi Air around the corner


tkaiser

Recommended Posts

Edit: Price seems to be $17.99

 

Just FYI: FriendlyARM is preparing another H3 board: NanoPi Air somehow related to NanoPI NEO (same low default DRAM clockspeed let me believe this). What we already know (by looking at Github commits):

  • onboard eMMC (no idea about the size)
  • no HDMI
  • no Ethernet
  • AP6212 based WiFi+BT (connected through SDIO and UART)

Personal assumptions:

  • most probably also just a single bank DRAM configuration
  • most probably also a SD card slot
  • maybe eMMC only an option and a basic version without eMMC available
  • same 40 x 40 mm dimensions as NEO, eMMC on the lower PCB side next to H3, AP6212 on the upper (where the Ethernet Jack is located on the NEO -- assumption based on heatsink design for NEO)

Therefore adding Armbian support for this board is pretty easy as soon as we're done with NanoPi NEO since it's then just combining settings for NanoPi NEO with Banana Pi M2+ (WiFi/BT).

 

No official announcement available yet and no traces in FA's wiki. But since the FriendlyARM folks follow the 'release often, release early' principle most information can be gathered from Github sources :)

Link to comment
Share on other sites

Correct me if I'm wrong but the H3 can boot direct from eMMC without an SD card. If this board is less than $15 it'll be a home run.

Yes it can - H3 (same for A10, A20 and other Allwinner SoC) has 4 SD/MMC controllers, 2 of them can be used as boot devices. And for small home automation use cases even SPI flash may be enough (once it is fully implemented in u-boot)

Link to comment
Share on other sites

Correct me if I'm wrong but the H3 can boot direct from eMMC without an SD card. If this board is less than $15 it'll be a home run.

 

Well, eMMC is just like another -- soldered -- SD card and booting from eMMC is supported by every Allwinner SoC currently known. The only question is: How to burn an OS to eMMC if no SD card slot would be present on the board (then only FEL boot would help which is already used by PhoenixSuit/LiveSuit to burn Android OS images to eMMC, maybe it's quite easy to use FEL booting to burn Linux images too)

 

Since Zador already mentioned SPI: http://linux-sunxi.org/Bootable_SPI_flash

 

The H3 based IoT device I would dream of comes with 1 MiB (8 Mbit) SPI flash to boot from, Fast Ethernet and prepared for passive PoE (using the 2 unused Ethernet cable pairs and providing a step-down converter to be able to use a higher voltage on the Ethernet cable to prevent voltage drops over large distances) for less than $10.

 

Based on our recent research to minimize consumption by adjusting settings and disabling everything that's not needed I'm pretty confident we can provide an Armbian image limiting also peak consumption of such a board to below 2.5W (and idling way below).

Link to comment
Share on other sites

The only question is: How to burn an OS to eMMC if no SD card slot would be present on the board (then only FEL boot would help which is already used by PhoenixSuit/LiveSuit to burn Android OS images to eMMC, maybe it's quite easy to use FEL booting to burn Linux images too)

Since there is no Ethernet FEL booting will require some manual configuration to use wireless or g_ether network. In case fastboot works in u-boot for H3, it may be easier to use it instead.

 

Since Zador already mentioned SPI: http://linux-sunxi.org/Bootable_SPI_flash

 

The H3 based IoT device I would dream of comes with 1 MiB (8 Mbit) SPI flash to boot from, Fast Ethernet and prepared for passive PoE (using the 2 unused Ethernet cable pairs and providing a step-down converter to be able to use a higher voltage on the Ethernet cable to prevent voltage drops over large distances) for less than $10.

I tested SPI boot recently. Currently it's quite useles for H3 (USB and MMC are the only interfaces available after loading u-boot), but in the future it should be possible to load kernel from SPI flash too or use PXE/TFTP, and then you can make small expansion boards for existing SBCs like this (I still have to solder wires to connect 2x4 header pins to expansion board pins and Write Protect jumper; CR2032 battery for size comparison)

 

 

post-480-0-85691300-1470055704_thumb.jpg

 

 

Link to comment
Share on other sites

Since there is no Ethernet FEL booting will require some manual configuration to use wireless or g_ether network.

 

Ha! I thought about this also in the meantime. Relying on the work done (by you and others) a few months ago it would be pretty easy to set up a PC being able to FEL boot a couple of connected H3 boards without Ethernet, do a quick hardware check and then load/burn an image to onboard eMMC. All that's needed is an Ubuntu 16.04 host (to ease setup since then your fel-boot script can be used without modification regarding prerequisits) with a bunch of USB ports (or powered UBS hubs in between) and a mechanism that checks lsusb output for new devices periodically.

 

The NanoPis just need a single USB connection between their Micro USB port and the host for both power and g_ether networking and then it's pretty easy:

  • as soon as a connected NanoPi is detected on the PC it can be FEL booted (since the fel tool now supports the --dev switch)
  • a modified small Armbian install will be loaded through USB and uses then g_ether / Micro USB to finish booting through NFS
  • optionally a few tests can run (QA checking)
  • then the real OS image will be fetched through g_ether/NFS and written to eMMC and the board will be halted

We have a throughput of ~120 Mbits/sec with g_ether on H3 boards so without any testing burning a headless image (+200MB) should be done within a minute and count of NanoPis to be handled in parallel only depends on the host's count of USB ports.

Link to comment
Share on other sites

I wish this board was 36x36 dimensions with M3 screws 2.75 distance from each edge (so 30.2 betweens screws center) :)

Also connector for RPi camera if it would fit, would be nice. I am glad ethernet is gone, as anything as big as that kills the point of designing such a small board. That's why I ordered without ethernet connector.

 

36x36 is standard for many flight controllers, many multirotor frames come with holes for 36x36 board, it would be neat if you guys had NanoPi at this size :)

Link to comment
Share on other sites

The standard for flight controllers are 30.5mm hole centers, at least that's the standard for OpenPilot boards, which pretty much defined the current standard.

 

We already contacted FrendlyArm to see if they might be considering building such a board, and they say they have no plans, but I suspect if they hear enough interest it might spur them on to doing something.

 

I (just yesterday) designed a carrier/breakout board just for such a purpose.  I already found some things that I plan to change in the design, but I think it's going to just barely work.  The intent is to have multiple options for connecting to existing flight controllers (UART, SPI, USB) to experiment with using the NanoPi for the higher-level control algorithms.

Link to comment
Share on other sites

It also looks like it has eMMC as well though.

 

Well, support for eMMC was obvious since weeks (by looking into FA's github repo) but we didn't know whether SD card slot is still present (when missing like on the C.H.I.P for example that would lead to some trouble flashing a new OS -- now confirmed that slot is present and eMMC has to be populated by a tool/script) and we still don't know whether eMMC is optional or not.

 

At least the name of the OS image they provide (nanopi-air-eflasher-sd8g.img.zip) let me believe that the eMMC will be 8 GB in size.

Link to comment
Share on other sites

I can see that there is something called NanoPi NEO v1.1 on the wiki page: http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO#Layout

 

Schematic dated September 2nd, 2016: http://wiki.friendlyarm.com/wiki/images/c/c4/NanoPi-NEO-V1.1-1607-Schematic.pdf

 

The main difference seems to be different voltage regulators and a change in the USB/Audio/IR pin header. We now have I2S instead of lineout and mic from the SoC codec, and the codec I/Os have been moved to a seperate header (maybe an audio jack?).

Can we expect the NanoPi Air to have this same pinout?

Link to comment
Share on other sites

Can we expect the NanoPi Air to have this same pinout?

 

No idea, the last time I talked with Yufei from FA he only said they would still be testing and it's too early for anything. Apart from that I just realized that they added some interesting commits for sun8i legacy kernel within the last 4 weeks.

 

Thx for mentioning NEO PCB rev 1.1, already added to the wiki :)

Link to comment
Share on other sites

And they release a new camera module called CAM500B based on OmniVision OV5640 (which is good news IMO also for NanoPi M1)

 

And also breaking news regarding OV5640: great community members did what all the hardware vendors failed to do the last years (I've never seen any good image coming out of a OV5640 when running Linux and never higher resolutions than funny 640x480 pixels): http://forum.armbian.com/index.php/topic/1213-ov5640-camera-with-orange-pi/?p=16486

Link to comment
Share on other sites

Hi,

 

I am using Armbian for NanoPI NEO AIR + CAM500B.  I am unable to see any /dev/video0.

 

I am able to get camera working with FA default image. 

 

Here is my dmeg out put.

 

[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.112-sun8i (root@xenial) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.1) ) #14 SMP PREEMPT Wed Sep 14 20:29:31 CEST 2016
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: sun8i
[    0.000000] cma: CMA: reserved 160 MiB at 56000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c0a24900, node_mem_map c0b5d000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 129920 pages, LIFO batch:31
[    0.000000] script_init enter!
[    0.000000] script_init exit!
[    0.000000] PERCPU: Embedded 8 pages/cpu @c0fef000 s11968 r8192 d12608 u32768
[    0.000000] pcpu-alloc: s11968 r8192 d12608 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p1 rootwait rootfstype=ext4 cgroup_enable=memory swapaccount=1 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_no_mali_mem_reserve sunxi_fb_mem_reserve=16 panic=10 consoleblank=0 enforcing=0 loglevel=1
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 338956k/338956k available, 185332k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc095bce8   (9552 kB)
[    0.000000]       .init : 0xc095c000 - 0xc09aeec0   ( 332 kB)
[    0.000000]       .data : 0xc09b0000 - 0xc0a29750   ( 486 kB)
[    0.000000]        .bss : 0xc0a29f04 - 0xc0b5cf90   (1229 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:544
[    0.000000] Architected local timer running at 24.00MHz.
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty1] enabled
[    0.000266] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[    0.000291] pid_max: default: 32768 minimum: 301
[    0.000646] Mount-cache hash table entries: 512
[    0.001697] Initializing cgroup subsys cpuacct
[    0.001715] Initializing cgroup subsys memory
[    0.001767] Initializing cgroup subsys devices
[    0.001780] Initializing cgroup subsys freezer
[    0.001793] Initializing cgroup subsys blkio
[    0.001821] Initializing cgroup subsys perf_event
[    0.001910] CPU: Testing write buffer coherency: ok
[    0.001971] ftrace: allocating 25740 entries in 76 pages
[    0.030384] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.030405] [sunxi_smp_prepare_cpus] enter
[    0.030457] Setting up static identity map for 0x40691938 - 0x40691990
[    0.031583] CPU1: Booted secondary processor
[    0.031583] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.031721] CPU2: Booted secondary processor
[    0.031721] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.040562] CPU3: Booted secondary processor
[    0.040562] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.040684] Brought up 4 CPUs
[    0.040684] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
[    0.041005] devtmpfs: initialized
[    0.051343] wakeup src cnt is : 2.
[    0.051356] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
[    0.051368] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x0
[    0.051378] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
[    0.051390] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
[    0.051400] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x8
[    0.051410] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
[    0.051422] sunxi pm init
[    0.051568] pinctrl core: initialized pinctrl subsystem
[    0.058441] NET: Registered protocol family 16
[    0.059525] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.059525] script_sysfs_init success
[    0.059525] sunxi_dump_init success
[    0.059525] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
[    0.059525] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[    0.059525] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.059525] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.059525] script config pll_video to 297 Mhz
[    0.059525] script config pll_de to 864 Mhz
[    0.059525] script config pll_ve to 402 Mhz
[    0.059525] sunxi_default_clk_init
[    0.059525] try to set pll6ahb1 to 200000000
[    0.059525] try to set ahb clk source to pll6ahb1
[    0.059525] set ahb clk source to pll6ahb1
[    0.059525] try to set ahb1 to 200000000
[    0.059525] try to set apb1 to 100000000
[    0.070254] bio: create slab <bio-0> at 0
[    0.070337] [ARISC] :sunxi-arisc driver v1.04
[    0.091965] [ARISC] :arisc version: [v0.1.58]
[    0.198806] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
[    0.200509] SCSI subsystem initialized
[    0.200706] usbcore: registered new interface driver usbfs
[    0.200781] usbcore: registered new interface driver hub
[    0.200806] usbcore: registered new device driver usb
[    0.200806] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[    0.200806] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[    0.200806] twi_chan_cfg()340 - [twi2] has no twi_regulator.
[    0.201079] Linux video capture interface: v2.00
[    0.201317] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    0.202137] cfg80211: Calling CRDA to update world regulatory domain
[    0.202201] Switching to clocksource arch_sys_counter
[    0.215376] FS-Cache: Loaded
[    0.215739] CacheFiles: Loaded
[    0.227326] NET: Registered protocol family 2
[    0.238636] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.239238] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.239489] TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
[    0.239763] TCP: Hash tables configured (established 16384 bind 16384)
[    0.239775] TCP: reno registered
[    0.239788] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.239814] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.240228] NET: Registered protocol family 1
[    0.240714] RPC: Registered named UNIX socket transport module.
[    0.240728] RPC: Registered udp transport module.
[    0.240736] RPC: Registered tcp transport module.
[    0.240744] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.240965] Trying to unpack rootfs image as initramfs...
[    0.431748] Freeing initrd memory: 3040K
[    0.432342] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
[    0.432491] sunxi_reg_init enter
[    0.433519] audit: initializing netlink socket (disabled)
[    0.433579] type=2000 audit(0.430:1): initialized
[    0.435593] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.435794] misc fatfs initialized
[    0.436639] NFS: Registering the id_resolver key type
[    0.437087] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.437105] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.437954] NTFS driver 2.1.30 [Flags: R/W].
[    0.438292] fuse init (API version 7.18)
[    0.439034] Btrfs loaded
[    0.439065] msgmni has been set to 987
[    0.440666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.440692] io scheduler noop registered
[    0.440702] io scheduler deadline registered
[    0.440789] io scheduler cfq registered (default)
[    0.441239] [DISP]disp_module_init
[    0.441570] cmdline,init_disp=
[    0.441604] cmdline,disp=
[    0.442336] [DISP]disp_module_init finish
[    0.442580] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[    0.442596] sw_uart_get_devinfo()1503 - uart1 has no uart_regulator.
[    0.442610] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[    0.442624] sw_uart_get_devinfo()1503 - uart3 has no uart_regulator.
[    0.443203] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[    0.443218] sw_uart_pm()890 - uart0 clk is already enable
[    0.443238] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[    0.443378] console [ttyS0] enabled
[    0.443745] uart1: ttyS1 at MMIO 0x1c28400 (irq = 33) is a SUNXI
[    0.444024] uart2: ttyS2 at MMIO 0x1c28800 (irq = 34) is a SUNXI
[    0.444310] uart3: ttyS3 at MMIO 0x1c28c00 (irq = 35) is a SUNXI
[    0.444849] sunxi_cmatest_init enter
[    0.444890] sunxi_cmatest_init success
[    0.449117] brd: module loaded
[    0.453138] loop: module loaded
[    0.453457] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[    0.453471] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator.
[    0.454142] spi spi0: master is unqueued, this is deprecated
[    0.454468] tun: Universal TUN/TAP device driver, 1.6
[    0.454478] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.454822] gmac0 not be used
[    0.454860] gmac0: probe of gmac0 failed with error -22
[    0.454892] PPP generic driver version 2.4.2
[    0.455069] PPP BSD Compression module registered
[    0.455080] PPP Deflate Compression module registered
[    0.458076] PPP MPPE Compression module registered
[    0.458096] NET: Registered protocol family 24
[    0.458192] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.478316] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.478356] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[    0.479457] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[    0.490050] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[    0.490813] hub 1-0:1.0: USB hub found
[    0.490840] hub 1-0:1.0: 1 port detected
[    0.511288] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.511321] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
[    0.511778] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
[    0.530038] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
[    0.530644] hub 2-0:1.0: USB hub found
[    0.530670] hub 2-0:1.0: 1 port detected
[    0.551045] sunxi-ehci sunxi-ehci.3: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.551073] sunxi-ehci sunxi-ehci.3: new USB bus registered, assigned bus number 3
[    0.551486] sunxi-ehci sunxi-ehci.3: irq 108, io mem 0xf1c1c000
[    0.570032] sunxi-ehci sunxi-ehci.3: USB 0.0 started, EHCI 1.00
[    0.570551] hub 3-0:1.0: USB hub found
[    0.570575] hub 3-0:1.0: 1 port detected
[    0.590944] sunxi-ehci sunxi-ehci.4: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.590974] sunxi-ehci sunxi-ehci.4: new USB bus registered, assigned bus number 4
[    0.591365] sunxi-ehci sunxi-ehci.4: irq 110, io mem 0xf1c1d000
[    0.610042] sunxi-ehci sunxi-ehci.4: USB 0.0 started, EHCI 1.00
[    0.610591] hub 4-0:1.0: USB hub found
[    0.610611] hub 4-0:1.0: 1 port detected
[    0.611022] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.631103] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    0.631132] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 5
[    0.631168] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[    0.694554] hub 5-0:1.0: USB hub found
[    0.694575] hub 5-0:1.0: 1 port detected
[    0.714951] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    0.714980] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 6
[    0.715015] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
[    0.774563] hub 6-0:1.0: USB hub found
[    0.774587] hub 6-0:1.0: 1 port detected
[    0.794964] sunxi-ohci sunxi-ohci.3: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    0.794993] sunxi-ohci sunxi-ohci.3: new USB bus registered, assigned bus number 7
[    0.795028] sunxi-ohci sunxi-ohci.3: irq 109, io mem 0xf1c1c400
[    0.854557] hub 7-0:1.0: USB hub found
[    0.854577] hub 7-0:1.0: 1 port detected
[    0.874968] sunxi-ohci sunxi-ohci.4: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    0.874997] sunxi-ohci sunxi-ohci.4: new USB bus registered, assigned bus number 8
[    0.875031] sunxi-ohci sunxi-ohci.4: irq 111, io mem 0xf1c1d400
[    0.934583] hub 8-0:1.0: USB hub found
[    0.934603] hub 8-0:1.0: 1 port detected
[    0.934999] Initializing USB Mass Storage driver...
[    0.935239] usbcore: registered new interface driver usb-storage
[    0.935248] USB Mass Storage support registered.
[    0.935317] usbcore: registered new interface driver ums-alauda
[    0.935372] usbcore: registered new interface driver ums-cypress
[    0.935432] usbcore: registered new interface driver ums-datafab
[    0.935478] usbcore: registered new interface driver ums_eneub6250
[    0.935526] usbcore: registered new interface driver ums-freecom
[    0.935574] usbcore: registered new interface driver ums-isd200
[    0.935621] usbcore: registered new interface driver ums-jumpshot
[    0.935665] usbcore: registered new interface driver ums-karma
[    0.935712] usbcore: registered new interface driver ums-onetouch
[    0.935775] usbcore: registered new interface driver ums-realtek
[    0.935826] usbcore: registered new interface driver ums-sddr09
[    0.935875] usbcore: registered new interface driver ums-sddr55
[    0.935923] usbcore: registered new interface driver ums-usbat
[    0.936165]  uinput result 0 , vmouse_init
[    0.936762] mousedev: PS/2 mouse device common for all mice
[    0.936996] sunxikbd_init failed.
[    0.937546] ls_fetch_sysconfig_para: ls_unused.
[    0.937559] ltr_init: ls_fetch_sysconfig_para err.
[    0.938197] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[    0.938256] i2c /dev entries driver
[    0.938811] IR RC5(x) protocol handler initialized
[    0.938945] sunxi cedar version 0.1
[    0.938987] [cedar]: install start!!!
[    0.939204] [cedar]: install end!!!
[    0.939434] twi_start()434 - [i2c0] START can't sendout!
[    0.939695] twi_start()434 - [i2c0] START can't sendout!
[    0.939955] twi_start()434 - [i2c0] START can't sendout!
[    0.940221] twi_start()434 - [i2c0] START can't sendout!
[    0.940482] twi_start()434 - [i2c0] START can't sendout!
[    0.940741] twi_start()434 - [i2c0] START can't sendout!
[    0.941003] twi_start()434 - [i2c0] START can't sendout!
[    0.941263] twi_start()434 - [i2c0] START can't sendout!
[    0.941522] twi_start()434 - [i2c0] START can't sendout!
[    0.941784] twi_start()434 - [i2c0] START can't sendout!
[    0.942043] twi_start()434 - [i2c0] START can't sendout!
[    0.942302] twi_start()434 - [i2c0] START can't sendout!
[    0.942564] twi_start()434 - [i2c0] START can't sendout!
[    0.942823] twi_start()434 - [i2c0] START can't sendout!
[    0.943083] twi_start()434 - [i2c0] START can't sendout!
[    0.943344] twi_start()434 - [i2c0] START can't sendout!
[    0.943603] twi_start()434 - [i2c0] START can't sendout!
[    0.943863] twi_start()434 - [i2c0] START can't sendout!
[    0.944124] twi_start()434 - [i2c0] START can't sendout!
[    0.944383] twi_start()434 - [i2c0] START can't sendout!
[    0.944643] twi_start()434 - [i2c0] START can't sendout!
[    0.944904] twi_start()434 - [i2c0] START can't sendout!
[    0.945164] twi_start()434 - [i2c0] START can't sendout!
[    0.945423] twi_start()434 - [i2c0] START can't sendout!
[    0.945684] twi_start()434 - [i2c0] START can't sendout!
[    0.945944] twi_start()434 - [i2c0] START can't sendout!
[    0.946203] twi_start()434 - [i2c0] START can't sendout!
[    0.946468] twi_start()434 - [i2c1] START can't sendout!
[    0.946729] twi_start()434 - [i2c1] START can't sendout!
[    0.946989] twi_start()434 - [i2c1] START can't sendout!
[    0.947252] twi_start()434 - [i2c1] START can't sendout!
[    0.947513] twi_start()434 - [i2c1] START can't sendout!
[    0.947773] twi_start()434 - [i2c1] START can't sendout!
[    0.948035] twi_start()434 - [i2c1] START can't sendout!
[    0.948294] twi_start()434 - [i2c1] START can't sendout!
[    0.948554] twi_start()434 - [i2c1] START can't sendout!
[    0.948815] twi_start()434 - [i2c1] START can't sendout!
[    0.949075] twi_start()434 - [i2c1] START can't sendout!
[    0.949334] twi_start()434 - [i2c1] START can't sendout!
[    0.949596] twi_start()434 - [i2c1] START can't sendout!
[    0.949855] twi_start()434 - [i2c1] START can't sendout!
[    0.950292] twi_start()434 - [i2c1] START can't sendout!
[    0.950558] twi_start()434 - [i2c1] START can't sendout!
[    0.950818] twi_start()434 - [i2c1] START can't sendout!
[    0.951078] twi_start()434 - [i2c1] START can't sendout!
[    0.951340] twi_start()434 - [i2c1] START can't sendout!
[    0.951599] twi_start()434 - [i2c1] START can't sendout!
[    0.951859] twi_start()434 - [i2c1] START can't sendout!
[    0.952120] twi_start()434 - [i2c1] START can't sendout!
[    0.952380] twi_start()434 - [i2c1] START can't sendout!
[    0.952639] twi_start()434 - [i2c1] START can't sendout!
[    0.952901] twi_start()434 - [i2c1] START can't sendout!
[    0.953160] twi_start()434 - [i2c1] START can't sendout!
[    0.953420] twi_start()434 - [i2c1] START can't sendout!
[    0.953731] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x18)
[    0.953932] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x19)
[    0.954129] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x1a)
[    0.954327] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x29)
[    0.954524] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x2a)
[    0.954721] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x2b)
[    0.954917] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x4c)
[    0.955114] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x4d)
[    0.955310] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x4e)
[    0.955326] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[    0.955513] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[    0.955678] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[    0.955693] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[    0.955707] timeout_to_interv, line 167
[    0.955716] interv_to_timeout, line 189
[    0.955727] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[    0.956205] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    0.956456] calibrat: max_cpufreq 1200Mhz Type 0!
[    0.956470] [cpu_freq] ERR:get cpu extremity frequency from sysconfig failed, use max_freq
[    0.956865] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.111 2015-4-13 15:24) Compiled in Sep 14 2016 at 20:28:08
[    0.956904] [mmc]: get mmc0's sdc_power is null!
[    0.956936] [mmc]: get mmc1's sdc_power is null!
[    0.956945] [mmc]: get mmc1's 2xmode ok, val = 1
[    0.956954] [mmc]: get mmc1's ddrmode ok, val = 1
[    0.956985] [mmc]: get mmc2's sdc_power is null!
[    0.956994] [mmc]: get mmc2's 2xmode ok, val = 1
[    0.957003] [mmc]: get mmc2's ddrmode ok, val = 1
[    0.957016] [mmc]: MMC host used card: 0x7, boot card: 0x5, io_card 2
[    0.958140] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.959260] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.959870] [mmc]: sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.960800] [mmc]: sdc0 power_supply is null
[    0.962293] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.965115] no red_led, ignore it!
[    0.965389] Registered led device: green_led
[    0.965497] Registered led device: blue_led
[    0.965514] no led_0, ignore it!
[    0.965521] no led_1, ignore it!
[    0.965528] no led_2, ignore it!
[    0.965535] no led_3, ignore it!
[    0.965542] no led_4, ignore it!
[    0.965550] no led_5, ignore it!
[    0.965556] no led_6, ignore it!
[    0.965563] no led_7, ignore it!
[    0.966424] usbcore: registered new interface driver usbhid
[    0.966435] usbhid: USB HID core driver
[    0.967877] script_get_item return type err
[    0.967899] sunxi-pcm-codec: probe of sunxi-pcm-codec failed with error -14
[    0.968140] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
[    0.968321] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
[    0.968335] [DAUDIO0] driver not init,just return.
[    0.973068] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
[    0.974212] oprofile: using arm/armv7-ca7
[    0.974438] u32 classifier
[    0.974445]     Performance counters on
[    0.974452]     input device check on
[    0.974459]     Actions configured
[    0.974658] IPv4 over IPv4 tunneling driver
[    0.975339] TCP: bic registered
[    0.975353] TCP: cubic registered
[    0.975361] TCP: westwood registered
[    0.975368] TCP: highspeed registered
[    0.975376] TCP: hybla registered
[    0.975383] TCP: htcp registered
[    0.975390] TCP: vegas registered
[    0.975398] TCP: veno registered
[    0.975405] TCP: scalable registered
[    0.975413] TCP: lp registered
[    0.975420] TCP: yeah registered
[    0.975428] TCP: illinois registered
[    0.975435] Initializing XFRM netlink socket
[    0.975693] NET: Registered protocol family 10
[    0.976823] NET: Registered protocol family 17
[    0.976853] NET: Registered protocol family 15
[    0.976905] Registering the dns_resolver key type
[    0.977463] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.977491] ThumbEE CPU extension supported.
[    0.977516] Registering SWP/SWPB emulation handler
[    0.978111] registered taskstats version 1
[    0.978829] ths_fetch_sysconfig_para: type err  device_used = 1.
[    0.980090] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.980255] CPU Budget:corekeeper enabled
[    0.980508] CPU Budget:Register notifier
[    0.980522] CPU Budget:register Success
[    0.980536] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
[    0.984053] [rf_pm]: Did not config module_power0 in sys_config
[    0.984072] [rf_pm]: Did not config module_power1 in sys_config
[    0.984082] [rf_pm]: Did not config module_power2 in sys_config
[    0.984092] [rf_pm]: Did not config module_power3 in sys_config
[    0.984102] [rf_pm]: mod has no chip_en gpio
[    0.984111] [rf_pm]: regulator on.
[    0.984126] [rf_pm]: set losc_out 32k out[wifi_pm]: wifi gpio init is OK !!
[    0.984823] [rfkill]: rfkill set power 1
[    1.000114] ALSA device list:
[    1.000123]   #0: sndhdmi
[    1.000982] Freeing init memory: 328K
[    1.001746] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.004328] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.009803] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.009969] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.012573] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.031701] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.033362] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.033535] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 4 timing LEGACY(SDR12) dt B
[    1.033628] mmc0: new SDHC card at address 0001
[    1.034353] mmcblk0: mmc0:0001 ASTC 7.43 GiB
[    1.036304]  mmcblk0: p1
[    1.037109] mmcblk mmc0:0001: Card claimed for testing.
[    1.037129] mmc0:0001: ASTC 7.43 GiB
[    1.037186] *******************sd init ok*******************
[    1.037216] [mmc]: sdc2 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.038783] [mmc]: sdc2 power_supply is null
[    1.046723] systemd-udevd[94]: starting version 215
[    1.050144] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.071832] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.074387] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.084172] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.084772] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.084934] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.085089] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.087674] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.101481] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.113822] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.114352] [mmc]: sdc2 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.114535] [mmc]: sdc2 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.114675] [mmc]: sdc2 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.114786] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.114941] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.115078] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing MMC-HS(SDR20) dt B
[    1.115282] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing MMC-HS(SDR20) dt B
[    1.115404] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.115493] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.115601] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.115717] mmc1: new high speed DDR MMC card at address 0001
[    1.116436] mmcblk1: mmc1:0001 8WPD3R 7.28 GiB
[    1.116790] mmcblk1boot0: mmc1:0001 8WPD3R partition 1 4.00 MiB
[    1.117115] mmcblk1boot1: mmc1:0001 8WPD3R partition 2 4.00 MiB
[    1.118712]  mmcblk1: p1 p2
[    1.121158] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.122709]  mmcblk1boot1: unknown partition table
[    1.123911] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.125932]  mmcblk1boot0: unknown partition table
[    1.126334] mmcblk mmc1:0001: Card claimed for testing.
[    1.126356] mmc1:0001: 8WPD3R 7.28 GiB
[    1.126414] *******************mmc init ok *******************
[    1.205385] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.225778] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.226176] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.226908] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.227179] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.227575] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.227839] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.228118] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.228398] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.228799] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.229067] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.229396] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.229671] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.229998] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.230384] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.230756] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.231064] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.231463] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.231758] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.232033] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.232345] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.232882] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.233221] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.234069] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.234399] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.235207] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.235482] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.236038] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.236314] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.236841] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.237122] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.237397] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.237660] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.237928] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.238180] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.238430] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.238704] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.238965] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.239218] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.239478] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.239778] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.240161] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.240437] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.240707] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.240973] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.241276] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.241548] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.241816] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.242070] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.242331] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.242582] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.242847] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.243101] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.243367] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.243626] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.243892] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.244152] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.244405] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.244659] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.244917] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.245186] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.245454] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.245720] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.245989] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.246252] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.246600] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.254232] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.254808] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.255277] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.255565] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.256206] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.256481] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.257204] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.257532] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    2.182744] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    2.188091] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    2.675750] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[    4.120366] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    4.120728] systemd[1]: Detected architecture 'arm'.
[    4.129604] systemd[1]: Set hostname to <nanopiair>.
[    4.777640] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    4.780599] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    4.781016] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.781103] systemd[1]: Expecting device dev-ttyS0.device...
[    4.781628] systemd[1]: Starting Remote File Systems (Pre).
[    4.781894] systemd[1]: Reached target Remote File Systems (Pre).
[    4.782064] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    4.782851] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.782947] systemd[1]: Starting Encrypted Volumes.
[    4.783193] systemd[1]: Reached target Encrypted Volumes.
[    4.783282] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    4.783491] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.783551] systemd[1]: Starting Paths.
[    4.783786] systemd[1]: Reached target Paths.
[    4.783869] systemd[1]: Starting Root Slice.
[    4.784206] systemd[1]: Created slice Root Slice.
[    4.784272] systemd[1]: Starting User and Session Slice.
[    4.784663] systemd[1]: Created slice User and Session Slice.
[    4.784727] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    4.785147] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.785212] systemd[1]: Starting Delayed Shutdown Socket.
[    4.785558] systemd[1]: Listening on Delayed Shutdown Socket.
[    4.785627] systemd[1]: Starting Journal Socket (/dev/log).
[    4.785986] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.786074] systemd[1]: Starting udev Control Socket.
[    4.786371] systemd[1]: Listening on udev Control Socket.
[    4.786450] systemd[1]: Starting udev Kernel Socket.
[    4.786741] systemd[1]: Listening on udev Kernel Socket.
[    4.786827] systemd[1]: Starting Journal Socket.
[    4.787173] systemd[1]: Listening on Journal Socket.
[    4.787299] systemd[1]: Starting System Slice.
[    4.787690] systemd[1]: Created slice System Slice.
[    4.787809] systemd[1]: Started File System Check on Root Device.
[    4.787866] systemd[1]: Starting system-serial\x2dgetty.slice.
[    4.788359] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    4.788424] systemd[1]: Starting system-getty.slice.
[    4.788837] systemd[1]: Created slice system-getty.slice.
[    4.788976] systemd[1]: Starting Increase datagram queue length...
[    4.850949] systemd[1]: Starting Restore / save the current clock...
[    4.951045] systemd[1]: Mounted Huge Pages File System.
[    4.951192] systemd[1]: Starting udev Coldplug all Devices...
[    5.057177] systemd[1]: Started Set Up Additional Binary Formats.
[    5.057359] systemd[1]: Mounting POSIX Message Queue File System...
[    5.112914] systemd[1]: Starting Load Kernel Modules...
[    5.171309] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.220717] Bluetooth: Core ver 2.16
[    5.220807] NET: Registered protocol family 31
[    5.220817] Bluetooth: HCI device and connection manager initialized
[    5.220829] Bluetooth: HCI socket layer initialized
[    5.220839] Bluetooth: L2CAP socket layer initialized
[    5.220869] Bluetooth: SCO socket layer initialized
[    5.229747] Bluetooth: HCI UART driver ver 2.2
[    5.229764] Bluetooth: HCI H4 protocol initialized
[    5.229773] Bluetooth: HCI BCSP protocol initialized
[    5.229781] Bluetooth: HCILL protocol initialized
[    5.229789] Bluetooth: HCIATH3K protocol initialized
[    5.240225] Bluetooth: RFCOMM TTY layer initialized
[    5.240271] Bluetooth: RFCOMM socket layer initialized
[    5.240282] Bluetooth: RFCOMM ver 1.11
[    5.247165] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    5.251495] systemd[1]: Mounting Debug File System...
[    5.344564] dhd_module_init: in
[    5.344655] ======== bcm_wlan_set_plat_data ========
[    5.344674] bcm_wlan_get_oob_irq enter.
[    5.344774] gpio [202] map to virq [10] ok
[    5.344782] host_oob_irq: 10
[    5.344791] host_oob_irq_flags=4
[    5.344799] dhd_wifi_platform_load: Enter
[    5.344839] Power-up adapter 'DHD generic adapter'
[    5.344906] wifi_platform_set_power = 1
[    5.344916] ======== PULL WL_REG_ON HIGH! ========
[    5.344925] [wifi_pm]: set wl_reg_on 1 !
[    5.390740] systemd[1]: Starting LSB: Set keymap...
[    5.430747] systemd[1]: Starting Slices.
[    5.431245] systemd[1]: Reached target Slices.
[    5.434068] systemd[1]: Mounted Debug File System.
[    5.434663] systemd[1]: Mounted POSIX Message Queue File System.
[    5.490577] systemd[1]: Started Increase datagram queue length.
[    5.560502] systemd[1]: Started Restore / save the current clock.
[    5.650149] wifi_platform_bus_enumerate device present 1
[    5.650169] ======== Card detection to detect SDIO card! ========
[    5.650256] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.651816] [mmc]: sdc1 power_supply is null
[    5.670079] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.693228] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.695736] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.697991] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.700786] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.707555] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    5.709122] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    5.710686] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    5.713489] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    5.750516] systemd[1]: Started LSB: Set keymap.
[    5.800426] systemd[1]: Started udev Coldplug all Devices.
[    5.801563] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[    5.801728] [mmc]: sdc1 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[    5.801927] [mmc]: sdc1 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
[    5.802733] systemd[1]: Time has been changed
[    5.803396] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.804124] mmc2: new high speed SDIO card at address 0001
[    5.804810] *******************sdio init ok*******************
[    5.820156] bcmsdh_register: register client driver
[    5.820324] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    5.820438] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    5.820449] bus num (host idx)=2, slot num (rca)=1
[    5.820460] found adapter info 'DHD generic adapter'
[    5.821008] F1 signature read @0x18000000=0x1540a9a6
[    5.823740] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x0 pkg:0x4
[    5.824746] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[    5.824897] wifi_platform_get_mac_addr
[    5.824909] dhd_custom_get_mac_address Enter
[    5.824923] dhd_custom_get_mac_address wifi_mac=
[    5.825839] wl_create_event_handler(): thread:wl_event_handler:b0 started
[    5.825853] tsk Enter, tsk = 0xd4c61430
[    5.826958] p2p0: P2P Interface Registered
[    5.827093] dhd_attach(): thread:dhd_watchdog_thread:b1 started
[    5.827198] dhd_attach(): thread:dhd_dpc:b2 started
[    5.827287] dhd_attach(): thread:dhd_rxf:b3 started
[    5.827309] dhd_deferred_work_init: work queue initialized
[    5.827589] dhd_custom_get_mac_address Enter
[    5.827604] dhd_custom_get_mac_address wifi_mac=
[    5.827617] Dongle Host Driver, version 1.201.34.2 (r491657)
[    5.827623] Compiled in drivers/net/wireless/bcmdhd on Sep 14 2016 at 20:28:26
[    5.828338] Register interface [wlan0]  MAC: 00:90:4c:11:22:33
 
[    5.828358] dhd_prot_ioctl : bus is down. we have nothing to do
[    5.828434] bcmsdh_oob_intr_unregister: Enter
[    5.828444] bcmsdh_oob_intr_unregister: irq is not registered
[    5.828462] dhd_txglom_enable: enable 0
[    5.828470] dhd_bus_devreset:  WLAN OFF DONE
[    5.828526] wifi_platform_set_power = 0
[    5.828536] ======== PULL WL_REG_ON LOW! ========
[    5.828545] [wifi_pm]: set wl_reg_on 0 !
[    5.828638] dhd_module_init: Exit err=0
[    5.880999] systemd[1]: Starting Syslog Socket.
[    5.881759] systemd[1]: Listening on Syslog Socket.
[    5.881930] systemd[1]: Starting Journal Service...
[    5.921450] systemd[1]: Started Journal Service.
[    6.316523] systemd-udevd[183]: starting version 215
[    6.600378] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.679889] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.680560] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.681405] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.681949] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.682341] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.682889] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.683189] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.683465] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.683769] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.684911] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.685231] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.685868] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.686158] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.686435] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.686721] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.687086] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.687357] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.687644] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.687927] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.688294] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.688626] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.688957] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.689270] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.689575] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.689867] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.690516] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.691594] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.691974] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.692363] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.692719] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.693071] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.693870] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.694237] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.695075] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.695491] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.695882] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.696255] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.700520] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.700983] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.701400] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.703403] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.703921] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.704438] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.710107] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.710677] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.711063] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.714893] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.715381] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.718300] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.720902] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.721443] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.721867] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.723045] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.723480] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.723954] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.740455] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.741021] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.741505] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.747067] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.750425] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.751131] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.751989] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.752904] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    7.475952] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[    7.689423] [rfkill]: rfkill set power 1
[    7.857393] Adding 131068k swap on /var/swap.  Priority:-1 extents:1 across:131068k SS
[    9.298029] systemd-journald[180]: Received request to flush runtime journal from PID 1
[   10.628417] Registered IR keymap rc-empty
[   10.629731] rc0: sunxi-ir as /devices/virtual/rc/rc0
[   10.632949] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0

 
I really appreciate any help to get this working. I would like to use OV5640 with https://github.com/avafinger/ov5640drivers to control frame rate.
 
Thanks
Link to comment
Share on other sites

 

Hi,

 

I am using Armbian for NanoPI NEO AIR + CAM500B.  I am unable to see any /dev/video0.

 

I am able to get camera working with FA default image. 

 

Here is my dmeg out put.

 

[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.112-sun8i (root@xenial) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.1) ) #14 SMP PREEMPT Wed Sep 14 20:29:31 CEST 2016
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: sun8i
[    0.000000] cma: CMA: reserved 160 MiB at 56000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c0a24900, node_mem_map c0b5d000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 129920 pages, LIFO batch:31
[    0.000000] script_init enter!
[    0.000000] script_init exit!
[    0.000000] PERCPU: Embedded 8 pages/cpu @c0fef000 s11968 r8192 d12608 u32768
[    0.000000] pcpu-alloc: s11968 r8192 d12608 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p1 rootwait rootfstype=ext4 cgroup_enable=memory swapaccount=1 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_no_mali_mem_reserve sunxi_fb_mem_reserve=16 panic=10 consoleblank=0 enforcing=0 loglevel=1
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 338956k/338956k available, 185332k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc095bce8   (9552 kB)
[    0.000000]       .init : 0xc095c000 - 0xc09aeec0   ( 332 kB)
[    0.000000]       .data : 0xc09b0000 - 0xc0a29750   ( 486 kB)
[    0.000000]        .bss : 0xc0a29f04 - 0xc0b5cf90   (1229 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:544
[    0.000000] Architected local timer running at 24.00MHz.
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty1] enabled
[    0.000266] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[    0.000291] pid_max: default: 32768 minimum: 301
[    0.000646] Mount-cache hash table entries: 512
[    0.001697] Initializing cgroup subsys cpuacct
[    0.001715] Initializing cgroup subsys memory
[    0.001767] Initializing cgroup subsys devices
[    0.001780] Initializing cgroup subsys freezer
[    0.001793] Initializing cgroup subsys blkio
[    0.001821] Initializing cgroup subsys perf_event
[    0.001910] CPU: Testing write buffer coherency: ok
[    0.001971] ftrace: allocating 25740 entries in 76 pages
[    0.030384] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.030405] [sunxi_smp_prepare_cpus] enter
[    0.030457] Setting up static identity map for 0x40691938 - 0x40691990
[    0.031583] CPU1: Booted secondary processor
[    0.031583] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.031721] CPU2: Booted secondary processor
[    0.031721] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.040562] CPU3: Booted secondary processor
[    0.040562] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.040684] Brought up 4 CPUs
[    0.040684] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
[    0.041005] devtmpfs: initialized
[    0.051343] wakeup src cnt is : 2.
[    0.051356] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
[    0.051368] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x0
[    0.051378] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
[    0.051390] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
[    0.051400] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x8
[    0.051410] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
[    0.051422] sunxi pm init
[    0.051568] pinctrl core: initialized pinctrl subsystem
[    0.058441] NET: Registered protocol family 16
[    0.059525] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.059525] script_sysfs_init success
[    0.059525] sunxi_dump_init success
[    0.059525] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
[    0.059525] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[    0.059525] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.059525] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.059525] script config pll_video to 297 Mhz
[    0.059525] script config pll_de to 864 Mhz
[    0.059525] script config pll_ve to 402 Mhz
[    0.059525] sunxi_default_clk_init
[    0.059525] try to set pll6ahb1 to 200000000
[    0.059525] try to set ahb clk source to pll6ahb1
[    0.059525] set ahb clk source to pll6ahb1
[    0.059525] try to set ahb1 to 200000000
[    0.059525] try to set apb1 to 100000000
[    0.070254] bio: create slab <bio-0> at 0
[    0.070337] [ARISC] :sunxi-arisc driver v1.04
[    0.091965] [ARISC] :arisc version: [v0.1.58]
[    0.198806] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
[    0.200509] SCSI subsystem initialized
[    0.200706] usbcore: registered new interface driver usbfs
[    0.200781] usbcore: registered new interface driver hub
[    0.200806] usbcore: registered new device driver usb
[    0.200806] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[    0.200806] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[    0.200806] twi_chan_cfg()340 - [twi2] has no twi_regulator.
[    0.201079] Linux video capture interface: v2.00
[    0.201317] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    0.202137] cfg80211: Calling CRDA to update world regulatory domain
[    0.202201] Switching to clocksource arch_sys_counter
[    0.215376] FS-Cache: Loaded
[    0.215739] CacheFiles: Loaded
[    0.227326] NET: Registered protocol family 2
[    0.238636] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.239238] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.239489] TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
[    0.239763] TCP: Hash tables configured (established 16384 bind 16384)
[    0.239775] TCP: reno registered
[    0.239788] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.239814] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.240228] NET: Registered protocol family 1
[    0.240714] RPC: Registered named UNIX socket transport module.
[    0.240728] RPC: Registered udp transport module.
[    0.240736] RPC: Registered tcp transport module.
[    0.240744] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.240965] Trying to unpack rootfs image as initramfs...
[    0.431748] Freeing initrd memory: 3040K
[    0.432342] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
[    0.432491] sunxi_reg_init enter
[    0.433519] audit: initializing netlink socket (disabled)
[    0.433579] type=2000 audit(0.430:1): initialized
[    0.435593] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.435794] misc fatfs initialized
[    0.436639] NFS: Registering the id_resolver key type
[    0.437087] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.437105] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.437954] NTFS driver 2.1.30 [Flags: R/W].
[    0.438292] fuse init (API version 7.18)
[    0.439034] Btrfs loaded
[    0.439065] msgmni has been set to 987
[    0.440666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.440692] io scheduler noop registered
[    0.440702] io scheduler deadline registered
[    0.440789] io scheduler cfq registered (default)
[    0.441239] [DISP]disp_module_init
[    0.441570] cmdline,init_disp=
[    0.441604] cmdline,disp=
[    0.442336] [DISP]disp_module_init finish
[    0.442580] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[    0.442596] sw_uart_get_devinfo()1503 - uart1 has no uart_regulator.
[    0.442610] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[    0.442624] sw_uart_get_devinfo()1503 - uart3 has no uart_regulator.
[    0.443203] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[    0.443218] sw_uart_pm()890 - uart0 clk is already enable
[    0.443238] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[    0.443378] console [ttyS0] enabled
[    0.443745] uart1: ttyS1 at MMIO 0x1c28400 (irq = 33) is a SUNXI
[    0.444024] uart2: ttyS2 at MMIO 0x1c28800 (irq = 34) is a SUNXI
[    0.444310] uart3: ttyS3 at MMIO 0x1c28c00 (irq = 35) is a SUNXI
[    0.444849] sunxi_cmatest_init enter
[    0.444890] sunxi_cmatest_init success
[    0.449117] brd: module loaded
[    0.453138] loop: module loaded
[    0.453457] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[    0.453471] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator.
[    0.454142] spi spi0: master is unqueued, this is deprecated
[    0.454468] tun: Universal TUN/TAP device driver, 1.6
[    0.454478] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.454822] gmac0 not be used
[    0.454860] gmac0: probe of gmac0 failed with error -22
[    0.454892] PPP generic driver version 2.4.2
[    0.455069] PPP BSD Compression module registered
[    0.455080] PPP Deflate Compression module registered
[    0.458076] PPP MPPE Compression module registered
[    0.458096] NET: Registered protocol family 24
[    0.458192] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.478316] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.478356] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[    0.479457] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[    0.490050] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[    0.490813] hub 1-0:1.0: USB hub found
[    0.490840] hub 1-0:1.0: 1 port detected
[    0.511288] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.511321] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
[    0.511778] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
[    0.530038] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
[    0.530644] hub 2-0:1.0: USB hub found
[    0.530670] hub 2-0:1.0: 1 port detected
[    0.551045] sunxi-ehci sunxi-ehci.3: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.551073] sunxi-ehci sunxi-ehci.3: new USB bus registered, assigned bus number 3
[    0.551486] sunxi-ehci sunxi-ehci.3: irq 108, io mem 0xf1c1c000
[    0.570032] sunxi-ehci sunxi-ehci.3: USB 0.0 started, EHCI 1.00
[    0.570551] hub 3-0:1.0: USB hub found
[    0.570575] hub 3-0:1.0: 1 port detected
[    0.590944] sunxi-ehci sunxi-ehci.4: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.590974] sunxi-ehci sunxi-ehci.4: new USB bus registered, assigned bus number 4
[    0.591365] sunxi-ehci sunxi-ehci.4: irq 110, io mem 0xf1c1d000
[    0.610042] sunxi-ehci sunxi-ehci.4: USB 0.0 started, EHCI 1.00
[    0.610591] hub 4-0:1.0: USB hub found
[    0.610611] hub 4-0:1.0: 1 port detected
[    0.611022] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.631103] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    0.631132] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 5
[    0.631168] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[    0.694554] hub 5-0:1.0: USB hub found
[    0.694575] hub 5-0:1.0: 1 port detected
[    0.714951] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    0.714980] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 6
[    0.715015] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
[    0.774563] hub 6-0:1.0: USB hub found
[    0.774587] hub 6-0:1.0: 1 port detected
[    0.794964] sunxi-ohci sunxi-ohci.3: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    0.794993] sunxi-ohci sunxi-ohci.3: new USB bus registered, assigned bus number 7
[    0.795028] sunxi-ohci sunxi-ohci.3: irq 109, io mem 0xf1c1c400
[    0.854557] hub 7-0:1.0: USB hub found
[    0.854577] hub 7-0:1.0: 1 port detected
[    0.874968] sunxi-ohci sunxi-ohci.4: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    0.874997] sunxi-ohci sunxi-ohci.4: new USB bus registered, assigned bus number 8
[    0.875031] sunxi-ohci sunxi-ohci.4: irq 111, io mem 0xf1c1d400
[    0.934583] hub 8-0:1.0: USB hub found
[    0.934603] hub 8-0:1.0: 1 port detected
[    0.934999] Initializing USB Mass Storage driver...
[    0.935239] usbcore: registered new interface driver usb-storage
[    0.935248] USB Mass Storage support registered.
[    0.935317] usbcore: registered new interface driver ums-alauda
[    0.935372] usbcore: registered new interface driver ums-cypress
[    0.935432] usbcore: registered new interface driver ums-datafab
[    0.935478] usbcore: registered new interface driver ums_eneub6250
[    0.935526] usbcore: registered new interface driver ums-freecom
[    0.935574] usbcore: registered new interface driver ums-isd200
[    0.935621] usbcore: registered new interface driver ums-jumpshot
[    0.935665] usbcore: registered new interface driver ums-karma
[    0.935712] usbcore: registered new interface driver ums-onetouch
[    0.935775] usbcore: registered new interface driver ums-realtek
[    0.935826] usbcore: registered new interface driver ums-sddr09
[    0.935875] usbcore: registered new interface driver ums-sddr55
[    0.935923] usbcore: registered new interface driver ums-usbat
[    0.936165]  uinput result 0 , vmouse_init
[    0.936762] mousedev: PS/2 mouse device common for all mice
[    0.936996] sunxikbd_init failed.
[    0.937546] ls_fetch_sysconfig_para: ls_unused.
[    0.937559] ltr_init: ls_fetch_sysconfig_para err.
[    0.938197] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[    0.938256] i2c /dev entries driver
[    0.938811] IR RC5(x) protocol handler initialized
[    0.938945] sunxi cedar version 0.1
[    0.938987] [cedar]: install start!!!
[    0.939204] [cedar]: install end!!!
[    0.939434] twi_start()434 - [i2c0] START can't sendout!
[    0.939695] twi_start()434 - [i2c0] START can't sendout!
[    0.939955] twi_start()434 - [i2c0] START can't sendout!
[    0.940221] twi_start()434 - [i2c0] START can't sendout!
[    0.940482] twi_start()434 - [i2c0] START can't sendout!
[    0.940741] twi_start()434 - [i2c0] START can't sendout!
[    0.941003] twi_start()434 - [i2c0] START can't sendout!
[    0.941263] twi_start()434 - [i2c0] START can't sendout!
[    0.941522] twi_start()434 - [i2c0] START can't sendout!
[    0.941784] twi_start()434 - [i2c0] START can't sendout!
[    0.942043] twi_start()434 - [i2c0] START can't sendout!
[    0.942302] twi_start()434 - [i2c0] START can't sendout!
[    0.942564] twi_start()434 - [i2c0] START can't sendout!
[    0.942823] twi_start()434 - [i2c0] START can't sendout!
[    0.943083] twi_start()434 - [i2c0] START can't sendout!
[    0.943344] twi_start()434 - [i2c0] START can't sendout!
[    0.943603] twi_start()434 - [i2c0] START can't sendout!
[    0.943863] twi_start()434 - [i2c0] START can't sendout!
[    0.944124] twi_start()434 - [i2c0] START can't sendout!
[    0.944383] twi_start()434 - [i2c0] START can't sendout!
[    0.944643] twi_start()434 - [i2c0] START can't sendout!
[    0.944904] twi_start()434 - [i2c0] START can't sendout!
[    0.945164] twi_start()434 - [i2c0] START can't sendout!
[    0.945423] twi_start()434 - [i2c0] START can't sendout!
[    0.945684] twi_start()434 - [i2c0] START can't sendout!
[    0.945944] twi_start()434 - [i2c0] START can't sendout!
[    0.946203] twi_start()434 - [i2c0] START can't sendout!
[    0.946468] twi_start()434 - [i2c1] START can't sendout!
[    0.946729] twi_start()434 - [i2c1] START can't sendout!
[    0.946989] twi_start()434 - [i2c1] START can't sendout!
[    0.947252] twi_start()434 - [i2c1] START can't sendout!
[    0.947513] twi_start()434 - [i2c1] START can't sendout!
[    0.947773] twi_start()434 - [i2c1] START can't sendout!
[    0.948035] twi_start()434 - [i2c1] START can't sendout!
[    0.948294] twi_start()434 - [i2c1] START can't sendout!
[    0.948554] twi_start()434 - [i2c1] START can't sendout!
[    0.948815] twi_start()434 - [i2c1] START can't sendout!
[    0.949075] twi_start()434 - [i2c1] START can't sendout!
[    0.949334] twi_start()434 - [i2c1] START can't sendout!
[    0.949596] twi_start()434 - [i2c1] START can't sendout!
[    0.949855] twi_start()434 - [i2c1] START can't sendout!
[    0.950292] twi_start()434 - [i2c1] START can't sendout!
[    0.950558] twi_start()434 - [i2c1] START can't sendout!
[    0.950818] twi_start()434 - [i2c1] START can't sendout!
[    0.951078] twi_start()434 - [i2c1] START can't sendout!
[    0.951340] twi_start()434 - [i2c1] START can't sendout!
[    0.951599] twi_start()434 - [i2c1] START can't sendout!
[    0.951859] twi_start()434 - [i2c1] START can't sendout!
[    0.952120] twi_start()434 - [i2c1] START can't sendout!
[    0.952380] twi_start()434 - [i2c1] START can't sendout!
[    0.952639] twi_start()434 - [i2c1] START can't sendout!
[    0.952901] twi_start()434 - [i2c1] START can't sendout!
[    0.953160] twi_start()434 - [i2c1] START can't sendout!
[    0.953420] twi_start()434 - [i2c1] START can't sendout!
[    0.953731] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x18)
[    0.953932] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x19)
[    0.954129] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x1a)
[    0.954327] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x29)
[    0.954524] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x2a)
[    0.954721] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x2b)
[    0.954917] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x4c)
[    0.955114] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x4d)
[    0.955310] sunxi_i2c_do_xfer()985 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x4e)
[    0.955326] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[    0.955513] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[    0.955678] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[    0.955693] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[    0.955707] timeout_to_interv, line 167
[    0.955716] interv_to_timeout, line 189
[    0.955727] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[    0.956205] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    0.956456] calibrat: max_cpufreq 1200Mhz Type 0!
[    0.956470] [cpu_freq] ERR:get cpu extremity frequency from sysconfig failed, use max_freq
[    0.956865] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.111 2015-4-13 15:24) Compiled in Sep 14 2016 at 20:28:08
[    0.956904] [mmc]: get mmc0's sdc_power is null!
[    0.956936] [mmc]: get mmc1's sdc_power is null!
[    0.956945] [mmc]: get mmc1's 2xmode ok, val = 1
[    0.956954] [mmc]: get mmc1's ddrmode ok, val = 1
[    0.956985] [mmc]: get mmc2's sdc_power is null!
[    0.956994] [mmc]: get mmc2's 2xmode ok, val = 1
[    0.957003] [mmc]: get mmc2's ddrmode ok, val = 1
[    0.957016] [mmc]: MMC host used card: 0x7, boot card: 0x5, io_card 2
[    0.958140] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.959260] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.959870] [mmc]: sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.960800] [mmc]: sdc0 power_supply is null
[    0.962293] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.965115] no red_led, ignore it!
[    0.965389] Registered led device: green_led
[    0.965497] Registered led device: blue_led
[    0.965514] no led_0, ignore it!
[    0.965521] no led_1, ignore it!
[    0.965528] no led_2, ignore it!
[    0.965535] no led_3, ignore it!
[    0.965542] no led_4, ignore it!
[    0.965550] no led_5, ignore it!
[    0.965556] no led_6, ignore it!
[    0.965563] no led_7, ignore it!
[    0.966424] usbcore: registered new interface driver usbhid
[    0.966435] usbhid: USB HID core driver
[    0.967877] script_get_item return type err
[    0.967899] sunxi-pcm-codec: probe of sunxi-pcm-codec failed with error -14
[    0.968140] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
[    0.968321] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
[    0.968335] [DAUDIO0] driver not init,just return.
[    0.973068] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
[    0.974212] oprofile: using arm/armv7-ca7
[    0.974438] u32 classifier
[    0.974445]     Performance counters on
[    0.974452]     input device check on
[    0.974459]     Actions configured
[    0.974658] IPv4 over IPv4 tunneling driver
[    0.975339] TCP: bic registered
[    0.975353] TCP: cubic registered
[    0.975361] TCP: westwood registered
[    0.975368] TCP: highspeed registered
[    0.975376] TCP: hybla registered
[    0.975383] TCP: htcp registered
[    0.975390] TCP: vegas registered
[    0.975398] TCP: veno registered
[    0.975405] TCP: scalable registered
[    0.975413] TCP: lp registered
[    0.975420] TCP: yeah registered
[    0.975428] TCP: illinois registered
[    0.975435] Initializing XFRM netlink socket
[    0.975693] NET: Registered protocol family 10
[    0.976823] NET: Registered protocol family 17
[    0.976853] NET: Registered protocol family 15
[    0.976905] Registering the dns_resolver key type
[    0.977463] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.977491] ThumbEE CPU extension supported.
[    0.977516] Registering SWP/SWPB emulation handler
[    0.978111] registered taskstats version 1
[    0.978829] ths_fetch_sysconfig_para: type err  device_used = 1.
[    0.980090] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    0.980255] CPU Budget:corekeeper enabled
[    0.980508] CPU Budget:Register notifier
[    0.980522] CPU Budget:register Success
[    0.980536] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
[    0.984053] [rf_pm]: Did not config module_power0 in sys_config
[    0.984072] [rf_pm]: Did not config module_power1 in sys_config
[    0.984082] [rf_pm]: Did not config module_power2 in sys_config
[    0.984092] [rf_pm]: Did not config module_power3 in sys_config
[    0.984102] [rf_pm]: mod has no chip_en gpio
[    0.984111] [rf_pm]: regulator on.
[    0.984126] [rf_pm]: set losc_out 32k out[wifi_pm]: wifi gpio init is OK !!
[    0.984823] [rfkill]: rfkill set power 1
[    1.000114] ALSA device list:
[    1.000123]   #0: sndhdmi
[    1.000982] Freeing init memory: 328K
[    1.001746] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.004328] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.009803] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.009969] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.012573] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.031701] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.033362] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.033535] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 4 timing LEGACY(SDR12) dt B
[    1.033628] mmc0: new SDHC card at address 0001
[    1.034353] mmcblk0: mmc0:0001 ASTC 7.43 GiB
[    1.036304]  mmcblk0: p1
[    1.037109] mmcblk mmc0:0001: Card claimed for testing.
[    1.037129] mmc0:0001: ASTC 7.43 GiB
[    1.037186] *******************sd init ok*******************
[    1.037216] [mmc]: sdc2 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.038783] [mmc]: sdc2 power_supply is null
[    1.046723] systemd-udevd[94]: starting version 215
[    1.050144] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.071832] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.074387] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.084172] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.084772] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.084934] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.085089] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.087674] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.101481] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.113822] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.114352] [mmc]: sdc2 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.114535] [mmc]: sdc2 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.114675] [mmc]: sdc2 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.114786] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.114941] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.115078] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing MMC-HS(SDR20) dt B
[    1.115282] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing MMC-HS(SDR20) dt B
[    1.115404] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.115493] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.115601] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.115717] mmc1: new high speed DDR MMC card at address 0001
[    1.116436] mmcblk1: mmc1:0001 8WPD3R 7.28 GiB
[    1.116790] mmcblk1boot0: mmc1:0001 8WPD3R partition 1 4.00 MiB
[    1.117115] mmcblk1boot1: mmc1:0001 8WPD3R partition 2 4.00 MiB
[    1.118712]  mmcblk1: p1 p2
[    1.121158] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.122709]  mmcblk1boot1: unknown partition table
[    1.123911] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.125932]  mmcblk1boot0: unknown partition table
[    1.126334] mmcblk mmc1:0001: Card claimed for testing.
[    1.126356] mmc1:0001: 8WPD3R 7.28 GiB
[    1.126414] *******************mmc init ok *******************
[    1.205385] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.225778] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.226176] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.226908] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.227179] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.227575] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.227839] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.228118] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.228398] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.228799] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.229067] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.229396] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.229671] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.229998] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.230384] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.230756] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.231064] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.231463] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.231758] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.232033] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.232345] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.232882] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.233221] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.234069] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.234399] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.235207] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.235482] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.236038] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.236314] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.236841] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.237122] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.237397] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.237660] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.237928] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.238180] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.238430] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.238704] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.238965] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.239218] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.239478] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.239778] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.240161] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.240437] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.240707] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.240973] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.241276] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.241548] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.241816] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.242070] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.242331] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.242582] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.242847] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.243101] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.243367] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.243626] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.243892] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.244152] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.244405] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.244659] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.244917] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.245186] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.245454] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.245720] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.245989] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.246252] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.246600] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.254232] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.254808] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.255277] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.255565] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.256206] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.256481] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.257204] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    1.257532] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    2.182744] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    2.188091] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    2.675750] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[    4.120366] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    4.120728] systemd[1]: Detected architecture 'arm'.
[    4.129604] systemd[1]: Set hostname to <nanopiair>.
[    4.777640] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    4.780599] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    4.781016] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.781103] systemd[1]: Expecting device dev-ttyS0.device...
[    4.781628] systemd[1]: Starting Remote File Systems (Pre).
[    4.781894] systemd[1]: Reached target Remote File Systems (Pre).
[    4.782064] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    4.782851] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.782947] systemd[1]: Starting Encrypted Volumes.
[    4.783193] systemd[1]: Reached target Encrypted Volumes.
[    4.783282] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    4.783491] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.783551] systemd[1]: Starting Paths.
[    4.783786] systemd[1]: Reached target Paths.
[    4.783869] systemd[1]: Starting Root Slice.
[    4.784206] systemd[1]: Created slice Root Slice.
[    4.784272] systemd[1]: Starting User and Session Slice.
[    4.784663] systemd[1]: Created slice User and Session Slice.
[    4.784727] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    4.785147] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.785212] systemd[1]: Starting Delayed Shutdown Socket.
[    4.785558] systemd[1]: Listening on Delayed Shutdown Socket.
[    4.785627] systemd[1]: Starting Journal Socket (/dev/log).
[    4.785986] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.786074] systemd[1]: Starting udev Control Socket.
[    4.786371] systemd[1]: Listening on udev Control Socket.
[    4.786450] systemd[1]: Starting udev Kernel Socket.
[    4.786741] systemd[1]: Listening on udev Kernel Socket.
[    4.786827] systemd[1]: Starting Journal Socket.
[    4.787173] systemd[1]: Listening on Journal Socket.
[    4.787299] systemd[1]: Starting System Slice.
[    4.787690] systemd[1]: Created slice System Slice.
[    4.787809] systemd[1]: Started File System Check on Root Device.
[    4.787866] systemd[1]: Starting system-serial\x2dgetty.slice.
[    4.788359] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    4.788424] systemd[1]: Starting system-getty.slice.
[    4.788837] systemd[1]: Created slice system-getty.slice.
[    4.788976] systemd[1]: Starting Increase datagram queue length...
[    4.850949] systemd[1]: Starting Restore / save the current clock...
[    4.951045] systemd[1]: Mounted Huge Pages File System.
[    4.951192] systemd[1]: Starting udev Coldplug all Devices...
[    5.057177] systemd[1]: Started Set Up Additional Binary Formats.
[    5.057359] systemd[1]: Mounting POSIX Message Queue File System...
[    5.112914] systemd[1]: Starting Load Kernel Modules...
[    5.171309] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.220717] Bluetooth: Core ver 2.16
[    5.220807] NET: Registered protocol family 31
[    5.220817] Bluetooth: HCI device and connection manager initialized
[    5.220829] Bluetooth: HCI socket layer initialized
[    5.220839] Bluetooth: L2CAP socket layer initialized
[    5.220869] Bluetooth: SCO socket layer initialized
[    5.229747] Bluetooth: HCI UART driver ver 2.2
[    5.229764] Bluetooth: HCI H4 protocol initialized
[    5.229773] Bluetooth: HCI BCSP protocol initialized
[    5.229781] Bluetooth: HCILL protocol initialized
[    5.229789] Bluetooth: HCIATH3K protocol initialized
[    5.240225] Bluetooth: RFCOMM TTY layer initialized
[    5.240271] Bluetooth: RFCOMM socket layer initialized
[    5.240282] Bluetooth: RFCOMM ver 1.11
[    5.247165] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    5.251495] systemd[1]: Mounting Debug File System...
[    5.344564] dhd_module_init: in
[    5.344655] ======== bcm_wlan_set_plat_data ========
[    5.344674] bcm_wlan_get_oob_irq enter.
[    5.344774] gpio [202] map to virq [10] ok
[    5.344782] host_oob_irq: 10
[    5.344791] host_oob_irq_flags=4
[    5.344799] dhd_wifi_platform_load: Enter
[    5.344839] Power-up adapter 'DHD generic adapter'
[    5.344906] wifi_platform_set_power = 1
[    5.344916] ======== PULL WL_REG_ON HIGH! ========
[    5.344925] [wifi_pm]: set wl_reg_on 1 !
[    5.390740] systemd[1]: Starting LSB: Set keymap...
[    5.430747] systemd[1]: Starting Slices.
[    5.431245] systemd[1]: Reached target Slices.
[    5.434068] systemd[1]: Mounted Debug File System.
[    5.434663] systemd[1]: Mounted POSIX Message Queue File System.
[    5.490577] systemd[1]: Started Increase datagram queue length.
[    5.560502] systemd[1]: Started Restore / save the current clock.
[    5.650149] wifi_platform_bus_enumerate device present 1
[    5.650169] ======== Card detection to detect SDIO card! ========
[    5.650256] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.651816] [mmc]: sdc1 power_supply is null
[    5.670079] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.693228] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.695736] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.697991] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    5.700786] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.707555] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    5.709122] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    5.710686] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    5.713489] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    5.750516] systemd[1]: Started LSB: Set keymap.
[    5.800426] systemd[1]: Started udev Coldplug all Devices.
[    5.801563] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[    5.801728] [mmc]: sdc1 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[    5.801927] [mmc]: sdc1 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
[    5.802733] systemd[1]: Time has been changed
[    5.803396] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.804124] mmc2: new high speed SDIO card at address 0001
[    5.804810] *******************sdio init ok*******************
[    5.820156] bcmsdh_register: register client driver
[    5.820324] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    5.820438] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    5.820449] bus num (host idx)=2, slot num (rca)=1
[    5.820460] found adapter info 'DHD generic adapter'
[    5.821008] F1 signature read @0x18000000=0x1540a9a6
[    5.823740] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x0 pkg:0x4
[    5.824746] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[    5.824897] wifi_platform_get_mac_addr
[    5.824909] dhd_custom_get_mac_address Enter
[    5.824923] dhd_custom_get_mac_address wifi_mac=
[    5.825839] wl_create_event_handler(): thread:wl_event_handler:b0 started
[    5.825853] tsk Enter, tsk = 0xd4c61430
[    5.826958] p2p0: P2P Interface Registered
[    5.827093] dhd_attach(): thread:dhd_watchdog_thread:b1 started
[    5.827198] dhd_attach(): thread:dhd_dpc:b2 started
[    5.827287] dhd_attach(): thread:dhd_rxf:b3 started
[    5.827309] dhd_deferred_work_init: work queue initialized
[    5.827589] dhd_custom_get_mac_address Enter
[    5.827604] dhd_custom_get_mac_address wifi_mac=
[    5.827617] Dongle Host Driver, version 1.201.34.2 (r491657)
[    5.827623] Compiled in drivers/net/wireless/bcmdhd on Sep 14 2016 at 20:28:26
[    5.828338] Register interface [wlan0]  MAC: 00:90:4c:11:22:33
 
[    5.828358] dhd_prot_ioctl : bus is down. we have nothing to do
[    5.828434] bcmsdh_oob_intr_unregister: Enter
[    5.828444] bcmsdh_oob_intr_unregister: irq is not registered
[    5.828462] dhd_txglom_enable: enable 0
[    5.828470] dhd_bus_devreset:  WLAN OFF DONE
[    5.828526] wifi_platform_set_power = 0
[    5.828536] ======== PULL WL_REG_ON LOW! ========
[    5.828545] [wifi_pm]: set wl_reg_on 0 !
[    5.828638] dhd_module_init: Exit err=0
[    5.880999] systemd[1]: Starting Syslog Socket.
[    5.881759] systemd[1]: Listening on Syslog Socket.
[    5.881930] systemd[1]: Starting Journal Service...
[    5.921450] systemd[1]: Started Journal Service.
[    6.316523] systemd-udevd[183]: starting version 215
[    6.600378] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.679889] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.680560] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.681405] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.681949] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.682341] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.682889] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.683189] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.683465] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.683769] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.684911] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.685231] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.685868] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.686158] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.686435] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.686721] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.687086] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.687357] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.687644] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.687927] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.688294] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.688626] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.688957] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.689270] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.689575] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.689867] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.690516] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.691594] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.691974] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.692363] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.692719] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.693071] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.693870] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.694237] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.695075] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.695491] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.695882] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.696255] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.700520] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.700983] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.701400] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.703403] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.703921] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.704438] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.710107] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.710677] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.711063] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.714893] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.715381] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.718300] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.720902] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.721443] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.721867] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.723045] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.723480] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.723954] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.740455] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.741021] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.741505] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.747067] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.750425] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.751131] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.751989] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    6.752904] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing UHS-DDR50 dt B
[    7.475952] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[    7.689423] [rfkill]: rfkill set power 1
[    7.857393] Adding 131068k swap on /var/swap.  Priority:-1 extents:1 across:131068k SS
[    9.298029] systemd-journald[180]: Received request to flush runtime journal from PID 1
[   10.628417] Registered IR keymap rc-empty
[   10.629731] rc0: sunxi-ir as /devices/virtual/rc/rc0
[   10.632949] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0

 
I really appreciate any help to get this working. I would like to use OV5640 with https://github.com/avafinger/ov5640drivers to control frame rate.
 
Thanks

 

 

Start a new post, with a good title. Makes it easier for others to find. 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines