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/TDA2EVM5777: TDA2XX SD BOOT

Part Number: TDA2EVM5777
Other Parts Discussed in Thread: DRA742, PMP

Tool/software: Linux

Hi Everyone:

i'm using TDA2XX board with PROCESSOR_SDK_VISION_03_01_00_00,i tried boot from sd card,but i met this problem:

U-Boot SPL 2016.05 (Jan 12 2018 - 10:54:04)
DRA752-GP ES2.0
no pinctrl for hs200_1_8v
no pinctrl for ddr_1_8v
** First descriptor is NOT a primary desc on 1:1 **
Trying to boot from MMC1
reading dra7-ipu2-fw.lzop
spl_load_file_fat: error reading file dra7-ipu2-fw.lzop, err - -1
spl: error reading image dra7-ipu2-fw.lzop, err - -1
Error loading remotecore IPU2!,Continuing with boot ...
reading dra7-dsp1-fw.lzop
spl_load_file_fat: error reading file dra7-dsp1-fw.lzop, err - -1
spl: error reading image dra7-dsp1-fw.lzop, err - -1
Error loading remotecore DSP1!,Continuing with boot ...
reading dra7-dsp2-fw.lzop
spl_load_file_fat: error reading file dra7-dsp2-fw.lzop, err - -1
spl: error reading image dra7-dsp2-fw.lzop, err - -1
Error loading remotecore DSP2!,Continuing with boot ...
reading dra7-ipu1-fw.lzop
spl_load_file_fat: error reading file dra7-ipu1-fw.lzop, err - -1
spl: error reading image dra7-ipu1-fw.lzop, err - -1
Error loading remotecore IPU1!,Continuing with boot ...
reading u-boot.img                                                              
reading u-boot.img                                                              
reading u-boot.img                                                              
reading u-boot.img                                                              
                                                                                
                                                                                
U-Boot 2016.05 (Jan 12 2018 - 10:54:04 +0800)                                   
                                                                                
CPU  : DRA752-GP ES2.0                                                          
Model: TI DRA742                                                                
Board: DRA74x EVM REV H.0                                                       
DRAM:  4 GiB                                                                    
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1                                           
** First descriptor is NOT a primary desc on 1:1 **                             
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:195/mmc_get_part_size()               
Warning: fastboot.userdata_size: unable to calc                                 
SCSI:  SATA link 0 timeout.                                                     
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode                       
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst                
scanning bus for devices...                                                     
Found 0 device(s).                                                              
Net:                                                                            
Warning: ethernet@48484000 using MAC address from ROM                           
eth0: ethernet@48484000                                                         
Hit any key to stop autoboot:  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                                                                
165 bytes read in 2 ms (80.1 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                                                        
3551760 bytes read in 112 ms (30.2 MiB/s)                                       
** File not found /boot/dra7-evm-infoadas.dtb **                                
Booting from mmc0 ...                                                           
Kernel image @ 0x82000000 [ 0x000000 - 0x363210 ]                               
ERROR: Did not find a cmdline Flattened Device Tree                             
Could not find a valid device tree                                              
** First descriptor is NOT a primary desc on 1:1 **                             
switch to partitions #0, OK                                                     
mmc1(part 0) is current device                                                  
** First descriptor is NOT a primary desc on 1:1 **                             
mmc - MMC sub system                                                            
                                                                                
Usage:                                                                          
mmc info - display info of the current MMC device                               
mmc read addr blk# cnt                                                          
mmc write addr blk# cnt                                                         
mmc erase blk# cnt                                                              
mmc rescan                                                                      
mmc part - lists available partition on current mmc device                      
mmc dev [dev] [part] - show or set current mmc device [partition]               
mmc list - lists available devices                                              
mmc hwpartition [args...] - does hardware partitioning                          
  arguments (sizes in 512-byte blocks):                                         
    [user [enh start cnt] [wrrel {on|off}]] - sets user data area attributes    
    [gp1|gp2|gp3|gp4 cnt [enh] [wrrel {on|off}]] - general purpose partition    
    [check|set|complete] - mode, complete set partitioning completed            
  WARNING: Partitioning is a write-once setting once it is set to complete.     
  Power cycling is required to initialize partitions after set to complete.     
mmc bootbus dev boot_bus_width reset_boot_bus_width boot_mode                   
 - Set the BOOT_BUS_WIDTH field of the specified device                         
mmc bootpart-resize <dev> <boot part size MB> <RPMB part size MB>               
 - Change sizes of boot and RPMB partitions of specified device                 
mmc partconf dev boot_ack boot_partition partition_access                       
 - Change the bits of the PARTITION_CONFIG field of the specified device        
mmc rst-function dev value                                                      
 - Change the RST_n_FUNCTION field of the specified device                      
   WARNING: This is a write-once field and 0 / 1 / 2 are the only valid values.
mmc setdsr <value> - set DSR register value                                     
                                                                                
mmc - MMC sub system                                                            
                                                                                
Usage:                                                                          
mmc info - display info of the current MMC device                               
mmc read addr blk# cnt                                                          
mmc write addr blk# cnt                                                         
mmc erase blk# cnt                                                              
mmc rescan                                                                      
mmc part - lists available partition on current mmc device                      
mmc dev [dev] [part] - show or set current mmc device [partition]               
mmc list - lists available devices                                              
mmc hwpartition [args...] - does hardware partitioning                          
  arguments (sizes in 512-byte blocks):                                         
    [user [enh start cnt] [wrrel {on|off}]] - sets user data area attributes    
    [gp1|gp2|gp3|gp4 cnt [enh] [wrrel {on|off}]] - general purpose partition    
    [check|set|complete] - mode, complete set partitioning completed            
  WARNING: Partitioning is a write-once setting once it is set to complete.     
  Power cycling is required to initialize partitions after set to complete.     
mmc bootbus dev boot_bus_width reset_boot_bus_width boot_mode                   
 - Set the BOOT_BUS_WIDTH field of the specified device                         
mmc bootpart-resize <dev> <boot part size MB> <RPMB part size MB>               
 - Change sizes of boot and RPMB partitions of specified device                 
mmc partconf dev boot_ack boot_partition partition_access                       
 - Change the bits of the PARTITION_CONFIG field of the specified device        
mmc rst-function dev value                                                      
 - Change the RST_n_FUNCTION field of the specified device                      
   WARNING: This is a write-once field and 0 / 1 / 2 are the only valid values.
mmc setdsr <value> - set DSR register value                                     
                                                                                
Booting from eMMC ...                                                           
Wrong Image Format for bootm command                                            
ERROR: can't get kernel image!

Please help me.Thanks a lot!!!

  • Hi,

    Looks like the device tree blob is missing per the following line

          "** File not found /boot/dra7-evm-infoadas.dtb **"

    Have you executed the command "make linux_install"?

    Assume your config is tda2xx_evm_linux_all. You can find corresponding DTB in vision_sdk/apps/configs/tda2xx_evm_linux_all/cfg.mk


    DEFAULT_DTB := dra7-evm-infoadas.dtb dra7-evm-infoadas-lcd-lg.dtb

    After “make linux_install”, these two DTBs will be copied to targetfs. (from  /ti_components/os_tools/linux/kernel/omap/arch/arm/boot/dts/  to  /ti_components/os_tools/linux/targetfs/boot/)

    Then refer the user guide to make your SD card 

    Best Regards,

  • Hi
    I am sure that i executed"make linux_install",and the default_dtb is right,the two files exist in boot/,but problem is still there.
  • Hi,

    Please make sure "dra7-evm-infoadas.dtb" is under /boot of your SD card's 2nd partition

    I attached my boot log (SDK 3.1 on TDA2x EVM) below for your reference.

    3122.teraterm.log
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - bad CRC, using default environment
    
    SCSI:  SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst 
    scanning bus for devices...
    Found 0 device(s).
    Net:   
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    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
    165 bytes read in 2 ms (80.1 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
    3552184 bytes read in 105 ms (32.3 MiB/s)
    106665 bytes read in 9 ms (11.3 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x3633b8 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe2000, end 8ffff0a8 ... 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-00012-gf07f446-dirty (root@ubuntu) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Wed Jan 17 17:51:11 CST 2018
    [    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 DRA742
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
    [    0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 80 MiB
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0x00000000be400000
    [    0.000000] Forcing write-allocate cache policy for SMP
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
    [    0.000000] DRA752 ES1.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @ef62b000 s14912 r8192 d21952 u45056
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 243264
    [    0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=4636155f-02 rw rootwait ip=none mem=1024M
    [    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: 410844K/979968K available (6619K kernel code, 319K rwdata, 2388K rodata, 340K init, 290K bss, 364324K reserved, 204800K cma-reserved, 234496K 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 - 0xc08d402c   (9009 kB)
    [    0.000000]       .init : 0xc08d5000 - 0xc092a000   ( 340 kB)
    [    0.000000]       .data : 0xc092a000 - 0xc0979d60   ( 320 kB)
    [    0.000000]        .bss : 0xc097b000 - 0xc09c3800   ( 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.000015] Switching to timer-based delay loop, resolution 162ns
    [    0.000340] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000348] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000782] Console: colour dummy device 80x30
    [    0.000798] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000804] This ensures that you still see kernel messages. Please
    [    0.000810] update your kernel commandline.
    [    0.000823] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000836] pid_max: default: 32768 minimum: 301
    [    0.000933] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000943] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001482] Initializing cgroup subsys io
    [    0.001498] Initializing cgroup subsys memory
    [    0.001523] Initializing cgroup subsys devices
    [    0.001535] Initializing cgroup subsys freezer
    [    0.001546] Initializing cgroup subsys perf_event
    [    0.001558] Initializing cgroup subsys pids
    [    0.001584] CPU: Testing write buffer coherency: ok
    [    0.001782] /cpus/cpu@0 missing clock-frequency property
    [    0.001798] /cpus/cpu@1 missing clock-frequency property
    [    0.001808] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001840] Setting up static identity map for 0x80008380 - 0x800083e0
    [    0.080059] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080128] Brought up 2 CPUs
    [    0.080141] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080148] CPU: All CPU(s) started in HYP mode.
    [    0.080153] CPU: Virtualization extensions available.
    [    0.080532] devtmpfs: initialized
    [    0.109212] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.110181] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.312323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.312343] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.316575] pinctrl core: initialized pinctrl subsystem
    [    0.317430] NET: Registered protocol family 16
    [    0.318348] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.340211] cpuidle: using governor ladder
    [    0.370237] cpuidle: using governor menu
    [    0.378706] OMAP GPIO hardware version 0.1
    [    0.385081] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.401048] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [    0.401061] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    0.410222] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.410232] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.410716] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.410726] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.411305] OMAP DMA hardware revision 0.0
    [    0.451404] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.452560] edma 43300000.edma: memcpy is disabled
    [    0.457256] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.461607] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.461789] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.461950] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.462107] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.462397] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.462580] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.465576] palmas 0-0058: IRQ missing: skipping irq request
    [    0.481033] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [    0.553325] pcf857x 0-0020: probed
    [    0.553896] pcf857x 0-0021: probed
    [    0.554045] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.554430] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.554629] media: Linux media interface: v0.10
    [    0.554680] Linux video capture interface: v2.00
    [    0.554722] pps_core: LinuxPPS API ver. 1 registered
    [    0.554729] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.554753] PTP clock support registered
    [    0.554800] EDAC MC: Ver: 3.0.0
    [    0.555544] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.555844] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.556170] Advanced Linux Sound Architecture Driver Initialized.
    [    0.556999] clocksource: Switched to clocksource arch_sys_counter
    [    0.567602] NET: Registered protocol family 2
    [    0.568099] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.568163] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.568288] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.568334] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.568365] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.568573] NET: Registered protocol family 1
    [    0.568843] RPC: Registered named UNIX socket transport module.
    [    0.568852] RPC: Registered udp transport module.
    [    0.568859] RPC: Registered tcp transport module.
    [    0.568865] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.569866] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.579846] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.580497] NFS: Registering the id_resolver key type
    [    0.580526] Key type id_resolver registered
    [    0.580533] Key type id_legacy registered
    [    0.580587] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.581852] bounce: pool size: 64 pages
    [    0.582003] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.582017] io scheduler noop registered
    [    0.582029] io scheduler deadline registered
    [    0.582061] io scheduler cfq registered (default)
    [    0.586947] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.590138] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [    0.590151]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [    0.590184]    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.590206]   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    0.620517] dra7-pcie 51000000.pcie_rc: link is not up
    [    0.620694] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [    0.620707] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.620717] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    0.620726] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.621127] PCI: bus0: Fast back to back transfers disabled
    [    0.621248] PCI: bus1: Fast back to back transfers enabled
    [    0.621332] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.621347] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.621359] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.621577] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [    0.681719] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.685102] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    [    1.693956] console [ttyS0] enabled
    [    1.698351] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [    1.708037] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [    1.718073] [drm] Initialized drm 1.1.0 20060810
    [    1.724088] OMAP DSS rev 6.1
    [    1.727856] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.743380] loop: module loaded
    [    1.746891] vmemexp device MAJOR num = 246
    [    1.751037] vmemexp class registered
    [    1.754747] /dev/vmemexp device registered
    [    1.758879] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [    1.764553] nand: No NAND device found
    [    1.768345] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
    [    1.778292] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [    1.783689] 7 ofpart partitions found on MTD device spi32766.0
    [    1.789570] Creating 7 MTD partitions on "spi32766.0":
    [    1.794732] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [    1.800857] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    1.807192] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    1.814123] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    1.820826] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    1.828222] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    1.834568] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    1.842352] libphy: Fixed MDIO Bus: probed
    [    1.897031] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    1.903155] davinci_mdio 48485000.mdio: detected phy mask fffffff3
    [    1.913413] libphy: 48485000.mdio: probed
    [    1.917462] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
    [    1.925503] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
    [    1.934193] cpsw 48484000.ethernet: Detected MACID = 20:cd:39:2b:fa:a8
    [    1.940854] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    1.947835] cpsw 48484000.ethernet: cpsw: Detected MACID = 20:cd:39:2b:fa:a9
    [    1.956424] mousedev: PS/2 mouse device common for all mice
    [    1.962614] i2c /dev entries driver
    [    1.968496] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [    1.975927] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [    1.983371] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [    1.990815] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [    1.998259] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [    2.008874] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.014442] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    2.020864] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    2.027399] evm_3v3_sw: supplied by sysen1
    [    2.110160] mmc0: MAN_BKOPS_EN bit is not set
    [    2.116416] mmc0: new DDR MMC card at address 0001
    [    2.131707] mmcblk0: mmc0:0001 MMC04G 3.52 GiB 
    [    2.146515] mmcblk0boot0: mmc0:0001 MMC04G partition 1 16.0 MiB
    [    2.152757] mmcblk0boot1: mmc0:0001 MMC04G partition 2 16.0 MiB
    [    2.159957] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    2.169100] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd response 0x900, card status 0xb00
    [    2.178557] mmcblk0: retrying using single block read
    [    2.183988] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd response 0x900, card status 0x0
    [    2.193856] blk_update_request: I/O error, dev mmcblk0, sector 0
    [    2.200579] mmcblk0: error -84 transferring data, sector 1, nr 7, cmd response 0x900, card status 0x0
    [    2.210337] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.217016] blk_update_request: I/O error, dev mmcblk0, sector 1
    [    2.224852] aic_dvdd: supplied by evm_3v3_sw
    [    2.229550] mmcblk0: error -84 transferring data, sector 2, nr 6, cmd response 0x900, card status 0x0
    [    2.230679] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
    [    2.230891] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [    2.232626] NET: Registered protocol family 10
    [    2.243459] sit: IPv6 over IPv4 tunneling driver
    [    2.244056] NET: Registered protocol family 17
    [    2.244288] Key type dns_resolver registered
    [    2.244405] omap_voltage_late_init: Voltage driver support not added
    [    2.244961] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.244965] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.256441] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.256444] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.300865] blk_update_request: I/O error, dev mmcblk0, sector 2
    [    2.307349] mmcblk0: error -84 transferring data, sector 3, nr 5, cmd response 0x900, card status 0x0
    [    2.317102] Power Management for TI OMAP4+ devices.
    [    2.322207] Registering SWP/SWPB emulation handler
    [    2.327045] blk_update_request: I/O error, dev mmcblk0, sector 3
    [    2.334465] mmcblk0: error -84 transferring data, sector 4, nr 4, cmd response 0x900, card status 0x0
    [    2.343764] blk_update_request: I/O error, dev mmcblk0, sector 4
    [    2.344181] dmm 4e000000.dmm: initialized all PAT entries
    [    2.351153] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    2.351155] [drm] No driver support for vblank timestamp query.
    [    2.351529] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    2.374147] mmcblk0: error -84 transferring data, sector 5, nr 3, cmd response 0x900, card status 0x0
    [    2.374471] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.388070] blk_update_request: I/O error, dev mmcblk0, sector 5
    [    2.394492] mmcblk0: error -84 transferring data, sector 6, nr 2, cmd response 0x900, card status 0x0
    [    2.403776] blk_update_request: I/O error, dev mmcblk0, sector 6
    [    2.410197] mmcblk0: error -84 transferring data, sector 7, nr 1, cmd response 0x900, card status 0x0
    [    2.419503] blk_update_request: I/O error, dev mmcblk0, sector 7
    [    2.425554] Buffer I/O error on dev mmcblk0, logical block 0, async page read
    [    2.433202] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    2.442326] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd response 0x900, card status 0xb00
    [    2.451996] mmcblk0: retrying using single block read
    [    2.457423] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd response 0x900, card status 0x0
    [    2.466680] blk_update_request: I/O error, dev mmcblk0, sector 0
    [    2.473974] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    2.481728] mmcblk0: error -84 transferring data, sector 1, nr 7, cmd response 0x900, card status 0x0
    [    2.491052] blk_update_request: I/O error, dev mmcblk0, sector 1
    [    2.498103] mmcblk0: error -84 transferring data, sector 2, nr 6, cmd response 0x900, card status 0x0
    [    2.507609] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [    2.507921] mmcblk0: error -84 transferring data, sector 3, nr 5, cmd response 0x900, card status 0x0
    [    2.508215] mmcblk0: error -84 transferring data, sector 4, nr 4, cmd response 0x900, card status 0x0
    [    2.508509] mmcblk0: error -84 transferring data, sector 5, nr 3, cmd response 0x900, card status 0x0
    [    2.508801] mmcblk0: error -84 transferring data, sector 6, nr 2, cmd response 0x900, card status 0x0
    [    2.509093] mmcblk0: error -84 transferring data, sector 7, nr 1, cmd response 0x900, card status 0x0
    [    2.509098] Buffer I/O error on dev mmcblk0, logical block 0, async page read
    [    2.509111]  mmcblk0: unable to read partition table
    [    2.572966] hctosys: unable to open rtc device (rtc0)
    [    2.586131] evm_1v8: disabling
    [    2.589227] aic_dvdd: disabling
    [    2.592379] vmmcwl_fixed: disabling
    [    2.596069] ldousb: disabling
    [    2.599465] ALSA device list:
    [    2.602443]   #0: DRA7xx-EVM
    [    2.605979] Waiting for root device PARTUUID=4636155f-02...
    [    2.745597] mmc2: host does not support reading read-only switch, assuming write-enable
    [    2.758309] mmc2: new ultra high speed DDR50 SDHC card at address aaaa
    [    2.765186] mmcblk1: mmc2:aaaa SU04G 3.69 GiB 
    [    2.780732]  mmcblk1: p1 p2
    [    2.832946] EXT4-fs (mmcblk1p2): couldn't mount as ext3 due to feature incompatibilities
    [    2.843920] EXT4-fs (mmcblk1p2): couldn't mount as ext2 due to feature incompatibilities
    [    4.290179] EXT4-fs (mmcblk1p2): recovery complete
    [    4.296157] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    4.304370] VFS: Mounted root (ext4 filesystem) on device 179:50.
    [    4.315648] devtmpfs: mounted
    [    4.319138] Freeing unused kernel memory: 340K
    [    4.323602] This architecture does not have kernel memory protection.
    [    4.436717] systemd[1]: System time before build time, advancing clock.
    [    4.463905] random: systemd: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [    4.478682] random: systemd: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [    4.490412] 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)
    [    4.509841] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2016.12!
    
    [    4.540286] systemd[1]: Set hostname to <dra7xx-evm>.
    [    4.597486] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
    [    4.607886] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
    [    4.626405] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [    4.643138] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 26 bits of entropy available)
    [    4.659957] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [    4.705629] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [    4.715145] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [    4.725027] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [    4.806854] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    4.816027] mmcblk0: error -84 transferring data, sector 7389056, nr 8, cmd response 0x900, card status 0xb00
    [    4.826020] mmcblk0: retrying using single block read
    [    4.831444] mmcblk0: error -84 transferring data, sector 7389056, nr 8, cmd response 0x900, card status 0x0
    [    4.841586] mmcblk0: error -84 transferring data, sector 7389057, nr 7, cmd response 0x900, card status 0x0
    [    4.851689] mmcblk0: error -84 transferring data, sector 7389058, nr 6, cmd response 0x900, card status 0x0
    [    4.861789] mmcblk0: error -84 transferring data, sector 7389059, nr 5, cmd response 0x900, card status 0x0
    [    4.871890] mmcblk0: error -84 transferring data, sector 7389060, nr 4, cmd response 0x900, card status 0x0
    [    4.881990] mmcblk0: error -84 transferring data, sector 7389061, nr 3, cmd response 0x900, card status 0x0
    [    4.892089] mmcblk0: error -84 transferring data, sector 7389062, nr 2, cmd response 0x900, card status 0x0
    [    4.902186] mmcblk0: error -84 transferring data, sector 7389063, nr 1, cmd response 0x900, card status 0x0
    [    4.912318] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    4.921457] mmcblk0: error -84 transferring data, sector 7389056, nr 8, cmd response 0x900, card status 0xb00
    [    4.931428] mmcblk0: retrying using single block read
    [    4.936802] mmcblk0: error -84 transferring data, sector 7389056, nr 8, cmd response 0x900, card status 0x0
    [    4.947003] mmcblk0: error -84 transferring data, sector 7389057, nr 7, cmd response 0x900, card status 0x0
    [    4.957111] mmcblk0: error -84 transferring data, sector 7389058, nr 6, cmd response 0x900, card status 0x0
    [    4.967288] mmcblk0: error -84 transferring data, sector 7389059, nr 5, cmd response 0x900, card status 0x0
    [    4.977374] mmcblk0: error -84 transferring data, sector 7389060, nr 4, cmd response 0x900, card status 0x0
    [    4.987461] mmcblk0: error -84 transferring data, sector 7389061, nr 3, cmd response 0x900, card status 0x0
    [    4.997543] mmcblk0: error -84 transferring data, sector 7389062, nr 2, cmd response 0x900, card status 0x0
    [    5.008379] mmcblk0: error -84 transferring data, sector 7389063, nr 1, cmd response 0x900, card status 0x0
    [    5.018173] Buffer I/O error on dev mmcblk0, logical block 923632, async page read
    [    5.026519] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    5.035650] mmcblk0boot1: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0xb00
    [    5.045877] mmcblk0boot1: retrying using single block read
    [    5.051650] mmcblk0boot1: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0x0
    [    5.061961] mmcblk0boot1: error -84 transferring data, sector 32641, nr 7, cmd response 0x900, card status 0x0
    [    5.072272] mmcblk0boot1: error -84 transferring data, sector 32642, nr 6, cmd response 0x900, card status 0x0
    [    5.082586] mmcblk0boot1: error -84 transferring data, sector 32643, nr 5, cmd response 0x900, card status 0x0
    [    5.092895] mmcblk0boot1: error -84 transferring data, sector 32644, nr 4, cmd response 0x900, card status 0x0
    [    5.103204] mmcblk0boot1: error -84 transferring data, sector 32645, nr 3, cmd response 0x900, card status 0x0
    [    5.113515] mmcblk0boot1: error -84 transferring data, sector 32646, nr 2, cmd response 0x900, card status 0x0
    [    5.123824] mmcblk0boot1: error -84 transferring data, sector 32647, nr 1, cmd response 0x900, card status 0x0
    [    5.134149] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    5.143274] mmcblk0boot1: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0xb00
    [    5.153504] mmcblk0boot1: retrying using single block read
    [    5.159275] mmcblk0boot1: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0x0
    [    5.169585] mmcblk0boot1: error -84 transferring data, sector 32641, nr 7, cmd response 0x900, card status 0x0
    [    5.179896] mmcblk0boot1: error -84 transferring data, sector 32642, nr 6, cmd response 0x900, card status 0x0
    [    5.190204] mmcblk0boot1: error -84 transferring data, sector 32643, nr 5, cmd response 0x900, card status 0x0
    [    5.200513] mmcblk0boot1: error -84 transferring data, sector 32644, nr 4, cmd response 0x900, card status 0x0
    [    5.210822] mmcblk0boot1: error -84 transferring data, sector 32645, nr 3, cmd response 0x900, card status 0x0
    [    5.221127] mmcblk0boot1: error -84 transferring data, sector 32646, nr 2, cmd response 0x900, card status 0x0
    [    5.231437] mmcblk0boot1: error -84 transferring data, sector 32647, nr 1, cmd response 0x900, card status 0x0
    [    5.241493] Buffer I/O error on dev mmcblk0boot1, logical block 4080, async page read
    [    5.250087] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    5.259216] mmcblk0boot0: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0xb00
    [    5.269476] mmcblk0boot0: retrying using single block read
    [    5.275290] mmcblk0boot0: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0x0
    [    5.285644] mmcblk0boot0: error -84 transferring data, sector 32641, nr 7, cmd response 0x900, card status 0x0
    [    5.295988] mmcblk0boot0: error -84 transferring data, sector 32642, nr 6, cmd response 0x900, card status 0x0
    [    5.306317] mmcblk0boot0: error -84 transferring data, sector 32643, nr 5, cmd response 0x900, card status 0x0
    [    5.316636] mmcblk0boot0: error -84 transferring data, sector 32644, nr 4, cmd response 0x900, card status 0x0
    [    5.327205] mmcblk0boot0: error -84 transferring data, sector 32645, nr 3, cmd response 0x900, card status 0x0
    [    5.337527] mmcblk0boot0: error -84 transferring data, sector 32646, nr 2, cmd response 0x900, card status 0x0
    [    5.347852] mmcblk0boot0: error -84 transferring data, sector 32647, nr 1, cmd response 0x900, card status 0x0
    [    5.358190] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    5.367327] mmcblk0boot0: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0xb00
    [    5.377560] mmcblk0boot0: retrying using single block read
    [    5.383331] mmcblk0boot0: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0x0
    [    5.393652] mmcblk0boot0: error -84 transferring data, sector 32641, nr 7, cmd response 0x900, card status 0x0
    [    5.403975] mmcblk0boot0: error -84 transferring data, sector 32642, nr 6, cmd response 0x900, card status 0x0
    [    5.414300] mmcblk0boot0: error -84 transferring data, sector 32643, nr 5, cmd response 0x900, card status 0x0
    [    5.424621] mmcblk0boot0: error -84 transferring data, sector 32644, nr 4, cmd response 0x900, card status 0x0
    [    5.434943] mmcblk0boot0: error -84 transferring data, sector 32645, nr 3, cmd response 0x900, card status 0x0
    [    5.445262] mmcblk0boot0: error -84 transferring data, sector 32646, nr 2, cmd response 0x900, card status 0x0
    [    5.455581] mmcblk0boot0: error -84 transferring data, sector 32647, nr 1, cmd response 0x900, card status 0x0
    [    5.465643] Buffer I/O error on dev mmcblk0boot0, logical block 4080, async page read
    [    5.672714] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [    5.680554] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [    5.688333] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [    5.695592] systemd[1]: sysinit.target: Found dependency on sockets.target/start
    [    5.703056] systemd[1]: sysinit.target: Found dependency on dbus.socket/start
    [    5.710241] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [    5.717687] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [    5.727136] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
    [ SKIP ] Ordering cycle found, skipping alignment.service
    [    5.759649] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    5.787352] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.817222] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.848401] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    5.907411] 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...
    [    5.926164] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    5.947415] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.967289] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.987258] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    6.008015] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    6.057193] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    6.095955] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    6.117284] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    6.147444] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    6.207405] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    6.224557] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [    6.239435] systemd[1]: Mounting Debug File System...
             Mounting Debug File System...
    [    6.267577] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    6.297224] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    6.347225] systemd[1]: Mounting Temporary Directory...
             Mounting Temporary Directory...
    [    6.377874] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.407228] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    6.457374] systemd[1]: Starting Setup Virtual Console...
             Starting Setup Virtual Console...
    [    6.487378] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    6.547393] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    6.577358] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    6.603483] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    6.627299] systemd[1]: Mounted Debug File System.
    [  OK  ] Mounted Debug File System.
    [    6.647317] systemd[1]: Mounted Temporary Directory.
    [  OK  ] Mounted Temporary Directory.
    [    6.677436] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Started Create list of required sta...ce nodes for the current kernel.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [  OK  ] Started Remount Root and Kernel File Systems.
    [  OK  ] Started Setup Virtual Console.
             Starting udev Coldplug all Devices...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [    7.306135] systemd-journald[157]: Received request to flush runtime journal from PID 1
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting udev Kernel Device Manager...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started udev Coldplug all Devices.
    [    7.746694] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    7.765870]  remoteproc0: 55020000.ipu is available
    [    7.792817]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    7.820961]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [  OK  ] Reached target Local File Systems.[    7.837204] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    
    [    7.864060]  remoteproc1: 40800000.dsp is available
    [    7.874596]  remoteproc1: Note: remoteproc is still under development and considered experimental.
             Starting Create Volatile Files and Directories...[    7.897207]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    
             Starting Load/Save Random Seed...
    [    7.942593] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    7.978964]  remoteproc2: 41000000.dsp is available
    [    8.000347]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [  OK  ] Started Load/Save Random Seed.[    8.017868]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    
    [    8.068759] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    8.083263] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [  OK  ] Started Create Volatile Files and Directories.
    [    8.152199] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    8.161417] mmcblk0: error -84 transferring data, sector 7389056, nr 8, cmd response 0x900, card status 0xb00
    [  OK  ] Found device /dev/ttyS0.
    [    8.181754] mmcblk0: retrying using single block read
    [    8.213919] mmcblk0: error -84 transferring data, sector 7389056, nr 8, cmd response 0x900, card status 0x0
    [    8.242276] blk_update_request: 54 callbacks suppressed
    [    8.254480] blk_update_request: I/O error, dev mmcblk0, sector 7389056
    [    8.262999] mmcblk0: error -84 transferring data, sector 7389057, nr 7, cmd response 0x900, card status 0x0
    [    8.274365] blk_update_request: I/O error, dev mmcblk0, sector 7389057
    [    8.282771] mmcblk0: error -84 transferring data, sector 7389058, nr 6, cmd response 0x900, card status 0x0
    [    8.294956] blk_update_request: I/O error, dev mmcblk0, sector 7389058
             Starting Network Time Synchronization...[    8.302766] mmcblk0: error -84 transferring data, sector 7389059, nr 5, cmd response 0x900, card status 0x0
    
    [    8.322092] blk_update_request: I/O error, dev mmcblk0, sector 7389059
             Starting Update UTMP about System Boot/Shutdown...[    8.331060] mmcblk0: error -84 transferring data, sector 7389060, nr 4, cmd response 0x900, card status 0x0
    
    [    8.378826] blk_update_request: I/O error, dev mmcblk0, sector 7389060
    [    8.403517] mmcblk0: error -84 transferring data, sector 7389061, nr 3, cmd response 0x900, card status 0x0
    [    8.417556] blk_update_request: I/O error, dev mmcblk0, sector 7389061
    [    8.434524] mmcblk0: error -84 transferring data, sector 7389062, nr 2, cmd response 0x900, card status 0x0
    [    8.450538] blk_update_request: I/O error, dev mmcblk0, sector 7389062
    [    8.457614] mmcblk0: error -84 transferring data, sector 7389063, nr 1, cmd response 0x900, card status 0x0
    [    8.467578] blk_update_request: I/O error, dev mmcblk0, sector 7389063
    [    8.474504] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    8.483707] mmcblk0: error -84 transferring data, sector 7389056, nr 8, cmd response 0x900, card status 0xb00
    [    8.493747] mmcblk0: retrying using single block read
    [    8.499337] mmcblk0: error -84 transferring data, sector 7389056, nr 8, cmd response 0x900, card status 0x0
    [    8.510115] blk_update_request: I/O error, dev mmcblk0, sector 7389056
    [    8.517857] mmcblk0: error -84 transferring data, sector 7389057, nr 7, cmd response 0x900, card status 0x0
    [    8.529067] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
    [    8.536660] blk_update_request: I/O error, dev mmcblk0, sector 7389057
    [    8.544516] mmcblk0: error -84 transferring data, sector 7389058, nr 6, cmd response 0x900, card status 0x0
    [    8.557505] mmcblk0: error -84 transferring data, sector 7389059, nr 5, cmd response 0x900, card status 0x0
    [    8.568468] mmcblk0: error -84 transferring data, sector 7389060, nr 4, cmd response 0x900, card status 0x0
    [    8.580053] mmcblk0: error -84 transferring data, sector 7389061, nr 3, cmd response 0x900, card status 0x0
    [    8.590670] mmcblk0: error -84 transferring data, sector 7389062, nr 2, cmd response 0x900, card status 0x0
    [    8.601244] mmcblk0: error -84 transferring data, sector 7389063, nr 1, cmd response 0x900, card status 0x0
    [    8.611573] Buffer I/O error on dev mmcblk0, logical block 923632, async page read
    [    8.679180]  remoteproc1: registered virtio0 (type 7)
    [    8.709111] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    8.729398] SCSI subsystem initialized
    [    8.762415] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [  OK  ] Started Update UTMP about System Boot/Shutdown.[    8.785477] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    
    [  OK  ] Started Network Time Synchronization.
    [    8.861100]  remoteproc2: registered virtio1 (type 7)
    [    8.866529]  remoteproc0: registered virtio2 (type 7)
             Starting Synchronize System and HW clocks...
    [  OK  ] Reached target System Time Synchronized.
    [    8.946230] CAN device driver interface
    [  OK  ] Started Synchronize System and HW clocks.[    8.997805] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=358)
    
    [    9.038825] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    9.059485] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [  OK  ] Reached target System Initialization.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [    9.098716] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on dropbear.socket.[    9.158061] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    
    [    9.168112] mmcblk0boot1: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0xb00
    [    9.190588] mmcblk0oot1: retrying using single block read
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [    9.206333] scsi host0: ahci
    [    9.211963] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 342
    [    9.220652] mmcblk0boot1: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0x0
    [    9.248282] mmcblk0boot1: error -84 transferring data, sector 32641, nr 7, cmd response 0x900, card status 0x0
    [  OK  ] Reached target Timers.
    [    9.276009] mmcblk0boot1: error -84 transferring data, sector 32642, nr 6, cmd response 0x900, card status 0x0
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [    9.303569] mmcblk0boot1: error -84 transferring data, sector 32643, nr 5, cmd response 0x900, card status 0x0
    [    9.346371] mmcblk0boot1: error -84 transferring data, sector 32644, nr 4, cmd response 0x900, card status 0x0
    [  OK  ] Reached target Sockets.[    9.366187] mmcblk0boot1: error -84 transferring data, sector 32645, nr 3, cmd response 0x900, card status 0x0
    
    [  OK  ] Reached target Basic System.
    [    9.393808] mmcblk0boot1: error -84 transferring data, sector 32646, nr 2, cmd response 0x900, card status 0x0
    [    9.404518] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [    9.415352] mmcblk0boot1: error -84 transferring data, sector 32647, nr 1, cmd response 0x900, card status 0x0
    [    9.425922] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    9.435089] mmcblk0boot0: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0xb00
    [    9.445340] mmcblk0boot0: retrying using single block read
    [    9.464115] mmcblk0boot0: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0x0
    [  OK  ] Started Kernel Logging Service.[    9.476875] mmcblk0boot0: error -84 transferring data, sector 32641, nr 7, cmd response 0x900, card status 0x0
    
             Starting Permit User Sessions...
             Starting uim-sysfs.service...[    9.530424] mmcblk0boot0: error -84 transferring data, sector 32642, nr 6, cmd response 0x900, card status 0x0
    
             Starting Save/Restore Sound Card State...
    [    9.580199] mmcblk0boot0: error -84 transferring data, sector 32643, nr 5, cmd response 0x900, card status 0x0
             Starting Print notice about GPLv3 packages...
    [    9.597071] ata1: SATA link down (SStatus 0 SControl 300)
    [    9.607886] mmcblk0boot0: error -84 transferring data, sector 32644, nr 4, cmd response 0x900, card status 0x0
    [    9.623393] mmcblk0boot0: error -84 transferring data, sector 32645, nr 3, cmd response 0x900, card status 0x0
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [  OK  ] Started System Logging Service.
             Starting TI MultiCore Tools Daemon...
             Starting Avahi mDNS/DNS-SD Stack...
    [    9.688795] mmcblk0boot0: error -84 transferring data, sector 32646, nr 2, cmd response 0x900, card status 0x0
             Starting Telephony service...
    [  OK  ] Started D-Bus System Message Bus.
    [    9.795420] mmcblk0boot0: error -84 transferring data, sector 32647, nr 1, cmd response 0x900, card status 0x0
    [    9.838149] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [    9.848630] mmcblk0boot1: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0xb00
    [    9.864585] mmcblk0boot1: retrying using single block read
    [    9.887747] mmcblk0boot1: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0x0
    [    9.921403] mmcblk0boot1: error -84 transferring data, sector 32641, nr 7, cmd response 0x900, card status 0x0
    [    9.954022] mmcblk0boot1: error -84 transferring data, sector 32642, nr 6, cmd response 0x900, card status 0x0
    [    9.981668] mmcblk0boot1: error -84 transferring data, sector 32643, nr 5, cmd response 0x900, card status 0x0
    [   10.005283] mmcblk0boot1: error -84 transferring data, sector 32644, nr 4, cmd response 0x900, card status 0x0
    [  OK  ] Started Telephony service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
             Starting Network Service...
             Starting Login Service...
    [  OK  ] Started Permit User Sessions.[   10.062849] mmcblk0boot1: error -84 transferring data, sector 32645, nr 3, cmd response 0x900, card status 0x0
    
    [FAILED] Failed to start TI MultiCore Tools Daemon.
    See 'systemctl status ti-mct-daemon.service' for details.
    [   10.120645] mmcblk0boot1: error -84 transferring data, sector 32646, nr 2, cmd response 0x900, card status 0x0
    [   10.140408] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [   10.176337] mmcblk0boot1: error -84 transferring data, sector 32647, nr 1, cmd response 0x900, card status 0x0
    [   10.239729] NET: Registered protocol family 15
    [   10.251866] net eth1: initializing cpsw version 1.15 (0)
    [   10.263605] Buffer I/O error on dev mmcblk0boot1, logical block 4080, async page read
    [   10.268735] net eth0: initialized cpsw ale version 1.4
    [   10.268740] net eth0: ALE Table size 1024
    [  OK  ] Started Network Service.
    [   10.319435] Bluetooth: Core ver 2.21
    [   10.328543] net eth1: phy found : id is : 0x20005c7a
    [   10.349665] NET: Registered protocol family 31
    [   10.376283] Bluetooth: HCI device and connection manager initialized
    [   10.395641] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xbe441008 follows the erroneous one
    [   10.404865] mmcblk0boot0: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0xb00
    [   10.415711] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [   10.426562] mmcblk0boot0: retrying using single block read
    [   10.435699] Bluetooth: HCI socket layer initialized
    [   10.450076] mmcblk0boot0: error -84 transferring data, sector 32640, nr 8, cmd response 0x900, card status 0x0
    [   10.462813] net eth0: initializing cpsw version 1.15 (0)
    [   10.465452] Bluetooth: L2CAP socket layer initialized
    [   10.465481] Bluetooth: SCO socket layer initialized
    [   10.502114] mmcblk0boot0: error -84 transferring data, sector 32641, nr 7, cmd response 0x900, card status 0x0
    [   10.595098] mmcblk0boot0: error -84 transferring data, sector 32642, nr 6, cmd response 0x900, card status 0x0
    [   10.605286] net eth0: phy found : id is : 0x20005c7a
    [   10.634653] random: nonblocking pool is initialized
    [  OK  ] Started Save/Restore Sound Card State.
    [   10.668284] mmcblk0boot0: error -84 transferring data, sector 32643, nr 5, cmd response 0x900, card status 0x0
    [   10.690020] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   10.714814] Initializing XFRM netlink socket
    [   10.736773] mmcblk0boot0: error -84 transferring data, sector 32644, nr 4, cmd response 0x900, card status 0x0
    [   10.812212] mmcblk0boot0: error -84 transferring data, sector 32645, nr 3, cmd response 0x900, card status 0x0
    [   10.852343]  remoteproc1: powering up 40800000.dsp
    [   10.861556] mmcblk0boot0: error -84 transferring data, sector 32646, nr 2, cmd response 0x900, card status 0x0
    [   10.909707]  remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 7438256
    [   10.926295] mmcblk0boot0: error -84 transferring data, sector 32647, nr 1, cmd response 0x900, card status 0x0
    [   10.953314] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   10.959216] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [   10.959534] Buffer I/O error on dev mmcblk0boot0, logical block 4080, async page read
    [   10.973022] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [   11.177780]  remoteproc1: remote processor 40800000.dsp is now up
    [   11.213287] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   11.244981]  remoteproc2: powering up 41000000.dsp
    [   11.299265]  remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 7438256
    [   11.339433] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   11.345326] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [   11.351268] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [   11.484685]  remoteproc2: remote processor 41000000.dsp is now up
    [   11.508844] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   11.537967]  remoteproc0: powering up 55020000.ipu
    [   11.570695]  remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 9499732
    [   11.603721] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [   11.689836]  remoteproc0: remote processor 55020000.ipu is now up
    [   11.726620] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   11.947123] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
    [   11.954346] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [   11.971160] NET: Registered protocol family 41
    [   11.987122] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Reached target Network.
    [   12.129197] usbcore: registered new interface driver usbfs
    [   12.129248] usbcore: registered new interface driver hub
    [   12.141220] usbcore: registered new device driver usb
             Starting Lightning Fast Webserver With Light System Requirements...
             Starting Network Name Resolution...
    [   12.208912] dwc3 48890000.usb: otg: primary host xhci-hcd.0.auto registered
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Started Getty on tty1.
    [   12.246744] dwc3 48890000.usb: otg: shared host xhci-hcd.0.auto registered
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    [   12.260187] dwc3 48890000.usb: otg: can't start till gadget registers
    a	utoconf
    	binutils-dev
    	binutils
    	bison-dev
    	bison
    	cpp-syminks
    	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
    	nettle
    	parted
    	swig-dev
    	swig
    
    If you do not wish to distribute 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
    ***************************************************************
    ***************************************************************
    2.277341] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   12.370885] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [[;32m  OK   ]Started Network Name Resolution.
    [   12.388044] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [   12.396816] xhci-hcd xhci-hcd.1.auto: irq 500, io mem 0x488d0000
    [[;32m  OK   ]Started Print notice about GPLv3 packages.
    [   12.419045] hub 1-0:1.0: USB hub found
    [   12.428559] hub 1-0:1.0: 1 port detected
    [   12.438262] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   12.443782] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [[;32m  OK   ]Started Lightning Fast Webserver With Light Sstem Requirements.
    [   12.470234] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   12.492134] hub 2-0:1.0: USB hub found
    [  OK  ] Started uim-sysfs.service.[   12.500083] hub 2-0:1.0: 1 port detected
    
    [  OK  ] Started Login Service.
             Starting rc.pvr.service...
    [   12.668707] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [  OK  ] Started rc.pvr.service.
             Starting weston.service...
    [  OK  ] Started weston.service.
             Starting tiipclad-daemon.service...
             Starting telnetd.service...
    [  OK  ] Started tiipclad-daemon.service.
    [  OK  ] Started telnetd.service.
             Starting thttpd.service...
    [  OK  ] Started thttpd.service.
             Starting rng-tools.service...
    [  OK  ] Started rng-tools.service.
             Starting gdbserverproxy.service...
    [  OK  ] Started gdbserverproxy.service.
             Starting matrix-gui-2.0.service...
    [  OK  ] Started matrix-gui-2.0.service.
             Starting thermal-zone-init.service...
    [  OK  ] Started thermal-zone-init.service.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS0
    
    Arago 2016.12 dra7xx-evm ttyS0
    
    dra7xx-evm login: root
    root@dra7xx-evm:~# 
    root@dra7xx-evm:~# 
    root@dra7xx-evm:~# ls /boot
    am57xx-evm.dtb
    devicetree-zImage-am57xx-evm.dtb
    devicetree-zImage-dra7-evm-lcd-lg.dtb
    devicetree-zImage-dra7-evm-lcd-osd.dtb
    devicetree-zImage-dra7-evm-lcd-osd101t2587.dtb
    devicetree-zImage-dra7-evm-vision.dtb
    devicetree-zImage-dra7-evm.dtb
    devicetree-zImage-dra71-evm-lcd-auo-g101evn01.0.dtb
    devicetree-zImage-dra71-evm.dtb
    devicetree-zImage-dra72-evm-lcd-lg.dtb
    devicetree-zImage-dra72-evm-lcd-osd.dtb
    devicetree-zImage-dra72-evm-lcd-osd101t2587.dtb
    devicetree-zImage-dra72-evm-revc-lcd-osd101t2045.dtb
    devicetree-zImage-dra72-evm-revc-lcd-osd101t2587.dtb
    devicetree-zImage-dra72-evm-revc.dtb
    devicetree-zImage-dra72-evm-vision.dtb
    devicetree-zImage-dra72-evm.dtb
    devicetree-zImage-dra76-evm-fpd-auo-g101evn01.0.dtb
    devicetree-zImage-dra76-evm.dtb
    dra7-evm-infoadas-lcd-lg.dtb
    dra7-evm-infoadas.dtb
    dra7-evm-lcd-lg.dtb
    dra7-evm-lcd-osd.dtb
    dra7-evm-lcd-osd101t2587.dtb
    dra7-evm-vision.dtb
    dra7-evm.dtb
    dra71-evm-lcd-auo-g101evn01.0.dtb
    dra71-evm.dtb
    dra72-evm-lcd-lg.dtb
    dra72-evm-lcd-osd.dtb
    dra72-evm-lcd-osd101t2587.dtb
    dra72-evm-revc-lcd-osd101t2045.dtb
    dra72-evm-revc-lcd-osd101t2587.dtb
    dra72-evm-revc.dtb
    dra72-evm-vision.dtb
    dra72-evm.dtb
    dra76-evm-fpd-auo-g101evn01.0.dtb
    dra76-evm.dtb
    vmlinux-4.4.84-g7e6588b179
    zImage
    zImage-4.4.84-g7e6588b179
    root@dra7xx-evm:~# 

    I also put my (SDK 3.1) binaries in below link for you to cross check

    Please put these binaries into $INSTALL_DIR/vision_sdk/binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot

    Then refer user guide to make a bootable SD card.

    Best Regards,

  • thanks a lot