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.

DRA750: The Board is not entering fastboot mode

Part Number: DRA750
Other Parts Discussed in Thread: DRA742, PMP, DRA752

Hi,

I am using TI J6 dra75x EVM board.

I am currently trying flash the Android O images on emmc.

I am following the procedure by referring to http://processors.wiki.ti.com/index.php/6AO.1.0_Release_Notes#Flashing_eMMC_images

When I run the "fastboot 0" command in the uboot prompt, I get nothing on the terminal.

The DIP Switches are set to

SW2: ON ON ON OFF OFF OFF OFF OFF and

SW5: OFF OFF OFF ON ON OFF OFF OFF OFF OFF

Could anyone assist me what might be going wrong?

Thanks and BR,

Suhas

  • Hi Suhas,

    you can check a few things: do you see the device with the command from your PC:
    sudo fastboot devices

    Also you can check if the EVM is listed as connected with the 'lsusb' command.
    You can also try to connect to different ports of your PC (make sure it is not USB3.0).

    Also your DIP switches setting looks different than described here:
    processors.wiki.ti.com/.../6AO.1.0_Release_Notes

    Regards,
    Yordan
  • Hello,

    It entered fastboot mode and the flashing is done properly.
    But, when I try to boot from emmc, it shows the following error:

    Freeing unused kernel memory: 2048K
    [ 4.008673] init: init first stage started!
    [ 4.104593] init: Coldboot took 0.0882878 seconds
    [ 4.109486] init: InitDevices(): partition(s) not found: system, vendor
    [ 4.116991] init: Failed to mount required partitions early ...
    [ 4.122983] init: panic: rebooting to bootloader
    [ 4.127628] init: Reboot start, reason: reboot, rebootTarget: bootloader
    [ 4.134505] init: android::WriteStringToFile open failed: No such file or diy
    [ 4.142240] init: Shutdown timeout: 6
    [ 4.145965] init: terminating init services
    [ 4.150178] init: waitpid failed: No child processes
    [ 4.155214] init: Terminating running services took 0.0275792 seconds with r0
    [ 4.163993] init: waitpid failed: No child processes
    [ 4.168982] init: vold not running, skipping vold shutdown
    [ 4.275240] init: powerctl_shutdown_time_ms:147:0
    [ 4.280022] init: Reboot ending, jumping to kernel
    [ 4.285366] remoteproc2: failed to load dra7-dsp1-fw.xe66
    [ 4.290920] remoteproc3: failed to load dra7-dsp2-fw.xe66
    [ 4.290952] remoteproc0: failed to load dra7-ipu1-fw.xem4
    [ 4.302106] remoteproc1: failed to load dra7-ipu2-fw.xem4
    [ 4.310482] reboot: Restarting system with command 'bootloader'

    and it gets stuck there.

    What could possibly be going wrong?

    BR,
    Suhas

  • Hi Suhas,

    do you use the prebuilt images or you rebuilt them?

    Regards,
    Yordan
  • Hello,

    I used the prebuilt images.
    I just found out that for Android O, the emmc partitions are different. Is there a way wherein I can manually do the partitions?

    Freeing unused kernel memory: 2048K
    [ 4.008673] init: init first stage started!
    [ 4.104593] init: Coldboot took 0.0882878 seconds
    [ 4.109486] init: InitDevices(): partition(s) not found: system, vendor
    [ 4.116991] init: Failed to mount required partitions early ...
    [ 4.122983] init: panic: rebooting to bootloader
    [ 4.127628] init: Reboot start, reason: reboot, rebootTarget: bootloader
    [ 4.134505] init: android::WriteStringToFile open failed: No such file or diy

    If you see here, it is saying partitons not found(system and vendor). Any idea as to why or how to resolve this issue?

    Thanks and BR,
    Suhas
  • Hi Suhas,

    Could you upload the full boot log?
    What version of EVM do you have? and which Kernel dtb file was flashed to the board?

    The below lines mean that the emmc enumeration was not done by the time init process was looking for them.
    [ 4.109486] init: InitDevices(): partition(s) not found: system, vendor

    Regards,
    Vishal
  • Hello,

    The complete log is as follows:

    U-Boot SPL 2016.05-00016-g6f6aaab (Nov 29 2017 - 20:39:40)
    DRA752-GP ES1.0                         
    no pinctrl for hs200_1_8v               
    no pinctrl for ddr_1_8v                 
    Trying to boot from SPI                 
                                            
                                            
    U-Boot 2016.05-00016-g6f6aaab (Nov 29 2017 - 20:39:40 -0600)
                                            
    CPU  : DRA752-GP ES1.0                  
    Model: TI DRA742
    Board: DRA74x EVM REV E.0
    DRAM:  1.5 GiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1                                           
    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:   eth0: ethernet@48484000                                                  
    Hit any key to stop autoboot:  0                                                
    MMC: no card present                                                            
    MMC: no card present                                                            
    MMC: no card present                                                            
    switch to partitions #0, OK                                                     
    mmc1(part 0) is current device                                                  
                                                                                    
    MMC read: dev # 1, block # 5376, count 512 ... 512 blocks read: OK              
                                                                                    
    MMC read: dev # 1, block # 101152, count 20480 ... 20480 blocks read: OK        
    Booting from eMMC ...                                                           
    ## Booting Android Image at 0x82000000 ...                                      
    Kernel load addr 0x80008000 size 7522 KiB                                       
    Kernel command line: buildvariant=userdebug                                     
    RAM disk load addr 0x83000000 size 1774 KiB                                     
    ## Flattened Device Tree blob at 88000000                                       
       Booting using the fdt blob at 0x88000000                                     
       Loading Kernel Image ... OK                                                  
       Loading Ramdisk to 8fe44000, end 8ffff436 ... OK                             
       Loading Device Tree to 8fe26000, end 8fe438fc ... OK                         
    Using machid 0xfe6 from environment                                             
                                                                                    
    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.91 (a0271468@magpie) (gcc version 4.9.x-google7
    [    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 CMA memory pool at 0x0000000095800000, B
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible l
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, B
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible l
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, B
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible l
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, B
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible l
    [    0.000000] cma: Reserved 24 MiB at 0x00000000de400000                       
    [    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] DRA752 ES1.0                                                     
    [    0.000000] PERCPU: Embedded 12 pages/cpu @ef1ac000 s20160 r8192 d20800 u4912
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pa0
    [    0.000000] Kernel command line: root=/dev/mmcblk0p2 rw init=/init rootfstypg
    [    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: 1341260K/1564672K available (10240K kernel code, 620K rw)
    [    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 - 0xc0c00000   (12256 kB)               
    [    0.000000]       .init : 0xc1000000 - 0xc1200000   (2048 kB)                
    [    0.000000]       .data : 0xc1200000 - 0xc129b3d4   ( 621 kB)                
    [    0.000000]        .bss : 0xc129b3d4 - 0xc13425e8   ( 669 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_refv
    [    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_cycless
    [    0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398s
    [    0.000016] Switching to timer-based delay loop, resolution 162ns            
    [    0.000334] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
    [    0.000342] OMAP clocksource: 32k_counter at 32768 Hz                        
    [    0.000773] Calibrating delay loop (skipped), value calculated using timer f)
    [    0.000788] pid_max: default: 32768 minimum: 301                             
    [    0.000863] Security Framework initialized                                   
    [    0.000874] SELinux:  Initializing.                                          
    [    0.000952] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)      
    [    0.000963] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001529] Initializing cgroup subsys io                                    
    [    0.001547] Initializing cgroup subsys memory                                
    [    0.001572] Initializing cgroup subsys devices                               
    [    0.001585] Initializing cgroup subsys freezer                               
    [    0.001597] Initializing cgroup subsys perf_event                            
    [    0.001609] Initializing cgroup subsys pids                                  
    [    0.001647] CPU: Testing write buffer coherency: ok                          
    [    0.001889] /cpus/cpu@0 missing clock-frequency property                     
    [    0.001906] /cpus/cpu@1 missing clock-frequency property                     
    [    0.001915] CPU0: update cpu_capacity 1024                                   
    [    0.001924] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000                 
    [    0.001969] Setting up static identity map for 0x80200000 - 0x80200060       
    [    0.080068] CPU1: update cpu_capacity 1024                                   
    [    0.080073] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001                 
    [    0.080145] Brought up 2 CPUs                                                
    [    0.080161] SMP: Total of 2 processors activated (24.59 BogoMIPS).           
    [    0.080168] CPU: All CPU(s) started in HYP mode.                             
    [    0.080174] CPU: Virtualization extensions available.                        
    [    0.080207] CPU1: update max cpu_capacity 1024                               
    [    0.090078] CPU1: update max cpu_capacity 1024                               
    [    0.110583] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
    [    0.111547] omap_hwmod: l3_main_2 using broken dt data from ocp              
    [    0.318327] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
    [    0.318352] futex hash table entries: 512 (order: 3, 32768 bytes)            
    [    0.322002] pinctrl core: initialized pinctrl subsystem                      
    [    0.322968] NET: Registered protocol family 16                               
    [    0.324133] DMA: preallocated 256 KiB pool for atomic coherent allocations   
    [    0.350278] cpuidle: using governor ladder                                   
    [    0.380306] cpuidle: using governor menu                                     
    [    0.389365] OMAP GPIO hardware version 0.1                                   
    [    0.393692] GPIO line 161 (radio_rst) hogged as output/low                   
    [    0.396105] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@14!
    [    0.413732] omap-gpmc 50000000.gpmc: GPMC revision 6.0                       
    [    0.413745] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000            
    [    0.425890] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
    [    0.425901] hw-breakpoint: maximum watchpoint size is 8 bytes.               
    [    0.426382] omap4_sram_init:Unable to allocate sram needed to handle errata 8
    [    0.426392] omap4_sram_init:Unable to get sram pool needed to handle errata 8
    [    0.427055] OMAP DMA hardware revision 0.0                                   
    [    0.472132] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
    [    0.473346] edma 43300000.edma: memcpy is disabled                           
    [    0.478242] edma 43300000.edma: TI EDMA DMA engine driver                    
    [    0.482859] omap-iommu 40d01000.mmu: 40d01000.mmu registered                 
    [    0.483046] omap-iommu 40d02000.mmu: 40d02000.mmu registered                 
    [    0.483215] omap-iommu 58882000.mmu: 58882000.mmu registered                 
    [    0.483392] omap-iommu 55082000.mmu: 55082000.mmu registered                 
    [    0.483697] omap-iommu 41501000.mmu: 41501000.mmu registered                 
    [    0.483897] omap-iommu 41502000.mmu: 41502000.mmu registered                 
    [    0.485966] usbcore: registered new interface driver usbfs                   
    [    0.486027] usbcore: registered new interface driver hub                     
    [    0.486122] usbcore: registered new device driver usb                        
    [    0.487516] palmas 0-0058: IRQ missing: skipping irq request                 
    [    0.500809] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0                      
    [    0.573237] pcf857x 0-0020: probed                                           
    [    0.573822] pcf857x 0-0021: probed                                           
    [    0.573967] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz                  
    [    0.590875] GPIO line 463 (vin6_sel_s0) hogged as output/low                 
    [    0.590977] pcf857x 1-0026: probed                                           
    [    0.591522] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz                  
    [    0.591916] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz                  
    [    0.610843] pcf857x 3-0021: probed                                           
    [    0.610870] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz                  
    [    0.611094] media: Linux media interface: v0.10                              
    [    0.611145] Linux video capture interface: v2.00                             
    [    0.611187] pps_core: LinuxPPS API ver. 1 registered                         
    [    0.611194] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giom>
    [    0.611219] PTP clock support registered                                     
    [    0.611273] EDAC MC: Ver: 3.0.0                                              
    [    0.621208] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400            
    [    0.621510] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400            
    [    0.621958] Advanced Linux Sound Architecture Driver Initialized.            
    [    0.623390] clocksource: Switched to clocksource arch_sys_counter            
    [    0.664850] NET: Registered protocol family 2                                
    [    0.665448] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.665512] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)        
    [    0.665637] TCP: Hash tables configured (established 8192 bind 8192)         
    [    0.665687] UDP hash table entries: 512 (order: 2, 16384 bytes)              
    [    0.665718] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)         
    [    0.665872] NET: Registered protocol family 1                                
    [    0.666435] Trying to unpack rootfs image as initramfs...                    
    [    0.738773] Freeing initrd memory: 1776K                                     
    [    0.739718] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
    [    0.742442] audit: initializing netlink subsys (disabled)                    
    [    0.742499] audit: type=2000 audit(0.729:1): initialized                     
    [    0.749995] VFS: Disk quotas dquot_6.6.0                                     
    [    0.750159] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)  
    [    0.751243] squashfs: version 4.0 (2009/01/31) Phillip Lougher               
    [    0.751501] ntfs: driver 2.1.32 [Flags: R/O].                                
    [    0.751837] fuse init (API version 7.23)                                     
    [    0.756161] bounce: pool size: 64 pages                                      
    [    0.756318] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
    [    0.756336] io scheduler noop registered                                     
    [    0.756350] io scheduler deadline registered                                 
    [    0.756386] io scheduler cfq registered (default)                            
    [    0.761556] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.765007] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:              
    [    0.765020]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus]
    [    0.765054]    IO 0x20003000..0x20012fff -> 0x00000000                       
    [    0.765076]   MEM 0x20013000..0x2fffffff -> 0x20013000                       
    [    0.797149] dra7-pcie 51000000.pcie_rc: link is not up                       
    [    0.797328] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00       
    [    0.797342] pci_bus 0000:00: root bus resource [bus 00-ff]                   
    [    0.797353] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]           
    [    0.797364] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]   
    [    0.797783] PCI: bus0: Fast back to back transfers disabled                  
    [    0.797907] PCI: bus1: Fast back to back transfers enabled                   
    [    0.797992] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]    
    [    0.798007] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]    
    [    0.798022] pci 0000:00:00.0: PCI bridge to [bus 01]                         
    [    0.798243] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt  
    [    0.803049] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled        
    [    0.805546] console [ttyS0] disabled                                         
    [    0.805600] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud 0
    [    1.830413] console [ttyS0] enabled                                          
    [    1.834426] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud 0
    [    1.843755] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud 0
    [    1.853790] [drm] Initialized drm 1.1.0 20060810                             
    [    1.860518] OMAP DSS rev 6.1                                                 
    [    1.864324] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compon)
    [    1.872785] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_comp)
    [    1.981674] brd: module loaded                                               
    [    2.049909] loop: module loaded                                              
    [    2.054554] nand: No NAND device found                                       
    [    2.058328] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch  
    [    2.068391] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)                     
    [    2.073810] 7 ofpart partitions found on MTD device spi32766.0               
    [    2.079669] Creating 7 MTD partitions on "spi32766.0":                       
    [    2.084850] 0x000000000000-0x000000040000 : "QSPI.SPL"                       
    [    2.090880] 0x000000040000-0x000000140000 : "QSPI.u-boot"                    
    [    2.097150] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"             
    [    2.103991] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"                
    [    2.110550] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"        
    [    2.117847] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"                    
    [    2.124089] 0x0000009e0000-0x000002000000 : "QSPI.file-system"               
    [    2.131769] libphy: Fixed MDIO Bus: probed                                   
    [    2.136496] tun: Universal TUN/TAP device driver, 1.6                        
    [    2.141568] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>           
    [    2.147876] CAN device driver interface                                      
    [    2.152805] c_can_platform 4ae3c000.can: c_can_platform device registered (r)
    [    2.213426] davinci_mdio 48485000.mdio: davinci mdio revision 1.6            
    [    2.219551] davinci_mdio 48485000.mdio: detected phy mask fffffff3           
    [    2.229932] libphy: 48485000.mdio: probed                                    
    [    2.234010] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, drin
    [    2.242051] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, drin
    [    2.250790] cpsw 48484000.ethernet: Detected MACID = 20:cd:39:2d:61:26       
    [    2.257491] cpsw 48484000.ethernet: cpts: overflow check period 800          
    [    2.264488] cpsw 48484000.ethernet: cpsw: Detected MACID = 20:cd:39:2d:61:27
    [    2.272119] PPP generic driver version 2.4.2                                 
    [    2.276567] PPP BSD Compression module registered                            
    [    2.281297] PPP Deflate Compression module registered                        
    [    2.286403] PPP MPPE Compression module registered                           
    [    2.291220] NET: Registered protocol family 24                               
    [    2.298037] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver       
    [    2.304622] ehci-pci: EHCI PCI platform driver                               
    [    2.309134] ehci-platform: EHCI generic platform driver                      
    [    2.314734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver           
    [    2.320963] ohci-pci: OHCI PCI platform driver                               
    [    2.325953] ohci-platform: OHCI generic platform driver                      
    [    2.332169] mousedev: PS/2 mouse device common for all mice                  
    [    2.337934] usbcore: registered new interface driver xpad                    
    [    2.343427] usbcore: registered new interface driver usb_acecad              
    [    2.349416] usbcore: registered new interface driver aiptek                  
    [    2.355074] usbcore: registered new interface driver gtco                    
    [    2.360539] usbcore: registered new interface driver hanwang                 
    [    2.366285] usbcore: registered new interface driver kbtab                   
    [    2.372383] i2c /dev entries driver                                          
    [    2.376961] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin                 
    [    2.384069] vip 48970000.vip: loading firmware vpdma-1b8.bin                 
    [    2.390222] gspca_main: v2.14.0 registered                                   
    [    2.394489] vpe 489d0000.vpe: Device registered as /dev/video0               
    [    2.401798] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accue
    [    2.409251] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accue
    [    2.416710] vip 48970000.vip: VPDMA firmware loaded                          
    [    2.421747] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accue
    [    2.429194] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accue
    [    2.436638] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accue
    [    2.446126] device-mapper: uevent: version 1.0.3                             
    [    2.451002] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-m
    [    2.460836] omap_hsmmc 4809c000.mmc: Got CD GPIO                             
    [    2.466512] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode         
    [    2.472897] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode         
    [    2.479473] evm_3v3_sw: supplied by sysen1                                   
    [    2.566574] mmc0: MAN_BKOPS_EN bit is not set                                
    [    2.572845] mmc0: new DDR MMC card at address 0001                           
    [    2.578177] mmcblk0: mmc0:0001 MMC04G 3.52 GiB                               
    [    2.582990] mmcblk0boot0: mmc0:0001 MMC04G partition 1 16.0 MiB              
    [    2.589227] mmcblk0boot1: mmc0:0001 MMC04G partition 2 16.0 MiB              
    [    2.596473] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xde441008 foe
    [    2.605630] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd respon0
    [    2.615096] mmcblk0: retrying using single block read                        
    [    2.620520] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd respon0
    [    2.629799] blk_update_request: I/O error, dev mmcblk0, sector 0             
    [    2.636200] mmcblk0: error -84 transferring data, sector 1, nr 7, cmd respon0
    [    2.645510] blk_update_request: I/O error, dev mmcblk0, sector 1             
    [    2.651913] mmcblk0: error -84 transferring data, sector 2, nr 6, cmd respon0
    [    2.661199] blk_update_request: I/O error, dev mmcblk0, sector 2             
    [    2.667604] mmcblk0: error -84 transferring data, sector 3, nr 5, cmd respon0
    [    2.676889] blk_update_request: I/O error, dev mmcblk0, sector 3             
    [    2.683275] mmcblk0: error -84 transferring data, sector 4, nr 4, cmd respon0
    [    2.692559] blk_update_request: I/O error, dev mmcblk0, sector 4             
    [    2.698959] mmcblk0: error -84 transferring data, sector 5, nr 3, cmd respon0
    [    2.708239] blk_update_request: I/O error, dev mmcblk0, sector 5             
    [    2.714338] ledtrig-cpu: registered to indicate activity on CPUs             
    [    2.720417] mmcblk0: error -84 transferring data, sector 6, nr 2, cmd respon0
    [    2.729696] blk_update_request: I/O error, dev mmcblk0, sector 6             
    [    2.735858] hidraw: raw HID events driver (C) Jiri Kosina                    
    [    2.741329] mmcblk0: error -84 transferring data, sector 7, nr 1, cmd respon0
    [    2.750617] blk_update_request: I/O error, dev mmcblk0, sector 7             
    [    2.756667] Buffer I/O error on dev mmcblk0, logical block 0, async page read
    [    2.764324] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xde441008 foe
    [    2.773489] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd respon0
    [    2.782922] mmcblk0: retrying using single block read                        
    [    2.788363] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd respon0
    [    2.797643] blk_update_request: I/O error, dev mmcblk0, sector 0             
    [    2.804043] mmcblk0: error -84 transferring data, sector 1, nr 7, cmd respon0
    [    2.813306] blk_update_request: I/O error, dev mmcblk0, sector 1             
    [    2.819710] mmcblk0: error -84 transferring data, sector 2, nr 6, cmd respon0
    [    2.829341] mmcblk0: error -84 transferring data, sector 3, nr 5, cmd respon0
    [    2.838971] mmcblk0: error -84 transferring data, sector 4, nr 4, cmd respon0
    [    2.848603] mmcblk0: error -84 transferring data, sector 5, nr 3, cmd respon0
    [    2.858235] mmcblk0: error -84 transferring data, sector 6, nr 2, cmd respon0
    [    2.867867] mmcblk0: error -84 transferring data, sector 7, nr 1, cmd respon0
    [    2.877149] Buffer I/O error on dev mmcblk0, logical block 0, async page read
    [    2.884358]  mmcblk0: unable to read partition table                         
    [    2.890813] usbcore: registered new interface driver usbhid                  
    [    2.896468] usbhid: USB HID core driver                                      
    [    2.903672] ashmem: initialized                                              
    [    2.907191] omap_hsmmc 480d1000.mmc: card claims to support voltages below de
    [    2.920271] hwspinlock_user gatemp: requested 20 hwspinlocks                 
    [    2.926435] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@0
    [    2.934301]  remoteproc0: 58820000.ipu is available                          
    [    2.939229]  remoteproc0: Note: remoteproc is still under development and co.
    [    2.949430]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backwa.
    [    2.959995]  remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed 2
    [    2.968282]  remoteproc0: Falling back to user helper                        
    [    2.968395] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@0
    [    2.968443]  remoteproc1: 55020000.ipu is available                          
    [    2.968447]  remoteproc1: Note: remoteproc is still under development and co.
    [    2.968450]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backwa.
    [    2.968591]  remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed 2
    [    2.968594]  remoteproc1: Falling back to user helper                        
    [    2.968851] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@0
    [    2.968897]  remoteproc2: 40800000.dsp is available                          
    [    2.968901]  remoteproc2: Note: remoteproc is still under development and co.
    [    2.968904]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backwa.
    [    2.969347] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@0
    [    2.969394]  remoteproc3: 41000000.dsp is available                          
    [    2.969398]  remoteproc3: Note: remoteproc is still under development and co.
    [    2.969400]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backwa.
    [    2.980044]  remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed 2
    [    2.980047]  remoteproc2: Falling back to user helper                        
    [    2.990343]  remoteproc3: Direct firmware load for dra7-dsp2-fw.xe66 failed 2
    [    2.990347]  remoteproc3: Falling back to user helper                        
    [    3.037662] usbcore: registered new interface driver snd-usb-audio           
    [    3.039431] davinci-mcasp 48464000.mcasp: DAI is shared                      
    [    3.040146] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled  
    [    3.040392] davinci-mcasp 48474000.mcasp: DAI is shared                      
    [    3.040418] davinci-mcasp 48474000.mcasp: ERRATA i868 workaround is enabled  
    [    3.040625] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0               
    [    3.051306] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58k
    [    3.062119] u32 classifier                                                   
    [    3.062121]     input device check on                                        
    [    3.062123]     Actions configured                                           
    [    3.062140] Netfilter messages via NETLINK v0.30.                            
    [    3.062205] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)            
    [    3.062736] ctnetlink v0.93: registering with nfnetlink.                     
    [    3.063299] xt_time: kernel timezone is -0000                                
    [    3.186184] ip_tables: (C) 2000-2006 Netfilter Core Team                     
    [    3.191723] arp_tables: (C) 2002 David S. Miller                             
    [    3.196532] Initializing XFRM netlink socket                                 
    [    3.201589] NET: Registered protocol family 10                               
    [    3.209097] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)                   
    [    3.215804] mmc1: new high speed SDIO card at address 0001                   
    [    3.221895] mip6: Mobile IPv6                                                
    [    3.224961] ip6_tables: (C) 2000-2006 Netfilter Core Team                    
    [    3.232117] sit: IPv6 over IPv4 tunneling driver                             
    [    3.237338] NET: Registered protocol family 17                               
    [    3.241824] NET: Registered protocol family 15                               
    [    3.246314] can: controller area network core (rev 20120528 abi 9)           
    [    3.252574] NET: Registered protocol family 29                               
    [    3.257069] can: raw protocol (rev 20120528)                                 
    [    3.261364] can: broadcast manager protocol (rev 20120528 t)                 
    [    3.267074] can: netlink gateway (rev 20130117) max_hops=1                   
    [    3.272883] NET: Registered protocol family 41                               
    [    3.277706] omap_voltage_late_init: Voltage driver support not added         
    [    3.284638] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm           
    [    3.290847] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm           
    [    3.297605] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm           
    [    3.303885] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm           
    [    3.311416] Power Management for TI OMAP4+ devices.                          
    [    3.316629] Registering SWP/SWPB emulation handler                           
    [    3.321889] registered taskstats version 1                                   
    [    3.327301] dmm 4e000000.dmm: workaround for errata i878 in use              
    [    3.334573] dmm 4e000000.dmm: initialized all PAT entries                    
    [    3.544409] dwc3 48890000.usb: otg: primary host xhci-hcd.1.auto registered  
    [    3.551401] dwc3 48890000.usb: otg: shared host xhci-hcd.1.auto registered   
    [    3.558319] dwc3 48890000.usb: otg: can't start till gadget registers        
    [    3.766494] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller                   
    [    3.772015] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus n1
    [    3.779919] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100
    [    3.788709] xhci-hcd xhci-hcd.2.auto: irq 511, io mem 0x488d0000             
    [    3.794883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002    
    [    3.801698] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
    [    3.809191] usb usb1: Product: xHCI Host Controller                          
    [    3.814102] usb usb1: Manufacturer: Linux 4.4.91 xhci-hcd                    
    [    3.819521] usb usb1: SerialNumber: xhci-hcd.2.auto                          
    [    3.824746] hub 1-0:1.0: USB hub found                                       
    [    3.828535] hub 1-0:1.0: 1 port detected                                     
    [    3.832707] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller                   
    [    3.838236] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus n2
    [    3.845993] usb usb2: We don't know the algorithms for LPM for this host, di.
    [    3.854217] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003    
    [    3.861032] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber1
    [    3.868300] usb usb2: Product: xHCI Host Controller                          
    [    3.873194] usb usb2: Manufacturer: Linux 4.4.91 xhci-hcd                    
    [    3.878623] usb usb2: SerialNumber: xhci-hcd.2.auto                          
    [    3.883835] hub 2-0:1.0: USB hub found                                       
    [    3.887617] hub 2-0:1.0: 1 port detected                                     
    [    3.892306] omap_hsmmc 4809c000.mmc: Got CD GPIO                             
    [    3.945125] input: gpio_keys as /devices/platform/gpio_keys/input/input0     
    [    3.952652] hctosys: unable to open rtc device (rtc0)                        
    [    3.972395] evm_1v8: disabling                                               
    [    3.975511] aic_dvdd: disabling                                              
    [    3.978665] vmmcwl_fixed: disabling                                          
    [    3.982187] evm_3v3_sd: disabling                                            
    [    3.985788] ALSA device list:                                                
    [    3.988765]   #1: HDMI 58040000.encoder                                      
    [    3.993951] Freeing unused kernel memory: 2048K                              
    [    4.000731] init: init first stage started!                                  
    [    4.097203] init: Coldboot took 0.0887979 seconds                            
    [    4.102087] init: InitDevices(): partition(s) not found: system, vendor      
    [    4.109311] init: Failed to mount required partitions early ...              
    [    4.115296] init: panic: rebooting to bootloader                             
    [    4.119941] init: Reboot start, reason: reboot, rebootTarget: bootloader     
    [    4.126845] init: android::WriteStringToFile open failed: No such file or diy
    [    4.134574] init: Shutdown timeout: 6                                        
    [    4.138284] init: terminating init services                                  
    [    4.142496] init: waitpid failed: No child processes                         
    [    4.147538] init: Terminating running services took 0.0275901 seconds with r0
    [    4.156320] init: waitpid failed: No child processes                         
    [    4.161310] init: vold not running, skipping vold shutdown                   
    [    4.267450] init: powerctl_shutdown_time_ms:147:0                            
    [    4.272180] init: Reboot ending, jumping to kernel                           
    [    4.277569]  remoteproc0: failed to load dra7-ipu1-fw.xem4                   
    [    4.277582]  remoteproc3: failed to load dra7-dsp2-fw.xe66                   
    [    4.277622]  remoteproc2: failed to load dra7-dsp1-fw.xe66                   
    [    4.277651]  remoteproc1: failed to load dra7-ipu2-fw.xem4                   
    [    4.303371] reboot: Restarting system with command 'bootloader'

    After this, it tries to reboot.

    BR,

    Suhas

  • Hi Suhas,

    were you able to solve the issue? Do you still face this problem?

    Regards,
    Yordan