This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/DRA77P: Enabling MMC3 Interface

Part Number: DRA77P

Tool/software: Linux

Hi,

We have followed few steps mentioned in e2e for enabling mmc3 interface in the dra76-evm.dts device tree file as the following,

&dra7_pmx_core {	
	mmc3_pins_default: mmc3_pins_default {
		pinctrl-single,pins = <
			0x37C (PIN_INPUT_PULLUP | MUX_MODE0)	/* mmc3_clk.clk */
			0x380 (PIN_INPUT_PULLUP | MUX_MODE0)	/* mmc3_cmd.cmd */
			0x384 (PIN_INPUT_PULLUP | MUX_MODE0)	/* mmc3_dat0.dat0 */
			0x388 (PIN_INPUT_PULLUP | MUX_MODE0)	/* mmc3_dat1.dat1 */
			0x38C (PIN_INPUT_PULLUP | MUX_MODE0)	/* mmc3_dat2.dat2 */
			0x390 (PIN_INPUT_PULLUP | MUX_MODE0)	/* mmc3_dat3.dat3 */
		>;
	};
	mmc3_pins_hs: mmc3_pins_hs {
		pinctrl-single,pins = <
			0x37C (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0)	/* mmc3_clk.clk */
			0x380 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0)	/* mmc3_cmd.cmd */
			0x384 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0)	/* mmc3_dat0.dat0 */
			0x388 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0)	/* mmc3_dat1.dat1 */
			0x38C (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0)	/* mmc3_dat2.dat2 */
			0x390 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0)	/* mmc3_dat3.dat3 */
		>;
	};
}; 
 
&mmc3{	
	status = "okay";
	vmmc-supply = <&vio_1v8>;
	bus-width = <4>;
	ti,non-removable;
	max-frequency = <192000000>;
	pinctrl-names = "default", "hs";
	pinctrl-0 = <&mmc3_pins_default>;
	pinctrl-1 = <&mmc3_pins_hs>;
	clock-names = "fck", "clk32k";
	clocks = <&mmc3_gfclk_div>, <&mmc3_clk32k>;	
};

Also we have enabled it in the u-boot device tree also and was able to list the mmc3 device in u-boot.

In the kernel on inserting the command cat /sys/kernel/debug/mmc2/ios (mmc3 is listed as mmc2), the following is observed,

root@dra7xx-evm:~# cat /sys/kernel/debug/mmc2/ios
clock:  0 Hz
vdd:  0 (invalid)
bus mode: 2 (push-pull)
chip select: 0 (don't care)
power mode: 0 (off)
bus width: 0 (1 bits)
timing spec: 0 (legacy)
signal voltage: 0 (1.80 V)
driver type: 0 (driver type B)

We are using ti-processor-sdk-linux-automotive-dra7xx-evm-5_00_00_01.

What changes might be required for correcting this ?

Do we have any procedure in enabling the mmc3 in the sdk dra7xx-evm-5_00_00_01 ?

Regards,

Padmesh

  • Hi Padmesh,

    Are you trying this on TI EVM? What are you planning to connect to MMC3?

    On TI EVM, you can access SD card slot via MMC3, if you have JAMR3 daughter card attached to EVM.
    The daughter card has SD card slot which connects to MMC3 interface. Below patch is an example on Kernel 4.4 on how to enable MMC3 on TI EVM.
    http://review.omapzoom.org/#/c/38969/


    Regards,
    Vishal

  • Hi Vishal,
    We are doing it on our custom board.

    Regards,
    Padmesh
  • What issue are you facing with MMC3?
    The max-frequency is wrong and should be limited to 64MHz in your dts.
  • Hi Vishal,

    On changing the clock frequency to 64 MHz still the below message persists,


    root@dra7xx-evm:~# cat /sys/kernel/debug/mmc2/ios clock: 0 Hz vdd: 0 (invalid) bus mode: 2 (push-pull) chip select: 0 (don't care) power mode: 0 (off) bus width: 0 (1 bits) timing spec: 0 (legacy) signal voltage: 0 (1.80 V) driver type: 0 (driver type B)

    On seeing the mmc0 and mmc1 we are able to see the above specified parameters. What is not enabling mmc3 here ?

    Regards,

    Padmesh

  • We are able to see this for mmc0 and mmc1,

    root@dra7xx-evm:~# cat /sys/kernel/debug/mmc0/ios
    clock:  50000000 Hz
    vdd:  21 (3.3 ~ 3.4 V)
    bus mode: 2 (push-pull)
    chip select: 0 (don't care)
    power mode: 2 (on)
    bus width: 2 (4 bits)
    timing spec: 2 (sd high-speed)
    signal voltage: 0 (3.30 V)
    driver type: 0 (driver type B)
    root@dra7xx-evm:~# cat /sys/kernel/debug/mmc1/ios
    clock:  192000000 Hz
    vdd:  7 (1.65 - 1.95 V)
    bus mode: 2 (push-pull)
    chip select: 0 (don't care)
    power mode: 2 (on)
    bus width: 3 (8 bits)
    timing spec: 9 (mmc HS200)
    signal voltage: 0 (1.80 V)
    driver type: 0 (driver type B)

  • What is MMC3 connected to? Could you also share the kernel boot logs?
    I don't see other mmc nodes have clock and clock-names property. You have those for MMC3.
  • Hi Vishal,

    We have interfaced it with wiFi Bt module.

    Below is the kernel log,

    U-Boot SPL 2016.05-dirty (Apr 10 2019 - 19:14:20)
    DRA762-GP ES1.0
    no pinctrl for hs200_1_8v
    no pinctrl for ddr_1_8v
    platform_fixup_get_pinctrl_by_mode no pinctrl defined for MMC@480ad000
    no pinctrl state for default mode
    ** First descriptor is NOT a primary desc on 1:1 **
    *** Warning - bad CRC, using default environment
    
    ---SATA_LED is set to HIGH---
    ---ETH RST is set to HIGH---
    ---LTE_RESETn is set to LOW---
    ---LTE_PWR_ON  is set to LOW---
    ---GNSS_RSTn  is set to HIGH---
    ---I2C_EEPROM_WP  is set to HIGH---
    ---usb4_ulpi_cs  is set to HIGH---
    ---usb3_ulpi_cs is set to HIGH---
    ---AM_FM_RST is set to HIGH---
    Trying to boot from MMC1
    *** Warning - bad CRC, using default environment
    
    reading u-boot.img
    reading u-boot.img
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2016.05-dirty (Apr 10 2019 - 19:14:20 +0530)
    
    CPU  : DRA762-GP ES1.0
    Model: TI DRA762 EVM
    Board: DRA74x EVM REV 
    DRAM:  1.5 GiB
    ---SATA_LED is set to HIGH---
    ---ETH RST is set to HIGH---
    ---LTE_RESETn is set to LOW---
    ---LTE_PWR_ON  is set to LOW---
    ---GNSS_RSTn  is set to HIGH---
    ---I2C_EEPROM_WP  is set to HIGH---
    ---usb4_ulpi_cs  is set to HIGH---
    ---usb3_ulpi_cs is set to HIGH---
    ---AM_FM_RST is set to HIGH---
    MMC:   mmc@4809c000: fail to find sdr104 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr104
    mmc@4809c000: fail to find ddr50 mode FDT_ERR_NOTFOUND
    no pinctrl for ddr50
    mmc@4809c000: fail to find sdr50 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr50
    mmc@4809c000: fail to find sdr25 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr25
    mmc@4809c000: fail to find sdr12 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr12
    OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2
    ** First descriptor is NOT a primary desc on 1:1 **
    *** Warning - bad CRC, using default environment
    
    Warning: fastboot.board_rev: unknown board revision
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid Backup GPT ***
    ERROR: cannot find partition: 'userdata'
    
    at arch/arm/cpu/armv7/omap-common/utils.c:199/mmc_get_part_size()
    Warning: fastboot.userdata_size: unable to calc
    SCSI:  0 device not found
    ERROR: scsi device not found
    
    at drivers/block/disk-uclass.c:43/scsi_init()
    Net:   No ethernet found.
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    234 bytes read in 2 ms (114.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3551336 bytes read in 191 ms (17.7 MiB/s)
    108162 bytes read in 54 ms (1.9 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x363068 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe2000, end 8ffff681 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    
    [    0.000000] Initializing cgroup subsys cpuset
    
    [    0.000000] Initializing cgroup subsys cpu
    
    [    0.000000] Initializing cgroup subsys cpuacct
    
    [    0.000000] Linux version 4.4.84-dirty (ubantu@teltvml0203x) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #23 SMP PREEMPT Thu Apr 11 15:05:02 IST 2019
    
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    
    [    0.000000] Machine model: TI DRA762 EVM
    
    [    0.000000] bootconsole [earlycon0] enabled
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
    
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    
    [    0.000000] cma: Reserved 128 MiB at 0x00000000b0000000
    
    [    0.000000] Forcing write-allocate cache policy for SMP
    
    [    0.000000] Memory policy: Data cache writealloc
    
    [    0.000000] OMAP4: Map 0x00000000dfd00000 to fe600000 for dram barrier
    
    [    0.000000] DRA762 ES1.0
    
    [    0.000000] PERCPU: Embedded 11 pages/cpu @ef1ae000 s14912 r8192 d21952 u45056
    
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 389440
    
    [    0.000000] Kernel command line: console=ttyO0,115200n8 elevator=noop root=PARTUUID=c5c9c04b-02 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 cma=128M@0xB0000000 rootfstype=ext4 snd.slots_reserved=1,1
    
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    
    [    0.000000] Memory: 1244268K/1564672K available (6619K kernel code, 319K rwdata, 2384K rodata, 336K init, 290K bss, 25492K reserved, 294912K cma-reserved, 651264K highmem)
    
    [    0.000000] Virtual kernel memory layout:
    
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    
    [    0.000000]       .text : 0xc0008000 - 0xc08d302c   (9005 kB)
    
    [    0.000000]       .init : 0xc08d4000 - 0xc0928000   ( 336 kB)
    
    [    0.000000]       .data : 0xc0928000 - 0xc0977ee0   ( 320 kB)
    
    [    0.000000]        .bss : 0xc0979000 - 0xc09c1800   ( 290 kB)
    
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    
    [    0.000000] Preemptible hierarchical RCU implementation.
    
    [    0.000000] 	Build-time adjustment of leaf fanout to 32.
    
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    
    [    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    
    [    0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
    
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    
    [    0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    
    [    0.008305] Switching to timer-based delay loop, resolution 162ns
    
    [    0.014961] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    
    [    0.025220] OMAP clocksource: 32k_counter at 32768 Hz
    
    [    0.030956] Console: colour dummy device 80x30
    
    [    0.035608] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    
    [    0.042402] This ensures that you still see kernel messages. Please
    
    [    0.048918] update your kernel commandline.
    
    [    0.053310] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    
    [    0.063945] pid_max: default: 32768 minimum: 301
    
    [    0.068857] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    
    [    0.075745] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    
    [    0.083593] Initializing cgroup subsys io
    
    [    0.087814] Initializing cgroup subsys memory
    
    [    0.092391] Initializing cgroup subsys devices
    
    [    0.097041] Initializing cgroup subsys freezer
    
    [    0.101700] Initializing cgroup subsys perf_event
    
    [    0.106616] Initializing cgroup subsys pids
    
    [    0.111013] CPU: Testing write buffer coherency: ok
    
    [    0.116304] /cpus/cpu@0 missing clock-frequency property
    
    [    0.121850] /cpus/cpu@1 missing clock-frequency property
    
    [    0.127402] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    
    [    0.133320] Setting up static identity map for 0x80008380 - 0x800083e0
    
    [    0.220399] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    
    [    0.220469] Brought up 2 CPUs
    
    [    0.229488] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    
    [    0.235928] CPU: All CPU(s) started in HYP mode.
    
    [    0.240749] CPU: Virtualization extensions available.
    
    [    0.246398] devtmpfs: initialized
    
    [    0.279654] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    
    [    0.288552] omap_hwmod: l3_main_2 using broken dt data from ocp
    
    [    0.409517] omap_hwmod: dcan1: _wait_target_disable failed
    
    [    0.515484] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    
    [    0.525682] futex hash table entries: 512 (order: 3, 32768 bytes)
    
    [    0.537504] pinctrl core: initialized pinctrl subsystem
    
    [    0.543796] NET: Registered protocol family 16
    
    [    0.549428] DMA: preallocated 256 KiB pool for atomic coherent allocations
    
    [    0.578530] cpuidle: using governor ladder
    
    [    0.608557] cpuidle: using governor menu
    
    [    0.621528] OMAP GPIO hardware version 0.1
    
    [    0.629998] GPIO line 161 (radio_rst) hogged as output/low
    
    [    0.638093] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    
    [    0.674129] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    
    [    0.682452] hw-breakpoint: maximum watchpoint size is 8 bytes.
    
    [    0.689000] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    
    [    0.696694] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    
    [    0.704945] OMAP DMA hardware revision 0.0
    
    [    0.750692] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    
    [    0.761632] edma 43300000.edma: memcpy is disabled
    
    [    0.771493] edma 43300000.edma: TI EDMA DMA engine driver
    
    [    0.782122] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    
    [    0.788189] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    
    [    0.794263] omap-iommu 58882000.mmu: 58882000.mmu registered
    
    [    0.800309] omap-iommu 55082000.mmu: 55082000.mmu registered
    
    [    0.806487] omap-iommu 41501000.mmu: 41501000.mmu registered
    
    [    0.812561] omap-iommu 41502000.mmu: 41502000.mmu registered
    
    [    0.821713] palmas 0-0058: IRQ missing: skipping irq request
    
    [    0.838824] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    
    [    0.899395] irq: no irq domain found for /ocp/i2c@48070000/tps65917@58 !
    
    [    0.906987] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    
    [    0.913313] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    
    [    0.932911] pcf857x: probe of 3-0021 failed with error -121
    
    [    0.938747] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
    
    [    0.944776] media: Linux media interface: v0.10
    
    [    0.949561] Linux video capture interface: v2.00
    
    [    0.954417] pps_core: LinuxPPS API ver. 1 registered
    
    [    0.959612] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    
    [    0.969091] PTP clock support registered
    
    [    0.973251] EDAC MC: Ver: 3.0.0
    
    [    0.977311] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    
    [    0.983957] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    
    [    0.990655] Advanced Linux Sound Architecture Driver Initialized.
    
    [    0.997890] clocksource: Switched to clocksource arch_sys_counter
    
    [    1.015023] NET: Registered protocol family 2
    
    [    1.020093] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    
    [    1.027466] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    
    [    1.034297] TCP: Hash tables configured (established 8192 bind 8192)
    
    [    1.040956] UDP hash table entries: 512 (order: 2, 16384 bytes)
    
    [    1.047141] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    
    [    1.053962] NET: Registered protocol family 1
    
    [    1.058789] RPC: Registered named UNIX socket transport module.
    
    [    1.064951] RPC: Registered udp transport module.
    
    [    1.069884] RPC: Registered tcp transport module.
    
    [    1.074797] RPC: Registered tcp NFSv4.1 backchannel transport module.
    
    [    1.082554] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    
    [    1.101324] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    
    [    1.108118] NFS: Registering the id_resolver key type
    
    [    1.113402] Key type id_resolver registered
    
    [    1.117779] Key type id_legacy registered
    
    [    1.122062] ntfs: driver 2.1.32 [Flags: R/O].
    
    [    1.127984] bounce: pool size: 64 pages
    
    [    1.132147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    
    [    1.139868] io scheduler noop registered (default)
    
    [    1.144872] io scheduler deadline registered
    
    [    1.149403] io scheduler cfq registered
    
    [    1.155821] vsys_5v0: supplied by vsys_12v0
    
    [    1.160285] ldo3: supplied by vsys_5v0
    
    [    1.167925] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    
    [    1.178670] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    
    [    1.184834]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    
    [    1.192819]    IO 0x20003000..0x20012fff -> 0x00000000
    
    [    1.198204]   MEM 0x20013000..0x2fffffff -> 0x20013000
    
    [    1.236335] dra7-pcie 51000000.pcie_rc: link is not up
    
    [    1.241870] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    
    [    1.248676] pci_bus 0000:00: root bus resource [bus 00-ff]
    
    [    1.254392] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    
    [    1.260842] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    
    [    1.268392] PCI: bus0: Fast back to back transfers disabled
    
    [    1.274312] PCI: bus1: Fast back to back transfers enabled
    
    [    1.280121] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    
    [    1.287179] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    
    [    1.294253] pci 0000:00:00.0: PCI bridge to [bus 01]
    
    [    1.299665] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    
    [    1.368766] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    
    [    1.378895] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    
    [    1.388091] console [ttyS0] enabled
    [    1.388091] console [ttyS0] enabled
    
    [    1.395250] bootconsole [earlycon0] disabled
    [    1.395250] bootconsole [earlycon0] disabled
    
    [    1.404907] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [    1.414594] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [    1.424277] 48066000.serial: ttyS4 at MMIO 0x48066000 (irq = 304, base_baud = 3000000) is a 8250
    [    1.434385] [drm] Initialized drm 1.1.0 20060810
    [    1.440751] vsys_3v3: supplied by vsys_12v0
    [    1.445001] ldo5: supplied by vsys_3v3
    [    1.449349] OMAP DSS rev 6.1
    [    1.453086] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.461524] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    1.477682] loop: module loaded
    [    1.481107] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [    1.493650] m25p80 spi32766.0: found s25fl256s0, expected s25fl256s1
    [    1.500062] m25p80 spi32766.0: s25fl256s0 (32768 Kbytes)
    [    1.505453] 7 ofpart partitions found on MTD device spi32766.0
    [    1.511327] Creating 7 MTD partitions on "spi32766.0":
    [    1.516489] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [    1.522562] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    1.528888] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    1.535805] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    1.541598] mtd: partition "QSPI.u-boot-env" doesn't end on an erase block -- force read-only
    [    1.551056] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    1.557527] mtd: partition "QSPI.u-boot-env.backup1" doesn't start on an erase block boundary -- force read-only
    [    1.568672] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    1.574095] mtd: partition "QSPI.kernel" doesn't start on an erase block boundary -- force read-only
    [    1.584170] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    1.590049] mtd: partition "QSPI.file-system" doesn't start on an erase block boundary -- force read-only
    [    1.601533] libphy: Fixed MDIO Bus: probed
    [    1.647925] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    1.654050] libphy: 48485000.mdio: probed
    [    1.660517] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver TI DP83867
    [    1.669498] cpsw 48484000.ethernet: Detected MACID = 40:06:a0:0f:1e:b2
    [    1.676147] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    1.684306] mousedev: PS/2 mouse device common for all mice
    [    1.690547] i2c /dev entries driver
    [    1.695283] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    1.702372] vip 48970000.vip: loading firmware vpdma-1b8.bin
    [    1.710718] tmp102 0-0048: initialized
    [    1.717322] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    1.722163] vpe 489d0000.vpe: Device registered as /dev/video0
    [    1.728054] vip 48970000.vip: VPDMA firmware loaded
    [    1.728264] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    1.728270] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    1.728276] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    1.728281] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    1.728285] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    1.728487] vio_3v3: supplied by vsys_3v3
    [    1.728541] vio_3v3_sd: supplied by vio_3v3
    [    1.728686] ldo4: supplied by vsys_5v0
    [    1.818526] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.824910] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.831472] smps5: supplied by vsys_3v3
    [    1.835526] vio_1v8: supplied by smps5
    [    1.918821] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.929983] hwspinlock_user gatemp: requested 20 hwspinlocks
    [    1.936921] aic_dvdd: supplied by vio_3v3
    [    1.942254] davinci-mcasp 48464000.mcasp: DAI is shared
    [    1.948364] davinci-mcasp 48474000.mcasp: DAI is shared
    [    1.954454] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    1.975392] NET: Registered protocol family 10
    [    1.990677] sit: IPv6 over IPv4 tunneling driver
    [    1.995861] NET: Registered protocol family 17
    [    2.000590] Key type dns_resolver registered
    [    2.005031] omap_voltage_late_init: Voltage driver support not added
    [    2.011922] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.018176] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.024461] buck10: supplied by vsys_3v3
    [    2.029037] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.035245] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.043455] Power Management for TI OMAP4+ devices.
    [    2.048558] Registering SWP/SWPB emulation handler
    [    2.054128] dmm 4e000000.dmm: workaround for errata i878 in use
    [    2.061215] dmm 4e000000.dmm: initialized all PAT entries
    [    2.066877] ldo1: supplied by vsys_3v3
    [    2.073628] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    2.080299] [drm] No driver support for vblank timestamp query.
    [    2.086252] omapdrm omapdrm.0: No connectors reported connected with modes
    [    2.093181] [drm] Cannot find any crtc or sizes - going 1024x768
    [    2.101419] [drm] Enabling DMM ywrap scrolling
    [    2.109432] Console: switching to colour frame buffer device 128x48
    [    2.118739] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [    2.147909] mmc0: host does not support reading read-only switch, assuming write-enable
    [    2.158433] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    2.165666] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    2.173397] mmc0: new high speed SDHC card at address aaaa
    [    2.185161] hctosys: unable to open rtc device (rtc0)
    [    2.189207] mmcblk0: mmc0:aaaa ABLCD 29.7 GiB 
    [    2.194108]  mmcblk0: p1 p2
    [    2.204474] aic_dvdd: disabling
    [    2.207759] ALSA device list:
    [    2.210772]   #0: DRA7xx-EVM
    [    2.213660]   #1: HDMI 58040000.encoder
    [    2.231120] mmc1: MAN_BKOPS_EN bit is not set
    [    2.242277] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.250443] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.251919] mmc1: new HS200 MMC card at address 0001
    [    2.262231] mmcblk1: mmc1:0001 R1J58E 59.3 GiB 
    [    2.273453] devtmpfs: mounted
    [    2.276547] Freeing unused kernel memory: 336K
    [    2.276954] mmcblk1boot0: mmc1:0001 R1J58E partition 1 8.00 MiB
    [    2.286965] This architecture does not have kernel memory protection.
    [    2.287119] mmcblk1boot1: mmc1:0001 R1J58E partition 2 8.00 MiB
    [    2.536570] systemd[1]: System time before build time, advancing clock.
    [    2.574681] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [    2.589057] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [    2.599989] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [    2.618375] systemd[1]: Detected architecture arm.
    
    Welcome to [1mArago 2016.12[0m!
    
    [    2.650978] systemd[1]: Set hostname to <dra7xx-evm>.
    [    2.722382] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [    2.742036] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    2.752173] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    2.764800] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    2.780156] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    2.879456] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    2.888964] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    2.898830] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    3.274541] systemd[1]: sockets.target: Found ordering cycle on sockets.target/start
    [    3.282378] systemd[1]: sockets.target: Found dependency on avahi-daemon.socket/start
    [    3.290332] systemd[1]: sockets.target: Found dependency on sysinit.target/start
    [    3.297764] systemd[1]: sockets.target: Found dependency on alignment.service/start
    [    3.305486] systemd[1]: sockets.target: Found dependency on basic.target/start
    [    3.312759] systemd[1]: sockets.target: Found dependency on sockets.target/start
    [    3.320205] systemd[1]: sockets.target: Breaking ordering cycle by deleting job avahi-daemon.socket/start
    [    3.329831] systemd[1]: avahi-daemon.socket: Job avahi-daemon.socket/start deleted to break ordering cycle starting with sockets.target/start
    [[0;1;31m SKIP [0m] Ordering cycle found, skipping Avah...S/DNS-SD Stack Activation Socket
    [    3.368305] systemd[1]: basic.target: Found ordering cycle on basic.target/start
    [    3.375741] systemd[1]: basic.target: Found dependency on sysinit.target/start
    [    3.383036] systemd[1]: basic.target: Found dependency on alignment.service/start
    [    3.390591] systemd[1]: basic.target: Found dependency on basic.target/start
    [    3.397676] systemd[1]: basic.target: Breaking ordering cycle by deleting job alignment.service/start
    [    3.406971] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with basic.target/start
    [[0;1;31m SKIP [0m] Ordering cycle found, skipping alignment.service
    [    3.441335] systemd[1]: Created slice System Slice.
    [[0;32m  OK  [0m] Created slice System Slice.
    [    3.458063] systemd[1]: Reached target Swap.
    [[0;32m  OK  [0m] Reached target Swap.
    [    3.489546] systemd[1]: Listening on udev Kernel Socket.
    [[0;32m  OK  [0m] Listening on udev Kernel Socket.
    [    3.508168] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [[0;32m  OK  [0m] Started Dispatch Password Requests to Console Directory Watch.
    [    3.538141] systemd[1]: Listening on Journal Socket.
    [[0;32m  OK  [0m] Listening on Journal Socket.
    [    3.588052] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.609844] systemd[1]: Starting Create list of required static device nodes for the current kernel...
             Starting Create list of required st... nodes for the current kernel...
    [    3.638206] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [[0;32m  OK  [0m] Started Forward Password Requests to Wall Directory Watch.
    [    3.658177] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [[0;32m  OK  [0m] Listening on /dev/initctl Compatibility Named Pipe.
    [    3.678025] systemd[1]: Reached target Remote File Systems.
    [[0;32m  OK  [0m] Reached target Remote File Systems.
    [    3.698112] systemd[1]: Listening on Syslog Socket.
    [[0;32m  OK  [0m] Listening on Syslog Socket.
    [    3.718906] systemd[1]: Listening on Journal Socket (/dev/log).
    [[0;32m  OK  [0m] Listening on Journal Socket (/dev/log).
    [    3.779450] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.791408] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    3.810569] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    3.818125] systemd[1]: Reached target Paths.
    [[0;32m  OK  [0m] Reached target Paths.
    [    3.868296] systemd[1]: Starting Setup Virtual Console...
             Starting Setup Virtual Console...
    [    3.898338] systemd[1]: Listening on Network Service Netlink Socket.
    [[0;32m  OK  [0m] Listening on Network Service Netlink Socket.
    [    3.958280] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.980238] systemd[1]: Mounting Debug File System...
    [    3.983454] ---SATA_LED is set to HIGH---
    [    3.983492] ---SOC_FAN_PWM_1V8 is set to HIGH---
    [    3.983499] ---EXT_BAT_DISABLE is set to LOW---
    [    3.983506] ---ETH RST is set to HIGH---
    [    3.983512] ---LTE_PWR_ON  is set to HIGH---
    [    3.983520] ---LTE_RESETn is set to LOW---
    [    3.983526] ---GNSS_RSTn  is set to HIGH---
    [    3.983553] ---AMP_EN_3V3  is set to HIGH---
    [    3.983560] ---AMP_FAULT_3V3  is set to HIGH---
    [    3.983567] ---AMP_MUTE_3V3  is set to LOW---
    [    3.983574] ---BT_WAKE2SOC_3V3 is set to INPUT MODE---
    [    3.983579] ---BT_WAKE_3V3 is set to HIGH---
    [    3.983585] ---WIFIBT_LED_EN is set to HIGH---
    [    3.983590] ---WIFIBT_EN_3V3 is set to HIGH---
    [    3.983615] ---usb4_ulpi_cs  is set to HIGH---
    [    3.983621] ---usb3_ulpi_cs is set to HIGH---
    [    3.983625] Major = 245 Minor = 0 
    [    3.983811] Device Driver Insert...Done!!!
    [    4.008437] Bluetooth: Core ver 2.21
    [    4.008482] NET: Registered protocol family 31
    [    4.008484] Bluetooth: HCI device and connection manager initialized
    [    4.008497] Bluetooth: HCI socket layer initialized
    [    4.008505] Bluetooth: L2CAP socket layer initialized
    [    4.008535] Bluetooth: SCO socket layer initialized
    [    4.012725] Bluetooth: HCI UART driver ver 2.3
    [    4.012729] Bluetooth: HCI UART protocol H4 registered
    [    4.012732] Bluetooth: HCI UART protocol BCSP registered
    [    4.012734] Bluetooth: HCI UART protocol LL registered
    [    4.012737] Bluetooth: HCI UART protocol ATH3K registered
    [    4.012740] Bluetooth: HCI UART protocol Three-wire (H5) registered
             Mounting Debug File System...
    [    4.142480] systemd[1]: Mounting Temporary Directory...
             Mounting Temporary Directory...
    [    4.168658] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [[0;32m  OK  [0m] Created slice system-serial\x2dgetty.slice.
    [    4.198200] systemd[1]: Listening on udev Control Socket.
    [[0;32m  OK  [0m] Listening on udev Control Socket.
    [    4.218757] systemd[1]: Created slice system-getty.slice.
    [[0;32m  OK  [0m] Created slice system-getty.slice.
    [    4.238480] systemd[1]: Created slice User and Session Slice.
    [[0;32m  OK  [0m] Created slice User and Session Slice.
    [    4.258035] systemd[1]: Reached target Slices.
    [[0;32m  OK  [0m] Reached target Slices.
    [    4.311511] systemd[1]: Mounted POSIX Message Queue File System.
    [[0;32m  OK  [0m] Mounted POSIX Message Queue File System.
    [    4.338101] systemd[1]: Mounted Debug File System.
    [[0;32m  OK  [0m] Mounted Debug File System.
    [    4.358077] systemd[1]: Mounted Temporary Directory.
    [[0;32m  OK  [0m] Mounted Temporary Directory.
    [    4.378201] systemd[1]: Started Journal Service.
    [[0;32m  OK  [0m] Started Journal Service.
    [[0;32m  OK  [0m] Started Create list of required sta...ce nodes for the current kernel.
    [[0;32m  OK  [0m] Started Remount Root and Kernel File Systems.
    [[0;32m  OK  [0m] Started Setup Virtual Console.
    [[0;1;31mFAILED[0m] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
             Starting Apply Kernel Variables...
             Starting udev Coldplug all Devices...
             Starting Create Static Device Nodes in /dev...
             Starting Flush Journal to Persistent Storage...
    [[0;32m  OK  [0m] Started Apply Kernel Variables.
    [[0;32m  OK  [0m] Started Create Static Device Nodes in /dev.
    [    5.007855] systemd-journald[121]: Received request to flush runtime journal from PID 1
    [[0;32m  OK  [0m] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting udev Kernel Device Manager...
    [[0;32m  OK  [0m] Mounted /var/volatile.
    [[0;32m  OK  [0m] Mounted /media/ram.
    [[0;32m  OK  [0m] Started Flush Journal to Persistent Storage.
    [[0;32m  OK  [0m] Started udev Kernel Device Manager.
    [[0;32m  OK  [0m] Started udev Coldplug all Devices.
    [    5.369797] CAN device driver interface
    [    5.380963] m_can 42c01a00.mcan: hclk could not be found
    [    5.386743] m_can 42c01a00.mcan: m_can device registered (irq=370, version=32)
    [    5.401458] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    5.409790]  remoteproc0: 58820000.ipu is available
    [    5.414687]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    5.424195]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    5.437395] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
             Starting Load/Save Random Seed...[    5.446247]  remoteproc1: 55020000.ipu is available
    
    [    5.466189]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [[0;32m  OK  [0m] Reached target Local File Systems.
    [    5.486743]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    5.512027] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    5.526780]  remoteproc2: 40800000.dsp is available
    [    5.533007]  remoteproc2: Note: remoteproc is still under development and considered experimental.
             Starting Create Volatile Files and Directories...
    [    5.549441]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    5.569638] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    5.577993]  remoteproc3: 41000000.dsp is available
    [    5.590400]  remoteproc3: Note: remoteproc is still under development and considered experimental.
    [    5.602304]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [[0;32m  OK  [0m] Started Load/Save Random Seed.
    [[0;32m  OK  [0m] Found device /dev/ttyS0.
    [[0;32m  OK  [0m] Started Create Volatile Files and Directories.
             Starting Update UTMP about System Boot/Shutdown...
    [    5.837767] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    5.896760] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
             Starting Network Time Synchronization...
    [[0;32m  OK  [0m] Started Update UTMP about System Boot/Shutdown.
    [    6.115620] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    6.123792] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    6.137657] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    6.148320] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [[0;32m  OK  [0m] Started Network Time Synchronization.
             Starting Synchronize System and HW clocks...
    [[0;32m  OK  [0m] Reached target System Time Synchronized.
    [    6.297612] SCSI subsystem initialized
    [    6.341014]  remoteproc1: registered virtio0 (type 7)
    [    6.401437]  remoteproc0: registered virtio1 (type 7)
    [    6.470505] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [[0;1;31mFAILED[0m] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [[0;32m  OK  [0m] Reached target Sound Card.
    [[0;32m  OK  [0m] Reached target System Initialization.
    [    6.651412] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
    [    6.668733] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    6.677298] ahci 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst 
    [[0;32m  OK  [0m] Listening on D-Bus System Message Bus Socket.
    [    6.726786] scsi host0: ahci
    [    6.729960]  remoteproc2: registered virtio2 (type 7)
    [    6.736594] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 344
    [[0;32m  OK  [0m] Listening on dropbear.socket.
    [[0;32m  OK  [0m] Started Daily Cleanup of Temporary Directories.[    6.779039]  remoteproc3: registered virtio3 (type 7)
    
    [[0;32m  OK  [0m] Reached target Timers.
    [[0;32m  OK  [0m] Listening on RPCbind Server Activation Socket.
    [[0;32m  OK  [0m] Reached target Sockets.
    [[0;32m  OK  [0m] Reached target Basic System.
    [[0;32m  OK  [0m] Started System Logging Service.
             Starting Login Service...
             Starting Permit User Sessions...
             Starting TI MultiCore Tools Daemon...
    [[0;32m  OK  [0m] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
             Starting Print notice about GPLv3 packages...
    [    7.097997] ata1: SATA link down (SStatus 0 SControl 300)
             Starting uim-sysfs.service...
             Starting Save/Restore Sound Card State...
    [[0;32m  OK  [0m] Started D-Bus System Message Bus.
    [    7.252466] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Started Kernel Logging Service.
             Starting Network Service...
             Starting Telephony service...
    [[0;32m  OK  [0m] Started Permit User Sessions.
    [[0;1;31mFAILED[0m] Failed to start TI MultiCore Tools Daemon.
    See 'systemctl status ti-mct-daemon.service' for details.
    [[0;32m  OK  [0m] Started Save/Restore Sound Card State.
    [    7.470716] NET: Registered protocol family 15
    [    7.563096] net eth0: initializing cpsw version 1.15 (0)
    [[0;32m  OK  [0m] Started Network Service.
    [    7.589179] net eth0: initialized cpsw ale version 1.4
    [    7.626734] net eth0: ALE Table size 1024
    [    7.689352] Initializing XFRM netlink socket
    [    7.696468] libphy: PHY 48485000.mdio:02 not found
    [    7.724150] net eth0: phy "48485000.mdio:02" not found on slave 0, err -19
    [    7.877510]  remoteproc1: powering up 55020000.ipu
    [    7.909987] net eth0: phy found : id is : 0x2000a231
    [    7.913928]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743112
    [    7.913989] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    7.954754] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    8.071313]  remoteproc1: remote processor 55020000.ipu is now up
    [    8.104849] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    8.110636] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [    8.136214] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
    [    8.150550]  remoteproc0: powering up 58820000.ipu
    [    8.172425]  remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4794908
    [    8.199974] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [    8.234197]  remoteproc0: remote processor 58820000.ipu is now up
    [    8.262558] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    8.263898] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
    [    8.264015] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
    [    8.264201] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
    [    8.264366] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [    8.315278] random: nonblocking pool is initialized
    [    8.340125] Helios : TUSB1210_Probe_Function Called!
    [    8.345198] Helios : TUSB1210_SetMode Function Called! = 352781393
    [    8.360503]  remoteproc2: powering up 40800000.dsp
    [    8.366558] Helios : ULPI_OTG_CTRL = 103
    [    8.391148]  remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5635840
    [    8.424008] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [    8.429891] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    8.435833] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    8.514759]  remoteproc2: remote processor 40800000.dsp is now up
    [    8.534323] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    8.539989] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x32
    [    8.557740] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x33
    [    8.566262]  remoteproc3: powering up 41000000.dsp
    [    8.578017] virtio_rpmsg_bus virtio2: creating channel rpmsg-omx addr 0x3c
    [    8.585009] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x65
    [    8.596599]  remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 5635844
    [    8.619365] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [    8.625247] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    8.631182] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    8.668572]  remoteproc3: remote processor 41000000.dsp is now up
    [    8.684898] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    8.690554] virtio_rpmsg_bus virtio3: creating channel rpmsg-client-sample addr 0x32
    [    8.703510] virtio_rpmsg_bus virtio3: creating channel rpmsg-client-sample addr 0x33
    [    8.731854] virtio_rpmsg_bus virtio3: creating channel rpmsg-omx addr 0x3c
    [    8.744738] rpmsg_rpc rpmsg0: probing service dce-callback with src 1024 dst 101
    [    8.759330] rpmsg_rpc rpmsg1: probing service rpmsg-dce with src 1025 dst 102
    [    8.776489] virtio_rpmsg_bus virtio3: creating channel rpmsg-rpc addr 0x65
    [    8.795928] rpmsg_rpc rpmsg5: probing service rpc_example_2 with src 1024 dst 101
    [    8.799789] Helios : TUSB1210_Probe_Function Called!
    [    8.799998] Helios : TUSB1210_SetMode Function Called! = 352781393
    [    8.800003] Helios : ULPI_OTG_CTRL = 103
    [    8.819899] rpmsg_rpc rpmsg13: probing service rpc_example_3 with src 1024 dst 101
    [    8.833865] rpmsg_rpc rpmsg0: published functions = 4
    [    8.839379] rpmsg_rpc rpmsg1: published functions = 9
    [    8.845067] rpmsg_rpc rpmsg13: published functions = 8
    [[0;32m  OK  [0m] Started Telephony service.
    [[0;32m  OK  [0m] Started Login Service.
    [[0;32m  OK  [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [    8.861895] rpmsg_rpc rpmsg9: probing service rpc_example_4 with src 1024 dst 101
    [[0;32m  OK  [0m] Reached target Network.
    [    8.882422] rpmsg_rpc rpmsg5: published functions = 8
    [    8.890164] rpmsg_rpc rpmsg9: published functions = 8
             tSarting Lightning Fast Webserver With Light System Requrements...
             Starting Network Name Resolution...
    [[0;32m  OK  [0m] Started Serial Getty on ttyS0.
    [[0;32m  OK  [0m] Started Getty on tty1.
    [[0;32m  OK  [0m] Started Lightning Fast Webserver With Light System Requirements.
    [[0;32m  OK  [0m] Started Network Name Resolution.
    [[0;32m  OK  [0m] Started uim-sysfs.service.
             Starting rc.pvr.service...
    [    9.324891] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [[0;32m  OK  [0m] Started rc.pvr.service.
             Starting weston.service...
    [    9.444042] usbcore: registered new interface driver usbfs
    [    9.450466] usbcore: registered new interface driver hub
    [    9.456583] usbcore: registered new device driver usb
    [[0;32m  OK  [0m] Started weston.service.
    [    9.480595] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    9.487148] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
    [    9.496207] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
             Starting tiipclad-daemon.service...
             Starting telnetd.service...
    [    9.512211] xhci-hcd xhci-hcd.3.auto: irq 474, io mem 0x488d0000
    [    9.544319] hub 1-0:1.0: USB hub found
    [    9.551700] hub 1-0:1.0: 1 port detected
    [[0;32m  OK  [0m] Started tiipclad-daemon.service.
    [[0;32m  OK  [0m] Started telnetd.service.
    [    9.563145] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [    9.577702] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [    9.586832] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
             Starting thttpd.service...
    [    9.602841] hub 2-0:1.0: USB hub found
    [    9.607718] hub 2-0:1.0: 1 port detected
    [    9.613948] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    9.620707] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 3
    [    9.629679] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [    9.639973] xhci-hcd xhci-hcd.4.auto: irq 475, io mem 0x48910000
    [    9.647331] hub 3-0:1.0: USB hub found
    [    9.651372] hub 3-0:1.0: 1 port detected
    [    9.657148] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    9.662747] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 4
    ***************************************************************[    9.670807] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.684608] hub 4-0:1.0: USB hub found
    
    [    9.689181] hub 4-0:1.0: 1 port detected
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:[    9.695674] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    
    [    9.709903] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 5
    [[0;32m  OK  [0m ]Started thttpd.service.
    
    	autoconf
    gdbserver
    	gstreamer1.0-libav
    	libcairo-perf-utils
    	libgmp10
    	libidn11
    	libmpc3
    	libmpfr4
    	m4-dev
    	m4
    	make
        9.721177] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    n	ettle
    	parted
    	swig-dev
    	swig
    
    If you do not wish to distrbute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
      9.756380] xhci-hcd xhci-hcd.5.auto: irq 476, io mem 0x48950000
    [    9.820504] hub 5-0:1.0: USB hub found
    [    9.824318] hub 5-0:1.0: 1 port detected
    [    9.831685] xhci-hcd xhci-hcd.5.auo: xHCI Host Controller
             Starting rng-tools.service...[    9.838104] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
    
    [    9.848617] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.857777] hub 6-0:1.0: USB hub found
    [    9.861621] hub 6-0:1.0: 1 port detected
    [    9.865999] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    9.871639] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 7
    [    9.879632] xhci-hcd xhci-hcd.6.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [    9.879665] xhci-hcd xhci-hcd.6.auto: irq 477, io mem 0x48890000
    [    9.889840] hub 7-0:1.0: USB hub found
    [    9.889865] hub 7-0:1.0: 1 port detected
    [    9.890118] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    9.890127] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 8
    [    9.890188] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.896410] hub 8-0:1.0: USB hub found
    [    9.896433] hub 8-0:1.0: 1 port detected
    [    9.915497] cpsw 48484000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
    [    9.915510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [[0;32m  OK  [0m] Started Print notice about GPLv3 packages.
    [[0;32m  OK  [0m] Started rng-tools.service.
             Starting gdbserverproxy.service...
    [[0;32m  OK  [0m] Started gdbserverproxy.service.
             Starting matrix-gui-2.0.service...
    [[0;32m  OK  [0m] Started matrix-gui-2.0.service.
             Starting thermal-zone-init.service...
    [[0;32m  OK  [0m] Started thermal-zone-init.service.
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS0
    
    Arago 2016.12 dra7xx-evm ttyS0
    
    dra7xx-evm login: [   19.185637] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [   19.199796] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   19.213784] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [   19.227692] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS0
    
    Arago 2016.12 dra7xx-evm ttyS0
    
    dra7xx-evm login: root
    
    7[r[999;999H[6n8root@dra7xx-evm:~# tel1234       haltcat driverProg.c                /sys/kernel/debug/mmc
    mmc0/ mmc1/ mmc2/ 
    root@dra7xx-evm:~# cat /sys/kernel/debug/mmc2/  /mm   2/ios 
    clock:		0 Hz
    vdd:		0 (invalid)
    bus mode:	2 (push-pull)
    chip select:	0 (don't care)
    power mode:	0 (off)
    bus width:	0 (1 bits)
    timing spec:	0 (legacy)
    signal voltage:	0 (1.80 V)
    driver type:	0 (driver type B)
    root@dra7xx-evm:~# dmsg  esg
    [32m[    0.000000] [0mBooting Linux on physical CPU 0x0
    [32m[    0.000000] [0mInitializing cgroup subsys cpuset
    [32m[    0.000000] [0mInitializing cgroup subsys cpu
    [32m[    0.000000] [0mInitializing cgroup subsys cpuacct
    [32m[    0.000000] [0mLinux version 4.4.84-dirty (ubantu@teltvml0203x) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #23 SMP PREEMPT Thu Apr 11 15:05:02 IST 2019
    [32m[    0.000000] [0m[33mCPU[0m: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [32m[    0.000000] [0m[33mCPU[0m: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [32m[    0.000000] [0m[33mMachine model[0m: TI DRA762 EVM
    [32m[    0.000000] [0mbootconsole [earlycon0] enabled
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x000000009f000000, size 8 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mcma[0m: Reserved 128 MiB at 0x00000000b0000000
    [32m[    0.000000] [0m[1mForcing write-allocate cache policy for SMP[0m
    [32m[    0.000000] [0m[33mMemory policy[0m: Data cache writealloc
    [32m[    0.000000] [0m[33mOMAP4[0m: Map 0x00000000dfd00000 to fe600000 for dram barrier
    [32m[    0.000000] [0m[33mOn node 0 totalpages[0m: 391168
    [32m[    0.000000] [0m[33mfree_area_init_node[0m: node 0, pgdat c0975400, node_mem_map ef222000
    [32m[    0.000000] [0m[33m  DMA zone[0m: 1728 pages used for memmap
    [32m[    0.000000] [0m[33m  DMA zone[0m: 0 pages reserved
    [32m[    0.000000] [0m[33m  DMA zone[0m: 195584 pages, LIFO batch:31
    [32m[    0.000000] [0m[33m  HighMem zone[0m: 195584 pages, LIFO batch:31
    [32m[    0.000000] [0mDRA762 ES1.0
    [32m[    0.000000] [0m[33mPERCPU[0m: Embedded 11 pages/cpu @ef1ae000 s14912 r8192 d21952 u45056
    [32m[    0.000000] [0m[33mpcpu-alloc[0m: s14912 r8192 d21952 u45056 alloc=11*4096
    [32m[    0.000000] [0m[33mpcpu-alloc[0m: [0] 0 [0] 1 
    [32m[    0.000000] [0m[33mBuilt 1 zonelists in Zone order, mobility grouping on.  Total pages[0m: 389440
    [32m[    0.000000] [0m[33mKernel command line[0m: console=ttyO0,115200n8 elevator=noop root=PARTUUID=c5c9c04b-02 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 cma=128M@0xB0000000 rootfstype=ext4 snd.slots_reserved=1,1
    [32m[    0.000000] [0m[33mPID hash table entries[0m: 4096 (order: 2, 16384 bytes)
    [32m[    0.000000] [0m[33mDentry cache hash table entries[0m: 131072 (order: 7, 524288 bytes)
    [32m[    0.000000] [0m[33mInode-cache hash table entries[0m: 65536 (order: 6, 262144 bytes)
    [32m[    0.000000] [0m[33mMemory[0m: 1244268K/1564672K available (6619K kernel code, 319K rwdata, 2384K rodata, 336K init, 290K bss, 25492K reserved, 294912K cma-reserved, 651264K highmem)
    [32m[    0.000000] [0m[33mVirtual kernel memory layout:
                       vector  [0m: 0xffff0000 - 0xffff1000   (   4 kB)
                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                       vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                       lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                       pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                       modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                         .text : 0xc0008000 - 0xc08d302c   (9005 kB)
                         .init : 0xc08d4000 - 0xc0928000   ( 336 kB)
                         .data : 0xc0928000 - 0xc0977ee0   ( 320 kB)
                          .bss : 0xc0979000 - 0xc09c1800   ( 290 kB)
    [32m[    0.000000] [0m[33mSLUB[0m: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [32m[    0.000000] [0mPreemptible hierarchical RCU implementation.
    [32m[    0.000000] [0m	Build-time adjustment of leaf fanout to 32.
    [32m[    0.000000] [0mNR_IRQS:16 nr_irqs:16 16
    [32m[    0.000000] [0m[33mti_dt_clocks_register[0m[1m: failed to lookup clock node gmac_gmii_ref_clk_div[0m
    [32m[    0.000000] [0m[33mOMAP clockevent source[0m: timer1 at 32786 Hz
    [32m[    0.000000] [0mArchitected cp15 timer(s) running at 6.14MHz (phys).
    [32m[    0.000000] [0m[33mclocksource[0m: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [32m[    0.000005] [0m[33msched_clock[0m: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [32m[    0.008305] [0mSwitching to timer-based delay loop, resolution 162ns
    [32m[    0.014961] [0m[33mclocksource[0m: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [32m[    0.025220] [0m[33mOMAP clocksource[0m: 32k_counter at 32768 Hz
    [32m[    0.030956] [0m[33mConsole[0m: colour dummy device 80x30
    [32m[    0.035608] [0m[33mWARNING[0m[31m: Your 'console=ttyO0' has been replaced by 'ttyS0'[0m
    [32m[    0.042402] [0m[31mThis ensures that you still see kernel messages. Please[0m
    [32m[    0.048918] [0m[31mupdate your kernel commandline.[0m
    [32m[    0.053310] [0mCalibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [32m[    0.063945] [0m[33mpid_max[0m: default: 32768 minimum: 301
    [32m[    0.068857] [0m[33mMount-cache hash table entries[0m: 2048 (order: 1, 8192 bytes)
    [32m[    0.075745] [0m[33mMountpoint-cache hash table entries[0m: 2048 (order: 1, 8192 bytes)
    [32m[    0.083593] [0mInitializing cgroup subsys io
    [32m[    0.087814] [0mInitializing cgroup subsys memory
    [32m[    0.092391] [0mInitializing cgroup subsys devices
    [32m[    0.097041] [0mInitializing cgroup subsys freezer
    [32m[    0.101700] [0mInitializing cgroup subsys perf_event
    [32m[    0.106616] [0mInitializing cgroup subsys pids
    [32m[    0.111013] [0m[33mCPU[0m: Testing write buffer coherency: ok
    [32m[    0.116304] [0m[31m/cpus/cpu@0 missing clock-frequency property[0m
    [32m[    0.121850] [0m[31m/cpus/cpu@1 missing clock-frequency property[0m
    [32m[    0.127402] [0m[33mCPU0[0m: thread -1, cpu 0, socket 0, mpidr 80000000
    [32m[    0.133320] [0mSetting up static identity map for 0x80008380 - 0x800083e0
    [32m[    0.220399] [0m[33mCPU1[0m: thread -1, cpu 1, socket 0, mpidr 80000001
    [32m[    0.220469] [0mBrought up 2 CPUs
    [32m[    0.229488] [0m[33mSMP[0m: Total of 2 processors activated (24.59 BogoMIPS).
    [32m[    0.235928] [0m[33mCPU[0m: All CPU(s) started in HYP mode.
    [32m[    0.240749] [0m[33mCPU[0m: Virtualization extensions available.
    [32m[    0.246398] [0m[33mdevtmpfs[0m: initialized
    [32m[    0.279654] [0m[33mVFP support v0.3[0m: implementor 41 architecture 4 part 30 variant f rev 0
    [32m[    0.288552] [0m[33momap_hwmod[0m[1m: l3_main_2 using broken dt data from ocp[0m
    [32m[    0.409517] [0m[33momap_hwmod[0m[1m: dcan1: _wait_target_disable failed[0m
    [32m[    0.515484] [0m[33mclocksource[0m: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [32m[    0.525682] [0m[33mfutex hash table entries[0m: 512 (order: 3, 32768 bytes)
    [32m[    0.537504] [0m[33mpinctrl core[0m: initialized pinctrl subsystem
    [32m[    0.543796] [0m[33mNET[0m: Registered protocol family 16
    [32m[    0.549428] [0m[33mDMA[0m: preallocated 256 KiB pool for atomic coherent allocations
    [32m[    0.578530] [0m[33mcpuidle[0m: using governor ladder
    [32m[    0.608557] [0m[33mcpuidle[0m: using governor menu
    [32m[    0.621528] [0mOMAP GPIO hardware version 0.1
    [32m[    0.629998] [0mGPIO line 161 (radio_rst) hogged as output/low
    [32m[    0.638093] [0m[33mirq[0m[1m: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 ![0m
    [32m[    0.674129] [0m[33mhw-breakpoint[0m: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [32m[    0.682452] [0m[33mhw-breakpoint[0m: maximum watchpoint size is 8 bytes.
    [32m[    0.689000] [0m[1momap4_sram_init:Unable to allocate sram needed to handle errata I688[0m
    [32m[    0.696694] [0m[1momap4_sram_init:Unable to get sram pool needed to handle errata I688[0m
    [32m[    0.704945] [0mOMAP DMA hardware revision 0.0
    [32m[    0.750692] [0m[33momap-dma-engine 4a056000.dma-controller[0m: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [32m[    0.761632] [0m[33medma 43300000.edma[0m: memcpy is disabled
    [32m[    0.771493] [0m[33medma 43300000.edma[0m: TI EDMA DMA engine driver
    [32m[    0.782122] [0m[33momap-iommu 40d01000.mmu[0m: 40d01000.mmu registered
    [32m[    0.788189] [0m[33momap-iommu 40d02000.mmu[0m: 40d02000.mmu registered
    [32m[    0.794263] [0m[33momap-iommu 58882000.mmu[0m: 58882000.mmu registered
    [32m[    0.800309] [0m[33momap-iommu 55082000.mmu[0m: 55082000.mmu registered
    [32m[    0.806487] [0m[33momap-iommu 41501000.mmu[0m: 41501000.mmu registered
    [32m[    0.812561] [0m[33momap-iommu 41502000.mmu[0m: 41502000.mmu registered
    [32m[    0.821713] [0m[33mpalmas 0-0058[0m[1m: IRQ missing: skipping irq request
    [0m[32m[    0.838824] [0m[33mpalmas 0-0058[0m: Muxing GPIO 51, PWM 0, LED 2
    [32m[    0.899395] [0m[33mirq[0m[1m: no irq domain found for /ocp/i2c@48070000/tps65917@58 ![0m
    [32m[    0.906987] [0m[33momap_i2c 48070000.i2c[0m: bus 0 rev0.12 at 400 kHz
    [32m[    0.913313] [0m[33momap_i2c 48060000.i2c[0m: bus 2 rev0.12 at 400 kHz
    [32m[    0.932911] [0m[33mpcf857x[0m[1m: probe of 3-0021 failed with error -121[0m
    [32m[    0.938747] [0m[33momap_i2c 4807a000.i2c[0m: bus 3 rev0.12 at 400 kHz
    [32m[    0.944776] [0m[33mmedia[0m: Linux media interface: v0.10
    [32m[    0.949561] [0m[33mLinux video capture interface[0m: v2.00
    [32m[    0.954417] [0m[33mpps_core[0m: LinuxPPS API ver. 1 registered
    [32m[    0.959612] [0m[33mpps_core[0m: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [32m[    0.969091] [0mPTP clock support registered
    [32m[    0.973251] [0m[33mEDAC MC[0m: Ver: 3.0.0
    [32m[    0.977311] [0m[33momap-mailbox 48840000.mailbox[0m: omap mailbox rev 0x400
    [32m[    0.983957] [0m[33momap-mailbox 48842000.mailbox[0m: omap mailbox rev 0x400
    [32m[    0.990655] [0mAdvanced Linux Sound Architecture Driver Initialized.
    [32m[    0.997890] [0m[33mclocksource[0m: Switched to clocksource arch_sys_counter
    [32m[    1.015023] [0m[33mNET[0m: Registered protocol family 2
    [32m[    1.020093] [0m[33mTCP established hash table entries[0m: 8192 (order: 3, 32768 bytes)
    [32m[    1.027466] [0m[33mTCP bind hash table entries[0m: 8192 (order: 4, 65536 bytes)
    [32m[    1.034297] [0m[33mTCP[0m: Hash tables configured (established 8192 bind 8192)
    [32m[    1.040956] [0m[33mUDP hash table entries[0m: 512 (order: 2, 16384 bytes)
    [32m[    1.047141] [0m[33mUDP-Lite hash table entries[0m: 512 (order: 2, 16384 bytes)
    [32m[    1.053962] [0m[33mNET[0m: Registered protocol family 1
    [32m[    1.058789] [0m[33mRPC[0m: Registered named UNIX socket transport module.
    [32m[    1.064951] [0m[33mRPC[0m: Registered udp transport module.
    [32m[    1.069884] [0m[33mRPC[0m: Registered tcp transport module.
    [32m[    1.074797] [0m[33mRPC[0m: Registered tcp NFSv4.1 backchannel transport module.
    [32m[    1.081515] [0m[33mPCI[0m: CLS 0 bytes, default 64
    [32m[    1.082554] [0m[33mhw perfevents[0m: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [32m[    1.101324] [0m[33msquashfs[0m: version 4.0 (2009/01/31) Phillip Lougher
    [32m[    1.108118] [0m[33mNFS[0m: Registering the id_resolver key type
    [32m[    1.113402] [0mKey type id_resolver registered
    [32m[    1.117779] [0mKey type id_legacy registered
    [32m[    1.122062] [0m[33mntfs[0m: driver 2.1.32 [Flags: R/O].
    [32m[    1.127984] [0m[33mbounce[0m: pool size: 64 pages
    [32m[    1.132147] [0mBlock layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [32m[    1.139868] [0mio scheduler noop registered (default)
    [32m[    1.144872] [0mio scheduler deadline registered
    [32m[    1.149403] [0mio scheduler cfq registered
    [32m[    1.155821] [0m[33mvsys_5v0[0m: supplied by vsys_12v0
    [32m[    1.160285] [0m[33mldo3[0m: supplied by vsys_5v0
    [32m[    1.167925] [0m[33mpinctrl-single 4a003400.pinmux[0m: 282 pins at pa fc003400 size 1128
    [32m[    1.178670] [0mPCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [32m[    1.184834] [0m  No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [32m[    1.192819] [0m   IO 0x20003000..0x20012fff -> 0x00000000
    [32m[    1.198204] [0m  MEM 0x20013000..0x2fffffff -> 0x20013000
    [32m[    1.236335] [0m[33mdra7-pcie 51000000.pcie_rc[0m[31m: link is not up
    [0m[32m[    1.241870] [0m[33mdra7-pcie 51000000.pcie_rc[0m: PCI host bridge to bus 0000:00
    [32m[    1.248676] [0m[33mpci_bus 0000:00[0m: root bus resource [bus 00-ff]
    [32m[    1.254392] [0m[33mpci_bus 0000:00[0m: root bus resource [io  0x0000-0xffff]
    [32m[    1.260842] [0m[33mpci_bus 0000:00[0m: root bus resource [mem 0x20013000-0x2fffffff]
    [32m[    1.268025] [0m[33mpci 0000:00:00.0[0m: [104c:8888] type 01 class 0x060400
    [32m[    1.268067] [0m[33mpci 0000:00:00.0[0m: reg 0x10: [mem 0x00000000-0x000fffff]
    [32m[    1.268089] [0m[33mpci 0000:00:00.0[0m: reg 0x14: [mem 0x00000000-0x0000ffff]
    [32m[    1.268155] [0m[33mpci 0000:00:00.0[0m: supports D1
    [32m[    1.268165] [0m[33mpci 0000:00:00.0[0m: PME# supported from D0 D1 D3hot
    [32m[    1.268392] [0m[33mPCI[0m: bus0: Fast back to back transfers disabled
    [32m[    1.274312] [0m[33mPCI[0m: bus1: Fast back to back transfers enabled
    [32m[    1.280121] [0m[33mpci 0000:00:00.0[0m: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [32m[    1.287179] [0m[33mpci 0000:00:00.0[0m: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [32m[    1.294253] [0m[33mpci 0000:00:00.0[0m: PCI bridge to [bus 01]
    [32m[    1.299665] [0m[33mpcieport 0000:00:00.0[0m: Signaling PME through PCIe PME interrupt
    [32m[    1.306903] [0m[33mpcie_pme 0000:00:00.0:pcie01[0m: service driver pcie_pme loaded
    [32m[    1.307019] [0m[33maer 0000:00:00.0:pcie02[0m: service driver aer loaded
    [32m[    1.368766] [0m[33mSerial[0m: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [32m[    1.378895] [0m[33m4806a000.serial[0m: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    [32m[    1.388091] [0mconsole [ttyS0] enabled
    [32m[    1.395250] [0mbootconsole [earlycon0] disabled
    [32m[    1.404907] [0m[33m4806c000.serial[0m: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [32m[    1.414594] [0m[33m48020000.serial[0m: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [32m[    1.424277] [0m[33m48066000.serial[0m: ttyS4 at MMIO 0x48066000 (irq = 304, base_baud = 3000000) is a 8250
    [32m[    1.434385] [0m[drm] Initialized drm 1.1.0 20060810
    [32m[    1.440751] [0m[33mvsys_3v3[0m: supplied by vsys_12v0
    [32m[    1.445001] [0m[33mldo5[0m: supplied by vsys_3v3
    [32m[    1.449349] [0mOMAP DSS rev 6.1
    [32m[    1.453086] [0m[33momapdss_dss 58000000.dss[0m: bound 58001000.dispc (ops dispc_component_ops)
    [32m[    1.461524] [0m[33momapdss_dss 58000000.dss[0m: bound 58040000.encoder (ops hdmi5_component_ops)
    [32m[    1.477682] [0m[33mloop[0m: module loaded
    [32m[    1.481107] [0m[33mat24 0-0050[0m: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [32m[    1.493650] [0m[33mm25p80 spi32766.0[0m[1m: found s25fl256s0, expected s25fl256s1
    [0m[32m[    1.500062] [0m[33mm25p80 spi32766.0[0m: s25fl256s0 (32768 Kbytes)
    [32m[    1.505453] [0m7 ofpart partitions found on MTD device spi32766.0
    [32m[    1.511327] [0mCreating 7 MTD partitions on "spi32766.0":
    [32m[    1.516489] [0m[33m0x000000000000-0x000000040000 [0m: "QSPI.SPL"
    [32m[    1.522562] [0m[33m0x000000040000-0x000000140000 [0m: "QSPI.u-boot"
    [32m[    1.528888] [0m[33m0x000000140000-0x0000001c0000 [0m: "QSPI.u-boot-spl-os"
    [32m[    1.535805] [0m[33m0x0000001c0000-0x0000001d0000 [0m: "QSPI.u-boot-env"
    [32m[    1.541598] [0m[33mmtd[0m[1m: partition "QSPI.u-boot-env" doesn't end on an erase block -- force read-only[0m
    [32m[    1.551056] [0m[33m0x0000001d0000-0x0000001e0000 [0m: "QSPI.u-boot-env.backup1"
    [32m[    1.557527] [0m[33mmtd[0m[1m: partition "QSPI.u-boot-env.backup1" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.568672] [0m[33m0x0000001e0000-0x0000009e0000 [0m: "QSPI.kernel"
    [32m[    1.574095] [0m[33mmtd[0m[1m: partition "QSPI.kernel" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.584170] [0m[33m0x0000009e0000-0x000002000000 [0m: "QSPI.file-system"
    [32m[    1.590049] [0m[33mmtd[0m[1m: partition "QSPI.file-system" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.601533] [0m[33mlibphy[0m: Fixed MDIO Bus: probed
    [32m[    1.647925] [0m[33mdavinci_mdio 48485000.mdio[0m: davinci mdio revision 1.6
    [32m[    1.654050] [0m[33mlibphy[0m: 48485000.mdio: probed
    [32m[    1.660517] [0m[33mdavinci_mdio 48485000.mdio[0m: phy[3]: device 48485000.mdio:03, driver TI DP83867
    [32m[    1.669498] [0m[33mcpsw 48484000.ethernet[0m: Detected MACID = 40:06:a0:0f:1e:b2
    [32m[    1.676147] [0m[33mcpsw 48484000.ethernet[0m: cpts: overflow check period 800
    [32m[    1.684306] [0m[33mmousedev[0m: PS/2 mouse device common for all mice
    [32m[    1.690547] [0mi2c /dev entries driver
    [32m[    1.695283] [0m[33mvpe 489d0000.vpe[0m: loading firmware vpdma-1b8.bin
    [32m[    1.702372] [0m[33mvip 48970000.vip[0m: loading firmware vpdma-1b8.bin
    [32m[    1.710718] [0m[33mtmp102 0-0048[0m: initialized
    [32m[    1.717322] [0m[33momap_hsmmc 4809c000.mmc[0m: Got CD GPIO
    [32m[    1.722163] [0m[33mvpe 489d0000.vpe[0m: Device registered as /dev/video0
    [32m[    1.728054] [0m[33mvip 48970000.vip[0m: VPDMA firmware loaded
    [32m[    1.728264] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr104 mode
    [0m[32m[    1.728270] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for ddr50 mode
    [0m[32m[    1.728276] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr50 mode
    [0m[32m[    1.728281] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr25 mode
    [0m[32m[    1.728285] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr12 mode
    [0m[32m[    1.728487] [0m[33mvio_3v3[0m: supplied by vsys_3v3
    [32m[    1.728541] [0m[33mvio_3v3_sd[0m: supplied by vio_3v3
    [32m[    1.728686] [0m[33mldo4[0m: supplied by vsys_5v0
    [32m[    1.818526] [0m[33momap_hsmmc 480b4000.mmc[0m[31m: no pinctrl state for sdr25 mode
    [0m[32m[    1.824910] [0m[33momap_hsmmc 480b4000.mmc[0m[31m: no pinctrl state for sdr12 mode
    [0m[32m[    1.831472] [0m[33msmps5[0m: supplied by vsys_3v3
    [32m[    1.835526] [0m[33mvio_1v8[0m: supplied by smps5
    [32m[    1.918821] [0m[33mledtrig-cpu[0m: registered to indicate activity on CPUs
    [32m[    1.929983] [0m[33mhwspinlock_user gatemp[0m: requested 20 hwspinlocks
    [32m[    1.936921] [0m[33maic_dvdd[0m: supplied by vio_3v3
    [32m[    1.942254] [0m[33mdavinci-mcasp 48464000.mcasp[0m: DAI is shared
    [32m[    1.948364] [0m[33mdavinci-mcasp 48474000.mcasp[0m: DAI is shared
    [32m[    1.954454] [0m[33momap-hdmi-audio omap-hdmi-audio.0.auto[0m: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [32m[    1.975392] [0m[33mNET[0m: Registered protocol family 10
    [32m[    1.990677] [0m[33msit[0m: IPv6 over IPv4 tunneling driver
    [32m[    1.995861] [0m[33mNET[0m: Registered protocol family 17
    [32m[    2.000590] [0mKey type dns_resolver registered
    [32m[    2.005031] [0m[33momap_voltage_late_init[0m[31m: Voltage driver support not added[0m
    [32m[    2.011922] [0mAdding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [32m[    2.018176] [0mAdding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [32m[    2.024461] [0m[33mbuck10[0m: supplied by vsys_3v3
    [32m[    2.029037] [0mAdding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [32m[    2.035245] [0mAdding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [32m[    2.043455] [0mPower Management for TI OMAP4+ devices.
    [32m[    2.048558] [0mRegistering SWP/SWPB emulation handler
    [32m[    2.054128] [0m[33mdmm 4e000000.dmm[0m: workaround for errata i878 in use
    [32m[    2.061215] [0m[33mdmm 4e000000.dmm[0m: initialized all PAT entries
    [32m[    2.066877] [0m[33mldo1[0m: supplied by vsys_3v3
    [32m[    2.073628] [0m[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [32m[    2.080299] [0m[drm] No driver support for vblank timestamp query.
    [32m[    2.086252] [0m[33momapdrm omapdrm.0[0m: No connectors reported connected with modes
    [32m[    2.093181] [0m[drm] Cannot find any crtc or sizes - going 1024x768
    [32m[    2.101419] [0m[drm] Enabling DMM ywrap scrolling
    [32m[    2.109432] [0m[33mConsole[0m: switching to colour frame buffer device 128x48
    [32m[    2.118739] [0m[33momapdrm omapdrm.0[0m: fb0: omapdrm frame buffer device
    [32m[    2.147909] [0m[33mmmc0[0m[1m: host does not support reading read-only switch, assuming write-enable[0m
    [32m[    2.158433] [0m[drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [32m[    2.165666] [0m[33masoc-simple-card sound0[0m: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [32m[    2.173397] [0m[33mmmc0[0m: new high speed SDHC card at address aaaa
    [32m[    2.185161] [0m[33mhctosys[0m: unable to open rtc device (rtc0)
    [32m[    2.189207] [0m[33mmmcblk0[0m: mmc0:aaaa ABLCD 29.7 GiB 
    [32m[    2.194108] [0m[33m mmcblk0[0m: p1 p2
    [32m[    2.204474] [0m[33maic_dvdd[0m: disabling
    [32m[    2.207759] [0mALSA device list:
    [32m[    2.210772] [0m[33m  #0[0m: DRA7xx-EVM
    [32m[    2.213660] [0m[33m  #1[0m: HDMI 58040000.encoder
    [32m[    2.231120] [0m[33mmmc1[0m: MAN_BKOPS_EN bit is not set
    [32m[    2.242277] [0m[33mEXT4-fs (mmcblk0p2)[0m: mounted filesystem with ordered data mode. Opts: (null)
    [32m[    2.250443] [0m[33mVFS[0m: Mounted root (ext4 filesystem) on device 179:2.
    [32m[    2.251919] [0m[33mmmc1[0m: new HS200 MMC card at address 0001
    [32m[    2.262231] [0m[33mmmcblk1[0m: mmc1:0001 R1J58E 59.3 GiB 
    [32m[    2.273453] [0m[33mdevtmpfs[0m: mounted
    [32m[    2.276547] [0m[33mFreeing unused kernel memory[0m: 336K
    [32m[    2.276954] [0m[33mmmcblk1boot0[0m: mmc1:0001 R1J58E partition 1 8.00 MiB
    [32m[    2.286965] [0m[1mThis architecture does not have kernel memory protection.[0m
    [32m[    2.287119] [0m[33mmmcblk1boot1[0m: mmc1:0001 R1J58E partition 2 8.00 MiB
    [32m[    2.536570] [0m[33msystemd[1][0m: System time before build time, advancing clock.
    [32m[    2.574681] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [32m[    2.589057] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [32m[    2.599986] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on basic.target/start[0m
    [32m[    3.312759] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on sockets.target/start[0m
    [32m[    3.320205] [0m[33msystemd[1][0m[1m: sockets.target: Breaking ordering cycle by deleting job avahi-daemon.socket/start[0m
    [32m[    3.329831] [0m[33msystemd[1][0m[31m: avahi-daemon.socket: Job avahi-daemon.socket/start deleted to break ordering cycle starting with sockets.target/start[0m
    [32m[    3.368305] [0m[33msystemd[1][0m[1m: basic.target: Found ordering cycle on basic.target/start[0m
    [32m[    3.375741] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on sysinit.target/start[0m
    [32m[    3.383036] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on alignment.service/start[0m
    [32m[    3.390591] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on basic.target/start[0m
    [32m[    3.397676] [0m[33msystemd[1][0m[1m: basic.target: Breaking ordering cycle by deleting job alignment.service/start[0m
    [32m[    3.406971] [0m[33msystemd[1][0m[31m: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with basic.target/start[0m
    [32m[    3.441335] [0m[33msystemd[1][0m: Created slice System Slice.
    [32m[    3.458063] [0m[33msystemd[1][0m: Reached target Swap.
    [32m[    3.489546] [0m[33msystemd[1][0m: Listening on udev Kernel Socket.
    [32m[    3.508168] [0m[33msystemd[1][0m: Started Dispatch Password Requests to Console Directory Watch.
    [32m[    3.538141] [0m[33msystemd[1][0m: Listening on Journal Socket.
    [32m[    3.588052] [0m[33msystemd[1][0m: Mounting POSIX Message Queue File System...
    [32m[    3.609844] [0m[33msystemd[1][0m: Starting Create list of required static device nodes for the current kernel...
    [32m[    3.638206] [0m[33msystemd[1][0m: Started Forward Password Requests to Wall Directory Watch.
    [32m[    3.658177] [0m[33msystemd[1][0m: Listening on /dev/initctl Compatibility Named Pipe.
    [32m[    3.678025] [0m[33msystemd[1][0m: Reached target Remote File Systems.
    [32m[    3.698112] [0m[33msystemd[1][0m: Listening on Syslog Socket.
    [32m[    3.718906] [0m[33msystemd[1][0m: Listening on Journal Socket (/dev/log).
    [32m[    3.779450] [0m[33msystemd[1][0m: Starting Journal Service...
    [32m[    3.791408] [0m[33msystemd[1][0m: Starting Remount Root and Kernel File Systems...
    [32m[    3.810569] [0m[33mEXT4-fs (mmcblk0p2)[0m: re-mounted. Opts: (null)
    [32m[    3.818125] [0m[33msystemd[1][0m: Reached target Paths.
    [32m[    3.868296] [0m[33msystemd[1][0m: Starting Setup Virtual Console...
    [32m[    3.898338] [0m[33msystemd[1][0m: Listening on Network Service Netlink Socket.
    [32m[    3.958280] [0m[33msystemd[1][0m: Starting Load Kernel Modules...
    [32m[    3.980238] [0m[33msystemd[1][0m: Mounting Debug File System...
    [32m[    3.983454] [0m---SATA_LED is set to HIGH---
    [32m[    3.983492] [0m---SOC_FAN_PWM_1V8 is set to HIGH---
    [32m[    3.983499] [0m---EXT_BAT_DISABLE is set to LOW---
    [32m[    3.983506] [0m---ETH RST is set to HIGH---
    [32m[    3.983512] [0m---LTE_PWR_ON  is set to HIGH---
    [32m[    3.983520] [0m---LTE_RESETn is set to LOW---
    [32m[    3.983526] [0m---GNSS_RSTn  is set to HIGH---
    [32m[    3.983553] [0m---AMP_EN_3V3  is set to HIGH---
    [32m[    3.983560] [0m---AMP_FAULT_3V3  is set to HIGH---
    [32m[    3.983567] [0m---AMP_MUTE_3V3  is set to LOW---
    [32m[    3.983574] [0m---BT_WAKE2SOC_3V3 is set to INPUT MODE---
    [32m[    3.983579] [0m---BT_WAKE_3V3 is set to HIGH---
    [32m[    3.983585] [0m---WIFIBT_LED_EN is set to HIGH---
    [32m[    3.983590] [0m---WIFIBT_EN_3V3 is set to HIGH---
    [32m[    3.983615] [0m---usb4_ulpi_cs  is set to HIGH---
    [32m[    3.983621] [0m---usb3_ulpi_cs is set to HIGH---
    [32m[    3.983625] [0mMajor = 245 Minor = 0 
    [32m[    3.983811] [0mDevice Driver Insert...Done!!!
    [32m[    4.008437] [0m[33mBluetooth[0m: Core ver 2.21
    [32m[    4.008482] [0m[33mNET[0m: Registered protocol family 31
    [32m[    4.008484] [0m[33mBluetooth[0m: HCI device and connection manager initialized
    [32m[    4.008497] [0m[33mBluetooth[0m: HCI socket layer initialized
    [32m[    4.008505] [0m[33mBluetooth[0m: L2CAP socket layer initialized
    [32m[    4.008535] [0m[33mBluetooth[0m: SCO socket layer initialized
    [32m[    4.012725] [0m[33mBluetooth[0m: HCI UART driver ver 2.3
    [32m[    4.012729] [0m[33mBluetooth[0m: HCI UART protocol H4 registered
    [32m[    4.012732] [0m[33mBluetooth[0m: HCI UART protocol BCSP registered
    [32m[    4.012734] [0m[33mBluetooth[0m: HCI UART protocol LL registered
    [32m[    4.012737] [0m[33mBluetooth[0m: HCI UART protocol ATH3K registered
    [32m[    4.012740] [0m[33mBluetooth[0m: HCI UART protocol Three-wire (H5) registered
    [32m[    4.142480] [0m[33msystemd[1][0m: Mounting Temporary Directory...
    [32m[    4.168658] [0m[33msystemd[1][0m: Created slice system-serial\x2dgetty.slice.
    [32m[    4.198200] [0m[33msystemd[1][0m: Listening on udev Control Socket.
    [32m[    4.218757] [0m[33msystemd[1][0m: Created slice system-getty.slice.
    [32m[    4.238480] [0m[33msystemd[1][0m: Created slice User and Session Slice.
    [32m[    4.258035] [0m[33msystemd[1][0m: Reached target Slices.
    [32m[    4.311511] [0m[33msystemd[1][0m: Mounted POSIX Message Queue File System.
    [32m[    4.338101] [0m[33msystemd[1][0m: Mounted Debug File System.
    [32m[    4.358077] [0m[33msystemd[1][0m: Mounted Temporary Directory.
    [32m[    4.378201] [0m[33msystemd[1][0m: Started Journal Service.
    [32m[    5.007855] [0m[33msystemd-journald[121][0m: Received request to flush runtime journal from PID 1
    [32m[    5.369797] [0mCAN device driver interface
    [32m[    5.380963] [0m[33mm_can 42c01a00.mcan[0m[1m: hclk could not be found
    [0m[32m[    5.386743] [0m[33mm_can 42c01a00.mcan[0m: m_can device registered (irq=370, version=32)
    [32m[    5.401458] [0m[33momap-rproc 58820000.ipu[0m: assigned reserved memory node ipu1_cma@9d000000
    [32m[    5.409790] [0m[33m remoteproc0[0m: 58820000.ipu is available
    [32m[    5.414687] [0m[33m remoteproc0[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.424195] [0m[33m remoteproc0[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.437395] [0m[33momap-rproc 55020000.ipu[0m: assigned reserved memory node ipu2_cma@95800000
    [32m[    5.446247] [0m[33m remoteproc1[0m: 55020000.ipu is available
    [32m[    5.466189] [0m[33m remoteproc1[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.486743] [0m[33m remoteproc1[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.512027] [0m[33momap-rproc 40800000.dsp[0m: assigned reserved memory node dsp1_cma@99000000
    [32m[    5.526780] [0m[33m remoteproc2[0m: 40800000.dsp is available
    [32m[    5.533007] [0m[33m remoteproc2[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.549441] [0m[33m remoteproc2[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.569638] [0m[33momap-rproc 41000000.dsp[0m: assigned reserved memory node dsp2_cma@9f000000
    [32m[    5.577993] [0m[33m remoteproc3[0m: 41000000.dsp is available
    [32m[    5.590400] [0m[33m remoteproc3[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.602304] [0m[33m remoteproc3[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.837767] [0m[33momap-des 480a5000.des[0m: OMAP DES hw accel rev: 2.2
    [32m[    5.896760] [0m[33momap_rng 48090000.rng[0m: OMAP Random Number Generator ver. 20
    [32m[    6.115620] [0m[33momap_wdt[0m: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [32m[    6.123792] [0m[33momap-sham 4b101000.sham[0m: hw accel on OMAP rev 4.3
    [32m[    6.137657] [0m[33momap-aes 4b500000.aes[0m: OMAP AES hw accel rev: 3.3
    [32m[    6.148320] [0m[33momap-aes 4b700000.aes[0m: OMAP AES hw accel rev: 3.3
    [32m[    6.297612] [0mSCSI subsystem initialized
    [32m[    6.341014] [0m[33m remoteproc1[0m: registered virtio0 (type 7)
    [32m[    6.401437] [0m[33m remoteproc0[0m: registered virtio1 (type 7)
    [32m[    6.470505] [0m[drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [32m[    6.479388] [0mlibata version 3.00 loaded.
    [32m[    6.651412] [0m[33mahci 4a140000.sata[0m: forcing port_map 0x0 -> 0x1
    [32m[    6.668733] [0m[33mahci 4a140000.sata[0m: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [32m[    6.677298] [0m[33mahci 4a140000.sata[0m: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst 
    [32m[    6.726786] [0m[33mscsi host0[0m: ahci
    [32m[    6.729960] [0m[33m remoteproc2[0m: registered virtio2 (type 7)
    [32m[    6.736594] [0m[33mata1[0m: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 344
    [32m[    6.779039] [0m[33m remoteproc3[0m: registered virtio3 (type 7)
    [32m[    7.097997] [0m[33mata1[0m: SATA link down (SStatus 0 SControl 300)
    [32m[    7.252466] [0m[33mFAT-fs (mmcblk0p1)[0m[1m: Volume was not properly unmounted. Some data may be corrupt. Please run fsck.[0m
    [32m[    7.470716] [0m[33mNET[0m: Registered protocol family 15
    [32m[    7.563096] [0m[33mnet eth0[0m: initializing cpsw version 1.15 (0)
    [32m[    7.589179] [0m[33mnet eth0[0m: initialized cpsw ale version 1.4
    [32m[    7.626734] [0m[33mnet eth0[0m: ALE Table size 1024
    [32m[    7.689352] [0mInitializing XFRM netlink socket
    [32m[    7.696468] [0m[33mlibphy[0m[31m: PHY 48485000.mdio:02 not found[0m
    [32m[    7.724150] [0m[33mnet eth0[0m[31m: phy "48485000.mdio:02" not found on slave 0, err -19
    [0m[32m[    7.877510] [0m[33m remoteproc1[0m: powering up 55020000.ipu
    [32m[    7.909987] [0m[33mnet eth0[0m: phy found : id is : 0x2000a231
    [32m[    7.913928] [0m[33m remoteproc1[0m: Booting fw image dra7-ipu2-fw.xem4, size 3743112
    [32m[    7.913989] [0m[33momap-iommu 55082000.mmu[0m: 55082000.mmu: version 2.1
    [32m[    7.954754] [0m[33mIPv6[0m: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [32m[    8.071313] [0m[33m remoteproc1[0m: remote processor 55020000.ipu is now up
    [32m[    8.104849] [0m[33mvirtio_rpmsg_bus virtio0[0m: rpmsg host is online
    [32m[    8.110636] [0m[33mvirtio_rpmsg_bus virtio0[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.136214] [0m[33mvirtio_rpmsg_bus virtio0[0m: creating channel rpmsg-rpc addr 0x66
    [32m[    8.150550] [0m[33m remoteproc0[0m: powering up 58820000.ipu
    [32m[    8.172425] [0m[33m remoteproc0[0m: Booting fw image dra7-ipu1-fw.xem4, size 4794908
    [32m[    8.199974] [0m[33momap-iommu 58882000.mmu[0m: 58882000.mmu: version 2.1
    [32m[    8.234197] [0m[33m remoteproc0[0m: remote processor 58820000.ipu is now up
    [32m[    8.262558] [0m[33mvirtio_rpmsg_bus virtio1[0m: rpmsg host is online
    [32m[    8.263898] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.264015] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.264201] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.264366] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.315278] [0m[33mrandom[0m: nonblocking pool is initialized
    [32m[    8.340125] [0m[33mHelios [0m: TUSB1210_Probe_Function Called!
    [32m[    8.345198] [0m[33mHelios [0m: TUSB1210_SetMode Function Called! = 352781393
    [32m[    8.360503] [0m[33m remoteproc2[0m: powering up 40800000.dsp
    [32m[    8.366558] [0m[33mHelios [0m: ULPI_OTG_CTRL = 103
    [32m[    8.391148] [0m[33m remoteproc2[0m: Booting fw image dra7-dsp1-fw.xe66, size 5635840
    [32m[    8.424008] [0m[33momap_hwmod[0m[1m: mmu0_dsp1: _wait_target_disable failed[0m
    [32m[    8.429891] [0m[33momap-iommu 40d01000.mmu[0m: 40d01000.mmu: version 3.0
    [32m[    8.435833] [0m[33momap-iommu 40d02000.mmu[0m: 40d02000.mmu: version 3.0
    [32m[    8.514759] [0m[33m remoteproc2[0m: remote processor 40800000.dsp is now up
    [32m[    8.534323] [0m[33mvirtio_rpmsg_bus virtio2[0m: rpmsg host is online
    [32m[    8.539989] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.557740] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.566262] [0m[33m remoteproc3[0m: powering up 41000000.dsp
    [32m[    8.578017] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.585009] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.596599] [0m[33m remoteproc3[0m: Booting fw image dra7-dsp2-fw.xe66, size 5635844
    [32m[    8.619365] [0m[33momap_hwmod[0m[1m: mmu0_dsp2: _wait_target_disable failed[0m
    [32m[    8.625247] [0m[33momap-iommu 41501000.mmu[0m: 41501000.mmu: version 3.0
    [32m[    8.631182] [0m[33momap-iommu 41502000.mmu[0m: 41502000.mmu: version 3.0
    [32m[    8.668572] [0m[33m remoteproc3[0m: remote processor 41000000.dsp is now up
    [32m[    8.684898] [0m[33mvirtio_rpmsg_bus virtio3[0m: rpmsg host is online
    [32m[    8.690554] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.703510] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.731854] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.744738] [0m[33mrpmsg_rpc rpmsg0[0m: probing service dce-callback with src 1024 dst 101
    [32m[    8.759330] [0m[33mrpmsg_rpc rpmsg1[0m: probing service rpmsg-dce with src 1025 dst 102
    [32m[    8.776489] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.795928] [0m[33mrpmsg_rpc rpmsg5[0m: probing service rpc_example_2 with src 1024 dst 101
    [32m[    8.799789] [0m[33mHelios [0m: TUSB1210_Probe_Function Called!
    [32m[    8.799998] [0m[33mHelios [0m: TUSB1210_SetMode Function Called! = 352781393
    [32m[    8.800003] [0m[33mHelios [0m: ULPI_OTG_CTRL = 103
    [32m[    8.819899] [0m[33mrpmsg_rpc rpmsg13[0m: probing service rpc_example_3 with src 1024 dst 101
    [32m[    8.833865] [0m[33mrpmsg_rpc rpmsg0[0m: published functions = 4
    [32m[    8.839379] [0m[33mrpmsg_rpc rpmsg1[0m: published functions = 9
    [32m[    8.845067] [0m[33mrpmsg_rpc rpmsg13[0m: published functions = 8
    [32m[    8.861895] [0m[33mrpmsg_rpc rpmsg9[0m: probing service rpc_example_4 with src 1024 dst 101
    [32m[    8.882422] [0m[33mrpmsg_rpc rpmsg5[0m: published functions = 8
    [32m[    8.890164] [0m[33mrpmsg_rpc rpmsg9[0m: published functions = 8
    [32m[    9.324891] [0m[33mPVR_K[0m: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [32m[    9.444042] [0m[33musbcore[0m: registered new interface driver usbfs
    [32m[    9.450466] [0m[33musbcore[0m: registered new interface driver hub
    [32m[    9.456583] [0m[33musbcore[0m: registered new device driver usb
    [32m[    9.480595] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: xHCI Host Controller
    [32m[    9.487148] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: new USB bus registered, assigned bus number 1
    [32m[    9.496207] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.512211] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: irq 474, io mem 0x488d0000
    [32m[    9.544319] [0m[33mhub 1-0:1.0[0m: USB hub found
    [32m[    9.551700] [0m[33mhub 1-0:1.0[0m: 1 port detected
    [32m[    9.563145] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: xHCI Host Controller
    [32m[    9.577702] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: new USB bus registered, assigned bus number 2
    [32m[    9.586832] [0m[33musb usb2[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.602841] [0m[33mhub 2-0:1.0[0m: USB hub found
    [32m[    9.607718] [0m[33mhub 2-0:1.0[0m: 1 port detected
    [32m[    9.613948] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: xHCI Host Controller
    [32m[    9.620707] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: new USB bus registered, assigned bus number 3
    [32m[    9.629679] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.639973] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: irq 475, io mem 0x48910000
    [32m[    9.647331] [0m[33mhub 3-0:1.0[0m: USB hub found
    [32m[    9.651372] [0m[33mhub 3-0:1.0[0m: 1 port detected
    [32m[    9.657148] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: xHCI Host Controller
    [32m[    9.662747] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: new USB bus registered, assigned bus number 4
    [32m[    9.670807] [0m[33musb usb4[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.684608] [0m[33mhub 4-0:1.0[0m: USB hub found
    [32m[    9.689181] [0m[33mhub 4-0:1.0[0m: 1 port detected
    [32m[    9.695674] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: xHCI Host Controller
    [32m[    9.709903] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: new USB bus registered, assigned bus number 5
    [32m[    9.721177] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.756380] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: irq 476, io mem 0x48950000
    [32m[    9.820504] [0m[33mhub 5-0:1.0[0m: USB hub found
    [32m[    9.824318] [0m[33mhub 5-0:1.0[0m: 1 port detected
    [32m[    9.831685] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: xHCI Host Controller
    [32m[    9.838104] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: new USB bus registered, assigned bus number 6
    [32m[    9.848617] [0m[33musb usb6[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.857777] [0m[33mhub 6-0:1.0[0m: USB hub found
    [32m[    9.861621] [0m[33mhub 6-0:1.0[0m: 1 port detected
    [32m[    9.865999] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: xHCI Host Controller
    [32m[    9.871639] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: new USB bus registered, assigned bus number 7
    [32m[    9.879632] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.879665] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: irq 477, io mem 0x48890000
    [32m[    9.889840] [0m[33mhub 7-0:1.0[0m: USB hub found
    [32m[    9.889865] [0m[33mhub 7-0:1.0[0m: 1 port detected
    [32m[    9.890118] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: xHCI Host Controller
    [32m[    9.890127] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: new USB bus registered, assigned bus number 8
    [32m[    9.890188] [0m[33musb usb8[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.896410] [0m[33mhub 8-0:1.0[0m: USB hub found
    [32m[    9.896433] [0m[33mhub 8-0:1.0[0m: 1 port detected
    [32m[    9.915497] [0m[33mcpsw 48484000.ethernet eth0[0m: Link is Up - 100Mbps/Full - flow control off
    [32m[    9.915510] [0m[33mIPv6[0m: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [32m[   19.185637] [0m[33momap_hwmod[0m[1m: mmu1_dsp1: _wait_target_disable failed[0m
    [32m[   19.199796] [0m[33momap_hwmod[0m[1m: mmu0_dsp1: _wait_target_disable failed[0m
    [32m[   19.213784] [0m[33momap_hwmod[0m[1m: mmu1_dsp2: _wait_target_disable failed[0m
    [32m[   19.227692] [0m[33momap_hwmod[0m[1m: mmu0_dsp2: _wait_target_disable failed[0m
    	binutils-ev
    	binutils
    	bison-dev
    	bison
    	cpp-symlinks
    	cpp
    	dosfstools
    	g++-symlinks
    	g++
    	gawk-dev
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbc6x
    	gdbserver
    	gstreamer1.0-libav
    	libcairo-perf-utils
    	libgmp10
    	libidn11
    	libmpc3
    	libmpfr4
    	m4-dev
    	m4
    	make
        9.721177] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    n	ettle
    	parted
    	swig-dev
    	swig
    
    If you do not wish to distrbute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
      9.756380] xhci-hcd xhci-hcd.5.auto: irq 476, io mem 0x48950000
    [    9.820504] hub 5-0:1.0: USB hub found
    [    9.824318] hub 5-0:1.0: 1 port detected
    [    9.831685] xhci-hcd xhci-hcd.5.auo: xHCI Host Controller
             Starting rng-tools.service...[    9.838104] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
    
    [    9.848617] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.857777] hub 6-0:1.0: USB hub found
    [    9.861621] hub 6-0:1.0: 1 port detected
    [    9.865999] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    9.871639] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 7
    [    9.879632] xhci-hcd xhci-hcd.6.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [    9.879665] xhci-hcd xhci-hcd.6.auto: irq 477, io mem 0x48890000
    [    9.889840] hub 7-0:1.0: USB hub found
    [    9.889865] hub 7-0:1.0: 1 port detected
    [    9.890118] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    9.890127] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 8
    [    9.890188] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.896410] hub 8-0:1.0: USB hub found
    [    9.896433] hub 8-0:1.0: 1 port detected
    [    9.915497] cpsw 48484000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
    [    9.915510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [[0;32m  OK  [0m] Started Print notice about GPLv3 packages.
    [[0;32m  OK  [0m] Started rng-tools.service.
             Starting gdbserverproxy.service...
    [[0;32m  OK  [0m] Started gdbserverproxy.service.
             Starting matrix-gui-2.0.service...
    [[0;32m  OK  [0m] Started matrix-gui-2.0.service.
             Starting thermal-zone-init.service...
    [[0;32m  OK  [0m] Started thermal-zone-init.service.
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS0
    
    Arago 2016.12 dra7xx-evm ttyS0
    
    dra7xx-evm login: [   19.185637] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [   19.199796] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   19.213784] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [   19.227692] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS0
    
    Arago 2016.12 dra7xx-evm ttyS0
    
    dra7xx-evm login: root
    
    7[r[999;999H[6n8root@dra7xx-evm:~# tel1234       haltcat driverProg.c                /sys/kernel/debug/mmc
    mmc0/ mmc1/ mmc2/ 
    root@dra7xx-evm:~# cat /sys/kernel/debug/mmc2/  /mm   2/ios 
    clock:		0 Hz
    vdd:		0 (invalid)
    bus mode:	2 (push-pull)
    chip select:	0 (don't care)
    power mode:	0 (off)
    bus width:	0 (1 bits)
    timing spec:	0 (legacy)
    signal voltage:	0 (1.80 V)
    driver type:	0 (driver type B)
    root@dra7xx-evm:~# dmsg  esg
    [32m[    0.000000] [0mBooting Linux on physical CPU 0x0
    [32m[    0.000000] [0mInitializing cgroup subsys cpuset
    [32m[    0.000000] [0mInitializing cgroup subsys cpu
    [32m[    0.000000] [0mInitializing cgroup subsys cpuacct
    [32m[    0.000000] [0mLinux version 4.4.84-dirty (ubantu@teltvml0203x) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #23 SMP PREEMPT Thu Apr 11 15:05:02 IST 2019
    [32m[    0.000000] [0m[33mCPU[0m: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [32m[    0.000000] [0m[33mCPU[0m: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [32m[    0.000000] [0m[33mMachine model[0m: TI DRA762 EVM
    [32m[    0.000000] [0mbootconsole [earlycon0] enabled
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x000000009f000000, size 8 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mcma[0m: Reserved 128 MiB at 0x00000000b0000000
    [32m[    0.000000] [0m[1mForcing write-allocate cache policy for SMP[0m
    [32m[    0.000000] [0m[33mMemory policy[0m: Data cache writealloc
    [32m[    0.000000] [0m[33mOMAP4[0m: Map 0x00000000dfd00000 to fe600000 for dram barrier
    [32m[    0.000000] [0m[33mOn node 0 totalpages[0m: 391168
    [32m[    0.000000] [0m[33mfree_area_init_node[0m: node 0, pgdat c0975400, node_mem_map ef222000
    [32m[    0.000000] [0m[33m  DMA zone[0m: 1728 pages used for memmap
    [32m[    0.000000] [0m[33m  DMA zone[0m: 0 pages reserved
    [32m[    0.000000] [0m[33m  DMA zone[0m: 195584 pages, LIFO batch:31
    [32m[    0.000000] [0m[33m  HighMem zone[0m: 195584 pages, LIFO batch:31
    [32m[    0.000000] [0mDRA762 ES1.0
    [32m[    0.000000] [0m[33mPERCPU[0m: Embedded 11 pages/cpu @ef1ae000 s14912 r8192 d21952 u45056
    [32m[    0.000000] [0m[33mpcpu-alloc[0m: s14912 r8192 d21952 u45056 alloc=11*4096
    [32m[    0.000000] [0m[33mpcpu-alloc[0m: [0] 0 [0] 1 
    [32m[    0.000000] [0m[33mBuilt 1 zonelists in Zone order, mobility grouping on.  Total pages[0m: 389440
    [32m[    0.000000] [0m[33mKernel command line[0m: console=ttyO0,115200n8 elevator=noop root=PARTUUID=c5c9c04b-02 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 cma=128M@0xB0000000 rootfstype=ext4 snd.slots_reserved=1,1
    [32m[    0.000000] [0m[33mPID hash table entries[0m: 4096 (order: 2, 16384 bytes)
    [32m[    0.000000] [0m[33mDentry cache hash table entries[0m: 131072 (order: 7, 524288 bytes)
    [32m[    0.000000] [0m[33mInode-cache hash table entries[0m: 65536 (order: 6, 262144 bytes)
    [32m[    0.000000] [0m[33mMemory[0m: 1244268K/1564672K available (6619K kernel code, 319K rwdata, 2384K rodata, 336K init, 290K bss, 25492K reserved, 294912K cma-reserved, 651264K highmem)
    [32m[    0.000000] [0m[33mVirtual kernel memory layout:
                       vector  [0m: 0xffff0000 - 0xffff1000   (   4 kB)
                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                       vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                       lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                       pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                       modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                         .text : 0xc0008000 - 0xc08d302c   (9005 kB)
                         .init : 0xc08d4000 - 0xc0928000   ( 336 kB)
                         .data : 0xc0928000 - 0xc0977ee0   ( 320 kB)
                          .bss : 0xc0979000 - 0xc09c1800   ( 290 kB)
    [32m[    0.000000] [0m[33mSLUB[0m: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [32m[    0.000000] [0mPreemptible hierarchical RCU implementation.
    [32m[    0.000000] [0m	Build-time adjustment of leaf fanout to 32.
    [32m[    0.000000] [0mNR_IRQS:16 nr_irqs:16 16
    [32m[    0.000000] [0m[33mti_dt_clocks_register[0m[1m: failed to lookup clock node gmac_gmii_ref_clk_div[0m
    [32m[    0.000000] [0m[33mOMAP clockevent source[0m: timer1 at 32786 Hz
    [32m[    0.000000] [0mArchitected cp15 timer(s) running at 6.14MHz (phys).
    [32m[    0.000000] [0m[33mclocksource[0m: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [32m[    0.000005] [0m[33msched_clock[0m: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [32m[    0.008305] [0mSwitching to timer-based delay loop, resolution 162ns
    [32m[    0.014961] [0m[33mclocksource[0m: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [32m[    0.025220] [0m[33mOMAP clocksource[0m: 32k_counter at 32768 Hz
    [32m[    0.030956] [0m[33mConsole[0m: colour dummy device 80x30
    [32m[    0.035608] [0m[33mWARNING[0m[31m: Your 'console=ttyO0' has been replaced by 'ttyS0'[0m
    [32m[    0.042402] [0m[31mThis ensures that you still see kernel messages. Please[0m
    [32m[    0.048918] [0m[31mupdate your kernel commandline.[0m
    [32m[    0.053310] [0mCalibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [32m[    0.063945] [0m[33mpid_max[0m: default: 32768 minimum: 301
    [32m[    0.068857] [0m[33mMount-cache hash table entries[0m: 2048 (order: 1, 8192 bytes)
    [32m[    0.075745] [0m[33mMountpoint-cache hash table entries[0m: 2048 (order: 1, 8192 bytes)
    [32m[    0.083593] [0mInitializing cgroup subsys io
    [32m[    0.087814] [0mInitializing cgroup subsys memory
    [32m[    0.092391] [0mInitializing cgroup subsys devices
    [32m[    0.097041] [0mInitializing cgroup subsys freezer
    [32m[    0.101700] [0mInitializing cgroup subsys perf_event
    [32m[    0.106616] [0mInitializing cgroup subsys pids
    [32m[    0.111013] [0m[33mCPU[0m: Testing write buffer coherency: ok
    [32m[    0.116304] [0m[31m/cpus/cpu@0 missing clock-frequency property[0m
    [32m[    0.121850] [0m[31m/cpus/cpu@1 missing clock-frequency property[0m
    [32m[    0.127402] [0m[33mCPU0[0m: thread -1, cpu 0, socket 0, mpidr 80000000
    [32m[    0.133320] [0mSetting up static identity map for 0x80008380 - 0x800083e0
    [32m[    0.220399] [0m[33mCPU1[0m: thread -1, cpu 1, socket 0, mpidr 80000001
    [32m[    0.220469] [0mBrought up 2 CPUs
    [32m[    0.229488] [0m[33mSMP[0m: Total of 2 processors activated (24.59 BogoMIPS).
    [32m[    0.235928] [0m[33mCPU[0m: All CPU(s) started in HYP mode.
    [32m[    0.240749] [0m[33mCPU[0m: Virtualization extensions available.
    [32m[    0.246398] [0m[33mdevtmpfs[0m: initialized
    [32m[    0.279654] [0m[33mVFP support v0.3[0m: implementor 41 architecture 4 part 30 variant f rev 0
    [32m[    0.288552] [0m[33momap_hwmod[0m[1m: l3_main_2 using broken dt data from ocp[0m
    [32m[    0.409517] [0m[33momap_hwmod[0m[1m: dcan1: _wait_target_disable failed[0m
    [32m[    0.515484] [0m[33mclocksource[0m: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [32m[    0.525682] [0m[33mfutex hash table entries[0m: 512 (order: 3, 32768 bytes)
    [32m[    0.537504] [0m[33mpinctrl core[0m: initialized pinctrl subsystem
    [32m[    0.543796] [0m[33mNET[0m: Registered protocol family 16
    [32m[    0.549428] [0m[33mDMA[0m: preallocated 256 KiB pool for atomic coherent allocations
    [32m[    0.578530] [0m[33mcpuidle[0m: using governor ladder
    [32m[    0.608557] [0m[33mcpuidle[0m: using governor menu
    [32m[    0.621528] [0mOMAP GPIO hardware version 0.1
    [32m[    0.629998] [0mGPIO line 161 (radio_rst) hogged as output/low
    [32m[    0.638093] [0m[33mirq[0m[1m: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 ![0m
    [32m[    0.674129] [0m[33mhw-breakpoint[0m: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [32m[    0.682452] [0m[33mhw-breakpoint[0m: maximum watchpoint size is 8 bytes.
    [32m[    0.689000] [0m[1momap4_sram_init:Unable to allocate sram needed to handle errata I688[0m
    [32m[    0.696694] [0m[1momap4_sram_init:Unable to get sram pool needed to handle errata I688[0m
    [32m[    0.704945] [0mOMAP DMA hardware revision 0.0
    [32m[    0.750692] [0m[33momap-dma-engine 4a056000.dma-controller[0m: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [32m[    0.761632] [0m[33medma 43300000.edma[0m: memcpy is disabled
    [32m[    0.771493] [0m[33medma 43300000.edma[0m: TI EDMA DMA engine driver
    [32m[    0.782122] [0m[33momap-iommu 40d01000.mmu[0m: 40d01000.mmu registered
    [32m[    0.788189] [0m[33momap-iommu 40d02000.mmu[0m: 40d02000.mmu registered
    [32m[    0.794263] [0m[33momap-iommu 58882000.mmu[0m: 58882000.mmu registered
    [32m[    0.800309] [0m[33momap-iommu 55082000.mmu[0m: 55082000.mmu registered
    [32m[    0.806487] [0m[33momap-iommu 41501000.mmu[0m: 41501000.mmu registered
    [32m[    0.812561] [0m[33momap-iommu 41502000.mmu[0m: 41502000.mmu registered
    [32m[    0.821713] [0m[33mpalmas 0-0058[0m[1m: IRQ missing: skipping irq request
    [0m[32m[    0.838824] [0m[33mpalmas 0-0058[0m: Muxing GPIO 51, PWM 0, LED 2
    [32m[    0.899395] [0m[33mirq[0m[1m: no irq domain found for /ocp/i2c@48070000/tps65917@58 ![0m
    [32m[    0.906987] [0m[33momap_i2c 48070000.i2c[0m: bus 0 rev0.12 at 400 kHz
    [32m[    0.913313] [0m[33momap_i2c 48060000.i2c[0m: bus 2 rev0.12 at 400 kHz
    [32m[    0.932911] [0m[33mpcf857x[0m[1m: probe of 3-0021 failed with error -121[0m
    [32m[    0.938747] [0m[33momap_i2c 4807a000.i2c[0m: bus 3 rev0.12 at 400 kHz
    [32m[    0.944776] [0m[33mmedia[0m: Linux media interface: v0.10
    [32m[    0.949561] [0m[33mLinux video capture interface[0m: v2.00
    [32m[    0.954417] [0m[33mpps_core[0m: LinuxPPS API ver. 1 registered
    [32m[    0.959612] [0m[33mpps_core[0m: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [32m[    0.969091] [0mPTP clock support registered
    [32m[    0.973251] [0m[33mEDAC MC[0m: Ver: 3.0.0
    [32m[    0.977311] [0m[33momap-mailbox 48840000.mailbox[0m: omap mailbox rev 0x400
    [32m[    0.983957] [0m[33momap-mailbox 48842000.mailbox[0m: omap mailbox rev 0x400
    [32m[    0.990655] [0mAdvanced Linux Sound Architecture Driver Initialized.
    [32m[    0.997890] [0m[33mclocksource[0m: Switched to clocksource arch_sys_counter
    [32m[    1.015023] [0m[33mNET[0m: Registered protocol family 2
    [32m[    1.020093] [0m[33mTCP established hash table entries[0m: 8192 (order: 3, 32768 bytes)
    [32m[    1.027466] [0m[33mTCP bind hash table entries[0m: 8192 (order: 4, 65536 bytes)
    [32m[    1.034297] [0m[33mTCP[0m: Hash tables configured (established 8192 bind 8192)
    [32m[    1.040956] [0m[33mUDP hash table entries[0m: 512 (order: 2, 16384 bytes)
    [32m[    1.047141] [0m[33mUDP-Lite hash table entries[0m: 512 (order: 2, 16384 bytes)
    [32m[    1.053962] [0m[33mNET[0m: Registered protocol family 1
    [32m[    1.058789] [0m[33mRPC[0m: Registered named UNIX socket transport module.
    [32m[    1.064951] [0m[33mRPC[0m: Registered udp transport module.
    [32m[    1.069884] [0m[33mRPC[0m: Registered tcp transport module.
    [32m[    1.074797] [0m[33mRPC[0m: Registered tcp NFSv4.1 backchannel transport module.
    [32m[    1.081515] [0m[33mPCI[0m: CLS 0 bytes, default 64
    [32m[    1.082554] [0m[33mhw perfevents[0m: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [32m[    1.101324] [0m[33msquashfs[0m: version 4.0 (2009/01/31) Phillip Lougher
    [32m[    1.108118] [0m[33mNFS[0m: Registering the id_resolver key type
    [32m[    1.113402] [0mKey type id_resolver registered
    [32m[    1.117779] [0mKey type id_legacy registered
    [32m[    1.122062] [0m[33mntfs[0m: driver 2.1.32 [Flags: R/O].
    [32m[    1.127984] [0m[33mbounce[0m: pool size: 64 pages
    [32m[    1.132147] [0mBlock layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [32m[    1.139868] [0mio scheduler noop registered (default)
    [32m[    1.144872] [0mio scheduler deadline registered
    [32m[    1.149403] [0mio scheduler cfq registered
    [32m[    1.155821] [0m[33mvsys_5v0[0m: supplied by vsys_12v0
    [32m[    1.160285] [0m[33mldo3[0m: supplied by vsys_5v0
    [32m[    1.167925] [0m[33mpinctrl-single 4a003400.pinmux[0m: 282 pins at pa fc003400 size 1128
    [32m[    1.178670] [0mPCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [32m[    1.184834] [0m  No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [32m[    1.192819] [0m   IO 0x20003000..0x20012fff -> 0x00000000
    [32m[    1.198204] [0m  MEM 0x20013000..0x2fffffff -> 0x20013000
    [32m[    1.236335] [0m[33mdra7-pcie 51000000.pcie_rc[0m[31m: link is not up
    [0m[32m[    1.241870] [0m[33mdra7-pcie 51000000.pcie_rc[0m: PCI host bridge to bus 0000:00
    [32m[    1.248676] [0m[33mpci_bus 0000:00[0m: root bus resource [bus 00-ff]
    [32m[    1.254392] [0m[33mpci_bus 0000:00[0m: root bus resource [io  0x0000-0xffff]
    [32m[    1.260842] [0m[33mpci_bus 0000:00[0m: root bus resource [mem 0x20013000-0x2fffffff]
    [32m[    1.268025] [0m[33mpci 0000:00:00.0[0m: [104c:8888] type 01 class 0x060400
    [32m[    1.268067] [0m[33mpci 0000:00:00.0[0m: reg 0x10: [mem 0x00000000-0x000fffff]
    [32m[    1.268089] [0m[33mpci 0000:00:00.0[0m: reg 0x14: [mem 0x00000000-0x0000ffff]
    [32m[    1.268155] [0m[33mpci 0000:00:00.0[0m: supports D1
    [32m[    1.268165] [0m[33mpci 0000:00:00.0[0m: PME# supported from D0 D1 D3hot
    [32m[    1.268392] [0m[33mPCI[0m: bus0: Fast back to back transfers disabled
    [32m[    1.274312] [0m[33mPCI[0m: bus1: Fast back to back transfers enabled
    [32m[    1.280121] [0m[33mpci 0000:00:00.0[0m: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [32m[    1.287179] [0m[33mpci 0000:00:00.0[0m: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [32m[    1.294253] [0m[33mpci 0000:00:00.0[0m: PCI bridge to [bus 01]
    [32m[    1.299665] [0m[33mpcieport 0000:00:00.0[0m: Signaling PME through PCIe PME interrupt
    [32m[    1.306903] [0m[33mpcie_pme 0000:00:00.0:pcie01[0m: service driver pcie_pme loaded
    [32m[    1.307019] [0m[33maer 0000:00:00.0:pcie02[0m: service driver aer loaded
    [32m[    1.368766] [0m[33mSerial[0m: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [32m[    1.378895] [0m[33m4806a000.serial[0m: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    [32m[    1.388091] [0mconsole [ttyS0] enabled
    [32m[    1.395250] [0mbootconsole [earlycon0] disabled
    [32m[    1.404907] [0m[33m4806c000.serial[0m: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [32m[    1.414594] [0m[33m48020000.serial[0m: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [32m[    1.424277] [0m[33m48066000.serial[0m: ttyS4 at MMIO 0x48066000 (irq = 304, base_baud = 3000000) is a 8250
    [32m[    1.434385] [0m[drm] Initialized drm 1.1.0 20060810
    [32m[    1.440751] [0m[33mvsys_3v3[0m: supplied by vsys_12v0
    [32m[    1.445001] [0m[33mldo5[0m: supplied by vsys_3v3
    [32m[    1.449349] [0mOMAP DSS rev 6.1
    [32m[    1.453086] [0m[33momapdss_dss 58000000.dss[0m: bound 58001000.dispc (ops dispc_component_ops)
    [32m[    1.461524] [0m[33momapdss_dss 58000000.dss[0m: bound 58040000.encoder (ops hdmi5_component_ops)
    [32m[    1.477682] [0m[33mloop[0m: module loaded
    [32m[    1.481107] [0m[33mat24 0-0050[0m: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [32m[    1.493650] [0m[33mm25p80 spi32766.0[0m[1m: found s25fl256s0, expected s25fl256s1
    [0m[32m[    1.500062] [0m[33mm25p80 spi32766.0[0m: s25fl256s0 (32768 Kbytes)
    [32m[    1.505453] [0m7 ofpart partitions found on MTD device spi32766.0
    [32m[    1.511327] [0mCreating 7 MTD partitions on "spi32766.0":
    [32m[    1.516489] [0m[33m0x000000000000-0x000000040000 [0m: "QSPI.SPL"
    [32m[    1.522562] [0m[33m0x000000040000-0x000000140000 [0m: "QSPI.u-boot"
    [32m[    1.528888] [0m[33m0x000000140000-0x0000001c0000 [0m: "QSPI.u-boot-spl-os"
    [32m[    1.535805] [0m[33m0x0000001c0000-0x0000001d0000 [0m: "QSPI.u-boot-env"
    [32m[    1.541598] [0m[33mmtd[0m[1m: partition "QSPI.u-boot-env" doesn't end on an erase block -- force read-only[0m
    [32m[    1.551056] [0m[33m0x0000001d0000-0x0000001e0000 [0m: "QSPI.u-boot-env.backup1"
    [32m[    1.557527] [0m[33mmtd[0m[1m: partition "QSPI.u-boot-env.backup1" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.568672] [0m[33m0x0000001e0000-0x0000009e0000 [0m: "QSPI.kernel"
    [32m[    1.574095] [0m[33mmtd[0m[1m: partition "QSPI.kernel" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.584170] [0m[33m0x0000009e0000-0x000002000000 [0m: "QSPI.file-system"
    [32m[    1.590049] [0m[33mmtd[0m[1m: partition "QSPI.file-system" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.601533] [0m[33mlibphy[0m: Fixed MDIO Bus: probed
    [32m[    1.647925] [0m[33mdavinci_mdio 48485000.mdio[0m: davinci mdio revision 1.6
    [32m[    1.654050] [0m[33mlibphy[0m: 48485000.mdio: probed
    [32m[    1.660517] [0m[33mdavinci_mdio 48485000.mdio[0m: phy[3]: device 48485000.mdio:03, driver TI DP83867
    [32m[    1.669498] [0m[33mcpsw 48484000.ethernet[0m: Detected MACID = 40:06:a0:0f:1e:b2
    [32m[    1.676147] [0m[33mcpsw 48484000.ethernet[0m: cpts: overflow check period 800
    [32m[    1.684306] [0m[33mmousedev[0m: PS/2 mouse device common for all mice
    [32m[    1.690547] [0mi2c /dev entries driver
    [32m[    1.695283] [0m[33mvpe 489d0000.vpe[0m: loading firmware vpdma-1b8.bin
    [32m[    1.702372] [0m[33mvip 48970000.vip[0m: loading firmware vpdma-1b8.bin
    [32m[    1.710718] [0m[33mtmp102 0-0048[0m: initialized
    [32m[    1.717322] [0m[33momap_hsmmc 4809c000.mmc[0m: Got CD GPIO
    [32m[    1.722163] [0m[33mvpe 489d0000.vpe[0m: Device registered as /dev/video0
    [32m[    1.728054] [0m[33mvip 48970000.vip[0m: VPDMA firmware loaded
    [32m[    1.728264] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr104 mode
    [0m[32m[    1.728270] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for ddr50 mode
    [0m[32m[    1.728276] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr50 mode
    [0m[32m[    1.728281] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr25 mode
    [0m[32m[    1.728285] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr12 mode
    [0m[32m[    1.728487] [0m[33mvio_3v3[0m: supplied by vsys_3v3
    [32m[    1.728541] [0m[33mvio_3v3_sd[0m: supplied by vio_3v3
    [32m[    1.728686] [0m[33mldo4[0m: supplied by vsys_5v0
    [32m[    1.818526] [0m[33momap_hsmmc 480b4000.mmc[0m[31m: no pinctrl state for sdr25 mode
    [0m[32m[    1.824910] [0m[33momap_hsmmc 480b4000.mmc[0m[31m: no pinctrl state for sdr12 mode
    [0m[32m[    1.831472] [0m[33msmps5[0m: supplied by vsys_3v3
    [32m[    1.835526] [0m[33mvio_1v8[0m: supplied by smps5
    [32m[    1.918821] [0m[33mledtrig-cpu[0m: registered to indicate activity on CPUs
    [32m[    1.929983] [0m[33mhwspinlock_user gatemp[0m: requested 20 hwspinlocks
    [32m[    1.936921] [0m[33maic_dvdd[0m: supplied by vio_3v3
    [32m[    1.942254] [0m[33mdavinci-mcasp 48464000.mcasp[0m: DAI is shared
    [32m[    1.948364] [0m[33mdavinci-mcasp 48474000.mcasp[0m: DAI is shared
    [32m[    1.954454] [0m[33momap-hdmi-audio omap-hdmi-audio.0.auto[0m: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [32m[    1.975392] [0m[33mNET[0m: Registered protocol family 10
    [32m[    1.990677] [0m[33msit[0m: IPv6 over IPv4 tunneling driver
    [32m[    1.995861] [0m[33mNET[0m: Registered protocol family 17
    [32m[    2.000590] [0mKey type dns_resolver registered
    [32m[    2.005031] [0m[33momap_voltage_late_init[0m[31m: Voltage driver support not added[0m
    [32m[    2.011922] [0mAdding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [32m[    2.018176] [0mAdding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [32m[    2.024461] [0m[33mbuck10[0m: supplied by vsys_3v3
    [32m[    2.029037] [0mAdding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [32m[    2.035245] [0mAdding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [32m[    2.043455] [0mPower Management for TI OMAP4+ devices.
    [32m[    2.048558] [0mRegistering SWP/SWPB emulation handler
    [32m[    2.054128] [0m[33mdmm 4e000000.dmm[0m: workaround for errata i878 in use
    [32m[    2.061215] [0m[33mdmm 4e000000.dmm[0m: initialized all PAT entries
    [32m[    2.066877] [0m[33mldo1[0m: supplied by vsys_3v3
    [32m[    2.073628] [0m[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [32m[    2.080299] [0m[drm] No driver support for vblank timestamp query.
    [32m[    2.086252] [0m[33momapdrm omapdrm.0[0m: No connectors reported connected with modes
    [32m[    2.093181] [0m[drm] Cannot find any crtc or sizes - going 1024x768
    [32m[    2.101419] [0m[drm] Enabling DMM ywrap scrolling
    [32m[    2.109432] [0m[33mConsole[0m: switching to colour frame buffer device 128x48
    [32m[    2.118739] [0m[33momapdrm omapdrm.0[0m: fb0: omapdrm frame buffer device
    [32m[    2.147909] [0m[33mmmc0[0m[1m: host does not support reading read-only switch, assuming write-enable[0m
    [32m[    2.158433] [0m[drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [32m[    2.165666] [0m[33masoc-simple-card sound0[0m: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [32m[    2.173397] [0m[33mmmc0[0m: new high speed SDHC card at address aaaa
    [32m[    2.185161] [0m[33mhctosys[0m: unable to open rtc device (rtc0)
    [32m[    2.189207] [0m[33mmmcblk0[0m: mmc0:aaaa ABLCD 29.7 GiB 
    [32m[    2.194108] [0m[33m mmcblk0[0m: p1 p2
    [32m[    2.204474] [0m[33maic_dvdd[0m: disabling
    [32m[    2.207759] [0mALSA device list:
    [32m[    2.210772] [0m[33m  #0[0m: DRA7xx-EVM
    [32m[    2.213660] [0m[33m  #1[0m: HDMI 58040000.encoder
    [32m[    2.231120] [0m[33mmmc1[0m: MAN_BKOPS_EN bit is not set
    [32m[    2.242277] [0m[33mEXT4-fs (mmcblk0p2)[0m: mounted filesystem with ordered data mode. Opts: (null)
    [32m[    2.250443] [0m[33mVFS[0m: Mounted root (ext4 filesystem) on device 179:2.
    [32m[    2.251919] [0m[33mmmc1[0m: new HS200 MMC card at address 0001
    [32m[    2.262231] [0m[33mmmcblk1[0m: mmc1:0001 R1J58E 59.3 GiB 
    [32m[    2.273453] [0m[33mdevtmpfs[0m: mounted
    [32m[    2.276547] [0m[33mFreeing unused kernel memory[0m: 336K
    [32m[    2.276954] [0m[33mmmcblk1boot0[0m: mmc1:0001 R1J58E partition 1 8.00 MiB
    [32m[    2.286965] [0m[1mThis architecture does not have kernel memory protection.[0m
    [32m[    2.287119] [0m[33mmmcblk1boot1[0m: mmc1:0001 R1J58E partition 2 8.00 MiB
    [32m[    2.536570] [0m[33msystemd[1][0m: System time before build time, advancing clock.
    [32m[    2.574681] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [32m[    2.589057] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [32m[    2.599989] [0m[33msystemd[1][0m: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [32m[    2.618375] [0m[33msystemd[1][0m: Detected architecture arm.
    [32m[    2.650978] [0m[33msystemd[1][0m: Set hostname to <dra7xx-evm>.
    [32m[    2.722382] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [32m[    2.742036] [0m[33mrandom[0m: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.752173] [0m[33mrandom[0m: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.764800] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.780156] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.879456] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    2.888964] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    2.898830] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    3.274541] [0m[33msystemd[1][0m[1m: sockets.target: Found ordering cycle on sockets.target/start[0m
    [32m[    3.282378] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on avahi-daemon.socket/start[0m
    [32m[    3.290332] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on sysinit.target/start[0m
    [32m[    3.297764] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on alignment.service/start[0m
    [32m[    3.305486] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on basic.target/start[0m
    [32m[    3.312759] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on sockets.target/start[0m
    [32m[    3.320205] [0m[33msystemd[1][0m[1m: sockets.target: Breaking ordering cycle by deleting job avahi-daemon.socket/start[0m
    [32m[    3.329831] [0m[33msystemd[1][0m[31m: avahi-daemon.socket: Job avahi-daemon.socket/start deleted to break ordering cycle starting with sockets.target/start[0m
    [32m[    3.368305] [0m[33msystemd[1][0m[1m: basic.target: Found ordering cycle on basic.target/start[0m
    [32m[    3.375741] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on sysinit.target/start[0m
    [32m[    3.383036] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on alignment.service/start[0m
    [32m[    3.390591] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on basic.target/start[0m
    [32m[    3.397676] [0m[33msystemd[1][0m[1m: basic.target: Breaking ordering cycle by deleting job alignment.service/start[0m
    [32m[    3.406971] [0m[33msystemd[1][0m[31m: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with basic.target/start[0m
    [32m[    3.441335] [0m[33msystemd[1][0m: Created slice System Slice.
    [32m[    3.458063] [0m[33msystemd[1][0m: Reached target Swap.
    [32m[    3.489546] [0m[33msystemd[1][0m: Listening on udev Kernel Socket.
    [32m[    3.508168] [0m[33msystemd[1][0m: Started Dispatch Password Requests to Console Directory Watch.
    [32m[    3.538141] [0m[33msystemd[1][0m: Listening on Journal Socket.
    [32m[    3.588052] [0m[33msystemd[1][0m: Mounting POSIX Message Queue File System...
    [32m[    3.609844] [0m[33msystemd[1][0m: Starting Create list of required static device nodes for the current kernel...
    [32m[    3.638206] [0m[33msystemd[1][0m: Started Forward Password Requests to Wall Directory Watch.
    [32m[    3.658177] [0m[33msystemd[1][0m: Listening on /dev/initctl Compatibility Named Pipe.
    [32m[    3.678025] [0m[33msystemd[1][0m: Reached target Remote File Systems.
    [32m[    3.698112] [0m[33msystemd[1][0m: Listening on Syslog Socket.
    [32m[    3.718906] [0m[33msystemd[1][0m: Listening on Journal Socket (/dev/log).
    [32m[    3.779450] [0m[33msystemd[1][0m: Starting Journal Service...
    [32m[    3.791408] [0m[33msystemd[1][0m: Starting Remount Root and Kernel File Systems...
    [32m[    3.810569] [0m[33mEXT4-fs (mmcblk0p2)[0m: re-mounted. Opts: (null)
    [32m[    3.818125] [0m[33msystemd[1][0m: Reached target Paths.
    [32m[    3.868296] [0m[33msystemd[1][0m: Starting Setup Virtual Console...
    [32m[    3.898338] [0m[33msystemd[1][0m: Listening on Network Service Netlink Socket.
    [32m[    3.958280] [0m[33msystemd[1][0m: Starting Load Kernel Modules...
    [32m[    3.980238] [0m[33msystemd[1][0m: Mounting Debug File System...
    [32m[    3.983454] [0m---SATA_LED is set to HIGH---
    [32m[    3.983492] [0m---SOC_FAN_PWM_1V8 is set to HIGH---
    [32m[    3.983499] [0m---EXT_BAT_DISABLE is set to LOW---
    [32m[    3.983506] [0m---ETH RST is set to HIGH---
    [32m[    3.983512] [0m---LTE_PWR_ON  is set to HIGH---
    [32m[    3.983520] [0m---LTE_RESETn is set to LOW---
    [32m[    3.983526] [0m---GNSS_RSTn  is set to HIGH---
    [32m[    3.983553] [0m---AMP_EN_3V3  is set to HIGH---
    [32m[    3.983560] [0m---AMP_FAULT_3V3  is set to HIGH---
    [32m[    3.983567] [0m---AMP_MUTE_3V3  is set to LOW---
    [32m[    3.983574] [0m---BT_WAKE2SOC_3V3 is set to INPUT MODE---
    [32m[    3.983579] [0m---BT_WAKE_3V3 is set to HIGH---
    [32m[    3.983585] [0m---WIFIBT_LED_EN is set to HIGH---
    [32m[    3.983590] [0m---WIFIBT_EN_3V3 is set to HIGH---
    [32m[    3.983615] [0m---usb4_ulpi_cs  is set to HIGH---
    [32m[    3.983621] [0m---usb3_ulpi_cs is set to HIGH---
    [32m[    3.983625] [0mMajor = 245 Minor = 0 
    [32m[    3.983811] [0mDevice Driver Insert...Done!!!
    [32m[    4.008437] [0m[33mBluetooth[0m: Core ver 2.21
    [32m[    4.008482] [0m[33mNET[0m: Registered protocol family 31
    [32m[    4.008484] [0m[33mBluetooth[0m: HCI device and connection manager initialized
    [32m[    4.008497] [0m[33mBluetooth[0m: HCI socket layer initialized
    [32m[    4.008505] [0m[33mBluetooth[0m: L2CAP socket layer initialized
    [32m[    4.008535] [0m[33mBluetooth[0m: SCO socket layer initialized
    [32m[    4.012725] [0m[33mBluetooth[0m: HCI UART driver ver 2.3
    [32m[    4.012729] [0m[33mBluetooth[0m: HCI UART protocol H4 registered
    [32m[    4.012732] [0m[33mBluetooth[0m: HCI UART protocol BCSP registered
    [32m[    4.012734] [0m[33mBluetooth[0m: HCI UART protocol LL registered
    [32m[    4.012737] [0m[33mBluetooth[0m: HCI UART protocol ATH3K registered
    [32m[    4.012740] [0m[33mBluetooth[0m: HCI UART protocol Three-wire (H5) registered
    [32m[    4.142480] [0m[33msystemd[1][0m: Mounting Temporary Directory...
    [32m[    4.168658] [0m[33msystemd[1][0m: Created slice system-serial\x2dgetty.slice.
    [32m[    4.198200] [0m[33msystemd[1][0m: Listening on udev Control Socket.
    [32m[    4.218757] [0m[33msystemd[1][0m: Created slice system-getty.slice.
    [32m[    4.238480] [0m[33msystemd[1][0m: Created slice User and Session Slice.
    [32m[    4.258035] [0m[33msystemd[1][0m: Reached target Slices.
    [32m[    4.311511] [0m[33msystemd[1][0m: Mounted POSIX Message Queue File System.
    [32m[    4.338101] [0m[33msystemd[1][0m: Mounted Debug File System.
    [32m[    4.358077] [0m[33msystemd[1][0m: Mounted Temporary Directory.
    [32m[    4.378201] [0m[33msystemd[1][0m: Started Journal Service.
    [32m[    5.007855] [0m[33msystemd-journald[121][0m: Received request to flush runtime journal from PID 1
    [32m[    5.369797] [0mCAN device driver interface
    [32m[    5.380963] [0m[33mm_can 42c01a00.mcan[0m[1m: hclk could not be found
    [0m[32m[    5.386743] [0m[33mm_can 42c01a00.mcan[0m: m_can device registered (irq=370, version=32)
    [32m[    5.401458] [0m[33momap-rproc 58820000.ipu[0m: assigned reserved memory node ipu1_cma@9d000000
    [32m[    5.409790] [0m[33m remoteproc0[0m: 58820000.ipu is available
    [32m[    5.414687] [0m[33m remoteproc0[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.424195] [0m[33m remoteproc0[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.437395] [0m[33momap-rproc 55020000.ipu[0m: assigned reserved memory node ipu2_cma@95800000
    [32m[    5.446247] [0m[33m remoteproc1[0m: 55020000.ipu is available
    [32m[    5.466189] [0m[33m remoteproc1[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.486743] [0m[33m remoteproc1[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.512027] [0m[33momap-rproc 40800000.dsp[0m: assigned reserved memory node dsp1_cma@99000000
    [32m[    5.526780] [0m[33m remoteproc2[0m: 40800000.dsp is available
    [32m[    5.533007] [0m[33m remoteproc2[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.549441] [0m[33m remoteproc2[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.569638] [0m[33momap-rproc 41000000.dsp[0m: assigned reserved memory node dsp2_cma@9f000000
    [32m[    5.577993] [0m[33m remoteproc3[0m: 41000000.dsp is available
    [32m[    5.590400] [0m[33m remoteproc3[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.602304] [0m[33m remoteproc3[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.837767] [0m[33momap-des 480a5000.des[0m: OMAP DES hw accel rev: 2.2
    [32m[    5.896760] [0m[33momap_rng 48090000.rng[0m: OMAP Random Number Generator ver. 20
    [32m[    6.115620] [0m[33momap_wdt[0m: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [32m[    6.123792] [0m[33momap-sham 4b101000.sham[0m: hw accel on OMAP rev 4.3
    [32m[    6.137657] [0m[33momap-aes 4b500000.aes[0m: OMAP AES hw accel rev: 3.3
    [32m[    6.148320] [0m[33momap-aes 4b700000.aes[0m: OMAP AES hw accel rev: 3.3
    [32m[    6.297612] [0mSCSI subsystem initialized
    [32m[    6.341014] [0m[33m remoteproc1[0m: registered virtio0 (type 7)
    [32m[    6.401437] [0m[33m remoteproc0[0m: registered virtio1 (type 7)
    [32m[    6.470505] [0m[drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [32m[    6.479388] [0mlibata version 3.00 loaded.
    [32m[    6.651412] [0m[33mahci 4a140000.sata[0m: forcing port_map 0x0 -> 0x1
    [32m[    6.668733] [0m[33mahci 4a140000.sata[0m: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [32m[    6.677298] [0m[33mahci 4a140000.sata[0m: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst 
    [32m[    6.726786] [0m[33mscsi host0[0m: ahci
    [32m[    6.729960] [0m[33m remoteproc2[0m: registered virtio2 (type 7)
    [32m[    6.736594] [0m[33mata1[0m: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 344
    [32m[    6.779039] [0m[33m remoteproc3[0m: registered virtio3 (type 7)
    [32m[    7.097997] [0m[33mata1[0m: SATA link down (SStatus 0 SControl 300)
    [32m[    7.252466] [0m[33mFAT-fs (mmcblk0p1)[0m[1m: Volume was not properly unmounted. Some data may be corrupt. Please run fsck.[0m
    [32m[    7.470716] [0m[33mNET[0m: Registered protocol family 15
    [32m[    7.563096] [0m[33mnet eth0[0m: initializing cpsw version 1.15 (0)
    [32m[    7.589179] [0m[33mnet eth0[0m: initialized cpsw ale version 1.4
    [32m[    7.626734] [0m[33mnet eth0[0m: ALE Table size 1024
    [32m[    7.689352] [0mInitializing XFRM netlink socket
    [32m[    7.696468] [0m[33mlibphy[0m[31m: PHY 48485000.mdio:02 not found[0m
    [32m[    7.724150] [0m[33mnet eth0[0m[31m: phy "48485000.mdio:02" not found on slave 0, err -19
    [0m[32m[    7.877510] [0m[33m remoteproc1[0m: powering up 55020000.ipu
    [32m[    7.909987] [0m[33mnet eth0[0m: phy found : id is : 0x2000a231
    [32m[    7.913928] [0m[33m remoteproc1[0m: Booting fw image dra7-ipu2-fw.xem4, size 3743112
    [32m[    7.913989] [0m[33momap-iommu 55082000.mmu[0m: 55082000.mmu: version 2.1
    [32m[    7.954754] [0m[33mIPv6[0m: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [32m[    8.071313] [0m[33m remoteproc1[0m: remote processor 55020000.ipu is now up
    [32m[    8.104849] [0m[33mvirtio_rpmsg_bus virtio0[0m: rpmsg host is online
    [32m[    8.110636] [0m[33mvirtio_rpmsg_bus virtio0[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.136214] [0m[33mvirtio_rpmsg_bus virtio0[0m: creating channel rpmsg-rpc addr 0x66
    [32m[    8.150550] [0m[33m remoteproc0[0m: powering up 58820000.ipu
    [32m[    8.172425] [0m[33m remoteproc0[0m: Booting fw image dra7-ipu1-fw.xem4, size 4794908
    [32m[    8.199974] [0m[33momap-iommu 58882000.mmu[0m: 58882000.mmu: version 2.1
    [32m[    8.234197] [0m[33m remoteproc0[0m: remote processor 58820000.ipu is now up
    [32m[    8.262558] [0m[33mvirtio_rpmsg_bus virtio1[0m: rpmsg host is online
    [32m[    8.263898] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.264015] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.264201] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.264366] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.315278] [0m[33mrandom[0m: nonblocking pool is initialized
    [32m[    8.340125] [0m[33mHelios [0m: TUSB1210_Probe_Function Called!
    [32m[    8.345198] [0m[33mHelios [0m: TUSB1210_SetMode Function Called! = 352781393
    [32m[    8.360503] [0m[33m remoteproc2[0m: powering up 40800000.dsp
    [32m[    8.366558] [0m[33mHelios [0m: ULPI_OTG_CTRL = 103
    [32m[    8.391148] [0m[33m remoteproc2[0m: Booting fw image dra7-dsp1-fw.xe66, size 5635840
    [32m[    8.424008] [0m[33momap_hwmod[0m[1m: mmu0_dsp1: _wait_target_disable failed[0m
    [32m[    8.429891] [0m[33momap-iommu 40d01000.mmu[0m: 40d01000.mmu: version 3.0
    [32m[    8.435833] [0m[33momap-iommu 40d02000.mmu[0m: 40d02000.mmu: version 3.0
    [32m[    8.514759] [0m[33m remoteproc2[0m: remote processor 40800000.dsp is now up
    [32m[    8.534323] [0m[33mvirtio_rpmsg_bus virtio2[0m: rpmsg host is online
    [32m[    8.539989] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.557740] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.566262] [0m[33m remoteproc3[0m: powering up 41000000.dsp
    [32m[    8.578017] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.585009] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.596599] [0m[33m remoteproc3[0m: Booting fw image dra7-dsp2-fw.xe66, size 5635844
    [32m[    8.619365] [0m[33momap_hwmod[0m[1m: mmu0_dsp2: _wait_target_disable failed[0m
    [32m[    8.625247] [0m[33momap-iommu 41501000.mmu[0m: 41501000.mmu: version 3.0
    [32m[    8.631182] [0m[33momap-iommu 41502000.mmu[0m: 41502000.mmu: version 3.0
    [32m[    8.668572] [0m[33m remoteproc3[0m: remote processor 41000000.dsp is now up
    [32m[    8.684898] [0m[33mvirtio_rpmsg_bus virtio3[0m: rpmsg host is online
    [32m[    8.690554] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.703510] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.731854] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.744738] [0m[33mrpmsg_rpc rpmsg0[0m: probing service dce-callback with src 1024 dst 101
    [32m[    8.759330] [0m[33mrpmsg_rpc rpmsg1[0m: probing service rpmsg-dce with src 1025 dst 102
    [32m[    8.776489] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.795928] [0m[33mrpmsg_rpc rpmsg5[0m: probing service rpc_example_2 with src 1024 dst 101
    [32m[    8.799789] [0m[33mHelios [0m: TUSB1210_Probe_Function Called!
    [32m[    8.799998] [0m[33mHelios [0m: TUSB1210_SetMode Function Called! = 352781393
    [32m[    8.800003] [0m[33mHelios [0m: ULPI_OTG_CTRL = 103
    [32m[    8.819899] [0m[33mrpmsg_rpc rpmsg13[0m: probing service rpc_example_3 with src 1024 dst 101
    [32m[    8.833865] [0m[33mrpmsg_rpc rpmsg0[0m: published functions = 4
    [32m[    8.839379] [0m[33mrpmsg_rpc rpmsg1[0m: published functions = 9
    [32m[    8.845067] [0m[33mrpmsg_rpc rpmsg13[0m: published functions = 8
    [32m[    8.861895] [0m[33mrpmsg_rpc rpmsg9[0m: probing service rpc_example_4 with src 1024 dst 101
    [32m[    8.882422] [0m[33mrpmsg_rpc rpmsg5[0m: published functions = 8
    [32m[    8.890164] [0m[33mrpmsg_rpc rpmsg9[0m: published functions = 8
    [32m[    9.324891] [0m[33mPVR_K[0m: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [32m[    9.444042] [0m[33musbcore[0m: registered new interface driver usbfs
    [32m[    9.450466] [0m[33musbcore[0m: registered new interface driver hub
    [32m[    9.456583] [0m[33musbcore[0m: registered new device driver usb
    [32m[    9.480595] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: xHCI Host Controller
    [32m[    9.487148] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: new USB bus registered, assigned bus number 1
    [32m[    9.496207] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.512211] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: irq 474, io mem 0x488d0000
    [32m[    9.544319] [0m[33mhub 1-0:1.0[0m: USB hub found
    [32m[    9.551700] [0m[33mhub 1-0:1.0[0m: 1 port detected
    [32m[    9.563145] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: xHCI Host Controller
    [32m[    9.577702] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: new USB bus registered, assigned bus number 2
    [32m[    9.586832] [0m[33musb usb2[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.602841] [0m[33mhub 2-0:1.0[0m: USB hub found
    [32m[    9.607718] [0m[33mhub 2-0:1.0[0m: 1 port detected
    [32m[    9.613948] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: xHCI Host Controller
    [32m[    9.620707] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: new USB bus registered, assigned bus number 3
    [32m[    9.629679] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.639973] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: irq 475, io mem 0x48910000
    [32m[    9.647331] [0m[33mhub 3-0:1.0[0m: USB hub found
    [32m[    9.651372] [0m[33mhub 3-0:1.0[0m: 1 port detected
    [32m[    9.657148] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: xHCI Host Controller
    [32m[    9.662747] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: new USB bus registered, assigned bus number 4
    [32m[    9.670807] [0m[33musb usb4[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.684608] [0m[33mhub 4-0:1.0[0m: USB hub found
    [32m[    9.689181] [0m[33mhub 4-0:1.0[0m: 1 port detected
    [32m[    9.695674] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: xHCI Host Controller
    [32m[    9.709903] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: new USB bus registered, assigned bus number 5
    [32m[    9.721177] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.756380] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: irq 476, io mem 0x48950000
    [32m[    9.820504] [0m[33mhub 5-0:1.0[0m: USB hub found
    [32m[    9.824318] [0m[33mhub 5-0:1.0[0m: 1 port detected
    [32m[    9.831685] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: xHCI Host Controller
    [32m[    9.838104] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: new USB bus registered, assigned bus number 6
    [32m[    9.848617] [0m[33musb usb6[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.857777] [0m[33mhub 6-0:1.0[0m: USB hub found
    [32m[    9.861621] [0m[33mhub 6-0:1.0[0m: 1 port detected
    [32m[    9.865999] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: xHCI Host Controller
    [32m[    9.871639] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: new USB bus registered, assigned bus number 7
    [32m[    9.879632] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.879665] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: irq 477, io mem 0x48890000
    [32m[    9.889840] [0m[33mhub 7-0:1.0[0m: USB hub found
    [32m[    9.889865] [0m[33mhub 7-0:1.0[0m: 1 port detected
    [32m[    9.890118] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: xHCI Host Controller
    [32m[    9.890127] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: new USB bus registered, assigned bus number 8
    [32m[    9.890188] [0m[33musb usb8[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.896410] [0m[33mhub 8-0:1.0[0m: USB hub found
    [32m[    9.896433] [0m[33mhub 8-0:1.0[0m: 1 port detected
    [32m[    9.915497] [0m[33mcpsw 48484000.ethernet eth0[0m: Link is Up - 100Mbps/Full - flow control off
    [32m[    9.915510] [0m[33mIPv6[0m: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [32m[   19.185637] [0m[33momap_hwmod[0m[1m: mmu1_dsp1: _wait_target_disable failed[0m
    [32m[   19.199796] [0m[33momap_hwmod[0m[1m: mmu0_dsp1: _wait_target_disable failed[0m
    [32m[   19.213784] [0m[33momap_hwmod[0m[1m: mmu1_dsp2: _wait_target_disable failed[0m
    [32m[   19.227692] [0m[33momap_hwmod[0m[1m: mmu0_dsp2: _wait_target_disable failed[0m9] [0m[33msystemd[1][0m: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [32m[    2.618375] [0m[33msystemd[1][0m: Detected architecture arm.
    [32m[    2.650978] [0m[33msystemd[1][0m: Set hostname to <dra7xx-evm>.
    [32m[    2.722382] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [32m[    2.742036] [0m[33mrandom[0m: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.752173] [0m[33mrandom[0m: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.764800] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.780156] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.879456] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    2.888964] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    2.898830] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    3.274541] [0m[33msystemd[1][0m[1m: sockets.target: Found ordering cycle on sockets.target/start[0m
    [32m[    3.282378] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on avahi-daemon.socket/start[0m
    [32m[    3.290332] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on sysinit.target/start[0m
    [32m[    3.297764] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on alignment.service/start[0m
    [32m[    3.305486] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on basic.target/start[0m
    [32m[    3.312759] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on sockets.target/start[0m
    [32m[    3.320205] [0m[33msystemd[1][0m[1m: sockets.target: Breaking ordering cycle by deleting job avahi-daemon.socket/start[0m
    [32m[    3.329831] [0m[33msystemd[1][0m[31m: avahi-daemon.socket: Job avahi-daemon.socket/start deleted to break ordering cycle starting with sockets.target/start[0m
    [32m[    3.368305] [0m[33msystemd[1][0m[1m: basic.target: Found ordering cycle on basic.target/start[0m
    [32m[    3.375741] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on sysinit.target/start[0m
    [32m[    3.383036] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on alignment.service/start[0m
    [32m[    3.390591] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on basic.target/start[0m
    [32m[    3.397676] [0m[33msystemd[1][0m[1m: basic.target: Breaking ordering cycle by deleting job alignment.service/start[0m
    [32m[    3.406971] [0m[33msystemd[1][0m[31m: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with basic.target/start[0m
    [32m[    3.441335] [0m[33msystemd[1][0m: Created slice System Slice.
    [32m[    3.458063] [0m[33msystemd[1][0m: Reached target Swap.
    [32m[    3.489546] [0m[33msystemd[1][0m: Listening on udev Kernel Socket.
    [32m[    3.508168] [0m[33msystemd[1][0m: Started Dispatch Password Requests to Console Directory Watch.
    [32m[    3.538141] [0m[33msystemd[1][0m: Listening on Journal Socket.
    [32m[    3.588052] [0m[33msystemd[1][0m: Mounting POSIX Message Queue File System...
    [32m[    3.609844] [0m[33msystemd[1][0m: Starting Create list of required static device nodes for the current kernel...
    [32m[    3.638206] [0m[33msystemd[1][0m: Started Forward Password Requests to Wall Directory Watch.
    [32m[    3.658177] [0m[33msystemd[1][0m: Listening on /dev/initctl Compatibility Named Pipe.
    [32m[    3.678025] [0m[33msystemd[1][0m: Reached target Remote File Systems.
    [32m[    3.698112] [0m[33msystemd[1][0m: Listening on Syslog Socket.
    [32m[    3.718906] [0m[33msystemd[1][0m: Listening on Journal Socket (/dev/log).
    [32m[    3.779450] [0m[33msystemd[1][0m: Starting Journal Service...
    [32m[    3.791408] [0m[33msystemd[1][0m: Starting Remount Root and Kernel File Systems...
    [32m[    3.810569] [0m[33mEXT4-fs (mmcblk0p2)[0m: re-mounted. Opts: (null)
    [32m[    3.818125] [0m[33msystemd[1][0m: Reached target Paths.
    [32m[    3.868296] [0m[33msystemd[1][0m: Starting Setup Virtual Console...
    [32m[    3.898338] [0m[33msystemd[1][0m: Listening on Network Service Netlink Socket.
    [32m[    3.958280] [0m[33msystemd[1][0m: Starting Load Kernel Modules...
    [32m[    3.980238] [0m[33msystemd[1][0m: Mounting Debug File System...
    [32m[    3.983454] [0m---SATA_LED is set to HIGH---
    [32m[    3.983492] [0m---SOC_FAN_PWM_1V8 is set to HIGH---
    [32m[    3.983499] [0m---EXT_BAT_DISABLE is set to LOW---
    [32m[    3.983506] [0m---ETH RST is set to HIGH---
    [32m[    3.983512] [0m---LTE_PWR_ON  is set to HIGH---
    [32m[    3.983520] [0m---LTE_RESETn is set to LOW---
    [32m[    3.983526] [0m---GNSS_RSTn  is set to HIGH---
    [32m[    3.983553] [0m---AMP_EN_3V3  is set to HIGH---
    [32m[    3.983560] [0m---AMP_FAULT_3V3  is set to HIGH---
    [32m[    3.983567] [0m---AMP_MUTE_3V3  is set to LOW---
    [32m[    3.983574] [0m---BT_WAKE2SOC_3V3 is set to INPUT MODE---
    [32m[    3.983579] [0m---BT_WAKE_3V3 is set to HIGH---
    [32m[    3.983585] [0m---WIFIBT_LED_EN is set to HIGH---
    [32m[    3.983590] [0m---WIFIBT_EN_3V3 is set to HIGH---
    [32m[    3.983615] [0m---usb4_ulpi_cs  is set to HIGH---
    [32m[    3.983621] [0m---usb3_ulpi_cs is set to HIGH---
    [32m[    3.983625] [0mMajor = 245 Minor = 0 
    [32m[    3.983811] [0mDevice Driver Insert...Done!!!
    [32m[    4.008437] [0m[33mBluetooth[0m: Core ver 2.21
    [32m[    4.008482] [0m[33mNET[0m: Registered protocol family 31
    [32m[    4.008484] [0m[33mBluetooth[0m: HCI device and connection manager initialized
    [32m[    4.008497] [0m[33mBluetooth[0m: HCI socket layer initialized
    [32m[    4.008505] [0m[33mBluetooth[0m: L2CAP socket layer initialized
    [32m[    4.008535] [0m[33mBluetooth[0m: SCO socket layer initialized
    [32m[    4.012725] [0m[33mBluetooth[0m: HCI UART driver ver 2.3
    [32m[    4.012729] [0m[33mBluetooth[0m: HCI UART protocol H4 registered
    [32m[    4.012732] [0m[33mBluetooth[0m: HCI UART protocol BCSP registered
    [32m[    4.012734] [0m[33mBluetooth[0m: HCI UART protocol LL registered
    [32m[    4.012737] [0m[33mBluetooth[0m: HCI UART protocol ATH3K registered
    [32m[    4.012740] [0m[33mBluetooth[0m: HCI UART protocol Three-wire (H5) registered
    [32m[    4.142480] [0m[33msystemd[1][0m: Mounting Temporary Directory...
    [32m[    4.168658] [0m[33msystemd[1][0m: Created slice system-serial\x2dgetty.slice.
    [32m[    4.198200] [0m[33msystemd[1][0m: Listening on udev Control Socket.
    [32m[    4.218757] [0m[33msystemd[1][0m: Created slice system-getty.slice.
    [32m[    4.238480] [0m[33msystemd[1][0m: Created slice User and Session Slice.
    [32m[    4.258035] [0m[33msystemd[1][0m: Reached target Slices.
    [32m[    4.311511] [0m[33msystemd[1][0m: Mounted POSIX Message Queue File System.
    [32m[    4.338101] [0m[33msystemd[1][0m: Mounted Debug File System.
    [32m[    4.358077] [0m[33msystemd[1][0m: Mounted Temporary Directory.
    [32m[    4.378201] [0m[33msystemd[1][0m: Started Journal Service.
    [32m[    5.007855] [0m[33msystemd-journald[121][0m: Received request to flush runtime journal from PID 1
    [32m[    5.369797] [0mCAN device driver interface
    [32m[    5.380963] [0m[33mm_can 42c01a00.mcan[0m[1m: hclk could not be found
    [0m[32m[    5.386743] [0m[33mm_can 42c01a00.mcan[0m: m_can device registered (irq=370, version=32)
    [32m[    5.401458] [0m[33momap-rproc 58820000.ipu[0m: assigned reserved memory node ipu1_cma@9d000000
    [32m[    5.409790] [0m[33m remoteproc0[0m: 58820000.ipu is available
    [32m[    5.414687] [0m[33m remoteproc0[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.424195] [0m[33m remoteproc0[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.437395] [0m[33momap-rproc 55020000.ipu[0m: assigned reserved memory node ipu2_cma@95800000
    [32m[    5.446247] [0m[33m remoteproc1[0m: 55020000.ipu is available
    [32m[    5.466189] [0m[33m remoteproc1[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.486743] [0m[33m remoteproc1[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.512027] [0m[33momap-rproc 40800000.dsp[0m: assigned reserved memory node dsp1_cma@99000000
    [32m[    5.526780] [0m[33m remoteproc2[0m: 40800000.dsp is available
    [32m[    5.533007] [0m[33m remoteproc2[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.549441] [0m[33m remoteproc2[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.569638] [0m[33momap-rproc 41000000.dsp[0m: assigned reserved memory node dsp2_cma@9f000000
    [32m[    5.577993] [0m[33m remoteproc3[0m: 41000000.dsp is available
    [32m[    5.590400] [0m[33m remoteproc3[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.602304] [0m[33m remoteproc3[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.837767] [0m[33momap-des 480a5000.des[0m: OMAP DES hw accel rev: 2.2
    [32m[    5.896760] [0m[33momap_rng 48090000.rng[0m: OMAP Random Number Generator ver. 20
    [32m[    6.115620] [0m[33momap_wdt[0m: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [32m[    6.123792] [0m[33momap-sham 4b101000.sham[0m: hw accel on OMAP rev 4.3
    [32m[    6.137657] [0m[33momap-aes 4b500000.aes[0m: OMAP AES hw accel rev: 3.3
    [32m[    6.148320] [0m[33momap-aes 4b700000.aes[0m: OMAP AES hw accel rev: 3.3
    [32m[    6.297612] [0mSCSI subsystem initialized
    [32m[    6.341014] [0m[33m remoteproc1[0m: registered virtio0 (type 7)
    [32m[    6.401437] [0m[33m remoteproc0[0m: registered virtio1 (type 7)
    [32m[    6.470505] [0m[drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [32m[    6.479388] [0mlibata version 3.00 loaded.
    [32m[    6.651412] [0m[33mahci 4a140000.sata[0m: forcing port_map 0x0 -> 0x1
    [32m[    6.668733] [0m[33mahci 4a140000.sata[0m: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [32m[    6.677298] [0m[33mahci 4a140000.sata[0m: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst 
    [32m[    6.726786] [0m[33mscsi host0[0m: ahci
    [32m[    6.729960] [0m[33m remoteproc2[0m: registered virtio2 (type 7)
    [32m[    6.736594] [0m[33mata1[0m: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 344
    [32m[    6.779039] [0m[33m remoteproc3[0m: registered virtio3 (type 7)
    [32m[    7.097997] [0m[33mata1[0m: SATA link down (SStatus 0 SControl 300)
    [32m[    7.252466] [0m[33mFAT-fs (mmcblk0p1)[0m[1m: Volume was not properly unmounted. Some data may be corrupt. Please run fsck.[0m
    [32m[    7.470716] [0m[33mNET[0m: Registered protocol family 15
    [32m[    7.563096] [0m[33mnet eth0[0m: initializing cpsw version 1.15 (0)
    [32m[    7.589179] [0m[33mnet eth0[0m: initialized cpsw ale version 1.4
    [32m[    7.626734] [0m[33mnet eth0[0m: ALE Table size 1024
    [32m[    7.689352] [0mInitializing XFRM netlink socket
    [32m[    7.696468] [0m[33mlibphy[0m[31m: PHY 48485000.mdio:02 not found[0m
    [32m[    7.724150] [0m[33mnet eth0[0m[31m: phy "48485000.mdio:02" not found on slave 0, err -19
    [0m[32m[    7.877510] [0m[33m remoteproc1[0m: powering up 55020000.ipu
    [32m[    7.909987] [0m[33mnet eth0[0m: phy found : id is : 0x2000a231
    [32m[    7.913928] [0m[33m remoteproc1[0m: Booting fw image dra7-ipu2-fw.xem4, size 3743112
    [32m[    7.913989] [0m[33momap-iommu 55082000.mmu[0m: 55082000.mmu: version 2.1
    [32m[    7.954754] [0m[33mIPv6[0m: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [32m[    8.071313] [0m[33m remoteproc1[0m: remote processor 55020000.ipu is now up
    [32m[    8.104849] [0m[33mvirtio_rpmsg_bus virtio0[0m: rpmsg host is online
    [32m[    8.110636] [0m[33mvirtio_rpmsg_bus virtio0[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.136214] [0m[33mvirtio_rpmsg_bus virtio0[0m: creating channel rpmsg-rpc addr 0x66
    [32m[    8.150550] [0m[33m remoteproc0[0m: powering up 58820000.ipu
    [32m[    8.172425] [0m[33m remoteproc0[0m: Booting fw image dra7-ipu1-fw.xem4, size 4794908
    [32m[    8.199974] [0m[33momap-iommu 58882000.mmu[0m: 58882000.mmu: version 2.1
    [32m[    8.234197] [0m[33m remoteproc0[0m: remote processor 58820000.ipu is now up
    [32m[    8.262558] [0m[33mvirtio_rpmsg_bus virtio1[0m: rpmsg host is online
    [32m[    8.263898] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.264015] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.264201] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.264366] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.315278] [0m[33mrandom[0m: nonblocking pool is initialized
    [32m[    8.340125] [0m[33mHelios [0m: TUSB1210_Probe_Function Called!
    [32m[    8.345198] [0m[33mHelios [0m: TUSB1210_SetMode Function Called! = 352781393
    [32m[    8.360503] [0m[33m remoteproc2[0m: powering up 40800000.dsp
    [32m[    8.366558] [0m[33mHelios [0m: ULPI_OTG_CTRL = 103
    [32m[    8.391148] [0m[33m remoteproc2[0m: Booting fw image dra7-dsp1-fw.xe66, size 5635840
    [32m[    8.424008] [0m[33momap_hwmod[0m[1m: mmu0_dsp1: _wait_target_disable failed[0m
    [32m[    8.429891] [0m[33momap-iommu 40d01000.mmu[0m: 40d01000.mmu: version 3.0
    [32m[    8.435833] [0m[33momap-iommu 40d02000.mmu[0m: 40d02000.mmu: version 3.0
    [32m[    8.514759] [0m[33m remoteproc2[0m: remote processor 40800000.dsp is now up
    [32m[    8.534323] [0m[33mvirtio_rpmsg_bus virtio2[0m: rpmsg host is online
    [32m[    8.539989] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.557740] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.566262] [0m[33m remoteproc3[0m: powering up 41000000.dsp
    [32m[    8.578017] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.585009] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.596599] [0m[33m remoteproc3[0m: Booting fw image dra7-dsp2-fw.xe66, size 5635844
    [32m[    8.619365] [0m[33momap_hwmod[0m[1m: mmu0_dsp2: _wait_target_disable failed[0m
    [32m[    8.625247] [0m[33momap-iommu 41501000.mmu[0m: 41501000.mmu: version 3.0
    [32m[    8.631182] [0m[33momap-iommu 41502000.mmu[0m: 41502000.mmu: version 3.0
    [32m[    8.668572] [0m[33m remoteproc3[0m: remote processor 41000000.dsp is now up
    [32m[    8.684898] [0m[33mvirtio_rpmsg_bus virtio3[0m: rpmsg host is online
    [32m[    8.690554] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.703510] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.731854] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.744738] [0m[33mrpmsg_rpc rpmsg0[0m: probing service dce-callback with src 1024 dst 101
    [32m[    8.759330] [0m[33mrpmsg_rpc rpmsg1[0m: probing service rpmsg-dce with src 1025 dst 102
    [32m[    8.776489] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.795928] [0m[33mrpmsg_rpc rpmsg5[0m: probing service rpc_example_2 with src 1024 dst 101
    [32m[    8.799789] [0m[33mHelios [0m: TUSB1210_Probe_Function Called!
    [32m[    8.799998] [0m[33mHelios [0m: TUSB1210_SetMode Function Called! = 352781393
    [32m[    8.800003] [0m[33mHelios [0m: ULPI_OTG_CTRL = 103
    [32m[    8.819899] [0m[33mrpmsg_rpc rpmsg13[0m: probing service rpc_example_3 with src 1024 dst 101
    [32m[    8.833865] [0m[33mrpmsg_rpc rpmsg0[0m: published functions = 4
    [32m[    8.839379] [0m[33mrpmsg_rpc rpmsg1[0m: published functions = 9
    [32m[    8.845067] [0m[33mrpmsg_rpc rpmsg13[0m: published functions = 8
    [32m[    8.861895] [0m[33mrpmsg_rpc rpmsg9[0m: probing service rpc_example_4 with src 1024 dst 101
    [32m[    8.882422] [0m[33mrpmsg_rpc rpmsg5[0m: published functions = 8
    [32m[    8.890164] [0m[33mrpmsg_rpc rpmsg9[0m: published functions = 8
    [32m[    9.324891] [0m[33mPVR_K[0m: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [32m[    9.444042] [0m[33musbcore[0m: registered new interface driver usbfs
    [32m[    9.450466] [0m[33musbcore[0m: registered new interface driver hub
    [32m[    9.456583] [0m[33musbcore[0m: registered new device driver usb
    [32m[    9.480595] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: xHCI Host Controller
    [32m[    9.487148] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: new USB bus registered, assigned bus number 1
    [32m[    9.496207] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.512211] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: irq 474, io mem 0x488d0000
    [32m[    9.544319] [0m[33mhub 1-0:1.0[0m: USB hub found
    [32m[    9.551700] [0m[33mhub 1-0:1.0[0m: 1 port detected
    [32m[    9.563145] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: xHCI Host Controller
    [32m[    9.577702] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: new USB bus registered, assigned bus number 2
    [32m[    9.586832] [0m[33musb usb2[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.602841] [0m[33mhub 2-0:1.0[0m: USB hub found
    [32m[    9.607718] [0m[33mhub 2-0:1.0[0m: 1 port detected
    [32m[    9.613948] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: xHCI Host Controller
    [32m[    9.620707] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: new USB bus registered, assigned bus number 3
    [32m[    9.629679] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.639973] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: irq 475, io mem 0x48910000
    [32m[    9.647331] [0m[33mhub 3-0:1.0[0m: USB hub found
    [32m[    9.651372] [0m[33mhub 3-0:1.0[0m: 1 port detected
    [32m[    9.657148] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: xHCI Host Controller
    [32m[    9.662747] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: new USB bus registered, assigned bus number 4
    [32m[    9.670807] [0m[33musb usb4[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.684608] [0m[33mhub 4-0:1.0[0m: USB hub found
    [32m[    9.689181] [0m[33mhub 4-0:1.0[0m: 1 port detected
    [32m[    9.695674] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: xHCI Host Controller
    [32m[    9.709903] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: new USB bus registered, assigned bus number 5
    [32m[    9.721177] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.756380] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: irq 476, io mem 0x48950000
    [32m[    9.820504] [0m[33mhub 5-0:1.0[0m: USB hub found
    [32m[    9.824318] [0m[33mhub 5-0:1.0[0m: 1 port detected
    [32m[    9.831685] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: xHCI Host Controller
    [32m[    9.838104] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: new USB bus registered, assigned bus number 6
    [32m[    9.848617] [0m[33musb usb6[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.857777] [0m[33mhub 6-0:1.0[0m: USB hub found
    [32m[    9.861621] [0m[33mhub 6-0:1.0[0m: 1 port detected
    [32m[    9.865999] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: xHCI Host Controller
    [32m[    9.871639] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: new USB bus registered, assigned bus number 7
    [32m[    9.879632] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.879665] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: irq 477, io mem 0x48890000
    [32m[    9.889840] [0m[33mhub 7-0:1.0[0m: USB hub found
    [32m[    9.889865] [0m[33mhub 7-0:1.0[0m: 1 port detected
    [32m[    9.890118] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: xHCI Host Controller
    [32m[    9.890127] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: new USB bus registered, assigned bus number 8
    [32m[    9.890188] [0m[33musb usb8[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.896410] [0m[33mhub 8-0:1.0[0m: USB hub found
    [32m[    9.896433] [0m[33mhub 8-0:1.0[0m: 1 port detected
    [32m[    9.915497] [0m[33mcpsw 48484000.ethernet eth0[0m: Link is Up - 100Mbps/Full - flow control off
    [32m[    9.915510] [0m[33mIPv6[0m: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [32m[   19.185637] [0m[33momap_hwmod[0m[1m: mmu1_dsp1: _wait_target_disable failed[0m
    [32m[   19.199796] [0m[33momap_hwmod[0m[1m: mmu0_dsp1: _wait_target_disable failed[0m
    [32m[   19.213784] [0m[33momap_hwmod[0m[1m: mmu1_dsp2: _wait_target_disable failed[0m
    [32m[   19.227692] [0m[33momap_hwmod[0m[1m: mmu0_dsp2: _wait_target_disable failed[0m
    	binutils-ev
    	binutils
    	bison-dev
    	bison
    	cpp-symlinks
    	cpp
    	dosfstools
    	g++-symlinks
    	g++
    	gawk-dev
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbc6x
    	gdbserver
    	gstreamer1.0-libav
    	libcairo-perf-utils
    	libgmp10
    	libidn11
    	libmpc3
    	libmpfr4
    	m4-dev
    	m4
    	make
        9.721177] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    n	ettle
    	parted
    	swig-dev
    	swig
    
    If you do not wish to distrbute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
      9.756380] xhci-hcd xhci-hcd.5.auto: irq 476, io mem 0x48950000
    [    9.820504] hub 5-0:1.0: USB hub found
    [    9.824318] hub 5-0:1.0: 1 port detected
    [    9.831685] xhci-hcd xhci-hcd.5.auo: xHCI Host Controller
             Starting rng-tools.service...[    9.838104] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
    
    [    9.848617] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.857777] hub 6-0:1.0: USB hub found
    [    9.861621] hub 6-0:1.0: 1 port detected
    [    9.865999] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    9.871639] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 7
    [    9.879632] xhci-hcd xhci-hcd.6.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [    9.879665] xhci-hcd xhci-hcd.6.auto: irq 477, io mem 0x48890000
    [    9.889840] hub 7-0:1.0: USB hub found
    [    9.889865] hub 7-0:1.0: 1 port detected
    [    9.890118] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    9.890127] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 8
    [    9.890188] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.896410] hub 8-0:1.0: USB hub found
    [    9.896433] hub 8-0:1.0: 1 port detected
    [    9.915497] cpsw 48484000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
    [    9.915510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [[0;32m  OK  [0m] Started Print notice about GPLv3 packages.
    [[0;32m  OK  [0m] Started rng-tools.service.
             Starting gdbserverproxy.service...
    [[0;32m  OK  [0m] Started gdbserverproxy.service.
             Starting matrix-gui-2.0.service...
    [[0;32m  OK  [0m] Started matrix-gui-2.0.service.
             Starting thermal-zone-init.service...
    [[0;32m  OK  [0m] Started thermal-zone-init.service.
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS0
    
    Arago 2016.12 dra7xx-evm ttyS0
    
    dra7xx-evm login: [   19.185637] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [   19.199796] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   19.213784] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [   19.227692] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS0
    
    Arago 2016.12 dra7xx-evm ttyS0
    
    dra7xx-evm login: root
    
    7[r[999;999H[6n8root@dra7xx-evm:~# tel1234       haltcat driverProg.c                /sys/kernel/debug/mmc
    mmc0/ mmc1/ mmc2/ 
    root@dra7xx-evm:~# cat /sys/kernel/debug/mmc2/  /mm   2/ios 
    clock:		0 Hz
    vdd:		0 (invalid)
    bus mode:	2 (push-pull)
    chip select:	0 (don't care)
    power mode:	0 (off)
    bus width:	0 (1 bits)
    timing spec:	0 (legacy)
    signal voltage:	0 (1.80 V)
    driver type:	0 (driver type B)
    root@dra7xx-evm:~# dmsg  esg
    [32m[    0.000000] [0mBooting Linux on physical CPU 0x0
    [32m[    0.000000] [0mInitializing cgroup subsys cpuset
    [32m[    0.000000] [0mInitializing cgroup subsys cpu
    [32m[    0.000000] [0mInitializing cgroup subsys cpuacct
    [32m[    0.000000] [0mLinux version 4.4.84-dirty (ubantu@teltvml0203x) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #23 SMP PREEMPT Thu Apr 11 15:05:02 IST 2019
    [32m[    0.000000] [0m[33mCPU[0m: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [32m[    0.000000] [0m[33mCPU[0m: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [32m[    0.000000] [0m[33mMachine model[0m: TI DRA762 EVM
    [32m[    0.000000] [0mbootconsole [earlycon0] enabled
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mReserved memory[0m: created CMA memory pool at 0x000000009f000000, size 8 MiB
    [32m[    0.000000] [0m[33mReserved memory[0m: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [32m[    0.000000] [0m[33mcma[0m: Reserved 128 MiB at 0x00000000b0000000
    [32m[    0.000000] [0m[1mForcing write-allocate cache policy for SMP[0m
    [32m[    0.000000] [0m[33mMemory policy[0m: Data cache writealloc
    [32m[    0.000000] [0m[33mOMAP4[0m: Map 0x00000000dfd00000 to fe600000 for dram barrier
    [32m[    0.000000] [0m[33mOn node 0 totalpages[0m: 391168
    [32m[    0.000000] [0m[33mfree_area_init_node[0m: node 0, pgdat c0975400, node_mem_map ef222000
    [32m[    0.000000] [0m[33m  DMA zone[0m: 1728 pages used for memmap
    [32m[    0.000000] [0m[33m  DMA zone[0m: 0 pages reserved
    [32m[    0.000000] [0m[33m  DMA zone[0m: 195584 pages, LIFO batch:31
    [32m[    0.000000] [0m[33m  HighMem zone[0m: 195584 pages, LIFO batch:31
    [32m[    0.000000] [0mDRA762 ES1.0
    [32m[    0.000000] [0m[33mPERCPU[0m: Embedded 11 pages/cpu @ef1ae000 s14912 r8192 d21952 u45056
    [32m[    0.000000] [0m[33mpcpu-alloc[0m: s14912 r8192 d21952 u45056 alloc=11*4096
    [32m[    0.000000] [0m[33mpcpu-alloc[0m: [0] 0 [0] 1 
    [32m[    0.000000] [0m[33mBuilt 1 zonelists in Zone order, mobility grouping on.  Total pages[0m: 389440
    [32m[    0.000000] [0m[33mKernel command line[0m: console=ttyO0,115200n8 elevator=noop root=PARTUUID=c5c9c04b-02 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 cma=128M@0xB0000000 rootfstype=ext4 snd.slots_reserved=1,1
    [32m[    0.000000] [0m[33mPID hash table entries[0m: 4096 (order: 2, 16384 bytes)
    [32m[    0.000000] [0m[33mDentry cache hash table entries[0m: 131072 (order: 7, 524288 bytes)
    [32m[    0.000000] [0m[33mInode-cache hash table entries[0m: 65536 (order: 6, 262144 bytes)
    [32m[    0.000000] [0m[33mMemory[0m: 1244268K/1564672K available (6619K kernel code, 319K rwdata, 2384K rodata, 336K init, 290K bss, 25492K reserved, 294912K cma-reserved, 651264K highmem)
    [32m[    0.000000] [0m[33mVirtual kernel memory layout:
                       vector  [0m: 0xffff0000 - 0xffff1000   (   4 kB)
                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                       vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                       lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                       pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                       modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                         .text : 0xc0008000 - 0xc08d302c   (9005 kB)
                         .init : 0xc08d4000 - 0xc0928000   ( 336 kB)
                         .data : 0xc0928000 - 0xc0977ee0   ( 320 kB)
                          .bss : 0xc0979000 - 0xc09c1800   ( 290 kB)
    [32m[    0.000000] [0m[33mSLUB[0m: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [32m[    0.000000] [0mPreemptible hierarchical RCU implementation.
    [32m[    0.000000] [0m	Build-time adjustment of leaf fanout to 32.
    [32m[    0.000000] [0mNR_IRQS:16 nr_irqs:16 16
    [32m[    0.000000] [0m[33mti_dt_clocks_register[0m[1m: failed to lookup clock node gmac_gmii_ref_clk_div[0m
    [32m[    0.000000] [0m[33mOMAP clockevent source[0m: timer1 at 32786 Hz
    [32m[    0.000000] [0mArchitected cp15 timer(s) running at 6.14MHz (phys).
    [32m[    0.000000] [0m[33mclocksource[0m: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [32m[    0.000005] [0m[33msched_clock[0m: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [32m[    0.008305] [0mSwitching to timer-based delay loop, resolution 162ns
    [32m[    0.014961] [0m[33mclocksource[0m: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [32m[    0.025220] [0m[33mOMAP clocksource[0m: 32k_counter at 32768 Hz
    [32m[    0.030956] [0m[33mConsole[0m: colour dummy device 80x30
    [32m[    0.035608] [0m[33mWARNING[0m[31m: Your 'console=ttyO0' has been replaced by 'ttyS0'[0m
    [32m[    0.042402] [0m[31mThis ensures that you still see kernel messages. Please[0m
    [32m[    0.048918] [0m[31mupdate your kernel commandline.[0m
    [32m[    0.053310] [0mCalibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [32m[    0.063945] [0m[33mpid_max[0m: default: 32768 minimum: 301
    [32m[    0.068857] [0m[33mMount-cache hash table entries[0m: 2048 (order: 1, 8192 bytes)
    [32m[    0.075745] [0m[33mMountpoint-cache hash table entries[0m: 2048 (order: 1, 8192 bytes)
    [32m[    0.083593] [0mInitializing cgroup subsys io
    [32m[    0.087814] [0mInitializing cgroup subsys memory
    [32m[    0.092391] [0mInitializing cgroup subsys devices
    [32m[    0.097041] [0mInitializing cgroup subsys freezer
    [32m[    0.101700] [0mInitializing cgroup subsys perf_event
    [32m[    0.106616] [0mInitializing cgroup subsys pids
    [32m[    0.111013] [0m[33mCPU[0m: Testing write buffer coherency: ok
    [32m[    0.116304] [0m[31m/cpus/cpu@0 missing clock-frequency property[0m
    [32m[    0.121850] [0m[31m/cpus/cpu@1 missing clock-frequency property[0m
    [32m[    0.127402] [0m[33mCPU0[0m: thread -1, cpu 0, socket 0, mpidr 80000000
    [32m[    0.133320] [0mSetting up static identity map for 0x80008380 - 0x800083e0
    [32m[    0.220399] [0m[33mCPU1[0m: thread -1, cpu 1, socket 0, mpidr 80000001
    [32m[    0.220469] [0mBrought up 2 CPUs
    [32m[    0.229488] [0m[33mSMP[0m: Total of 2 processors activated (24.59 BogoMIPS).
    [32m[    0.235928] [0m[33mCPU[0m: All CPU(s) started in HYP mode.
    [32m[    0.240749] [0m[33mCPU[0m: Virtualization extensions available.
    [32m[    0.246398] [0m[33mdevtmpfs[0m: initialized
    [32m[    0.279654] [0m[33mVFP support v0.3[0m: implementor 41 architecture 4 part 30 variant f rev 0
    [32m[    0.288552] [0m[33momap_hwmod[0m[1m: l3_main_2 using broken dt data from ocp[0m
    [32m[    0.409517] [0m[33momap_hwmod[0m[1m: dcan1: _wait_target_disable failed[0m
    [32m[    0.515484] [0m[33mclocksource[0m: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [32m[    0.525682] [0m[33mfutex hash table entries[0m: 512 (order: 3, 32768 bytes)
    [32m[    0.537504] [0m[33mpinctrl core[0m: initialized pinctrl subsystem
    [32m[    0.543796] [0m[33mNET[0m: Registered protocol family 16
    [32m[    0.549428] [0m[33mDMA[0m: preallocated 256 KiB pool for atomic coherent allocations
    [32m[    0.578530] [0m[33mcpuidle[0m: using governor ladder
    [32m[    0.608557] [0m[33mcpuidle[0m: using governor menu
    [32m[    0.621528] [0mOMAP GPIO hardware version 0.1
    [32m[    0.629998] [0mGPIO line 161 (radio_rst) hogged as output/low
    [32m[    0.638093] [0m[33mirq[0m[1m: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 ![0m
    [32m[    0.674129] [0m[33mhw-breakpoint[0m: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [32m[    0.682452] [0m[33mhw-breakpoint[0m: maximum watchpoint size is 8 bytes.
    [32m[    0.689000] [0m[1momap4_sram_init:Unable to allocate sram needed to handle errata I688[0m
    [32m[    0.696694] [0m[1momap4_sram_init:Unable to get sram pool needed to handle errata I688[0m
    [32m[    0.704945] [0mOMAP DMA hardware revision 0.0
    [32m[    0.750692] [0m[33momap-dma-engine 4a056000.dma-controller[0m: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [32m[    0.761632] [0m[33medma 43300000.edma[0m: memcpy is disabled
    [32m[    0.771493] [0m[33medma 43300000.edma[0m: TI EDMA DMA engine driver
    [32m[    0.782122] [0m[33momap-iommu 40d01000.mmu[0m: 40d01000.mmu registered
    [32m[    0.788189] [0m[33momap-iommu 40d02000.mmu[0m: 40d02000.mmu registered
    [32m[    0.794263] [0m[33momap-iommu 58882000.mmu[0m: 58882000.mmu registered
    [32m[    0.800309] [0m[33momap-iommu 55082000.mmu[0m: 55082000.mmu registered
    [32m[    0.806487] [0m[33momap-iommu 41501000.mmu[0m: 41501000.mmu registered
    [32m[    0.812561] [0m[33momap-iommu 41502000.mmu[0m: 41502000.mmu registered
    [32m[    0.821713] [0m[33mpalmas 0-0058[0m[1m: IRQ missing: skipping irq request
    [0m[32m[    0.838824] [0m[33mpalmas 0-0058[0m: Muxing GPIO 51, PWM 0, LED 2
    [32m[    0.899395] [0m[33mirq[0m[1m: no irq domain found for /ocp/i2c@48070000/tps65917@58 ![0m
    [32m[    0.906987] [0m[33momap_i2c 48070000.i2c[0m: bus 0 rev0.12 at 400 kHz
    [32m[    0.913313] [0m[33momap_i2c 48060000.i2c[0m: bus 2 rev0.12 at 400 kHz
    [32m[    0.932911] [0m[33mpcf857x[0m[1m: probe of 3-0021 failed with error -121[0m
    [32m[    0.938747] [0m[33momap_i2c 4807a000.i2c[0m: bus 3 rev0.12 at 400 kHz
    [32m[    0.944776] [0m[33mmedia[0m: Linux media interface: v0.10
    [32m[    0.949561] [0m[33mLinux video capture interface[0m: v2.00
    [32m[    0.954417] [0m[33mpps_core[0m: LinuxPPS API ver. 1 registered
    [32m[    0.959612] [0m[33mpps_core[0m: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [32m[    0.969091] [0mPTP clock support registered
    [32m[    0.973251] [0m[33mEDAC MC[0m: Ver: 3.0.0
    [32m[    0.977311] [0m[33momap-mailbox 48840000.mailbox[0m: omap mailbox rev 0x400
    [32m[    0.983957] [0m[33momap-mailbox 48842000.mailbox[0m: omap mailbox rev 0x400
    [32m[    0.990655] [0mAdvanced Linux Sound Architecture Driver Initialized.
    [32m[    0.997890] [0m[33mclocksource[0m: Switched to clocksource arch_sys_counter
    [32m[    1.015023] [0m[33mNET[0m: Registered protocol family 2
    [32m[    1.020093] [0m[33mTCP established hash table entries[0m: 8192 (order: 3, 32768 bytes)
    [32m[    1.027466] [0m[33mTCP bind hash table entries[0m: 8192 (order: 4, 65536 bytes)
    [32m[    1.034297] [0m[33mTCP[0m: Hash tables configured (established 8192 bind 8192)
    [32m[    1.040956] [0m[33mUDP hash table entries[0m: 512 (order: 2, 16384 bytes)
    [32m[    1.047141] [0m[33mUDP-Lite hash table entries[0m: 512 (order: 2, 16384 bytes)
    [32m[    1.053962] [0m[33mNET[0m: Registered protocol family 1
    [32m[    1.058789] [0m[33mRPC[0m: Registered named UNIX socket transport module.
    [32m[    1.064951] [0m[33mRPC[0m: Registered udp transport module.
    [32m[    1.069884] [0m[33mRPC[0m: Registered tcp transport module.
    [32m[    1.074797] [0m[33mRPC[0m: Registered tcp NFSv4.1 backchannel transport module.
    [32m[    1.081515] [0m[33mPCI[0m: CLS 0 bytes, default 64
    [32m[    1.082554] [0m[33mhw perfevents[0m: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [32m[    1.101324] [0m[33msquashfs[0m: version 4.0 (2009/01/31) Phillip Lougher
    [32m[    1.108118] [0m[33mNFS[0m: Registering the id_resolver key type
    [32m[    1.113402] [0mKey type id_resolver registered
    [32m[    1.117779] [0mKey type id_legacy registered
    [32m[    1.122062] [0m[33mntfs[0m: driver 2.1.32 [Flags: R/O].
    [32m[    1.127984] [0m[33mbounce[0m: pool size: 64 pages
    [32m[    1.132147] [0mBlock layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [32m[    1.139868] [0mio scheduler noop registered (default)
    [32m[    1.144872] [0mio scheduler deadline registered
    [32m[    1.149403] [0mio scheduler cfq registered
    [32m[    1.155821] [0m[33mvsys_5v0[0m: supplied by vsys_12v0
    [32m[    1.160285] [0m[33mldo3[0m: supplied by vsys_5v0
    [32m[    1.167925] [0m[33mpinctrl-single 4a003400.pinmux[0m: 282 pins at pa fc003400 size 1128
    [32m[    1.178670] [0mPCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [32m[    1.184834] [0m  No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [32m[    1.192819] [0m   IO 0x20003000..0x20012fff -> 0x00000000
    [32m[    1.198204] [0m  MEM 0x20013000..0x2fffffff -> 0x20013000
    [32m[    1.236335] [0m[33mdra7-pcie 51000000.pcie_rc[0m[31m: link is not up
    [0m[32m[    1.241870] [0m[33mdra7-pcie 51000000.pcie_rc[0m: PCI host bridge to bus 0000:00
    [32m[    1.248676] [0m[33mpci_bus 0000:00[0m: root bus resource [bus 00-ff]
    [32m[    1.254392] [0m[33mpci_bus 0000:00[0m: root bus resource [io  0x0000-0xffff]
    [32m[    1.260842] [0m[33mpci_bus 0000:00[0m: root bus resource [mem 0x20013000-0x2fffffff]
    [32m[    1.268025] [0m[33mpci 0000:00:00.0[0m: [104c:8888] type 01 class 0x060400
    [32m[    1.268067] [0m[33mpci 0000:00:00.0[0m: reg 0x10: [mem 0x00000000-0x000fffff]
    [32m[    1.268089] [0m[33mpci 0000:00:00.0[0m: reg 0x14: [mem 0x00000000-0x0000ffff]
    [32m[    1.268155] [0m[33mpci 0000:00:00.0[0m: supports D1
    [32m[    1.268165] [0m[33mpci 0000:00:00.0[0m: PME# supported from D0 D1 D3hot
    [32m[    1.268392] [0m[33mPCI[0m: bus0: Fast back to back transfers disabled
    [32m[    1.274312] [0m[33mPCI[0m: bus1: Fast back to back transfers enabled
    [32m[    1.280121] [0m[33mpci 0000:00:00.0[0m: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [32m[    1.287179] [0m[33mpci 0000:00:00.0[0m: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [32m[    1.294253] [0m[33mpci 0000:00:00.0[0m: PCI bridge to [bus 01]
    [32m[    1.299665] [0m[33mpcieport 0000:00:00.0[0m: Signaling PME through PCIe PME interrupt
    [32m[    1.306903] [0m[33mpcie_pme 0000:00:00.0:pcie01[0m: service driver pcie_pme loaded
    [32m[    1.307019] [0m[33maer 0000:00:00.0:pcie02[0m: service driver aer loaded
    [32m[    1.368766] [0m[33mSerial[0m: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [32m[    1.378895] [0m[33m4806a000.serial[0m: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    [32m[    1.388091] [0mconsole [ttyS0] enabled
    [32m[    1.395250] [0mbootconsole [earlycon0] disabled
    [32m[    1.404907] [0m[33m4806c000.serial[0m: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [32m[    1.414594] [0m[33m48020000.serial[0m: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [32m[    1.424277] [0m[33m48066000.serial[0m: ttyS4 at MMIO 0x48066000 (irq = 304, base_baud = 3000000) is a 8250
    [32m[    1.434385] [0m[drm] Initialized drm 1.1.0 20060810
    [32m[    1.440751] [0m[33mvsys_3v3[0m: supplied by vsys_12v0
    [32m[    1.445001] [0m[33mldo5[0m: supplied by vsys_3v3
    [32m[    1.449349] [0mOMAP DSS rev 6.1
    [32m[    1.453086] [0m[33momapdss_dss 58000000.dss[0m: bound 58001000.dispc (ops dispc_component_ops)
    [32m[    1.461524] [0m[33momapdss_dss 58000000.dss[0m: bound 58040000.encoder (ops hdmi5_component_ops)
    [32m[    1.477682] [0m[33mloop[0m: module loaded
    [32m[    1.481107] [0m[33mat24 0-0050[0m: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [32m[    1.493650] [0m[33mm25p80 spi32766.0[0m[1m: found s25fl256s0, expected s25fl256s1
    [0m[32m[    1.500062] [0m[33mm25p80 spi32766.0[0m: s25fl256s0 (32768 Kbytes)
    [32m[    1.505453] [0m7 ofpart partitions found on MTD device spi32766.0
    [32m[    1.511327] [0mCreating 7 MTD partitions on "spi32766.0":
    [32m[    1.516489] [0m[33m0x000000000000-0x000000040000 [0m: "QSPI.SPL"
    [32m[    1.522562] [0m[33m0x000000040000-0x000000140000 [0m: "QSPI.u-boot"
    [32m[    1.528888] [0m[33m0x000000140000-0x0000001c0000 [0m: "QSPI.u-boot-spl-os"
    [32m[    1.535805] [0m[33m0x0000001c0000-0x0000001d0000 [0m: "QSPI.u-boot-env"
    [32m[    1.541598] [0m[33mmtd[0m[1m: partition "QSPI.u-boot-env" doesn't end on an erase block -- force read-only[0m
    [32m[    1.551056] [0m[33m0x0000001d0000-0x0000001e0000 [0m: "QSPI.u-boot-env.backup1"
    [32m[    1.557527] [0m[33mmtd[0m[1m: partition "QSPI.u-boot-env.backup1" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.568672] [0m[33m0x0000001e0000-0x0000009e0000 [0m: "QSPI.kernel"
    [32m[    1.574095] [0m[33mmtd[0m[1m: partition "QSPI.kernel" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.584170] [0m[33m0x0000009e0000-0x000002000000 [0m: "QSPI.file-system"
    [32m[    1.590049] [0m[33mmtd[0m[1m: partition "QSPI.file-system" doesn't start on an erase block boundary -- force read-only[0m
    [32m[    1.601533] [0m[33mlibphy[0m: Fixed MDIO Bus: probed
    [32m[    1.647925] [0m[33mdavinci_mdio 48485000.mdio[0m: davinci mdio revision 1.6
    [32m[    1.654050] [0m[33mlibphy[0m: 48485000.mdio: probed
    [32m[    1.660517] [0m[33mdavinci_mdio 48485000.mdio[0m: phy[3]: device 48485000.mdio:03, driver TI DP83867
    [32m[    1.669498] [0m[33mcpsw 48484000.ethernet[0m: Detected MACID = 40:06:a0:0f:1e:b2
    [32m[    1.676147] [0m[33mcpsw 48484000.ethernet[0m: cpts: overflow check period 800
    [32m[    1.684306] [0m[33mmousedev[0m: PS/2 mouse device common for all mice
    [32m[    1.690547] [0mi2c /dev entries driver
    [32m[    1.695283] [0m[33mvpe 489d0000.vpe[0m: loading firmware vpdma-1b8.bin
    [32m[    1.702372] [0m[33mvip 48970000.vip[0m: loading firmware vpdma-1b8.bin
    [32m[    1.710718] [0m[33mtmp102 0-0048[0m: initialized
    [32m[    1.717322] [0m[33momap_hsmmc 4809c000.mmc[0m: Got CD GPIO
    [32m[    1.722163] [0m[33mvpe 489d0000.vpe[0m: Device registered as /dev/video0
    [32m[    1.728054] [0m[33mvip 48970000.vip[0m: VPDMA firmware loaded
    [32m[    1.728264] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr104 mode
    [0m[32m[    1.728270] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for ddr50 mode
    [0m[32m[    1.728276] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr50 mode
    [0m[32m[    1.728281] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr25 mode
    [0m[32m[    1.728285] [0m[33momap_hsmmc 4809c000.mmc[0m[31m: no pinctrl state for sdr12 mode
    [0m[32m[    1.728487] [0m[33mvio_3v3[0m: supplied by vsys_3v3
    [32m[    1.728541] [0m[33mvio_3v3_sd[0m: supplied by vio_3v3
    [32m[    1.728686] [0m[33mldo4[0m: supplied by vsys_5v0
    [32m[    1.818526] [0m[33momap_hsmmc 480b4000.mmc[0m[31m: no pinctrl state for sdr25 mode
    [0m[32m[    1.824910] [0m[33momap_hsmmc 480b4000.mmc[0m[31m: no pinctrl state for sdr12 mode
    [0m[32m[    1.831472] [0m[33msmps5[0m: supplied by vsys_3v3
    [32m[    1.835526] [0m[33mvio_1v8[0m: supplied by smps5
    [32m[    1.918821] [0m[33mledtrig-cpu[0m: registered to indicate activity on CPUs
    [32m[    1.929983] [0m[33mhwspinlock_user gatemp[0m: requested 20 hwspinlocks
    [32m[    1.936921] [0m[33maic_dvdd[0m: supplied by vio_3v3
    [32m[    1.942254] [0m[33mdavinci-mcasp 48464000.mcasp[0m: DAI is shared
    [32m[    1.948364] [0m[33mdavinci-mcasp 48474000.mcasp[0m: DAI is shared
    [32m[    1.954454] [0m[33momap-hdmi-audio omap-hdmi-audio.0.auto[0m: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [32m[    1.975392] [0m[33mNET[0m: Registered protocol family 10
    [32m[    1.990677] [0m[33msit[0m: IPv6 over IPv4 tunneling driver
    [32m[    1.995861] [0m[33mNET[0m: Registered protocol family 17
    [32m[    2.000590] [0mKey type dns_resolver registered
    [32m[    2.005031] [0m[33momap_voltage_late_init[0m[31m: Voltage driver support not added[0m
    [32m[    2.011922] [0mAdding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [32m[    2.018176] [0mAdding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [32m[    2.024461] [0m[33mbuck10[0m: supplied by vsys_3v3
    [32m[    2.029037] [0mAdding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [32m[    2.035245] [0mAdding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [32m[    2.043455] [0mPower Management for TI OMAP4+ devices.
    [32m[    2.048558] [0mRegistering SWP/SWPB emulation handler
    [32m[    2.054128] [0m[33mdmm 4e000000.dmm[0m: workaround for errata i878 in use
    [32m[    2.061215] [0m[33mdmm 4e000000.dmm[0m: initialized all PAT entries
    [32m[    2.066877] [0m[33mldo1[0m: supplied by vsys_3v3
    [32m[    2.073628] [0m[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [32m[    2.080299] [0m[drm] No driver support for vblank timestamp query.
    [32m[    2.086252] [0m[33momapdrm omapdrm.0[0m: No connectors reported connected with modes
    [32m[    2.093181] [0m[drm] Cannot find any crtc or sizes - going 1024x768
    [32m[    2.101419] [0m[drm] Enabling DMM ywrap scrolling
    [32m[    2.109432] [0m[33mConsole[0m: switching to colour frame buffer device 128x48
    [32m[    2.118739] [0m[33momapdrm omapdrm.0[0m: fb0: omapdrm frame buffer device
    [32m[    2.147909] [0m[33mmmc0[0m[1m: host does not support reading read-only switch, assuming write-enable[0m
    [32m[    2.158433] [0m[drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [32m[    2.165666] [0m[33masoc-simple-card sound0[0m: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [32m[    2.173397] [0m[33mmmc0[0m: new high speed SDHC card at address aaaa
    [32m[    2.185161] [0m[33mhctosys[0m: unable to open rtc device (rtc0)
    [32m[    2.189207] [0m[33mmmcblk0[0m: mmc0:aaaa ABLCD 29.7 GiB 
    [32m[    2.194108] [0m[33m mmcblk0[0m: p1 p2
    [32m[    2.204474] [0m[33maic_dvdd[0m: disabling
    [32m[    2.207759] [0mALSA device list:
    [32m[    2.210772] [0m[33m  #0[0m: DRA7xx-EVM
    [32m[    2.213660] [0m[33m  #1[0m: HDMI 58040000.encoder
    [32m[    2.231120] [0m[33mmmc1[0m: MAN_BKOPS_EN bit is not set
    [32m[    2.242277] [0m[33mEXT4-fs (mmcblk0p2)[0m: mounted filesystem with ordered data mode. Opts: (null)
    [32m[    2.250443] [0m[33mVFS[0m: Mounted root (ext4 filesystem) on device 179:2.
    [32m[    2.251919] [0m[33mmmc1[0m: new HS200 MMC card at address 0001
    [32m[    2.262231] [0m[33mmmcblk1[0m: mmc1:0001 R1J58E 59.3 GiB 
    [32m[    2.273453] [0m[33mdevtmpfs[0m: mounted
    [32m[    2.276547] [0m[33mFreeing unused kernel memory[0m: 336K
    [32m[    2.276954] [0m[33mmmcblk1boot0[0m: mmc1:0001 R1J58E partition 1 8.00 MiB
    [32m[    2.286965] [0m[1mThis architecture does not have kernel memory protection.[0m
    [32m[    2.287119] [0m[33mmmcblk1boot1[0m: mmc1:0001 R1J58E partition 2 8.00 MiB
    [32m[    2.536570] [0m[33msystemd[1][0m: System time before build time, advancing clock.
    [32m[    2.574681] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [32m[    2.589057] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [32m[    2.599989] [0m[33msystemd[1][0m: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [32m[    2.618375] [0m[33msystemd[1][0m: Detected architecture arm.
    [32m[    2.650978] [0m[33msystemd[1][0m: Set hostname to <dra7xx-evm>.
    [32m[    2.722382] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [32m[    2.742036] [0m[33mrandom[0m: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.752173] [0m[33mrandom[0m: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.764800] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.780156] [0m[33mrandom[0m: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [32m[    2.879456] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    2.888964] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    2.898830] [0m[33mrandom[0m: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [32m[    3.274541] [0m[33msystemd[1][0m[1m: sockets.target: Found ordering cycle on sockets.target/start[0m
    [32m[    3.282378] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on avahi-daemon.socket/start[0m
    [32m[    3.290332] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on sysinit.target/start[0m
    [32m[    3.297764] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on alignment.service/start[0m
    [32m[    3.305486] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on basic.target/start[0m
    [32m[    3.312759] [0m[33msystemd[1][0m[1m: sockets.target: Found dependency on sockets.target/start[0m
    [32m[    3.320205] [0m[33msystemd[1][0m[1m: sockets.target: Breaking ordering cycle by deleting job avahi-daemon.socket/start[0m
    [32m[    3.329831] [0m[33msystemd[1][0m[31m: avahi-daemon.socket: Job avahi-daemon.socket/start deleted to break ordering cycle starting with sockets.target/start[0m
    [32m[    3.368305] [0m[33msystemd[1][0m[1m: basic.target: Found ordering cycle on basic.target/start[0m
    [32m[    3.375741] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on sysinit.target/start[0m
    [32m[    3.383036] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on alignment.service/start[0m
    [32m[    3.390591] [0m[33msystemd[1][0m[1m: basic.target: Found dependency on basic.target/start[0m
    [32m[    3.397676] [0m[33msystemd[1][0m[1m: basic.target: Breaking ordering cycle by deleting job alignment.service/start[0m
    [32m[    3.406971] [0m[33msystemd[1][0m[31m: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with basic.target/start[0m
    [32m[    3.441335] [0m[33msystemd[1][0m: Created slice System Slice.
    [32m[    3.458063] [0m[33msystemd[1][0m: Reached target Swap.
    [32m[    3.489546] [0m[33msystemd[1][0m: Listening on udev Kernel Socket.
    [32m[    3.508168] [0m[33msystemd[1][0m: Started Dispatch Password Requests to Console Directory Watch.
    [32m[    3.538141] [0m[33msystemd[1][0m: Listening on Journal Socket.
    [32m[    3.588052] [0m[33msystemd[1][0m: Mounting POSIX Message Queue File System...
    [32m[    3.609844] [0m[33msystemd[1][0m: Starting Create list of required static device nodes for the current kernel...
    [32m[    3.638206] [0m[33msystemd[1][0m: Started Forward Password Requests to Wall Directory Watch.
    [32m[    3.658177] [0m[33msystemd[1][0m: Listening on /dev/initctl Compatibility Named Pipe.
    [32m[    3.678025] [0m[33msystemd[1][0m: Reached target Remote File Systems.
    [32m[    3.698112] [0m[33msystemd[1][0m: Listening on Syslog Socket.
    [32m[    3.718906] [0m[33msystemd[1][0m: Listening on Journal Socket (/dev/log).
    [32m[    3.779450] [0m[33msystemd[1][0m: Starting Journal Service...
    [32m[    3.791408] [0m[33msystemd[1][0m: Starting Remount Root and Kernel File Systems...
    [32m[    3.810569] [0m[33mEXT4-fs (mmcblk0p2)[0m: re-mounted. Opts: (null)
    [32m[    3.818125] [0m[33msystemd[1][0m: Reached target Paths.
    [32m[    3.868296] [0m[33msystemd[1][0m: Starting Setup Virtual Console...
    [32m[    3.898338] [0m[33msystemd[1][0m: Listening on Network Service Netlink Socket.
    [32m[    3.958280] [0m[33msystemd[1][0m: Starting Load Kernel Modules...
    [32m[    3.980238] [0m[33msystemd[1][0m: Mounting Debug File System...
    [32m[    3.983454] [0m---SATA_LED is set to HIGH---
    [32m[    3.983492] [0m---SOC_FAN_PWM_1V8 is set to HIGH---
    [32m[    3.983499] [0m---EXT_BAT_DISABLE is set to LOW---
    [32m[    3.983506] [0m---ETH RST is set to HIGH---
    [32m[    3.983512] [0m---LTE_PWR_ON  is set to HIGH---
    [32m[    3.983520] [0m---LTE_RESETn is set to LOW---
    [32m[    3.983526] [0m---GNSS_RSTn  is set to HIGH---
    [32m[    3.983553] [0m---AMP_EN_3V3  is set to HIGH---
    [32m[    3.983560] [0m---AMP_FAULT_3V3  is set to HIGH---
    [32m[    3.983567] [0m---AMP_MUTE_3V3  is set to LOW---
    [32m[    3.983574] [0m---BT_WAKE2SOC_3V3 is set to INPUT MODE---
    [32m[    3.983579] [0m---BT_WAKE_3V3 is set to HIGH---
    [32m[    3.983585] [0m---WIFIBT_LED_EN is set to HIGH---
    [32m[    3.983590] [0m---WIFIBT_EN_3V3 is set to HIGH---
    [32m[    3.983615] [0m---usb4_ulpi_cs  is set to HIGH---
    [32m[    3.983621] [0m---usb3_ulpi_cs is set to HIGH---
    [32m[    3.983625] [0mMajor = 245 Minor = 0 
    [32m[    3.983811] [0mDevice Driver Insert...Done!!!
    [32m[    4.008437] [0m[33mBluetooth[0m: Core ver 2.21
    [32m[    4.008482] [0m[33mNET[0m: Registered protocol family 31
    [32m[    4.008484] [0m[33mBluetooth[0m: HCI device and connection manager initialized
    [32m[    4.008497] [0m[33mBluetooth[0m: HCI socket layer initialized
    [32m[    4.008505] [0m[33mBluetooth[0m: L2CAP socket layer initialized
    [32m[    4.008535] [0m[33mBluetooth[0m: SCO socket layer initialized
    [32m[    4.012725] [0m[33mBluetooth[0m: HCI UART driver ver 2.3
    [32m[    4.012729] [0m[33mBluetooth[0m: HCI UART protocol H4 registered
    [32m[    4.012732] [0m[33mBluetooth[0m: HCI UART protocol BCSP registered
    [32m[    4.012734] [0m[33mBluetooth[0m: HCI UART protocol LL registered
    [32m[    4.012737] [0m[33mBluetooth[0m: HCI UART protocol ATH3K registered
    [32m[    4.012740] [0m[33mBluetooth[0m: HCI UART protocol Three-wire (H5) registered
    [32m[    4.142480] [0m[33msystemd[1][0m: Mounting Temporary Directory...
    [32m[    4.168658] [0m[33msystemd[1][0m: Created slice system-serial\x2dgetty.slice.
    [32m[    4.198200] [0m[33msystemd[1][0m: Listening on udev Control Socket.
    [32m[    4.218757] [0m[33msystemd[1][0m: Created slice system-getty.slice.
    [32m[    4.238480] [0m[33msystemd[1][0m: Created slice User and Session Slice.
    [32m[    4.258035] [0m[33msystemd[1][0m: Reached target Slices.
    [32m[    4.311511] [0m[33msystemd[1][0m: Mounted POSIX Message Queue File System.
    [32m[    4.338101] [0m[33msystemd[1][0m: Mounted Debug File System.
    [32m[    4.358077] [0m[33msystemd[1][0m: Mounted Temporary Directory.
    [32m[    4.378201] [0m[33msystemd[1][0m: Started Journal Service.
    [32m[    5.007855] [0m[33msystemd-journald[121][0m: Received request to flush runtime journal from PID 1
    [32m[    5.369797] [0mCAN device driver interface
    [32m[    5.380963] [0m[33mm_can 42c01a00.mcan[0m[1m: hclk could not be found
    [0m[32m[    5.386743] [0m[33mm_can 42c01a00.mcan[0m: m_can device registered (irq=370, version=32)
    [32m[    5.401458] [0m[33momap-rproc 58820000.ipu[0m: assigned reserved memory node ipu1_cma@9d000000
    [32m[    5.409790] [0m[33m remoteproc0[0m: 58820000.ipu is available
    [32m[    5.414687] [0m[33m remoteproc0[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.424195] [0m[33m remoteproc0[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.437395] [0m[33momap-rproc 55020000.ipu[0m: assigned reserved memory node ipu2_cma@95800000
    [32m[    5.446247] [0m[33m remoteproc1[0m: 55020000.ipu is available
    [32m[    5.466189] [0m[33m remoteproc1[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.486743] [0m[33m remoteproc1[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.512027] [0m[33momap-rproc 40800000.dsp[0m: assigned reserved memory node dsp1_cma@99000000
    [32m[    5.526780] [0m[33m remoteproc2[0m: 40800000.dsp is available
    [32m[    5.533007] [0m[33m remoteproc2[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.549441] [0m[33m remoteproc2[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.569638] [0m[33momap-rproc 41000000.dsp[0m: assigned reserved memory node dsp2_cma@9f000000
    [32m[    5.577993] [0m[33m remoteproc3[0m: 41000000.dsp is available
    [32m[    5.590400] [0m[33m remoteproc3[0m: Note: remoteproc is still under development and considered experimental.
    [32m[    5.602304] [0m[33m remoteproc3[0m: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [32m[    5.837767] [0m[33momap-des 480a5000.des[0m: OMAP DES hw accel rev: 2.2
    [32m[    5.896760] [0m[33momap_rng 48090000.rng[0m: OMAP Random Number Generator ver. 20
    [32m[    6.115620] [0m[33momap_wdt[0m: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [32m[    6.123792] [0m[33momap-sham 4b101000.sham[0m: hw accel on OMAP rev 4.3
    [32m[    6.137657] [0m[33momap-aes 4b500000.aes[0m: OMAP AES hw accel rev: 3.3
    [32m[    6.148320] [0m[33momap-aes 4b700000.aes[0m: OMAP AES hw accel rev: 3.3
    [32m[    6.297612] [0mSCSI subsystem initialized
    [32m[    6.341014] [0m[33m remoteproc1[0m: registered virtio0 (type 7)
    [32m[    6.401437] [0m[33m remoteproc0[0m: registered virtio1 (type 7)
    [32m[    6.470505] [0m[drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [32m[    6.479388] [0mlibata version 3.00 loaded.
    [32m[    6.651412] [0m[33mahci 4a140000.sata[0m: forcing port_map 0x0 -> 0x1
    [32m[    6.668733] [0m[33mahci 4a140000.sata[0m: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [32m[    6.677298] [0m[33mahci 4a140000.sata[0m: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst 
    [32m[    6.726786] [0m[33mscsi host0[0m: ahci
    [32m[    6.729960] [0m[33m remoteproc2[0m: registered virtio2 (type 7)
    [32m[    6.736594] [0m[33mata1[0m: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 344
    [32m[    6.779039] [0m[33m remoteproc3[0m: registered virtio3 (type 7)
    [32m[    7.097997] [0m[33mata1[0m: SATA link down (SStatus 0 SControl 300)
    [32m[    7.252466] [0m[33mFAT-fs (mmcblk0p1)[0m[1m: Volume was not properly unmounted. Some data may be corrupt. Please run fsck.[0m
    [32m[    7.470716] [0m[33mNET[0m: Registered protocol family 15
    [32m[    7.563096] [0m[33mnet eth0[0m: initializing cpsw version 1.15 (0)
    [32m[    7.589179] [0m[33mnet eth0[0m: initialized cpsw ale version 1.4
    [32m[    7.626734] [0m[33mnet eth0[0m: ALE Table size 1024
    [32m[    7.689352] [0mInitializing XFRM netlink socket
    [32m[    7.696468] [0m[33mlibphy[0m[31m: PHY 48485000.mdio:02 not found[0m
    [32m[    7.724150] [0m[33mnet eth0[0m[31m: phy "48485000.mdio:02" not found on slave 0, err -19
    [0m[32m[    7.877510] [0m[33m remoteproc1[0m: powering up 55020000.ipu
    [32m[    7.909987] [0m[33mnet eth0[0m: phy found : id is : 0x2000a231
    [32m[    7.913928] [0m[33m remoteproc1[0m: Booting fw image dra7-ipu2-fw.xem4, size 3743112
    [32m[    7.913989] [0m[33momap-iommu 55082000.mmu[0m: 55082000.mmu: version 2.1
    [32m[    7.954754] [0m[33mIPv6[0m: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [32m[    8.071313] [0m[33m remoteproc1[0m: remote processor 55020000.ipu is now up
    [32m[    8.104849] [0m[33mvirtio_rpmsg_bus virtio0[0m: rpmsg host is online
    [32m[    8.110636] [0m[33mvirtio_rpmsg_bus virtio0[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.136214] [0m[33mvirtio_rpmsg_bus virtio0[0m: creating channel rpmsg-rpc addr 0x66
    [32m[    8.150550] [0m[33m remoteproc0[0m: powering up 58820000.ipu
    [32m[    8.172425] [0m[33m remoteproc0[0m: Booting fw image dra7-ipu1-fw.xem4, size 4794908
    [32m[    8.199974] [0m[33momap-iommu 58882000.mmu[0m: 58882000.mmu: version 2.1
    [32m[    8.234197] [0m[33m remoteproc0[0m: remote processor 58820000.ipu is now up
    [32m[    8.262558] [0m[33mvirtio_rpmsg_bus virtio1[0m: rpmsg host is online
    [32m[    8.263898] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.264015] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.264201] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.264366] [0m[33mvirtio_rpmsg_bus virtio1[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.315278] [0m[33mrandom[0m: nonblocking pool is initialized
    [32m[    8.340125] [0m[33mHelios [0m: TUSB1210_Probe_Function Called!
    [32m[    8.345198] [0m[33mHelios [0m: TUSB1210_SetMode Function Called! = 352781393
    [32m[    8.360503] [0m[33m remoteproc2[0m: powering up 40800000.dsp
    [32m[    8.366558] [0m[33mHelios [0m: ULPI_OTG_CTRL = 103
    [32m[    8.391148] [0m[33m remoteproc2[0m: Booting fw image dra7-dsp1-fw.xe66, size 5635840
    [32m[    8.424008] [0m[33momap_hwmod[0m[1m: mmu0_dsp1: _wait_target_disable failed[0m
    [32m[    8.429891] [0m[33momap-iommu 40d01000.mmu[0m: 40d01000.mmu: version 3.0
    [32m[    8.435833] [0m[33momap-iommu 40d02000.mmu[0m: 40d02000.mmu: version 3.0
    [32m[    8.514759] [0m[33m remoteproc2[0m: remote processor 40800000.dsp is now up
    [32m[    8.534323] [0m[33mvirtio_rpmsg_bus virtio2[0m: rpmsg host is online
    [32m[    8.539989] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.557740] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.566262] [0m[33m remoteproc3[0m: powering up 41000000.dsp
    [32m[    8.578017] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.585009] [0m[33mvirtio_rpmsg_bus virtio2[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.596599] [0m[33m remoteproc3[0m: Booting fw image dra7-dsp2-fw.xe66, size 5635844
    [32m[    8.619365] [0m[33momap_hwmod[0m[1m: mmu0_dsp2: _wait_target_disable failed[0m
    [32m[    8.625247] [0m[33momap-iommu 41501000.mmu[0m: 41501000.mmu: version 3.0
    [32m[    8.631182] [0m[33momap-iommu 41502000.mmu[0m: 41502000.mmu: version 3.0
    [32m[    8.668572] [0m[33m remoteproc3[0m: remote processor 41000000.dsp is now up
    [32m[    8.684898] [0m[33mvirtio_rpmsg_bus virtio3[0m: rpmsg host is online
    [32m[    8.690554] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-client-sample addr 0x32
    [32m[    8.703510] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-client-sample addr 0x33
    [32m[    8.731854] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-omx addr 0x3c
    [32m[    8.744738] [0m[33mrpmsg_rpc rpmsg0[0m: probing service dce-callback with src 1024 dst 101
    [32m[    8.759330] [0m[33mrpmsg_rpc rpmsg1[0m: probing service rpmsg-dce with src 1025 dst 102
    [32m[    8.776489] [0m[33mvirtio_rpmsg_bus virtio3[0m: creating channel rpmsg-rpc addr 0x65
    [32m[    8.795928] [0m[33mrpmsg_rpc rpmsg5[0m: probing service rpc_example_2 with src 1024 dst 101
    [32m[    8.799789] [0m[33mHelios [0m: TUSB1210_Probe_Function Called!
    [32m[    8.799998] [0m[33mHelios [0m: TUSB1210_SetMode Function Called! = 352781393
    [32m[    8.800003] [0m[33mHelios [0m: ULPI_OTG_CTRL = 103
    [32m[    8.819899] [0m[33mrpmsg_rpc rpmsg13[0m: probing service rpc_example_3 with src 1024 dst 101
    [32m[    8.833865] [0m[33mrpmsg_rpc rpmsg0[0m: published functions = 4
    [32m[    8.839379] [0m[33mrpmsg_rpc rpmsg1[0m: published functions = 9
    [32m[    8.845067] [0m[33mrpmsg_rpc rpmsg13[0m: published functions = 8
    [32m[    8.861895] [0m[33mrpmsg_rpc rpmsg9[0m: probing service rpc_example_4 with src 1024 dst 101
    [32m[    8.882422] [0m[33mrpmsg_rpc rpmsg5[0m: published functions = 8
    [32m[    8.890164] [0m[33mrpmsg_rpc rpmsg9[0m: published functions = 8
    [32m[    9.324891] [0m[33mPVR_K[0m: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [32m[    9.444042] [0m[33musbcore[0m: registered new interface driver usbfs
    [32m[    9.450466] [0m[33musbcore[0m: registered new interface driver hub
    [32m[    9.456583] [0m[33musbcore[0m: registered new device driver usb
    [32m[    9.480595] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: xHCI Host Controller
    [32m[    9.487148] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: new USB bus registered, assigned bus number 1
    [32m[    9.496207] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.512211] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: irq 474, io mem 0x488d0000
    [32m[    9.544319] [0m[33mhub 1-0:1.0[0m: USB hub found
    [32m[    9.551700] [0m[33mhub 1-0:1.0[0m: 1 port detected
    [32m[    9.563145] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: xHCI Host Controller
    [32m[    9.577702] [0m[33mxhci-hcd xhci-hcd.3.auto[0m: new USB bus registered, assigned bus number 2
    [32m[    9.586832] [0m[33musb usb2[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.602841] [0m[33mhub 2-0:1.0[0m: USB hub found
    [32m[    9.607718] [0m[33mhub 2-0:1.0[0m: 1 port detected
    [32m[    9.613948] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: xHCI Host Controller
    [32m[    9.620707] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: new USB bus registered, assigned bus number 3
    [32m[    9.629679] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.639973] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: irq 475, io mem 0x48910000
    [32m[    9.647331] [0m[33mhub 3-0:1.0[0m: USB hub found
    [32m[    9.651372] [0m[33mhub 3-0:1.0[0m: 1 port detected
    [32m[    9.657148] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: xHCI Host Controller
    [32m[    9.662747] [0m[33mxhci-hcd xhci-hcd.4.auto[0m: new USB bus registered, assigned bus number 4
    [32m[    9.670807] [0m[33musb usb4[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.684608] [0m[33mhub 4-0:1.0[0m: USB hub found
    [32m[    9.689181] [0m[33mhub 4-0:1.0[0m: 1 port detected
    [32m[    9.695674] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: xHCI Host Controller
    [32m[    9.709903] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: new USB bus registered, assigned bus number 5
    [32m[    9.721177] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.756380] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: irq 476, io mem 0x48950000
    [32m[    9.820504] [0m[33mhub 5-0:1.0[0m: USB hub found
    [32m[    9.824318] [0m[33mhub 5-0:1.0[0m: 1 port detected
    [32m[    9.831685] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: xHCI Host Controller
    [32m[    9.838104] [0m[33mxhci-hcd xhci-hcd.5.auto[0m: new USB bus registered, assigned bus number 6
    [32m[    9.848617] [0m[33musb usb6[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.857777] [0m[33mhub 6-0:1.0[0m: USB hub found
    [32m[    9.861621] [0m[33mhub 6-0:1.0[0m: 1 port detected
    [32m[    9.865999] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: xHCI Host Controller
    [32m[    9.871639] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: new USB bus registered, assigned bus number 7
    [32m[    9.879632] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [32m[    9.879665] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: irq 477, io mem 0x48890000
    [32m[    9.889840] [0m[33mhub 7-0:1.0[0m: USB hub found
    [32m[    9.889865] [0m[33mhub 7-0:1.0[0m: 1 port detected
    [32m[    9.890118] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: xHCI Host Controller
    [32m[    9.890127] [0m[33mxhci-hcd xhci-hcd.6.auto[0m: new USB bus registered, assigned bus number 8
    [32m[    9.890188] [0m[33musb usb8[0m: We don't know the algorithms for LPM for this host, disabling LPM.
    [32m[    9.896410] [0m[33mhub 8-0:1.0[0m: USB hub found
    [32m[    9.896433] [0m[33mhub 8-0:1.0[0m: 1 port detected
    [32m[    9.915497] [0m[33mcpsw 48484000.ethernet eth0[0m: Link is Up - 100Mbps/Full - flow control off
    [32m[    9.915510] [0m[33mIPv6[0m: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [32m[   19.185637] [0m[33momap_hwmod[0m[1m: mmu1_dsp1: _wait_target_disable failed[0m
    [32m[   19.199796] [0m[33momap_hwmod[0m[1m: mmu0_dsp1: _wait_target_disable failed[0m
    [32m[   19.213784] [0m[33momap_hwmod[0m[1m: mmu1_dsp2: _wait_target_disable failed[0m
    [32m[   19.227692] [0m[33momap_hwmod[0m[1m: mmu0_dsp2: _wait_target_disable failed[0m
    root@dra7xx-evm:~# 

  • MMC3 is not probed at all. Based on the Wi-Fi module you are connecting, you may need to add more changes to dts (for that wifi card).
    SD card (MMC1) and eMMC(MMC2) are enumerated and that's why you see valid entries in debugfs for these 2 MMC instances.
  • Hi Vishal,

    But we cant say its not probed, as I am able to see that its listed in /sys/class/mmc_host/mmc2 and see the contents in it.
  • Previously I had warnings in kernel log saying,

    [    1.888367] omap_hsmmc 480ad000.mmc: no pinctrl state for sdr50 mode
    [    1.894753] omap_hsmmc 480ad000.mmc: no pinctrl state for sdr25 mode
    [    1.901186] omap_hsmmc 480ad000.mmc: no pinctrl state for sdr12 mode

    After applying the above patch, this is not shown.

  • In the kernel log you posted I did not see prints from 480ad000.mmc. That's why I said probe has not happened.
    You definitely need more change in dts for connecting a Wi-Fi card to MMC interface. Are there any wl_en gpios that need to be configured for this module?
  • Do you know the reason why it is not showing in the kernel log. We had few warnings earlier, but that got resolved after applying the patch mentioned? Can you suggest a method to see the probing status?

    Yes, we have few enable pins in for the WiFi module.
    Can you confirm that the said modifications in the DT file is sufficient for enabling the MMC3 interface?
    The only thing we are concerning is that the cat /sys/kernel/debug/mmc2/ios is not showing correct values against clock freq, bus width etc. Is that what is expected.

    If you confirm this we will troubleshoot the WIFI module specific enable and all.


    root@dra7xx-evm:~# cat /sys/kernel/debug/mmc2/ios
    clock: 0 Hz
    vdd: 0 (invalid)
    bus mode: 2 (push-pull)
    chip select: 0 (don't care)
    power mode: 0 (off)
    bus width: 0 (1 bits)
    timing spec: 0 (legacy)
    signal voltage: 0 (1.80 V)
    driver type: 0 (driver type B)
  • You will have valid value there only when the wi-fi card is enumerated and functional (interface wlan<x> up). The values there depend on what kind of card is detected., etc.. 

    Ex below from WiLink card on MMC4 + TI EVM


    No WiLink card attached:

    jacinto6evm:/ # cat /d/mmc1/ios
    clock: 0 Hz
    vdd: 0 (invalid)
    bus mode: 2 (push-pull)
    chip select: 0 (don't care)
    power mode: 0 (off)
    bus width: 0 (1 bits)
    timing spec: 0 (legacy)
    signal voltage: 0 (1.80 V)
    driver type: 0 (driver type B)


    WiLink card attached and interface up:

    jacinto6evm:/ # cat /d/mmc1/ios
    clock: 50000000 Hz
    vdd: 7 (1.65 - 1.95 V)
    bus mode: 2 (push-pull)
    chip select: 0 (don't care)
    power mode: 2 (on)
    bus width: 2 (4 bits)
    timing spec: 2 (sd high-speed)
    signal voltage: 0 (1.80 V)
    driver type: 0 (driver type B)


  • Hi Vishal,

    Can you tell me the reason for asking me to limit the clock frequency to 64MHz?
    As per TRM it should support 192MHz functional clock? Do we have any Errata associated with this DRA77P chip-set? I couldn't find this information from Errata sheet.
    Could you please share the errata sheet mentioning this?
  • Hi Padmesh,

    192 MHz speed applies only to MMC1 and MMC2 interface. MMC3 Interface supports 96 MHz, but an errata restricts MMC3 to 64 MHz.

    TRM document link - http://www.ti.com/lit/ug/sprui30f/sprui30f.pdf
    Refer to TRM chapter 25.1 eMMC/SD/SDIO Overview

    Errata document link - http://www.ti.com/lit/er/sprz398i/sprz398i.pdf
    Look for errata i887.




    Regards,
    Vishal

  • Hi team,
    We have made changes in mmc3 according to what you have suggested. But we are still unable to get expected output. I read one related post in community,
    e2e.ti.com/.../1270895

    so it says, that updating dts alone is not enough for working of mmc3. And we need to edit some files hw_data.c and prcm_regs.c. Can you please tell us what all to edit? Or updating dts was more than enough?

    Regards,
    Sam
  • Hi Sam,

    dts changes should be enough for Kernel 4.4.

    The thread you are pointing to is from an old Kernel. The patch I pointed to in the initial response enables the MMC3 slot on same card the other thread is talking about.

    What issues are you facing with MMC3?
    Are you able to enumerate the WLAN card?
  • Hi Vishal,

    We followed the dts changes accordingly, but were not able to enumerate the WLAN card. No values where observed when doing cat /sys/kernel/debug/mmc2/ios.

    The WLAN card driver should automatically download the firmware and detect the mmc3 interface, but nothing is happening here.

    We find in the boot log,

    mmc0: new high speed SDHC card at address aaaa 

    mmc1: new HS200 MMC card at address 0001

    Such is not found for mmc3 (mmc2 in the log).

    We suspect the usage of cd-gpios = <&pcf_jamr3_21 0 GPIO_ACTIVE_LOW> . How should we use it in our case ? Will it be the reason for not detecting the WLAN Card.

    Regards,
    Sam

  • Hi Sam,

    Do you have any reference on dts changes needed by the WLAN vendor? (other than the mmc changes)
    Usually there is a wlan enable GPIO that needs to be tied with regulator used for MMC.

    cd-gpios only applies to SD card slots.

    Regards,
    Vishal
  • Hi Vishal,

    The gpios for wlan are set in uboot and in kernel. The WiFiBT driver downloads the firmware on detecting the mmc3 interface.

    The wake pins and all mmc3 pins to the module is configured properly. No changes for wlan are required in dt for setting the gpio of wlan.

    Do the differences in the below matter,

    Sometimes we find, the clock of mmc2 is set to 4MHz, and vdd as 7. 

    Following the regs above, we find changes in registers HCTL and SYSCTL are necessary comparing mmc0 and mmc2. Do you think this is necessary ?

    Are changes required for the kernel ?

    Regards,

    Padmesh

  • In the Kernel log, do you see the WLAN card enumerating?
    Can you share the current dts changes you have added for MMC3 and also the full Kernel log.

  • Hi Vishal,

    I cannot find the WLAN card enumerated.

    Here is the dts changes for mmc3,

    &dra7_pmx_core {	
    		
    	mmc3_pins_default: mmc3_pins_default {
    		pinctrl-single,pins = <
    			DRA7XX_CORE_IOPAD(0x377c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3780, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3784, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3788, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x378c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3790, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    		>;
    	};
    
    	mmc3_pins_hs: mmc3_pins_hs {
    		pinctrl-single,pins = <
    			DRA7XX_CORE_IOPAD(0x377c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3780, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3784, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3788, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x378c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3790, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    		>;
    	};
    
    	mmc3_pins_sdr12: mmc3_pins_sdr12 {
    		pinctrl-single,pins = <
    			DRA7XX_CORE_IOPAD(0x377c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3780, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3784, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3788, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x378c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3790, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    		>;
    	};
    
    	mmc3_pins_sdr25: mmc3_pins_sdr25 {
    		pinctrl-single,pins = <
    			DRA7XX_CORE_IOPAD(0x377c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3780, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3784, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3788, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x378c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3790, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    		>;
    	};
    
    	mmc3_pins_sdr50: mmc3_pins_sdr50 {
    		pinctrl-single,pins = <
    			DRA7XX_CORE_IOPAD(0x377c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3780, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3784, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3788, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x378c, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    			DRA7XX_CORE_IOPAD(0x3790, (PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0))
    		>;
    	};
    };
    
    &dra7_iodelay_core {
    
    	mmc3_iodelay_manual1_conf: mmc3_iodelay_manual1_conf {
    		pinctrl-single,pins = <
    			0x678 (A_DELAY(0) | G_DELAY(386))	/* CFG_MMC3_CLK_IN */
    			0x680 (A_DELAY(605) | G_DELAY(0))	/* CFG_MMC3_CLK_OUT */
    			0x684 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_CMD_IN */
    			0x688 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_CMD_OEN */
    			0x68c (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_CMD_OUT */
    			0x690 (A_DELAY(171) | G_DELAY(0))	/* CFG_MMC3_DAT0_IN */
    			0x694 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT0_OEN */
    			0x698 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT0_OUT */
    			0x69c (A_DELAY(221) | G_DELAY(0))	/* CFG_MMC3_DAT1_IN */
    			0x6a0 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT1_OEN */
    			0x6a4 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT1_OUT */
    			0x6a8 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT2_IN */
    			0x6ac (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT2_OEN */
    			0x6b0 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT2_OUT */
    			0x6b4 (A_DELAY(474) | G_DELAY(0))	/* CFG_MMC3_DAT3_IN */
    			0x6b8 (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT3_OEN */
    			0x6bc (A_DELAY(0) | G_DELAY(0))		/* CFG_MMC3_DAT3_OUT */
    		>;
    	};
    }; 
     
        /*             &mmc3_gfclk_div {
                           #clock-cells = <0>;
                           compatible = "ti,omap-clock";
    			status = "okay";
                   };
    
                   &mmc3_clk32k {
                           #clock-cells = <0>;
                           compatible = "ti,omap-clock";
    		       status = "okay";
                   };
    
        vmmc3_fixed: fixedregulator-mmc3 {
                   compatible = "regulator-fixed";
                   regulator-name = "vmmc3_fixed";
                   regulator-min-microvolt = <3000000>;
                   regulator-max-microvolt = <3000000>;
           };
    */
    
    &mmc3{	
    	status = "okay";
    	vmmc-supply = <&vio_1v8>;
    	bus-width = <4>;
    	ti,non-removable;
    	max-frequency = <64000000>;
    	pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50";
    	pinctrl-0 = <&mmc3_pins_default &mmc3_iodelay_manual1_conf>;
    	pinctrl-1 = <&mmc3_pins_hs &mmc3_iodelay_manual1_conf>;
    	pinctrl-2 = <&mmc3_pins_sdr12 &mmc3_iodelay_manual1_conf>;
    	pinctrl-3 = <&mmc3_pins_sdr25 &mmc3_iodelay_manual1_conf>;
    	pinctrl-4 = <&mmc3_pins_sdr50 &mmc3_iodelay_manual1_conf>;
    };

    The log is

    6507.log.txt
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    U-Boot SPL 2016.05-dirty (Apr 26 2019 - 10:30:12)
    DRA762-GP ES1.0
    no pinctrl for hs200_1_8v
    no pinctrl for ddr_1_8v
    platform_fixup_get_pinctrl_by_mode no pinctrl defined for MMC@480ad000
    no pinctrl state for default mode
    ** First descriptor is NOT a primary desc on 1:1 **
    *** Warning - bad CRC, using default environment
    ---SATA_LED is set to HIGH---
    ---ETH RST is set to HIGH---
    ---LTE_RESETn is set to LOW---
    ---LTE_PWR_ON is set to LOW---
    ---GNSS_RSTn is set to HIGH---
    ---BT_WAKE2SOC_3V3 is set to INPUT MODE---
    ---BT_WAKE_3V3 is set to HIGH---
    ---WIFI_WAKE2SOC_3V3 is set to INPUT MODE---
    ---WIFI_WAKE_3V3 is set to HIGH---
    ---WIFIBT_LED_EN is set to HIGH---
    ---WIFIBT_EN_3V3 is set to HIGH---
    ---I2C_EEPROM_WP is set to HIGH---
    ---usb4_ulpi_cs is set to HIGH---
    ---usb3_ulpi_cs is set to HIGH---
    ---AM_FM_RST is set to HIGH---
    Trying to boot from MMC1
    *** Warning - bad CRC, using default environment
    reading u-boot.img
    reading u-boot.img
    reading u-boot.img
    reading u-boot.img
    U-Boot 2016.05-dirty (Apr 26 2019 - 10:30:12 +0530)
    CPU : DRA762-GP ES1.0
    Model: TI DRA762 EVM
    Board: DRA74x EVM REV
    DRAM: 1.5 GiB
    ---SATA_LED is set to HIGH---
    ---ETH RST is set to HIGH---
    ---LTE_RESETn is set to LOW---
    ---LTE_PWR_ON is set to LOW---
    ---GNSS_RSTn is set to HIGH---
    ---BT_WAKE2SOC_3V3 is set to INPUT MODE---
    ---BT_WAKE_3V3 is set to HIGH---
    ---WIFI_WAKE2SOC_3V3 is set to INPUT MODE---
    ---WIFI_WAKE_3V3 is set to HIGH---
    ---WIFIBT_LED_EN is set to HIGH---
    ---WIFIBT_EN_3V3 is set to HIGH---
    ---I2C_EEPROM_WP is set to HIGH---
    ---usb4_ulpi_cs is set to HIGH---
    ---usb3_ulpi_cs is set to HIGH---
    ---AM_FM_RST is set to HIGH---
    MMC: mmc@4809c000: fail to find sdr104 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr104
    mmc@4809c000: fail to find ddr50 mode FDT_ERR_NOTFOUND
    no pinctrl for ddr50
    mmc@4809c000: fail to find sdr50 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr50
    mmc@4809c000: fail to find sdr25 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr25
    mmc@4809c000: fail to find sdr12 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr12
    OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2
    ** First descriptor is NOT a primary desc on 1:1 **
    *** Warning - bad CRC, using default environment
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Regards,
    Padmesh

  • Could you also share the vio_1v8 settings in dts?
  • vio_1v8: fixedregulator-vio_1v8 {
    		compatible = "regulator-fixed";
    		regulator-name = "vio_1v8";
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <1800000>;
    		vin-supply = <&smps5_reg>;
    	};

  • How's WLAN enable GPIO tied in?
    You could take a look at MMC4 configuration from TI EVM which has configuration for a WLAN card.
  • Where do i look for the MMC4 configuration ?

    The GPIOs corresponding to wake pins and power enable pin are set via a loadable kernel module.

    We have also set the gpios in evm.c (u-boot).

  • Hi Padmesh,

    Look here for MMC4 example with WiLInk card. Note that the vmmc-supply has the GPIO tied in.
    git.omapzoom.org/

    What you do in bootloader is the padconf to select GPIO pins.
  • 1.8v is provided for MM3 lines, but wifi_bt_en pin is 3.3v. Shouldn't the gpio be tied to a 3v3 regulator ?
    How can this be done ?
  • Hi Vishal,

    I tied the wlan enable gpio pin to the regulator vio_1v8 and it came up with following in the log,

    omap_hsmmc 480ad000.mmc: no support for card's volt
    mmc2: error -110 whilst initialising SDIO card

    So i changed vio_1v8 to vio_3v3 and tied the gpio  to vio_3v3 regulator, It came up with

    mmc2: error -110 whilst initialising SDIO card

    I tried max_frequency as 64 MHz and 1 MHz. But still shows the same error.

    This is my curent dt,

    vio_3v3: fixedregulator-vio_3v3 {
    		compatible = "regulator-fixed";
    		regulator-name = "vio_3v3";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&vsys_3v3>;
    		regulator-always-on;
    		regulator-boot-on;
    	
    		gpio = <&gpio3 29 GPIO_ACTIVE_HIGH>;
    		enable-active-high;
    };
    
    
    
    &mmc3{	
    	status = "okay";
    	vmmc-supply = <&vio_3v3>;
    	vqmmc-supply = <&vio_1v8>;
    	bus-width = <4>;
    	ti,non-removable;
    	max-frequency = <1000000>;
    	/*cap-sdio-irq;*/
    	cap-power-off-card;
    	keep-power-in-suspend;
    	pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50";
    	pinctrl-0 = <&mmc3_pins_default &mmc3_iodelay_manual1_conf>;
    	pinctrl-1 = <&mmc3_pins_hs &mmc3_iodelay_manual1_conf>;
    	pinctrl-2 = <&mmc3_pins_sdr12 &mmc3_iodelay_manual1_conf>;
    	pinctrl-3 = <&mmc3_pins_sdr25 &mmc3_iodelay_manual1_conf>;
    	pinctrl-4 = <&mmc3_pins_sdr50 &mmc3_iodelay_manual1_conf>;
    };

  • Hi,

    Try making the vmmc-supply as vio1v8 and add the gpio property to vio1v8 node.

    Regards,
    Vishal

  • Hi,
    The same resulted for the above procedure also.
  • Was vqmmc removed during that experiment?
    (have vmmc _supply set to 1v8 with gpio entries)

    Could you also share the mmc3 part of your board schematics ?
  •  Yes I have tried as mentioned above.

    The schematic is attached.

  • Ok, thanks for sharing the schematics.
    Please Change back vmmc-supply to vio3v3 with gpio settings. That's the correct settings.

    I am checking to see if vmmc_aux-supply needs to be added to dts with vio1v8 value.

    Also, capture Kernel logs with CONFIG_MMC_DEBUG option enabled in Kernel config and append loglevel=9 to bootargs (KERNEL_CMDLINE)




  • Hi Vishal,

    On adding vmmc_aux-supply with vio_3v3 (without inserting the wifiBt kernel modules) i get the following,

    Also in kernel log, now it shows only (previous messages do not occur now)

    [    2.430551] mmc2: mmc_rescan_try_freq: trying to init card at 400000 Hz
  • Hi Vishal,

    In addition to the MMC_DEBUG and loglevel = 9, I have attached the logs with various tries in dt:

    1. Without vmmc_aux and vqmmc.
    2. With vmmc_aux and no vqmmc.
    3. With both vmmc_aux and vqmmc.

    In the #3 try, I got the above attached details in /sys/kernel/debug/mmc2/ios

    1_mmc2_log_without_auxsupply_and _vqmmc.txt

    2_mmc2_log_with_auxsupply.txt

    3_mmc2_log_with_auxsupply_and _vqmmc.txt

  • Hi,

    Can you test setting vmmc-supply to a dummy 1.8v always on fixed regulator?
    Use the same vio_1v8, without the vin-supply. Take out other supplies from MMC3.

    vio_1v8: fixedregulator-vio_1v8 {
        compatible = "regulator-fixed";
        regulator-name = "vio_1v8";
        regulator-min-microvolt = <1800000>;
        regulator-max-microvolt = <1800000>;
        regulator-always-on;
        regulator-boot-on;
    };


    Regards,
    Vishal

  • Try with and without gpio in the above experiment.
  • Hi Vishal,

    This comes up on doing the above tries,

    [    2.408720] mmc2: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [    2.419974] omap_hsmmc 480ad000.mmc: no support for card's volts
    [    2.426066] mmc2: error -22 whilst initialising SDIO card

  • Hi Padmesh,

    Sorry for the confusion, I responded with wrong supply names previously.

        vmmc-supply : The Vdd voltage supply for the card.
    vmmc_aux-supply : The Vio voltage supply for IO lines


    Add the vio_1v8 to vmmc_aux-supply (with same values I showed). Add the vio_3v3 to vmmc-supply.

    Regards,
    Vishal

  • Hi Vishal,

    I am happy to inform, we got the log as follows,

    [    2.419125] mmc2: mmc_rescan_try_freq: trying to init card at 400000 Hz
    [    2.453450] mmc2: new SDIO card at address 0001
    [    2.459631] omap_hsmmc 480ad000.mmc: vmmc_aux set voltage failed
    
    
    
    [    6.947397] mwifiex_sdio mmc2:0001:1: Direct firmware load for mrvl/sd8887_uapsta.bin failed with error -2
    
    [    7.015007] mwifiex_sdio mmc2:0001:1: Failed to get firmware mrvl/sd8887_uapsta.bin
    [    7.054977] mwifiex_sdio mmc2:0001:1: info: mwifiex_fw_dpc: unregister device

    There is trouble in inserting our firmware. As it shows this "omap_hsmmc 480ad000.mmc: vmmc_aux set voltage failed" when trying to download the firmware.

    These are my dt changes,

    vio_3v3: fixedregulator-vio_3v3 {
            compatible = "regulator-fixed";
            regulator-name = "vio_3v3";
            regulator-min-microvolt = <3300000>;
            regulator-max-microvolt = <3300000>;
            vin-supply = <&vsys_3v3>;
            regulator-always-on;
            regulator-boot-on;
            startup-delay-us = <70000>;    
            gpio = <&gpio3 29 GPIO_ACTIVE_HIGH>;
            enable-active-high;
        };

    wlan_regulator: fixedregulator-wlan_regulator { compatible = "regulator-fixed"; regulator-name = "wlan_regulator"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-always-on; regulator-boot-on; /*gpio = <&gpio3 29 GPIO_ACTIVE_HIGH>; enable-active-high;*/ }; &mmc3{ status = "okay"; vmmc-supply = <&vio_3v3>; /*vqmmc-supply = <&vio_1v8>;*/ vmmc_aux-supply = <&wlan_regulator>; bus-width = <4>; ti,non-removable; max-frequency = <64000000>; /*cap-sdio-irq;*/ cap-power-off-card; keep-power-in-suspend; enable-sdio-wakeup; pinctrl-names = "default"; pinctrl-0 = <&mmc3_pins_default &mmc3_iodelay_manual1_conf>; /*pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50"; pinctrl-0 = <&mmc3_pins_default &mmc3_iodelay_manual1_conf>; pinctrl-1 = <&mmc3_pins_hs &mmc3_iodelay_manual1_conf>; pinctrl-2 = <&mmc3_pins_sdr12 &mmc3_iodelay_manual1_conf>; pinctrl-3 = <&mmc3_pins_sdr25 &mmc3_iodelay_manual1_conf>; pinctrl-4 = <&mmc3_pins_sdr50 &mmc3_iodelay_manual1_conf>;*/ };

  • This looks good... Ignore the "vmmc_aux set voltage failed" for now. I don't think that is the reason for firmware download failure.
    Make sure the firmware is on the filesystem at specified path. The path is /lib/firmware/mrvl/sd8887_uapsta.bin I think.

  • Hi Vishal,

    I changed the path and was able to see the firmware download but the probing failed.

    The initial ios we see is the details of a different driver (mwifiex and mwifiex_sdio). I removed it and inserted our modules.

    root@dra7xx-evm:~# cat /sys/kernel/debug/mmc2/ios 
    clock:		64000000 Hz
    vdd:		21 (3.3 ~ 3.4 V)
    bus mode:	2 (push-pull)
    chip select:	0 (don't care)
    power mode:	2 (on)
    bus width:	2 (4 bits)
    timing spec:	0 (legacy)
    signal voltage:	0 (1.80 V)
    driver type:	0 (driver type B)
    root@dra7xx-evm:~# rmmod hci_uart
    root@dra7xx-evm:~# rmmod mwifiex_sdio
    root@dra7xx-evm:~# rmmod mwifiex     
    root@dra7xx-evm:~# insmod mlan.ko && insmod sd8xxx.ko fw_name=mrvl/sduart8887_combo_a2.bin cfg80211_wext=0xf
    [  202.659770] mlan: module license 'Marvell Proprietary' taints kernel.
    [  202.666552] Disabling lock debugging due to kernel taint
    [  202.712407] wlan: Loading MWLAN driver
    [  202.738293] omap_hsmmc 480ad000.mmc: vmmc_aux set voltage failed
    [  202.808983] vendor=0x02DF device=0x9135 class=0 function=1
    [  202.815809] SDIO: max_segs=1024 max_seg_size=33553920
    [  202.821237] rx_work=1 cpu_num=2
    [  202.825356] wlan: Enable TX SG mode
    [  202.828967] wlan: Enable RX SG mode
    [  202.861191] Request firmware: mrvl/sduart8887_combo_a2.bin
    [  203.070056] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.078102] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.089766] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.098273] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.111451] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.119437] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.127898] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.136357] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.144845] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.156485] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.168203] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.179891] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.188402] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.196491] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.204963] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.213509] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.224705] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.233226] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.241726] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.253368] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.261878] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.273129] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.281212] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.289654] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.297773] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.306268] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.314756] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.322862] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.331368] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.342436] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.353635] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.361687] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.370079] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.378540] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.386622] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.395029] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.406539] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.414961] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.423374] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.431781] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.440180] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.448605] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.457021] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.465444] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.486699] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.498650] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.507097] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.515570] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.523622] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.532012] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.543481] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.551504] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.559490] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.571847] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.580194] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.588632] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.600166] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.613148] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.621188] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.629197] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.637594] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.646006] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  203.652972] Wlan: FW download over, firmwarelen=605620 downloaded 605620
    [  203.660995] systemd-journald[154]: /dev/kmsg buffer overrun, some messages lost.
    [  204.172168] WLAN FW is active
    [  204.175146] Please add cal_data_cfg for 8887/8977/8997/8987/9098
    [  204.181398] woal_request_fw failed
    [  204.184898] Firmware Init Failed
    [  204.188482] woal_add_card failed
    [  204.192001] wlan_sdio: probe of mmc2:0001:1 failed with error -1
    [  204.199241] wlan: Driver loaded successfully
    

  • The failure now is not coming from MMC host controller. They are coming from the WLAN driver. You need to debug this with the WLAN vendor.