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.

Compiler: TDA2Px-ACD Can't get Kernel Omage

Other Parts Discussed in Thread: PMP

Tool/software: TI C/C++ Compiler

Hello Sir

We need your help to solve our issue about can't boot up TDA2Px-ACD board, we always get the

can not get Kernel image. Like below picture, anything we need modified.

We have already prepare the SD card according to ch3 and ch4.2 of  VisionSDK_Linux_UserGuide.pdf,

and setting the System Boot  1 1 1 0 0 0 0  1 0 0 0 0 0 0 1

SD Card information as below,

ls -al $INSTALL_DIR/vision_sdk/binaries/apps/tda2px_evm_linux_all/hlos/linux/boot
total 693428
drwxr-xr-x 2 michaelwu michaelwu      4096  九   5 11:38 .
drwxr-xr-x 3 michaelwu michaelwu      4096  九   5 10:38 ..
-rwxr-xr-x 1 michaelwu michaelwu    128100  九   5 10:27 MLO
-rw-rw-r-- 1 michaelwu michaelwu 709079040  九   4 17:33 tisdk-rootfs-image-dra7xx-evm.tar.xz
-rwxr-xr-x 1 michaelwu michaelwu    839960  九   5 10:27 u-boot.img
-rwxrwxr-x 1 michaelwu michaelwu       173  九   5 10:40 uenv.txt

 sudo fdisk /dev/sdb1

Device      Boot  Start      End  Sectors  Size Id Type
/dev/sdb1p1 *      2048   526335   524288  256M  c W95 FAT32 (LBA)
/dev/sdb1p2      526336 15521791 14995456  7.2G 83 Linux

Thanks.

Michael Wu

  • Hi Michael,

    did you set fdtfile=dra76-evm-infoada.dtb in uenv.txt as described in chapter "3.1.2 SD only boot" in VisionSDK_Linux_UserGuide.pdf?

    Regards,

    Yordan

  • Hello Yordan,

    Yes, we set fdtfile=dra76-evm-infoada.dtb in uenv.txt.

    Do you have your build image as below we can downloaded and installed to SD Card?

    Maybe our build environment  incorrect. 

    MLO, tisdk-rootfs-image-dra7xx-evm.tar.xz, u-boot.img and uenv.txt

    Thanks

    Michael Wu

  • Hello Yordan,

    Added our uenv.txt information to you,

    michaelwu@michaelwu:~/PROCESSOR_SDK_VISION_03_07_00_00$ cat  /home/michaelwu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/hlos/linux/boot/uenv.txt
    fdtfile=dra76-evm-infoada.dtb
    args_mmc=part uuid mmc 0:2 uuid; setenv bootargs "console=ttyO0,115200n8 vram=16M root=PARTUUID=${uuid} rw rootwait ip=none mem=1024M cma=64M"

    Thanks

    Michael Wu

  • Hi Michael,

    can you check if dra76-evm-infoada.dtb is copied to the /boot directory on the SD card?

    Regards,

    Yordan

  • Hello Yordan

    We have added dra76-evm-infoadas.dtb to boot folder, still can't work.

    SYSTEMConfig setting 11100000 10000001

    Some log following, do we generate the boot SD have incorrect method?

    Thanks

    Michael Wu

    michaelwu@michaelwu:~/PROCESSOR_SDK_VISION_03_07_00_00$ ls -al vision_sdk/binaries/apps/tda2px_evm_linux_all/hlos/linux/boot/
    total 693536
    drwxr-xr-x 2 michaelwu michaelwu      4096  九  12 10:29 .
    drwxr-xr-x 3 michaelwu michaelwu      4096  九   5 10:38 ..
    -rw-rw-r-- 1 michaelwu michaelwu    108033  九  12 10:29 dra76-evm-infoadas.dtb
    -rwxr-xr-x 1 michaelwu michaelwu    128100  九   5 10:27 MLO
    -rw-rw-r-- 1 michaelwu michaelwu 709079040  九   4 17:33 tisdk-rootfs-image-dra7xx-evm.tar.xz
    -rwxr-xr-x 1 michaelwu michaelwu    839960  九   5 10:27 u-boot.img
    -rwxrwxr-x 1 michaelwu michaelwu       173  九   5 10:40 uenv.txt

    michaelwu@michaelwu:~/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/build$ sudo ./hlos/scripts/linux/mksdboot.sh --device /dev/sdb1 --appname apps --makeconfig tda2px_evm_linux_all
    [sudo] password for michaelwu:
    -- Main device is: /dev/sda5
    ************************************************************
    *         THIS WILL DELETE ALL THE DATA ON /dev/sdb1        *
    *                                                          *
    *         WARNING! Make sure your computer does not go     *
    *                  in to idle mode while this script is    *
    *                  running. The script will complete,      *
    *                  but your SD card may be corrupted.      *
    *                                                          *
    *         Press <ENTER> to confirm....                     *
    ************************************************************

    ls: cannot access '/dev/sdb1?': No such file or directory
    1024+0 records in
    1024+0 records out
    1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0047449 s, 221 MB/s

    Welcome to fdisk (util-linux 2.27.1).
    Changes will remain in memory only, until you decide to write them.
    Be careful before using the write command.

    Device does not contain a recognized partition table.
    Created a new DOS disklabel with disk identifier 0xdbf06816.

    Command (m for help): Partition type
       p   primary (0 primary, 0 extended, 4 free)
       e   extended (container for logical partitions)
    Select (default p): Partition number (1-4, default 1): First sector (2048-15521791, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (2048-15521791, default 15521791):
    Created a new partition 1 of type 'Linux' and of size 256 MiB.

    Command (m for help): Partition type
       p   primary (1 primary, 0 extended, 3 free)
       e   extended (container for logical partitions)
    Select (default p): Partition number (2-4, default 2): First sector (526336-15521791, default 526336): Last sector, +sectors or +size{K,M,G,T,P} (526336-15521791, default 15521791):
    Created a new partition 2 of type 'Linux' and of size 7.2 GiB.

    Command (m for help): Partition number (1,2, default 2): Partition type (type L to list all types):
    Changed type of partition 'Linux' to 'W95 FAT32 (LBA)'.

    Command (m for help): Partition number (1,2, default 2):
    The bootable flag on partition 1 is enabled now.

    Command (m for help): The partition table has been altered.
    Calling ioctl() to re-read partition table.
    Re-reading the partition table failed.: Invalid argument

    The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8).

    Press enter to continue.
    ./hlos/scripts/linux/mksdboot.sh: 156: read: arg count
    Formating /dev/sdb11 ...
    Cant find boot partition in /dev
    mke2fs 1.42.13 (17-May-2015)
    The file /dev/sdb1p2 does not exist and no size was specified.
    Copying filesystem on /dev/sdb11,/dev/sdb12
    mount: special device /dev/sdb11 does not exist

    ERROR: executing mount /dev/sdb11 /tmp/sdk/27133/boot

  • Hi Michael,

    the command for creating the SD card should be changed from:

    sudo ./hlos/scripts/linux/mksdboot.sh --device /dev/sdb1 --appname apps --makeconfig tda2px_evm_linux_all

    to:

    sudo ./hlos/scripts/linux/mksdboot.sh --device /dev/sdb --appname apps --makeconfig tda2px_evm_linux_all

    (it takes the parent device /dev/sdb as argument, /dev/sdb1 indicates the first partition on this device)

    Regards,

    Yordan

  • Hello Yordan

    We do below script, now the EV board can boot up, but u-boot show below, maybe we miss some steps.

    Thanks for you support.

    Booting from eMMC ...                                                                                                    
    Wrong Image Format for bootm command                                                                                     
    ERROR: can't get kernel image!                                                                                           
    =>

    sudo ./hlos/scripts/linux/mksdboot.sh --device /dev/sdb --appname apps --makeconfig tda2px_evm_linux_all

    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 ...                                                                  
    Card did not respond to voltage select!                                                                                  
    *** Warning - MMC init failed, using default environment                                                                 
                                                                                                                             
    reading u-boot.img                                                                                                       
    reading u-boot.img                                                                                                       
    reading u-boot.img                                                                                                       
    reading u-boot.img                                                                                                       
                                                                                                                             
                                                                                                                             
    U-Boot 2016.05-00016-gcc5b418 (Sep 05 2019 - 10:25:19 +0800)                                                             
                                                                                                                             
    CPU  : DRA762-GP ES1.0                                                                                                   
    Model: TI DRA762 EVM                                                                                                     
    Board: DRA76x EVM REV A.2                                                                                                
    DRAM:  4 GiB                                                                                                             
    MMC:   mmc@4809c000: fail to find sdr104 mode FDT_ERR_NOTFOUND                                                           
    no pinctrl for sdr104                                                                                                    
    mmc@4809c000: fail to find ddr50 mode FDT_ERR_NOTFOUND                                                                   
    no pinctrl for ddr50                                                                                                     
    mmc@4809c000: fail to find sdr50 mode FDT_ERR_NOTFOUND                                                                   
    no pinctrl for sdr50                                                                                                     
    mmc@4809c000: fail to find sdr25 mode FDT_ERR_NOTFOUND                                                                   
    no pinctrl for sdr25                                                                                                     
    mmc@4809c000: fail to find sdr12 mode FDT_ERR_NOTFOUND                                                                   
    no pinctrl for sdr12                                                                                                     
    OMAP SD/MMC: 0, OMAP SD/MMC: 1                                                                                           
    Card did not respond to voltage select!                                                                                  
    *** Warning - MMC init failed, using default environment                                                                 
                                                                                                                             
    Card did not respond to voltage select!                                                                                  
    ERROR: invalid mmc device                                                                                                
                                                                                                                             
    at arch/arm/cpu/armv7/omap-common/utils.c:193/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                                                                                         
    ## Error: "board_findfdt" not defined                                                                                    
    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                                                                                                         
    173 bytes read in 2 ms (84 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                                                                                                 
    3576904 bytes read in 170 ms (20.1 MiB/s)                                                                                
    ** File not found /boot/dra76-evm-infoada.dtb **                                                                         
    Booting from mmc0 ...                                                                                                    
    Kernel image @ 0x82000000 [ 0x000000 - 0x369448 ]                                                                        
    ERROR: Did not find a cmdline Flattened Device Tree                                                                      
    Could not find a valid device tree                                                                                       
    Card did not respond to voltage select!                                                                                  
    Card did not respond to voltage select!                                                                                  
    ** Bad device mmc 1 **                                                                                                   
    Card did not respond to voltage select!                                                                                  
    ** Bad device mmc 1 **                                                                                                   
    Card did not respond to voltage select!                                                                                  
    ** Bad device mmc 1 **                                                                                                   
    Card did not respond to voltage select!                                                                                  
    ** Bad device mmc 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!                                                                                           
    =>

    Thanks your help.

    Michael Wu

  • Hi Michael,

    sorry for the delay. I see error:

    ** File not found /boot/dra76-evm-infoada.dtb ** 

    can you change the name in uenv.txt to dra76-evm-infoadas.dtb (it seems it is a typo in the linux userguide).

    Regards,

    Yordan

  • Hello Yordan

    Yes, we can load the Kernel Image now after change the name in uenv.txt to dra76-evm-infoadas.dtb.

    But still we can not fully bootup success, below are logs.

    Thanks

    Michael Wu

    U-Boot SPL 2016.05-00016-gcc5b418 (Sep 05 2019 - 10:25:19)
    DRA762-GP ES1.0
    no pinctrl for hs200_1_8v
    no pinctrl for ddr_1_8v
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

    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 ...
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

    reading u-boot.img
    reading u-boot.img
    reading u-boot.img
    reading u-boot.img


    U-Boot 2016.05-00016-gcc5b418 (Sep 05 2019 - 10:25:19 +0800)

    CPU  : DRA762-GP ES1.0
    Model: TI DRA762 EVM
    Board: DRA76x EVM REV A.2
    DRAM:  4 GiB
    MMC:   mmc@4809c000: fail to find sdr104 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr104
    mmc@4809c000: fail to find ddr50 mode FDT_ERR_NOTFOUND
    no pinctrl for ddr50
    mmc@4809c000: fail to find sdr50 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr50
    mmc@4809c000: fail to find sdr25 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr25
    mmc@4809c000: fail to find sdr12 mode FDT_ERR_NOTFOUND
    no pinctrl for sdr12
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

    Card did not respond to voltage select!
    ERROR: invalid mmc device

    at arch/arm/cpu/armv7/omap-common/utils.c:193/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
    ## Error: "board_findfdt" not defined
    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
    174 bytes read in 3 ms (56.6 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
    3576904 bytes read in 171 ms (19.9 MiB/s)
    108033 bytes read in 23 ms (4.5 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x369448 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe2000, end 8ffff600 ... 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-00038-g0af2ab5 (michaelwu@michaelwu) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Wed Sep 4 17:02:53 CST 2019
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI DRA762 EVM
    [    0.000000] Reserved memory: OVERLAP DETECTED!
    [    0.000000] vsdk_sr1_mem@84000000 (0x0000000084000000--0x0000000097000000) overlaps with cmem@95400000 (0x0000000095400000--0x0000000095800000)
    [    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 32 MiB
    [    0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 64 MiB at 0x00000000bb800000
    [    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] DRA762 ES1.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @ef629000 s14912 r8192 d21952 u45056
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 250176
    [    0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=788d18e2-02 rw rootwait ip=none mem=1024M cma=64M
    [    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: 352156K/1007616K available (6671K kernel code, 320K rwdata, 2396K rodata, 336K init, 290K bss, 409700K reserved, 245760K cma-reserved, 192512K 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 - 0xc08e302c   (9069 kB)
    [    0.000000]       .init : 0xc08e4000 - 0xc0938000   ( 336 kB)
    [    0.000000]       .data : 0xc0938000 - 0xc0988220   ( 321 kB)
    [    0.000000]        .bss : 0xc098a000 - 0xc09d2880   ( 291 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.000330] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000338] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000794] Console: colour dummy device 80x30
    [    0.000810] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000816] This ensures that you still see kernel messages. Please
    [    0.000822] update your kernel commandline.
    [    0.000836] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000849] pid_max: default: 32768 minimum: 301
    [    0.000948] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000958] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001494] Initializing cgroup subsys io
    [    0.001511] Initializing cgroup subsys memory
    [    0.001535] Initializing cgroup subsys devices
    [    0.001547] Initializing cgroup subsys freezer
    [    0.001558] Initializing cgroup subsys perf_event
    [    0.001569] Initializing cgroup subsys pids
    [    0.001594] CPU: Testing write buffer coherency: ok
    [    0.001788] /cpus/cpu@0 missing clock-frequency property
    [    0.001804] /cpus/cpu@1 missing clock-frequency property
    [    0.001815] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001847] Setting up static identity map for 0x80008380 - 0x800083e0
    [    0.080040] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080109] Brought up 2 CPUs
    [    0.080122] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080129] CPU: All CPU(s) started in HYP mode.
    [    0.080134] CPU: Virtualization extensions available.
    [    0.080509] devtmpfs: initialized
    [    0.109995] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.110938] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.225302] omap_hwmod: dcan1: _wait_target_disable failed
    [    0.322395] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.322417] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.327347] pinctrl core: initialized pinctrl subsystem
    [    0.328208] NET: Registered protocol family 16
    [    0.329146] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.350209] cpuidle: using governor ladder
    [    0.380230] cpuidle: using governor menu
    [    0.388752] OMAP GPIO hardware version 0.1
    [    0.392862] GPIO line 161 (radio_rst) hogged as output/low
    [    0.395233] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.419450] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.419461] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.419946] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.419955] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.420558] OMAP DMA hardware revision 0.0
    [    0.461414] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.462566] edma 43300000.edma: memcpy is disabled
    [    0.467248] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.472103] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.472280] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.472448] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.472610] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.472886] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.473069] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.476068] palmas 0-0058: IRQ missing: skipping irq request
    [    0.490704] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    [    0.541249] irq: no irq domain found for /ocp/i2c@48070000/tps65917@58 !
    [    0.542154] pcf857x 0-0020: probed
    [    0.542719] pcf857x 0-0021: probed
    [    0.543101] GPIO line 465 (vin6_sel_s0) hogged as output/low
    [    0.543229] GPIO line 466 (vin2_s0) hogged as output/low
    [    0.543356] GPIO line 471 (vin2_s2) hogged as output/high
    [    0.543482] GPIO line 473 (exvin2_s0) hogged as output/low
    [    0.543607] GPIO line 474 (exvin2_s2) hogged as output/high
    [    0.543700] pcf857x 0-0026: probed
    [    0.543845] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.544250] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.560554] pcf857x: probe of 3-0021 failed with error -121
    [    0.560592] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.560796] media: Linux media interface: v0.10
    [    0.560848] Linux video capture interface: v2.00
    [    0.560889] pps_core: LinuxPPS API ver. 1 registered
    [    0.560896] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.560925] PTP clock support registered
    [    0.560975] EDAC MC: Ver: 3.0.0
    [    0.561735] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.562027] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.562366] Advanced Linux Sound Architecture Driver Initialized.
    [    0.563222] clocksource: Switched to clocksource arch_sys_counter
    [    0.573562] NET: Registered protocol family 2
    [    0.574056] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.574120] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.574245] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.574290] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.574321] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.574528] NET: Registered protocol family 1
    [    0.574792] RPC: Registered named UNIX socket transport module.
    [    0.574801] RPC: Registered udp transport module.
    [    0.574808] RPC: Registered tcp transport module.
    [    0.574814] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.575805] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.585830] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.586471] NFS: Registering the id_resolver key type
    [    0.586499] Key type id_resolver registered
    [    0.586506] Key type id_legacy registered
    [    0.586564] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.587839] bounce: pool size: 64 pages
    [    0.587994] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.588009] io scheduler noop registered
    [    0.588021] io scheduler deadline registered
    [    0.588054] io scheduler cfq registered (default)
    [    0.590446] vsys_5v0: supplied by vsys_12v0
    [    0.590500] ldo3: supplied by vsys_5v0
    [    0.594251] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.597518] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [    0.597531]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [    0.597563]    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.597584]   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    0.627423] dra7-pcie 51000000.pcie_rc: link is not up
    [    0.627586] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [    0.627599] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.627609] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    0.627618] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.628019] PCI: bus0: Fast back to back transfers disabled
    [    0.628135] PCI: bus1: Fast back to back transfers enabled
    [    0.628218] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.628234] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.628245] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.628469] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [    0.688784] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.692174] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    [    1.776238] console [ttyS0] enabled
    [    1.780632] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [    1.790343] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [    1.800381] [drm] Initialized drm 1.1.0 20060810
    [    1.805917] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    1.812562] [drm] No driver support for vblank timestamp query.
    [    1.818721] [drm] Initialized vdrm 1.0.0 20110917 on minor 0
    [    1.831661] loop: module loaded
    [    1.837667] vmemexp device MAJOR num = 245
    [    1.841794] vmemexp class registered
    [    1.845534] /dev/vmemexp device registered
    [    1.849649] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [    1.858162] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [    1.863582] 7 ofpart partitions found on MTD device spi32766.0
    [    1.869441] Creating 7 MTD partitions on "spi32766.0":
    [    1.874619] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [    1.880725] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    1.887079] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    1.894051] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    1.900728] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    1.908137] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    1.914504] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    1.922257] libphy: Fixed MDIO Bus: probed
    [    1.973258] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    1.979380] libphy: 48485000.mdio: probed
    [    1.987395] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver TI DP83867
    [    1.995741] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver TI DP83867
    [    2.004717] cpsw 48484000.ethernet: Detected MACID = f8:36:9b:0c:5f:2e
    [    2.011362] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    2.018364] cpsw 48484000.ethernet: cpsw: Detected MACID = f8:36:9b:0c:5f:2f
    [    2.027077] mousedev: PS/2 mouse device common for all mice
    [    2.033423] i2c /dev entries driver
    [    2.042206] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.047089] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    2.053600] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    2.059983] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    2.066380] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    2.072760] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    2.079397] vsys_3v3: supplied by vsys_12v0
    [    2.083929] vio_3v3: supplied by vsys_3v3
    [    2.088000] vio_3v3_sd: supplied by vio_3v3
    [    2.092331] ldo4: supplied by vsys_5v0
    [    2.133816] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    2.140199] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    2.163395] smps5: supplied by vsys_3v3
    [    2.183314] vio_1v8: supplied by smps5
    [    2.224974] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.236610] hwspinlock_user gatemp: requested 20 hwspinlocks
    [    2.243550] aic_dvdd: supplied by vio_3v3
    [    2.248801] davinci-mcasp 48464000.mcasp: DAI is shared
    [    2.254915] davinci-mcasp 48474000.mcasp: DAI is shared
    [    2.261421] NET: Registered protocol family 10
    [    2.276764] sit: IPv6 over IPv4 tunneling driver
    [    2.281932] NET: Registered protocol family 17
    [    2.286650] Key type dns_resolver registered
    [    2.291058] omap_voltage_late_init: Voltage driver support not added
    [    2.297940] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.304163] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.310446] buck10: supplied by vsys_3v3
    [    2.315065] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.321275] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.329502] Power Management for TI OMAP4+ devices.
    [    2.334550] Registering SWP/SWPB emulation handler
    [    2.340131] dmm 4e000000.dmm: workaround for errata i878 in use
    [    2.347204] dmm 4e000000.dmm: initialized all PAT entries
    [    2.353236] [drm] Initialized omapdrm 1.0.0 20110917 on minor 1
    [    2.360240] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    2.379904] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [    2.387029] hctosys: unable to open rtc device (rtc0)
    [    2.399058] aic_dvdd: disabling
    [    2.402342] ALSA device list:
    [    2.405340]   #0: DRA7xx-EVM
    [    2.408793] Waiting for root device PARTUUID=788d18e2-02...
    [    2.420448] mmc0: host does not support reading read-only switch, assuming write-enable
    [    2.430404] mmc0: new high speed SDHC card at address 0001
    [    2.436210] mmcblk0: mmc0:0001 SD32G 29.1 GiB
    [    2.441977]  mmcblk0: p1 p2
    [    2.523733] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
    [    2.532353] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
    [    2.632854] EXT4-fs (mmcblk0p2): recovery complete
    [    2.639011] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.647158] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.655165] devtmpfs: mounted
    [    2.658291] Freeing unused kernel memory: 336K
    [    2.662751] This architecture does not have kernel memory protection.
    [    2.905021] systemd[1]: System time before build time, advancing clock.
    [    2.942885] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [    2.956361] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
    [    2.967293] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +B)
    [    2.985671] systemd[1]: Detected architecture arm.

    Welcome to Arago 2016.12!

    [    3.014302] systemd[1]: Set hostname to <dra7xx-evm>.
    [    3.124902] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [    3.143380] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    3.154517] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    3.182001] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    3.198366] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    3.286562] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    3.295998] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    3.305639] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    3.616695] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [    3.624500] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [    3.632189] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [    3.639629] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [    3.649091] 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
    [    3.675600] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.694663] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.713638] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.743537] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.773467] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.803472] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.846573] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    3.903451] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.937788] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.965781] 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...
    [    4.033488] systemd[1]: Mounting Debug File System...
             Mounting Debug File System...
    [    4.065409] systemd[1]: Starting Setup Virtual Console...
             Starting Setup Virtual Console...
    [    4.084124] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    4.105410] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.119953] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    4.125687] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    4.153618] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    4.203406] systemd[1]: Mounting Temporary Directory...
             Mounting Temporary Directory...
    [    4.223513] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    4.245526] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.273558] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.293703] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.324383] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    4.353592] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    4.373569] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.393402] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    4.447855] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    4.473542] systemd[1]: Mounted Debug File System.
    [  OK  ] Mounted Debug File System.
    [    4.493449] systemd[1]: Mounted Temporary Directory.
    [  OK  ] Mounted Temporary Directory.
    [    4.513624] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [  OK  ] Started Create list of required sta...ce nodes for the current kernel.
    [  OK  ] Started Setup Virtual Console.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting udev Coldplug all Devices...
             Starting Create Static Device Nodes in /dev...
             Starting Apply Kernel Variables...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Started Apply Kernel Variables.
    [    5.137021] systemd-journald[148]: Received request to flush runtime journal from PID 1
    [  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 Flush Journal to Persistent Storage.
    [  OK  ] Started udev Coldplug all Devices.
    [    5.446727] CAN device driver interface
    [    5.470118] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    5.485964]  remoteproc0: 58820000.ipu is available
    [    5.507868]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    5.536626]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    5.576999] m_can 42c01a00.mcan: hclk could not be found
    [    5.582709]  remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
    [    5.591977] m_can 42c01a00.mcan: m_can device registered (irq=361, version=32)
    [    5.605279]  remoteproc0: failed to load dra7-ipu1-fw.xem4
    [    5.619410] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    5.634147]  remoteproc1: 55020000.ipu is available
    [    5.651181]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [  OK  ] Found device /dev/ttyS0.
    [    5.665461]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    5.708829] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    5.727305]  remoteproc2: 40800000.dsp is available
             Starting Load/Save Random Seed...[    5.734875]  remoteproc2: Note: remoteproc is still under development and considered experimental.

    [    5.750251]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [  OK  ] Reached target Local File Systems.[    5.766810] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20

    [    5.779575] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    5.793548]  remoteproc3: 41000000.dsp is available
    [    5.802721]  remoteproc3: Note: remoteproc is still under development and considered experimental.
    [    5.814222]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
             Starting Create Volatile Files and Directories...
    [    5.838244] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Create Volatile Files and Directories.
    [    6.080159]  remoteproc1: registered virtio0 (type 7)
             Starting Update UTMP about System Boot/Shutdown...
             Starting Network Time Synchronization...
    [    6.115783] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    6.229599] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    6.238290] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    7.023741] [drm] Initialized pvr 1.14.3699939 20110701 on minor 2
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Synchronized.
             Starting Synchronize System and HW clocks...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [    7.355052] SCSI subsystem initialized
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [    8.079131] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    8.085918] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    8.094985] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [    8.115001] scsi host0: ahci
    [    8.118082] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 341
    [  OK  ] Started System Logging Service.
    [  OK  ] Started D-Bus System Message Bus.
    [    8.434307]  remoteproc3: registered virtio1 (type 7)
    [    8.473551] ata1: SATA link down (SStatus 0 SControl 300)
    [    8.518930]  remoteproc2: registered virtio2 (type 7)
             Starting Network Service...
             Starting Login Service...
             Starting Permit User Sessions...
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
             Starting Save/Restore Sound Card State...
    [    8.822935] net eth1: initializing cpsw version 1.15 (0)
    [  OK  ] Started Kernel Logging Service.
    [    8.843296] net eth0: initialized cpsw ale version 1.4
    [    8.860225] net eth0: ALE Table size 1024
    [    8.874839] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
             Starting rc.pvr.service...
    [  OK  ] Started Network Service.
    [  OK  ] Started Permit User Sessions.
    [    8.976532] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [    8.987142] net eth1: phy found : id is : 0x2000a231
    [  OK  ] Started Save/Restore Sound Card State.
    [    9.013766] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [    9.044713] net eth0: initializing cpsw version 1.15 (0)
    [    9.074125]  remoteproc1: powering up 55020000.ipu
    [    9.105632]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743164
    [    9.128491] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [  OK  ] Started rc.pvr.service.
    [    9.197799]  remoteproc1: remote processor 55020000.ipu is now up
    [    9.203936] ------------[ cut here ]------------
    [    9.203945] WARNING: CPU: 0 PID: 222 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368()
    [    9.203948] 44000000.ocp:L3 Custom Error: MASTER IPU2 TARGET L4_PER1_P3 (Idle): Data Access in Supervisor mode during Functional access
    [    9.203977] Modules linked in: dwc3(+) udc_core bc_example(O) virtio_rpmsg_bus(+) ahci_platform libahci_platform libahci dwc3_omap extcon_usb_gpio libata scsi_mod extcon pvrsrvl
    [    9.203982] CPU: 0 PID: 222 Comm: systemd-udevd Tainted: G           O    4.4.84-00038-g0af2ab5 #1
    [    9.203984] Hardware name: Generic DRA74X (Flattened Device Tree)
    [    9.203986] Backtrace:
    [    9.203996] [<c00131d4>] (dump_backtrace) from [<c00133d0>] (show_stack+0x18/0x1c)
    [    9.204001]  r7:c02de608 r6:20070193 r5:00000000 r4:c0957810
    [    9.204008] [<c00133b8>] (show_stack) from [<c02b21a8>] (dump_stack+0x8c/0xa0)
    [    9.204013] [<c02b211c>] (dump_stack) from [<c0035340>] (warn_slowpath_common+0x88/0xb8)
    [    9.204018]  r7:c02de608 r6:00000093 r5:00000009 r4:ed4bb660
    [    9.204022] [<c00352b8>] (warn_slowpath_common) from [<c00353a8>] (warn_slowpath_fmt+0x38/0x40)
    [    9.204028]  r8:00000017 r7:c084b9d8 r6:00000000 r5:c084b56c r4:c084b610
    [    9.204032] [<c0035374>] (warn_slowpath_fmt) from [<c02de608>] (l3_interrupt_handler+0x25c/0x368)
    [    9.204035]  r3:ef1f8d80 r2:c084b610
    [    9.204037]  r4:80080003
    [    9.204043] [<c02de3ac>] (l3_interrupt_handler) from [<c0080c28>] (handle_irq_event_percpu+0xb4/0x160)
    [    9.204049]  r10:c098748b r9:ef1f7300 r8:00000017 r7:00000000 r6:00000000 r5:ef1f7360
    [    9.204051]  r4:ef210280
    [    9.204056] [<c0080b74>] (handle_irq_event_percpu) from [<c0080d14>] (handle_irq_event+0x40/0x64)
    [    9.204062]  r10:c09ace60 r9:00000170 r8:ef008000 r7:00000000 r6:c093fe44 r5:ef1f7360
    [    9.204064]  r4:ef1f7300
    [    9.204068] [<c0080cd4>] (handle_irq_event) from [<c0084058>] (handle_fasteoi_irq+0xc0/0x194)
    [    9.204073]  r7:00000000 r6:c093fe44 r5:ef1f7360 r4:ef1f7300
    [    9.204077] [<c0083f98>] (handle_fasteoi_irq) from [<c0080254>] (generic_handle_irq+0x2c/0x3c)
    [    9.204082]  r7:00000000 r6:ed4bb938 r5:00000017 r4:c0935424
    [    9.204086] [<c0080228>] (generic_handle_irq) from [<c008052c>] (__handle_domain_irq+0x64/0xbc)
    [    9.204091] [<c00804c8>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c)
    [    9.204097]  r9:00000170 r8:fa213000 r7:fa212000 r6:ed4bb820 r5:fa21200c r4:c093a8ec
    [    9.204100] [<c000944c>] (gic_handle_irq) from [<c0013ec0>] (__irq_svc+0x40/0x74)
    [    9.204102] Exception stack(0xed4bb820 to 0xed4bb868)
    [    9.204106] b820: 00000000 c098b300 00000000 00000000 00000202 00000012 ed4ba000 00000000
    [    9.204109] b840: ef008000 00000170 c09ace60 ed4bb8cc ed4bb8d0 ed4bb870 c0039204 c0038d70
    [    9.204111] b860: 60070113 ffffffff
    [    9.204117]  r9:00000170 r8:ef008000 r7:ed4bb854 r6:ffffffff r5:60070113 r4:c0038d70
    [    9.204121] [<c0038cdc>] (__do_softirq) from [<c0039204>] (irq_exit+0xbc/0x11c)
    [    9.204127]  r10:c09ace60 r9:00000170 r8:ef008000 r7:00000000 r6:00000000 r5:00000012
    [    9.204129]  r4:ffffe000
    [    9.204133] [<c0039148>] (irq_exit) from [<c0080530>] (__handle_domain_irq+0x68/0xbc)
    [    9.204136]  r5:00000012 r4:c0935424
    [    9.204140] [<c00804c8>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c)
    [    9.204146]  r9:00000170 r8:fa213000 r7:fa212000 r6:ed4bb938 r5:fa21200c r4:c093a8ec
    [    9.204149] [<c000944c>] (gic_handle_irq) from [<c0013ec0>] (__irq_svc+0x40/0x74)
    [    9.204151] Exception stack(0xed4bb938 to 0xed4bb980)
    [    9.204153] b920:                                                       00000000 00000000
    [    9.204156] b940: 00000001 20070013 00000000 c0994cc8 00000000 00000006 00000045 00000170
    [    9.204159] b960: c09ace60 ed4bb9e4 ed4bb8c0 ed4bb988 c036b7a4 c007ee14 60070013 ffffffff
    [    9.204165]  r9:00000170 r8:00000045 r7:ed4bb96c r6:ffffffff r5:60070013 r4:c007ee14
    [    9.204169] [<c007eaa4>] (console_unlock) from [<c007f2a0>] (vprintk_emit+0x2a8/0x534)
    [    9.204175]  r10:00000000 r9:00000000 r8:00000000 r7:c098cee0 r6:c09af834 r5:00000003
    [    9.204177]  r4:00000035
    [    9.204184] [<c007eff8>] (vprintk_emit) from [<c03e2cf0>] (dev_vprintk_emit+0xa8/0x1d0)
    [    9.204190]  r10:d9103000 r9:ed4bbb24 r8:c086680c r7:00000006 r6:ed60c1b4 r5:ed60c020
    [    9.204191]  r4:ed60c000
    [    9.204196] [<c03e2c48>] (dev_vprintk_emit) from [<c03e2e40>] (dev_printk_emit+0x28/0x30)
    [    9.204201]  r10:d9103000 r9:00000000 r8:ed60c020 r7:ed60c1ac r6:ed60c1b4 r5:00000000
    [    9.204203]  r4:ed60c000
    [    9.204207] [<c03e2e1c>] (dev_printk_emit) from [<c03e2f08>] (__dev_printk+0x54/0x94)
    [    9.204210]  r3:c082f390 r2:c086680c
    [    9.204214] [<c03e2eb4>] (__dev_printk) from [<c03e31d8>] (_dev_info+0x40/0x48)
    [    9.204228] [<c03e319c>] (_dev_info) from [<bf04adbc>] (rproc_boot+0x4d0/0x55c [remoteproc])
    [    9.204232]  r3:00000002 r2:c082432c r1:bf04cf98
    [    9.204247] [<bf04a8ec>] (rproc_boot [remoteproc]) from [<bf04baf8>] (rproc_virtio_find_vqs+0x18c/0x1f0 [remoteproc])
    [    9.204253]  r10:ed60c020 r9:00000002 r8:bf22fd5c r7:ed60dc10 r6:ed60ddf0 r5:ed4bbc44
    [    9.204254]  r4:00000002
    [    9.204271] [<bf04b96c>] (rproc_virtio_find_vqs [remoteproc]) from [<bf22f2f0>] (rpmsg_probe+0xbc/0x474 [virtio_rpmsg_bus])
    [    9.204277]  r10:00000000 r9:00000000 r8:ed60dc10 r7:ed4bbc38 r6:ed60c000 r5:ed57d900
    [    9.204278]  r4:bf04b96c
    [    9.204290] [<bf22f234>] (rpmsg_probe [virtio_rpmsg_bus]) from [<bf01d85c>] (virtio_dev_probe+0x230/0x310 [virtio])
    [    9.204296]  r10:00000000 r9:00000000 r8:00000000 r7:ed60dc20 r6:ed60dc10 r5:00000000
    [    9.204297]  r4:00000000
    [    9.204305] [<bf01d62c>] (virtio_dev_probe [virtio]) from [<c03e6744>] (driver_probe_device+0x204/0x2f8)
    [    9.204310]  r10:00000000 r9:ecffda88 r8:00000013 r7:bf22fdfc r6:00000000 r5:ed60dc20
    [    9.204312]  r4:c09c57a4
    [    9.204315] [<c03e6540>] (driver_probe_device) from [<c03e68cc>] (__driver_attach+0x94/0x98)
    [    9.204321]  r9:ecffda88 r8:1300259c r7:00000000 r6:ed60dc54 r5:bf22fdfc r4:ed60dc20
    [    9.204326] [<c03e6838>] (__driver_attach) from [<c03e49cc>] (bus_for_each_dev+0x70/0xa4)
    [    9.204330]  r7:00000000 r6:c03e6838 r5:bf22fdfc r4:00000000
    [    9.204335] [<c03e495c>] (bus_for_each_dev) from [<c03e6030>] (driver_attach+0x24/0x28)
    [    9.204339]  r6:bf01dd58 r5:ed57d780 r4:bf22fdfc
    [    9.204344] [<c03e600c>] (driver_attach) from [<c03e5c6c>] (bus_add_driver+0x1a8/0x220)
    [    9.204349] [<c03e5ac4>] (bus_add_driver) from [<c03e706c>] (driver_register+0x80/0x100)
    [    9.204353]  r7:ed4f3c40 r6:c093d6f0 r5:bf233000 r4:bf22fdfc
    [    9.204359] [<c03e6fec>] (driver_register) from [<bf01daa4>] (register_virtio_driver+0x30/0x44 [virtio])
    [    9.204362]  r5:bf233000 r4:00000000
    [    9.204373] [<bf01da74>] (register_virtio_driver [virtio]) from [<bf233044>] (rpmsg_init+0x44/0x84 [virtio_rpmsg_bus])
    [    9.204381] [<bf233000>] (rpmsg_init [virtio_rpmsg_bus]) from [<c000982c>] (do_one_initcall+0x98/0x1e4)
    [    9.204384]  r5:bf233000 r4:c093d6f0
    [    9.204391] [<c0009794>] (do_one_initcall) from [<c00cf0e8>] (do_init_module+0x68/0x378)
    [    9.204397]  r10:bf22ff00 r9:ecffda88 r8:1300259c r7:00000001 r6:ecffd0c0 r5:00000001
    [    9.204399]  r4:bf22ff00
    [    9.204404] [<c00cf080>] (do_init_module) from [<c00abc78>] (load_module+0x1df8/0x2068)
    [    9.204408]  r6:ecffda80 r5:00000001 r4:ed4bbf44
    [    9.204412] [<c00a9e80>] (load_module) from [<c00ac0b8>] (SyS_finit_module+0x88/0x98)
    [    9.204418]  r10:00000000 r9:ed4ba000 r8:c000fc84 r7:0000017b r6:b6e35d90 r5:00000007
    [    9.204420]  r4:00000000
    [    9.204424] [<c00ac030>] (SyS_finit_module) from [<c000fae0>] (ret_fast_syscall+0x0/0x34)
    [    9.204428]  r6:00000000 r5:0053f928 r4:00000000
    [    9.204430] ---[ end trace 0e04da5f16e89a11 ]---
    [    9.226340] net eth0: phy found : id is : 0x2000a231
    [    9.231189] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    9.898739] usbcore: registered new interface driver usbfs
    [    9.899234] usbcore: registered new interface driver hub
    [    9.899733] usbcore: registered new device driver usb
    [    9.929910] omap-rproc 55020000.ipu: omap rproc 55020000.ipu crashed
    [    9.937474]  remoteproc1: crash detected in 55020000.ipu: type device exception
    [    9.945513] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    9.945770]  remoteproc1: handling crash #1 in 55020000.ipu
    [    9.945772]  remoteproc1: recovering 55020000.ipu
    [    9.980822]  remoteproc1: stopped remote processor 55020000.ipu
    [    9.988075]  remoteproc3: powering up 41000000.dsp
    [    9.993022]  remoteproc1: powering up 55020000.ipu
    [    9.997991]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743164
    [   10.005738] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [   10.020136] dwc3 48890000.usb: otg: primary host xhci-hcd.2.auto registered
    [   10.040936]  remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 19745928
    [   10.043323] dwc3 48890000.usb: otg: shared host xhci-hcd.2.auto registered
    [   10.043326] dwc3 48890000.usb: otg: can't start till gadget registers
    [   10.043434] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   10.043451] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
    [   10.075532] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [   10.102673] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   10.108563] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [   10.113263] xhci-hcd xhci-hcd.3.auto: irq 496, io mem 0x488d0000
    [   10.120530] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [   10.126715] hub 1-0:1.0: USB hub found
    [   10.130517] hub 1-0:1.0: 1 port detected
    [   10.135279]  remoteproc1: remote processor 55020000.ipu is now up
    [   10.141409] ------------[ cut here ]------------
    [   10.141420] WARNING: CPU: 0 PID: 18 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368()
    [   10.141423] 44000000.ocp:L3 Custom Error: MASTER IPU2 TARGET L4_PER1_P3 (Idle): Data Access in Supervisor mode during Functional access
    [   10.141457] Modules linked in: xhci_plat_hcd(+) xhci_hcd usbcore dwc3 udc_core bc_example(O) virtio_rpmsg_bus(+) ahci_platform libahci_platform libahci dwc3_omap extcon_usb_gpil
    [   10.141462] CPU: 0 PID: 18 Comm: kworker/0:1 Tainted: G        W  O    4.4.84-00038-g0af2ab5 #1
    [   10.141464] Hardware name: Generic DRA74X (Flattened Device Tree)
    [   10.141472] Workqueue: events request_firmware_work_func
    [   10.141474] Backtrace:
    [   10.141484] [<c00131d4>] (dump_backtrace) from [<c00133d0>] (show_stack+0x18/0x1c)
    [   10.141490]  r7:c02de608 r6:20070193 r5:00000000 r4:c0957810
    [   10.141497] [<c00133b8>] (show_stack) from [<c02b21a8>] (dump_stack+0x8c/0xa0)
    [   10.141501] [<c02b211c>] (dump_stack) from [<c0035340>] (warn_slowpath_common+0x88/0xb8)
    [   10.141507]  r7:c02de608 r6:00000093 r5:00000009 r4:ef22b770
    [   10.141511] [<c00352b8>] (warn_slowpath_common) from [<c00353a8>] (warn_slowpath_fmt+0x38/0x40)
    [   10.141516]  r8:00000017 r7:c084b9d8 r6:00000000 r5:c084b56c r4:c084b610
    [   10.141520] [<c0035374>] (warn_slowpath_fmt) from [<c02de608>] (l3_interrupt_handler+0x25c/0x368)
    [   10.141523]  r3:ef1f8d80 r2:c084b610
    [   10.141525]  r4:80080003
    [   10.141532] [<c02de3ac>] (l3_interrupt_handler) from [<c0080c28>] (handle_irq_event_percpu+0xb4/0x160)
    [   10.141538]  r10:c098748b r9:ef1f7300 r8:00000017 r7:00000000 r6:00000000 r5:ef1f7360
    [   10.141540]  r4:ef210280
    [   10.141545] [<c0080b74>] (handle_irq_event_percpu) from [<c0080d14>] (handle_irq_event+0x40/0x64)
    [   10.141552]  r10:c09ace60 r9:000001f1 r8:ef008000 r7:00000000 r6:c093fe44 r5:ef1f7360
    [   10.141553]  r4:ef1f7300
    [   10.141558] [<c0080cd4>] (handle_irq_event) from [<c0084058>] (handle_fasteoi_irq+0xc0/0x194)
    [   10.141563]  r7:00000000 r6:c093fe44 r5:ef1f7360 r4:ef1f7300
    [   10.141566] [<c0083f98>] (handle_fasteoi_irq) from [<c0080254>] (generic_handle_irq+0x2c/0x3c)
    [   10.141572]  r7:00000000 r6:00000000 r5:00000017 r4:c0935424
    [   10.141576] [<c0080228>] (generic_handle_irq) from [<c008052c>] (__handle_domain_irq+0x64/0xbc)
    [   10.141580] [<c00804c8>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c)
    [   10.141587]  r9:000001f1 r8:fa213000 r7:fa212000 r6:ef22b930 r5:fa21200c r4:c093a8ec
    [   10.141590] [<c000944c>] (gic_handle_irq) from [<c0013ec0>] (__irq_svc+0x40/0x74)
    [   10.141592] Exception stack(0xef22b930 to 0xef22b978)
    [   10.141595] b920:                                     00000000 00000000 00000001 20070013
    [   10.141598] b940: 00000000 c0997678 00000000 00000006 00000045 000001f1 c09ace60 ef22b9dc
    [   10.141601] b960: ef22b8b8 ef22b980 c036b7a4 c007ee14 60070013 ffffffff
    [   10.141607]  r9:000001f1 r8:00000045 r7:ef22b964 r6:ffffffff r5:60070013 r4:c007ee14
    [   10.141612] [<c007eaa4>] (console_unlock) from [<c007f2a0>] (vprintk_emit+0x2a8/0x534)
    [   10.141618]  r10:00000000 r9:00000000 r8:00000000 r7:c098cee0 r6:c09af834 r5:00000003
    [   10.141620]  r4:00000035
    [   10.141626] [<c007eff8>] (vprintk_emit) from [<c03e2cf0>] (dev_vprintk_emit+0xa8/0x1d0)
    [   10.141632]  r10:d9103000 r9:ef22bb1c r8:c086680c r7:00000006 r6:ed60c1b4 r5:ed60c020
    [   10.141634]  r4:ed60c000
    [   10.141638] [<c03e2c48>] (dev_vprintk_emit) from [<c03e2e40>] (dev_printk_emit+0x28/0x30)
    [   10.141644]  r10:d9103000 r9:00000000 r8:ed60c020 r7:ed60c1ac r6:ed60c1b4 r5:00000000
    [   10.141645]  r4:ed60c000
    [   10.141649] [<c03e2e1c>] (dev_printk_emit) from [<c03e2f08>] (__dev_printk+0x54/0x94)
    [   10.141652]  r3:c082f390 r2:c086680c
    [   10.141657] [<c03e2eb4>] (__dev_printk) from [<c03e31d8>] (_dev_info+0x40/0x48)
    [   10.141671] [<c03e319c>] (_dev_info) from [<bf04adbc>] (rproc_boot+0x4d0/0x55c [remoteproc])
    [   10.141675]  r3:00000002 r2:c082432c r1:bf04cf98
    [   10.141689] [<bf04a8ec>] (rproc_boot [remoteproc]) from [<bf04baf8>] (rproc_virtio_find_vqs+0x18c/0x1f0 [remoteproc])
    [   10.141696]  r10:ed60c020 r9:00000002 r8:bf22fd5c r7:ed60dc10 r6:ed60ddf0 r5:ef22bc3c
    [   10.141697]  r4:00000002
    [   10.141714] [<bf04b96c>] (rproc_virtio_find_vqs [remoteproc]) from [<bf22f2f0>] (rpmsg_probe+0xbc/0x474 [virtio_rpmsg_bus])
    [   10.141720]  r10:00000000 r9:00000000 r8:ed60dc10 r7:ef22bc30 r6:ed60c000 r5:ed57d280
    [   10.141722]  r4:bf04b96c
    [   10.141735] [<bf22f234>] (rpmsg_probe [virtio_rpmsg_bus]) from [<bf01d85c>] (virtio_dev_probe+0x230/0x310 [virtio])
    [   10.141741]  r10:00000000 r9:00000000 r8:00000000 r7:ed60dc20 r6:ed60dc10 r5:00000000
    [   10.141742]  r4:00000000
    [   10.141749] [<bf01d62c>] (virtio_dev_probe [virtio]) from [<c03e6744>] (driver_probe_device+0x204/0x2f8)
    [   10.141755]  r10:00000000 r9:00000000 r8:00000016 r7:bf22fdfc r6:00000000 r5:ed60dc20
    [   10.141757]  r4:c09c57a4
    [   10.141760] [<c03e6540>] (driver_probe_device) from [<c03e695c>] (__device_attach_driver+0x8c/0xb4)
    [   10.141766]  r9:00000000 r8:c09c5780 r7:00000001 r6:ed60dc20 r5:ef22bd50 r4:bf22fdfc
    [   10.141770] [<c03e68d0>] (__device_attach_driver) from [<c03e4a8c>] (bus_for_each_drv+0x68/0x9c)
    [   10.141775]  r7:00000001 r6:c03e68d0 r5:ef22bd50 r4:00000000
    [   10.141779] [<c03e4a24>] (bus_for_each_drv) from [<c03e6498>] (__device_attach+0xb8/0x11c)
    [   10.141783]  r6:ed60dc54 r5:ed60dc20 r4:ed60dc20
    [   10.141786] [<c03e63e0>] (__device_attach) from [<c03e69d0>] (device_initial_probe+0x14/0x18)
    [   10.141791]  r7:00000000 r6:bf01dd58 r5:ed60dc20 r4:ed60dc28
    [   10.141795] [<c03e69bc>] (device_initial_probe) from [<c03e59b0>] (bus_probe_device+0x8c/0x94)
    [   10.141800] [<c03e5924>] (bus_probe_device) from [<c03e3b10>] (device_add+0x3f4/0x57c)
    [   10.141805]  r7:00000000 r6:ed60dc20 r5:ed60c020 r4:ed60dc28
    [   10.141810] [<c03e371c>] (device_add) from [<c03e3cb4>] (device_register+0x1c/0x20)
    [   10.141816]  r10:bf049280 r9:ed60c020 r8:00000058 r7:ed60c020 r6:ed60dc20 r5:bf04b78c
    [   10.141818]  r4:ed60dc20
    [   10.141824] [<c03e3c98>] (device_register) from [<bf01d494>] (register_virtio_device+0xb4/0xf4 [virtio])
    [   10.141827]  r5:bf04b78c r4:ed60dc10
    [   10.141839] [<bf01d3e0>] (register_virtio_device [virtio]) from [<bf04bccc>] (rproc_add_virtio_dev+0x4c/0xa0 [remoteproc])
    [   10.141844]  r7:ed60c020 r6:00000007 r5:ed60c020 r4:ed60dc00
    [   10.141859] [<bf04bc80>] (rproc_add_virtio_dev [remoteproc]) from [<bf0493b8>] (rproc_handle_vdev+0x138/0x1ec [remoteproc])
    [   10.141864]  r7:ed60c020 r6:ed60c000 r5:ed60dc00 r4:ed5b2858
    [   10.141878] [<bf049280>] (rproc_handle_vdev [remoteproc]) from [<bf0494d0>] (rproc_handle_resources+0x64/0xe8 [remoteproc])
    [   10.141884]  r9:ed60c020 r8:bf04c914 r7:bf04d414 r6:00000410 r5:ed60c000 r4:00000000
    [   10.141898] [<bf04946c>] (rproc_handle_resources [remoteproc]) from [<bf04964c>] (rproc_fw_config_virtio+0xf8/0x100 [remoteproc])
    [   10.141904]  r10:ef62b9c0 r9:00000000 r8:ef62f100 r7:00000410 r6:f2252000 r5:ecefe4c0
    [   10.141907]  r4:ed60c000 r3:ffffffff
    [   10.141916] [<bf049554>] (rproc_fw_config_virtio [remoteproc]) from [<c03fa5d0>] (request_firmware_work_func+0x38/0x60)
    [   10.141922]  r7:00000000 r6:ef62b9c0 r5:ef21db00 r4:ecefe0c0
    [   10.141930] [<c03fa598>] (request_firmware_work_func) from [<c004a6b4>] (process_one_work+0x124/0x3f4)
    [   10.141931]  r4:ecefe0c0
    [   10.141936] [<c004a590>] (process_one_work) from [<c004a9d0>] (worker_thread+0x4c/0x524)
    [   10.141942]  r10:ef62b9c0 r9:ef21db00 r8:00000008 r7:ef22a000 r6:ef62b9d4 r5:ef21db18
    [   10.141944]  r4:ef62b9c0
    [   10.141951] [<c004a984>] (worker_thread) from [<c0050508>] (kthread+0x100/0x118)
    [   10.141957]  r10:00000000 r9:00000000 r8:c004a984 r7:ef21db00 r6:ef22a000 r5:ef222780
    [   10.141959]  r4:00000000
    [   10.141964] [<c0050408>] (kthread) from [<c000fb88>] (ret_from_fork+0x14/0x2c)
    [   10.141970]  r8:00000000 r7:00000000 r6:00000000 r5:c0050408 r4:ef222780
    [   10.141972] ---[ end trace 0e04da5f16e89a12 ]---
    [   10.345504] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   10.345514] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [   10.345575] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   10.346688] hub 2-0:1.0: USB hub found
    [   10.346710] hub 2-0:1.0: 1 port detected
    [   10.892919] omap-rproc 55020000.ipu: omap rproc 55020000.ipu crashed
    [   10.899329]  remoteproc1: crash detected in 55020000.ipu: type device exception
    [   10.900087]  remoteproc1: handling crash #2 in 55020000.ipu

  • Hi Michael,

    this error:

    [FAILED] Failed to start Load Kernel Modules.

    might happen because of mismatch between versions of the kernel and the modules.

    Can you try to recreate the SD card after rebuilding the kernel and the modules and see if the issue persists?

    Regards,

    Yordan