This thread has been locked.

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

Linux/EVMK2H: Trying to tftpboot and use targetNFS off net, kernel loads but then it stops

Part Number: EVMK2H

Tool/software: Linux

I followed another thread here on how to make the board boot from tftpboot and use the targetNFS folder as the filesystem here: e2e.ti.com/.../1883525

This is my printenv output:

TCI6638 EVM # printenv
addr_fdt=0x87000000
addr_fs=0x82000000
addr_kern=0x88000000
addr_mon=0x0c5f0000
addr_ubi=0x82000000
addr_uboot=0x87000000
args_all=setenv bootargs console=ttyS0,115200n8 rootwait=1
args_net=setenv bootargs ${bootargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=192.168.1.10:192.168.1.7:192.168.1.1:255.255.255.0::eth0:off
args_ramfs=setenv bootargs ${bootargs} earlyprintk rdinit=/sbin/init rw root=/dev/ram0 initrd=0x802000000,9M
args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048
args_uinitrd=setenv bootargs ${bootargs} earlyprintk rdinit=/sbin/init rw root=/dev/ram0
baudrate=115200
boot=net
bootcmd=run init_${boot} get_fdt_${boot} get_mon_${boot} get_kern_${boot} run_mon run_kern
bootdelay=3
bootfile=uImage
burn_ubi=nand erase.part ubifs; nand write ${addr_ubi} ubifs ${filesize}
burn_uboot=sf probe; sf erase 0 0x100000; sf write ${addr_uboot} 0 ${filesize}
ethact=TCI6638_EMAC
ethaddr=b4:99:4c:b2:ff:cc
fdt_high=0xffffffff
get_fdt_net=tftpboot 0x87000000 /tftpboot/keystone-k2hk-evm.dtb
get_fdt_ramfs=dhcp ${addr_fdt} ${tftp_root}/${name_fdt}
get_fdt_ubi=ubifsload ${addr_fdt} ${name_fdt}
get_fdt_uinitrd=dhcp ${addr_fdt} ${tftp_root}/${name_fdt}
get_fs_ramfs=dhcp ${addr_fs} ${tftp_root}/${name_fs}
get_fs_uinitrd=dhcp ${addr_fs} ${tftp_root}/${name_uinitrd}
get_kern_net=tftpboot 0x88000000 /tftpboot/zImage-k2hk-evm.bin
get_kern_ramfs=dhcp ${addr_kern} ${tftp_root}/${name_kern}
get_kern_ubi=ubifsload ${addr_kern} ${name_kern}
get_kern_uinitrd=dhcp ${addr_kern} ${tftp_root}/${name_kern}
get_mon_net=tftpboot 0x0c5f0000 /tftpboot/skern-k2hk.bin
get_mon_ramfs=dhcp ${addr_mon} ${tftp_root}/${name_mon}
get_mon_ubi=ubifsload ${addr_mon} ${name_mon}
get_mon_uinitrd=dhcp ${addr_mon} ${tftp_root}/${name_mon}
get_ubi_net=dhcp ${addr_ubi} ${tftp_root}/${name_ubi}
get_uboot_net=dhcp ${addr_uboot} ${tftp_root}/${name_uboot}
has_mdio=0
init_net=run set_fs_none args_all args_net
init_ramfs=run set_fs_none args_all args_ramfs get_fs_ramfs
init_ubi=run set_fs_none args_all args_ubi; ubi part ubifs; ubifsmount boot
init_uinitrd=run set_fs_uinitrd args_all args_uinitrd get_fs_uinitrd
initrd_high=0xffffffff
ipaddr=192.168.1.10
mem_lpae=1
mem_reserve=512M
mtdparts=mtdparts=davinci_nand.0:1024k(bootloader)ro,512k(params)ro,129536k(ubifs)
name_fdt=keystone-k2hk-evm.dtb
name_fs=k2-fw-initrd.cpio.gz
name_kern=zImage-k2hk-evm.bin
name_mon=skern-k2hk.bin
name_ubi=tisdk-server-rootfs-image-k2hk-evm.ubi
name_uboot=u-boot-spi-k2hk-evm.gph
name_uinitrd=uinitrd.bin
nfs_options=v3,tcp,rsize=4096,wsize=4096
nfs_root=/targetNFS
no_post=1
run_kern=bootm ${addr_kern} ${addr_uinitrd} ${addr_fdt}
run_mon=mon_install ${addr_mon}
serverip=192.168.1.7
set_fs_none=setenv addr_uinitrd -
set_fs_uinitrd=setenv addr_uinitrd ${addr_fs}
stderr=serial
stdin=serial
stdout=serial
tftp_root=/tftpboot
ver=U-Boot 2013.01-00004-g0c2f8a2 (Aug 16 2013 - 19:04:15)

Environment size: 3075/262140 bytes

This is what I get when I boot:

U-Boot SPL 2013.01-00004-g0c2f8a2 (Aug 16 2013 - 19:04:15)
SF: Detected N25Q128A with page size 64 KiB, total 16 MiB


U-Boot 2013.01-00004-g0c2f8a2 (Aug 16 2013 - 19:04:15)

I2C:   ready
DRAM:  2 GiB
NAND:  512 MiB
Net:   TCI6638_EMAC, TCI6638_EMAC1
Hit any key to stop autoboot:  0
Using TCI6638_EMAC device
TFTP from server 192.168.1.7; our IP address is 192.168.1.10
Filename '/tftpboot/keystone-k2hk-evm.dtb'.
Load address: 0x87000000
Loading: ###########
         1.1 MiB/s
done
Bytes transferred = 54059 (d32b hex)
Using TCI6638_EMAC device
TFTP from server 192.168.1.7; our IP address is 192.168.1.10
Filename '/tftpboot/skern-k2hk.bin'.
Load address: 0xc5f0000
Loading: #######
         942.4 KiB/s
done
Bytes transferred = 32832 (8040 hex)
Using TCI6638_EMAC device
TFTP from server 192.168.1.7; our IP address is 192.168.1.10
Filename '/tftpboot/zImage-k2hk-evm.bin'.
Load address: 0x88000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ######################
         1.2 MiB/s
done
Bytes transferred = 3440432 (347f30 hex)


It stops after that, I did chmod 777 and chown nobody for the targetNFS folder just like the script does for tftpboot. How do I get the board to boot from tftpboot and use the targetNFS as the filesystem?

  • Hi Usman,

    I've forwarded this to the booting experts. Their feedback should be posted here.

    BR
    Tsvetolin Shulev
  • Still waiting for a solution, I set environment variables to default by doing

    env default -f -a

    and the boot variable is set to ramfs, but it is still trying to boot using args_net. So currently this development kit is unusable because it doesn't boot at all.

  • I modified the minicom script generated by setup.sh and this is what my printenv looks like now

    => printenv                                                                     
    addr_mon=0x87000000                                                             
    addr_secdb_key=0xc000000                                                        
    addr_ubi=0x82000000                                                             
    arch=arm                                                                        
    args_all=setenv bootargs console=ttyS0,115200n8 rootwait=1                      
    args_net=setenv bootargs ${bootargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${s
    erverip}:${nfs_root},${nfs_options} ip=192.168.1.10:192.168.1.7:192.168.1.1:255.
    255.255.0::eth0:off                                                             
    args_ramfs=setenv bootargs ${bootargs} rdinit=/sbin/init rw root=/dev/ram0 initr
    d=0x808080000,80M                                                               
    args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs root=ubi0:rootfs rootflags
    =sync rw ubi.mtd=ubifs,2048                                                     
    baudrate=115200                                                                 
    board=ks2_evm                                                                   
    board_name=ks2_evm                                                              
    boot=net                                                                        
    boot_fdt=try                                                                    
    bootargs=console=ttyS0,115200n8 rootwait=1 rootfstype=nfs root=/dev/nfs rw nfsro
    ot=192.168.1.7:/home/usman/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/target
    NFS,v3,tcp,rsize=4096,wsize=4096 ip=192.168.1.10:192.168.1.7:192.168.1.1:255.255
    .255.0::eth0:off                                                                
    bootcmd=run init_${boot} get_mon_${boot} run_mon init_fw_rd_${boot} get_fdt_${bo
    ot} get_kern_${boot} run_kern                                                   
    bootdelay=2                                                                     
    bootdir=/boot                                                                   
    bootm_size=0x10000000                                                           
    burn_ubi=nand erase.part ubifs; nand write ${addr_ubi} ubifs ${filesize}        
    burn_uboot_nand=nand erase 0 0x100000; nand write ${loadaddr} 0 ${filesize}     
    burn_uboot_spi=sf probe; sf erase 0 0x90000; sf write ${loadaddr} 0 ${filesize} 
    cpu=armv7                                                                       
    env=get_fs_ramfs ${rdaddr} ${tftp_root}/${name_fs}                              
    ethact=netcp@2000000                                                            
    ethaddr=b4:99:4c:b2:ff:cc                                                       
    fdt_addr_r=0x88000000                                                           
    fdtaddr=0x88000000                                                              
    fdtcontroladdr=feee0620                                                         
    fileaddr=82000000                                                               
    filesize=347f30                                                                 
    get_fdt_net=tftpboot /tftpboot/keystone-k2hk-evm.dtb                            
    get_fdt_nfs=nfs ${fdtaddr} ${nfs_root}/boot/${name_fdt}                         
    get_fdt_ramfs=tftp ${fdtaddr} ${tftp_root}/${name_fdt}                          
    get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt}                         
    get_fs_ramfs=tftp ${rdaddr} ${tftp_root}/${name_fs}                             
    get_kern_net=tftpboot /tftpboot/zImage-k2hk-evm.bin                             
    get_kern_nfs=nfs ${loadaddr} ${nfs_root}/boot/${name_kern}                      
    get_kern_ramfs=tftp ${loadaddr} ${tftp_root}/${name_kern}                       
    get_kern_ubi=ubifsload ${loadaddr} ${bootdir}/${name_kern}                      
    get_mon_net=tftpboot 0x87000000 /tftpboot/skern-k2hk.bin                        
    get_mon_nfs=nfs ${addr_mon} ${nfs_root}/boot/${name_mon}                        
    get_mon_ramfs=tftp ${addr_mon} ${tftp_root}/${name_mon}                         
    get_mon_ubi=ubifsload ${addr_mon} ${bootdir}/${name_mon}                        
    get_ubi_net=tftp ${addr_ubi} ${tftp_root}/${name_ubi}                           
    get_ubi_nfs=nfs ${addr_ubi} ${nfs_root}/boot/${name_ubi}                        
    get_uboot_net=tftpboot 0x82000000 /tftpboot/u-boot-spi-k2hk-evm.gph             
    get_uboot_nfs=nfs ${loadaddr} ${nfs_root}/boot/${name_uboot}                    
    init_fw_rd_net=tftp ${rdaddr} ${tftp_root}/${name_fw_rd}; run set_rd_spec       
    init_fw_rd_nfs=nfs ${rdaddr} ${nfs_root}/boot/${name_fw_rd}; run set_rd_spec    
    init_fw_rd_ramfs=setenv rd_spec -                                               
    init_fw_rd_ubi=ubifsload ${rdaddr} ${bootdir}/${name_fw_rd}; run set_rd_spec    
    init_net=run args_all args_net                                                  
    init_nfs=setenv autoload no; run args_all args_net                              
    init_ramfs=run args_all args_ramfs get_fs_ramfs                                 
    init_ubi=run args_all args_ubi; ubi part ubifs; ubifsmount ubi:rootfs;          
    ipaddr=192.168.1.10                                                             
    kernel_addr_r=0x82000000                                                        
    loadaddr=0x82000000                                                             
    mem_lpae=1                                                                      
    mtdparts=mtdparts=davinci_nand.0:1024k(bootloader)ro,512k(params)ro,-(ubifs)    
    name_fdt=keystone-k2hk-evm.dtb                                                  
    name_fs=arago-console-image-k2hk-evm.cpio.gz                                    
    name_fw_rd=k2-fw-initrd.cpio.gz                                                 
    name_kern=zImage-k2hk-evm.bin                                                   
    name_mon=skern-k2hk.bin                                                         
    name_ubi=tisdk-server-rootfs-image-k2hk-evm.ubi                                 
    name_uboot=u-boot-spi-k2hk-evm.gph                                              
    nfs_options=v3,tcp,rsize=4096,wsize=4096                                        
    nfs_root=/home/usman/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS   
    no_post=1                                                                       
    pxefile_addr_r=0x80100000                                                       
    ramdisk_addr_r=0x88080000                                                       
    rd_spec=0x88080000:c210                                                         
    rdaddr=0x88080000                                                               
    run_kern=bootz ${loadaddr} ${rd_spec} ${fdtaddr}                                
    run_mon=mon_install ${addr_mon}                                                 
    scriptaddr=0x80000000                                                           
    serverip=192.168.1.7                                                            
    set_rd_spec=setenv rd_spec ${rdaddr}:${filesize}                                
    soc=keystone                                                                    
    stderr=serial@02530c00                                                          
    stdin=serial@02530c00                                                           
    stdout=serial@02530c00                                                          
    tftp_root=/tftpboot                                                             
    update_ubi=if run get_ubi_net burn_ubi; then echo UBI update: SUCCESS; else echo
     UBI update: FAILED; fi                                                         
    update_uboot=if run get_uboot_net burn_uboot_spi; then echo U-Boot update: SUCCE
    SS; else echo U-Boot update: FAILED; fi                                         
    vendor=ti                                                                       
    ver=U-Boot 2016.05-g4db46a6bbd (Mar 30 2017 - 08:49:27 -0400)                   
                                                                                    
    Environment size: 4239/262140 bytes   

    And this is where it stops when booting now

    Warning: netcp@2f00000 (eth1) using random MAC address - fe:6f:b4:ff:e0:48
    , eth1: netcp@2f00000
    Warning: netcp@slave-1 (eth2) using random MAC address - c2:69:5a:e9:80:f2
    , eth2: netcp@slave-1
    Warning: netcp@slave-2 (eth3) using random MAC address - 92:d6:f8:4c:7f:ef
    , eth3: netcp@slave-2
    Warning: netcp@slave-3 (eth4) using random MAC address - 42:5c:2c:f4:59:35
    , eth4: netcp@slave-3
    Warning: netcpx@slave-1 (eth5) using random MAC address - 86:76:26:8d:05:5a
    , eth5: netcpx@slave-1
    Hit any key to stop autoboot:  0 
    
    netcp@2000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@2000000 device                                                      
    TFTP from server 192.168.1.7; our IP address is 192.168.1.10                    
    Filename '/tftpboot/skern-k2hk.bin'.                                            
    Load address: 0x87000000                                                        
    Loading: #######                                                                
             582 KiB/s                                                              
    done                                                                            
    Bytes transferred = 32832 (8040 hex)                                            
    K2_BM_15.07-47-gcf8b431 SoC:k2hk built:07:05:29, Mar 30 2017                    
                                                                                    
    ## installed monitor @ 0xc5f0000, freq [200000000], status 207585279            
                                                                                    
    netcp@2000000 Waiting for SGMII auto negotiation to complete. done              
    Using netcp@2000000 device                                                      
    TFTP from server 192.168.1.7; our IP address is 192.168.1.10                    
    Filename '/tftpboot/k2-fw-initrd.cpio.gz'.                                      
    Load address: 0x88080000                                                        
    Loading: ##########                                                             
             539.1 KiB/s                                                            
    done                                                                            
    Bytes transferred = 49680 (c210 hex)                                            
                                                                                    
    netcp@2000000 Waiting for SGMII auto negotiation to complete. done              
    Using netcp@2000000 device                                                      
    TFTP from server 192.168.1.7; our IP address is 192.168.1.10                    
    Filename '/tftpboot/keystone-k2hk-evm.dtb'.                                     
    Load address: 0x82000000                                                        
    Loading: ###########                                                            
             573.2 KiB/s                                                            
    done                                                                            
    Bytes transferred = 54059 (d32b hex)                                            
                                                                                    
    netcp@2000000 Waiting for SGMII auto negotiation to complete. done              
    Using netcp@2000000 device                                                      
    TFTP from server 192.168.1.7; our IP address is 192.168.1.10                    
    Filename '/tftpboot/zImage-k2hk-evm.bin'.                                       
    Load address: 0x82000000                                                        
    Loading: #################################################################      
             #################################################################      
             #################################################################      
             #################################################################      
             #################################################################      
             #################################################################      
             #################################################################      
             #################################################################      
             #################################################################      
             #################################################################      
             ######################                                                 
             693.4 KiB/s                                                            
    done                                                                            
    Bytes transferred = 3440432 (347f30 hex)                                        
    Kernel image @ 0x82000000 [ 0x000000 - 0x347f30 ]                               
    ERROR: Did not find a cmdline Flattened Device Tree                             
    Could not find a valid device tree   

  • Update, I was able to get it to start booting the kernel by playing with kernel address, load address, and fdt address, but it gets stuck at Starting Kernel...

    here's the printenv

    addr_fdt=0x87000000
    addr_kern=0x88000000
    addr_mon=0x0c5f0000
    addr_secdb_key=0xc000000
    addr_ubi=0x82000000
    arch=arm
    args_all=setenv bootargs console=ttyS0,115200n8 rootwait=1
    args_net=setenv bootargs ${bootargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=192.168.1.10:192.168.1.7:192.168.1.1:255.255.255.0::eth0:off
    args_ramfs=setenv bootargs ${bootargs} rdinit=/sbin/init rw root=/dev/ram0 initrd=0x808080000,80M
    args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048
    baudrate=115200
    board=ks2_evm
    board_name=ks2_evm
    boot=net
    boot_fdt=try
    bootargs=console=ttyS0,115200n8 rootwait=1 rootfstype=nfs root=/dev/nfs rw nfsroot=192.168.1.7:/home/usman/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS,v3,tcp,rsize=4096,wsize=4096 ip=192.168.1.10:192.168.1.7:192.168.1.1:255.255.255.0::eth0:off
    bootcmd=run init_${boot} get_mon_${boot} run_mon init_fw_rd_${boot} get_fdt_${boot} get_kern_${boot} run_kern
    bootdelay=2
    bootdir=/boot
    bootm_size=0x10000000
    burn_ubi=nand erase.part ubifs; nand write ${addr_ubi} ubifs ${filesize}
    burn_uboot_nand=nand erase 0 0x100000; nand write ${loadaddr} 0 ${filesize}
    burn_uboot_spi=sf probe; sf erase 0 0x90000; sf write ${loadaddr} 0 ${filesize}
    cpu=armv7
    env=get_fs_ramfs ${rdaddr} ${tftp_root}/${name_fs}
    ethact=netcp@2000000
    ethaddr=b4:99:4c:b2:ff:cc
    fdt_addr_r=0x87000000
    fdtaddr=0x87000000
    fdtcontroladdr=feee0620
    fileaddr=88000000
    filesize=347f30
    get_fdt_net=tftpboot ${addr_fdt} ${tftp_root}/${name_fdt}
    get_fdt_nfs=nfs ${fdtaddr} ${nfs_root}/boot/${name_fdt}
    get_fdt_ramfs=tftp ${fdtaddr} ${tftp_root}/${name_fdt}
    get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt}
    get_fs_ramfs=tftp ${rdaddr} ${tftp_root}/${name_fs}
    get_kern_net=tftpboot ${addr_kern} ${tftp_root}/${name_kern}
    get_kern_nfs=nfs ${loadaddr} ${nfs_root}/boot/${name_kern}
    get_kern_ramfs=tftp ${loadaddr} ${tftp_root}/${name_kern}
    get_kern_ubi=ubifsload ${loadaddr} ${bootdir}/${name_kern}
    get_mon_net=tftpboot ${addr_mon} ${tftp_root}/${name_mon}
    get_mon_nfs=nfs ${addr_mon} ${nfs_root}/boot/${name_mon}
    get_mon_ramfs=tftp ${addr_mon} ${tftp_root}/${name_mon}
    get_mon_ubi=ubifsload ${addr_mon} ${bootdir}/${name_mon}
    get_ubi_net=tftp ${addr_ubi} ${tftp_root}/${name_ubi}
    get_ubi_nfs=nfs ${addr_ubi} ${nfs_root}/boot/${name_ubi}
    get_uboot_net=tftpboot ${loadaddr} ${tftp_root}/${name_uboot}
    get_uboot_nfs=nfs ${loadaddr} ${nfs_root}/boot/${name_uboot}
    init_fw_rd_net=tftp ${rdaddr} ${tftp_root}/${name_fw_rd}; run set_rd_spec
    init_fw_rd_nfs=nfs ${rdaddr} ${nfs_root}/boot/${name_fw_rd}; run set_rd_spec
    init_fw_rd_ramfs=setenv rd_spec -
    init_fw_rd_ubi=ubifsload ${rdaddr} ${bootdir}/${name_fw_rd}; run set_rd_spec
    init_net=run args_all args_net
    init_nfs=setenv autoload no; run args_all args_net
    init_ramfs=run args_all args_ramfs get_fs_ramfs
    init_ubi=run args_all args_ubi; ubi part ubifs; ubifsmount ubi:rootfs;
    ipaddr=192.168.1.10
    kernel_addr_r=0x88000000
    loadaddr=0x88000000
    mem_lpae=1
    mtdparts=mtdparts=davinci_nand.0:1024k(bootloader)ro,512k(params)ro,-(ubifs)
    name_fdt=keystone-k2hk-evm.dtb
    name_fs=arago-console-image-k2hk-evm.cpio.gz
    name_fw_rd=k2-fw-initrd.cpio.gz
    name_kern=zImage-k2hk-evm.bin
    name_mon=skern-k2hk.bin
    name_ubi=tisdk-server-rootfs-image-k2hk-evm.ubi
    name_uboot=u-boot-spi-k2hk-evm.gph
    nfs_options=v3,tcp,rsize=4096,wsize=4096
    nfs_root=/home/usman/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS
    no_post=1
    pxefile_addr_r=0x80100000
    ramdisk_addr_r=0x88080000
    rd_spec=0x88080000:c210
    rdaddr=0x88080000
    run_kern=bootz ${loadaddr} ${rd_spec} ${fdtaddr}
    run_mon=mon_install ${addr_mon}
    scriptaddr=0x80000000
    serverip=192.168.1.7
    set_rd_spec=setenv rd_spec ${rdaddr}:${filesize}
    soc=keystone
    stderr=serial@02530c00
    stdin=serial@02530c00
    stdout=serial@02530c00
    tftp_root=/tftpboot
    update_ubi=if run get_ubi_net burn_ubi; then echo UBI update: SUCCESS; else echo UBI update: FAILED; fi
    update_uboot=if run get_uboot_net burn_uboot_spi; then echo U-Boot update: SUCCESS; else echo U-Boot update: FAILED; fi
    vendor=ti
    ver=U-Boot 2016.05-g4db46a6bbd (Mar 30 2017 - 08:49:27 -0400)
    
    Environment size: 4293/262140 bytes
    

    and here is what the boot looks like

    U-Boot SPL 2016.05-g4db46a6bbd (Mar 30 2017 - 08:49:27)
    Trying to boot from SPI
    
    
    U-Boot 2016.05-g4db46a6bbd (Mar 30 2017 - 08:49:27 -0400)
    
    CPU: 66AK2Hx SR2.0
    Model: Texas Instruments Keystone 2 Kepler/Hawking EVM
    I2C:   ready
    DRAM:  DDR3A Speed will be configured for 1333 Operation.
    Detected SO-DIMM [SQR-SD3T-2G1333SED]
    DDR3 speed 1333
    DRAM: 2 GiB (includes reported below)
    
    Clear entire DDR3 memory to enable ECC
    2 GiB
    NAND:  512 MiB
    Net:   eth0: netcp@2000000
    Warning: netcp@2f00000 (eth1) using random MAC address - 36:06:89:a1:5b:19
    , eth1: netcp@2f00000
    Warning: netcp@slave-1 (eth2) using random MAC address - 8e:2b:30:0a:2a:bb
    , eth2: netcp@slave-1
    Warning: netcp@slave-2 (eth3) using random MAC address - 56:a9:cd:c8:80:6d
    , eth3: netcp@slave-2
    Warning: netcp@slave-3 (eth4) using random MAC address - 5e:eb:3a:71:c4:e1
    , eth4: netcp@slave-3
    Warning: netcpx@slave-1 (eth5) using random MAC address - 0a:09:8b:62:b2:4e
    , eth5: netcpx@slave-1
    Hit any key to stop autoboot:  0
    
    netcp@2000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@2000000 device
    TFTP from server 192.168.1.7; our IP address is 192.168.1.10
    Filename '/tftpboot/skern-k2hk.bin'.
    Load address: 0xc5f0000
    Loading: #######
             572.3 KiB/s
    done
    Bytes transferred = 32832 (8040 hex)
    K2_BM_15.07-47-gcf8b431 SoC:k2hk built:07:05:29, Mar 30 2017
    
    ## installed monitor @ 0xc5f0000, freq [200000000], status 207585279
    
    netcp@2000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@2000000 device
    TFTP from server 192.168.1.7; our IP address is 192.168.1.10
    Filename '/tftpboot/k2-fw-initrd.cpio.gz'.
    Load address: 0x88080000
    Loading: ##########
             563.5 KiB/s
    done
    Bytes transferred = 49680 (c210 hex)
    
    netcp@2000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@2000000 device
    TFTP from server 192.168.1.7; our IP address is 192.168.1.10
    Filename '/tftpboot/keystone-k2hk-evm.dtb'.
    Load address: 0x87000000
    Loading: ###########
             580.1 KiB/s
    done
    Bytes transferred = 54059 (d32b hex)
    
    netcp@2000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@2000000 device
    TFTP from server 192.168.1.7; our IP address is 192.168.1.10
    Filename '/tftpboot/zImage-k2hk-evm.bin'.
    Load address: 0x88000000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             ######################
             688.5 KiB/s
    done
    Bytes transferred = 3440432 (347f30 hex)
    Kernel image @ 0x88000000 [ 0x000000 - 0x347f30 ]
    ## Flattened Device Tree blob at 87000000
       Booting using the fdt blob at 0x87000000
       Loading Ramdisk to 8fff3000, end 8ffff210 ... OK
       Loading Device Tree to 8ffe2000, end 8fff232a ... OK
    
    Starting kernel ...
    
    
    

  • Still waiting for a fix.

  • I was able to get ubi boot to work again, but I still want to be able to tftpboot while using targetNFS so I'm still waiting for an answer from your booting expert.
  • Hi,

    I've followed the bellow guide:
    processors.wiki.ti.com/.../Program_EVM_UG

    And didn't have any problems booting my K2H EVM. Please crosscheck your steps against the above wiki.

    Best Regards,
    Yordan
  • That's not exactly the problem I'm having. I can boot the kernel off tftpboot, but what I can't get to work is setting up the targetNFS folder as the filesystem instead of using the packaged one.

  • Hi, Usman,

    I didn't get the assignment notification back then and just noticed one in my junk email holder today. I appologize for that.

    I'd like to get more background info first. Could you provide the version of SDK you use, and is it Processor SDK or MCSDK?

    What is the targetNFS folder you mentioned vs the packaged filesystem? I am confused and isn't the targetNFS folder from untar'ed filesystem in the release package?

    Did you run setup.sh to set up NFS server? Could you check if your NFS server set up correctly? and does it match your nfs_root setting?

    What immediately came to my mind is your u-boot may not be compatible with kernel by looking at the u-boot version and if you are using kernel from ProcSDK. Your u-boot version is released in August, 2013 which is from MCSDK. A lot of things have been changed moving from MCSDK to ProcSDK. You will need to upgrade your u-boot using the same ProcSDk as Kernel, bring up the new u-boot, reset the u-boot environment variables, reconfigure u-boot environment variables, then boot the Linux.

    If you are using incompatible u-boot and kernel, please give it a try and let me know if net boot works for you.

    Rex
  • Hi Rex,

    I'm using Processor SDK 03.03.00.04. 

    Yes, the targetNFS is the untar'ed filesystem inside the processor-sdk-linux-rt folder.

    I did run setup.sh, it is able to load the kernel but not the filesystem from targetNFS folder.

    U-boot version is 2016.05, it is the one that came with the processor SDK package.

  • Hi, Usman,

    From where the u-boot stopped, I suspect the environment variables weren't reset after the u-boot version changed. I went through the process and don't see any issue with NFS. I captured the screen output when setting up the NFS on the Linux host machine :

    MyUser@udaMyUser:~/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04$ bin/setup-targetfs-nfs.sh
    --------------------------------------------------------------------------------
    In which directory do you want to install the target filesystem?(if this directory does not exist it will be created)
    [ /home/MyUser/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS ]
    --------------------------------------------------------------------------------

    --------------------------------------------------------------------------------
    This step will extract the target filesystem to /home/MyUser/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS

    Note! This command requires you to have administrator priviliges (sudo access)
    on your host.
    Press return to continue
    [sudo] password for MyUser:

    Successfully extracted tisdk-server-extra-rootfs-image-k2hk-evm.tar.xz to /home/MyUser/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS
    --------------------------------------------------------------------------------

    --------------------------------------------------------------------------------
    This step will set up the SDK to install binaries in to:
        /home/MyUser/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS/home/root/k2hk-evm

    The files will be available from /home/root/k2hk-evm on the target.

    This setting can be changed later by editing Rules.make and changing the
    EXEC_DIR or DESTDIR variable (depending on your SDK).

    Press return to continue
    Rules.make edited successfully..
    --------------------------------------------------------------------------------

    --------------------------------------------------------------------------------
    This step will export your target filesystem for NFS access.

    Note! This command requires you to have administrator priviliges (sudo access)
    on your host.
    Press return to continue

     * Stopping NFS kernel daemon                                            [ OK ]
     * Unexporting directories for NFS kernel daemon...                      [ OK ]
     * Exporting directories for NFS kernel daemon...                              
    exportfs: Failed to stat /nfs/k2e-targetNFS: No such file or directory
                                                                             [ OK ]
     * Starting NFS kernel daemon                                            [ OK ]
    --------------------------------------------------------------------------------

    And I examined the /etc/exports file which has the NFS mount point line included:

    /home/MyUser/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS *(rw,nohide,insecure,no_subtree_check,async,no_root_squash)

    On K2HK EVM, I have u-boot from ProcSDK 3.2 release. I upgraded it to 3.3, and here what I did:

    U-Boot SPL 2016.05-g6c5519b6fc (Dec 14 2016 - 20:02:31)

    Trying to boot from SPI

     

     

    U-Boot 2016.05-g6c5519b6fc (Dec 14 2016 - 20:02:31 -0500)

     

    CPU: 66AK2Hx SR1.1

    Model: Texas Instruments Keystone 2 Kepler/Hawking EVM

    I2C:   ready

    DRAM: DDR3A Speed will be configured for 1333 Operation.

    Detected SO-DIMM [SQR-SD3T-2G1333SED]

    DDR3 speed 1333

    DRAM: 2 GiB (includes reported below)

    2 GiB

    NAND: 512 MiB

    Net:

    Warning: netcp@2000000 using MAC address from ROM

    eth0: netcp@2000000

    Warning: netcp@2f00000 (eth1) using random MAC address - b2:38:0c:35:ff:d5

    , eth1: netcp@2f00000

    Warning: netcp@slave-1 (eth2) using random MAC address - c6:fd:c7:0d:f4:38

    , eth2: netcp@slave-1

    Warning: netcp@slave-2 (eth3) using random MAC address - 9e:ef:a3:27:1e:43

    , eth3: netcp@slave-2

    Warning: netcp@slave-3 (eth4) using random MAC address - 26:2d:2b:ba:3e:0b

    , eth4: netcp@slave-3

    Warning: netcpx@slave-1 (eth5) using random MAC address - ea:a3:0b:99:fe:ef

    , eth5: netcpx@slave-1

    Hit any key to stop autoboot: 0

    =>

    =>

    =>

    => pri tftp_root

    tftp_root=psdk320-k2h

    => setenv tftp_root psdk330-k2hk

    => run get_uboot_net

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    BOOTP broadcast 2

    BOOTP broadcast 3

    DHCP client bound to address 158.218.109.194 (1043 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/u-boot-spi-k2hk-evm.gph'.

    Load address: 0x82000000

    Loading: #################################################################

             ############################################

             813.5 KiB/s

    done

    Bytes transferred = 557532 (881dc hex)

    => run burn_uboot_spi

    SF: Detected N25Q128A with page size 256 Bytes, erase size 64 KiB, total 16 MiB

    SF: 589824 bytes @ 0x0 Erased: OK

    device 0 offset 0x0, size 0x881dc

    SF: 557532 bytes @ 0x0 Written: OK

    =>

    The power cycle the EVM to run the new u-boot. I reset the environment variables first, then configure the environment variables including nfs_root and tftp_root:

    U-Boot SPL 2016.05-g4db46a6bbd (Mar 30 2017 - 08:49:27)

    Trying to boot from SPI

     

     

    U-Boot 2016.05-g4db46a6bbd (Mar 30 2017 - 08:49:27 -0400)

     

    CPU: 66AK2Hx SR1.1

    Model: Texas Instruments Keystone 2 Kepler/Hawking EVM

    I2C:   ready

    DRAM: DDR3A Speed will be configured for 1333 Operation.

    Detected SO-DIMM [SQR-SD3T-2G1333SED]

    DDR3 speed 1333

    DRAM: 2 GiB (includes reported below)

    2 GiB

    NAND: 512 MiB

    Net:

    Warning: netcp@2000000 using MAC address from ROM

    eth0: netcp@2000000

    Warning: netcp@2f00000 (eth1) using random MAC address - 92:39:c9:7a:2e:05

    , eth1: netcp@2f00000

    Warning: netcp@slave-1 (eth2) using random MAC address - c6:fd:c7:0d:f4:38

    , eth2: netcp@slave-1

    Warning: netcp@slave-2 (eth3) using random MAC address - 9e:ef:a3:27:1e:43

    , eth3: netcp@slave-2

    Warning: netcp@slave-3 (eth4) using random MAC address - 26:2d:2b:ba:3e:0b

    , eth4: netcp@slave-3

    Warning: netcpx@slave-1 (eth5) using random MAC address - ea:a3:0b:99:fe:ef

    , eth5: netcpx@slave-1

    Hit any key to stop autoboot: 0

    =>

    =>

    => env default -f -a

    ## Resetting to default environment

    => setenv boot net

    => setenv serverip 158.218.109.254

    => setenv nfs_root /home/MyUser/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS

    => setenv tftp_root psdk330-k2hk

    => saveenv

    Saving Environment to NAND...

    Erasing NAND...

    Erasing at 0x120000 -- 100% complete.

    Writing to NAND... OK

    Then, I boot the EVM:

    => boot

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    BOOTP broadcast 2

    BOOTP broadcast 3

    DHCP client bound to address 158.218.109.194 (1043 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/skern-k2hk.bin'.

    Load address: 0x87000000

    Loading: #######

             821.3 KiB/s

    done

    Bytes transferred = 32832 (8040 hex)

    K2_BM_15.07-47-gcf8b431 SoC:k2hk built:07:05:29, Mar 30 2017

     

    ## installed monitor @ 0xc5f0000, freq [133120000], status 207585279

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (36 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/k2-fw-initrd.cpio.gz'.

    Load address: 0x88080000

    Loading: ##########

             822.3 KiB/s

    done

    Bytes transferred = 49680 (c210 hex)

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (48 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/keystone-k2hk-evm.dtb'.

    Load address: 0x88000000

    Loading: ###########

             811.5 KiB/s

    done

    Bytes transferred = 54059 (d32b hex)

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (56 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/zImage'.

    Load address: 0x82000000

    Loading: *

    TFTP error: 'File not found' (1)

    Not retrying...

    => boot

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (36 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/skern-k2hk.bin'.

    Load address: 0x87000000

    Loading: #######

             800.8 KiB/s

    done

    Bytes transferred = 32832 (8040 hex)

    ## installed monitor @ 0xc5f0000, freq [133120000], status 207585279

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (48 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/k2-fw-initrd.cpio.gz'.

    Load address: 0x88080000

    Loading: ##########

             808.6 KiB/s

    done

    Bytes transferred = 49680 (c210 hex)

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (35 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/keystone-k2hk-evm.dtb'.

    Load address: 0x88000000

    Loading: ###########

             824.2 KiB/s

    done

    Bytes transferred = 54059 (d32b hex)

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (35 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/zImage'.

    Load address: 0x82000000

    Loading: #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             ######################

             595.7 KiB/s

    done

    Bytes transferred = 3440432 (347f30 hex)

    Kernel image @ 0x82000000 [ 0x000000 - 0x347f30 ]

    ## Flattened Device Tree blob at 88000000

       Booting using the fdt blob at 0x88000000

       Loading Ramdisk to 8fff3000, end 8ffff210 ... OK

       Loading Device Tree to 8ffe2000, end 8fff232a ... 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.41-rt50-g968d071ce9 (gtbldadm@ubuntu-16) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT RT Thu Mar 30 07:26:28 EDT 2017

    [   0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d

    [   0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache

    [   0.000000] Machine model: Texas Instruments Keystone 2 Kepler/Hawking EVM

    [   0.000000] Switching physical address space to 0x800000000

    [   0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB

    [   0.000000] Reserved memory: initialized node dsp_common_cma_pool, compatible id shared-dma-pool

    [   0.000000] Reserved memory: created DMA memory pool at 0x0000000820000000, size 256 MiB

    [   0.000000] Reserved memory: initialized node dsp_reserved_mpm_area, compatible id shared-dma-pool

    [   0.000000] cma: Reserved 24 MiB at 0x000000087e400000

    [   0.000000] Forcing write-allocate cache policy for SMP

    [   0.000000] Memory policy: Data cache writealloc

    [   0.000000] psci: probing for conduit method from DT.

    [   0.000000] psci: Using PSCI v0.1 Function IDs from DT

    [   0.000000] PERCPU: Embedded 11 pages/cpu @de585000 s15296 r8192 d21568 u45056

    [   0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 358720

    [   0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 rootfstype=nfs root=/dev/nfs rw nfsroot=158.218.109.254:/home/a0850461local/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS,v3,tcp,rsize=4096,wsize=4096 ip=dhcp

    [   0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)

    [   0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)

    [   0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

    [   0.000000] Memory: 1385384K/1441792K available (6507K kernel code, 257K rwdata, 2304K rodata, 288K init, 329K bss, 23640K reserved, 32768K cma-reserved, 892928K 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 - 0xc08a3034   (8813 kB)

    [   0.000000]       .init : 0xc08a4000 - 0xc08ec000   ( 288 kB)

    [   0.000000]       .data : 0xc08ec000 - 0xc092c760   ( 258 kB)

    [   0.000000]        .bss : 0xc092f000 - 0xc09817ac   ( 330 kB)

    [   0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1

    [   0.000000] Preemptible hierarchical RCU implementation.

    [   0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.

    [   0.000000]  RCU kthread priority: 1.

    [   0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4

    [   0.000000] NR_IRQS:16 nr_irqs:16 16

    [   0.000000] GIC: Using split EOI/Deactivate mode

    [   0.000000] Architected cp15 timer(s) running at 133.12MHz (phys).

    [   0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1eb398c371, max_idle_ns: 440795206302 ns

    [   0.000005] sched_clock: 56 bits at 133MHz, resolution 7ns, wraps every 2199023255549ns

    [   0.000011] Switching to timer-based delay loop, resolution 7ns

    [   0.000282] keystone timer clock @133120000 Hz

    [   0.000655] Console: colour dummy device 80x30

    [   0.000814] Calibrating delay loop (skipped), value calculated using timer frequency.. 266.24 BogoMIPS (lpj=1331200)

    [   0.000818] pid_max: default: 32768 minimum: 301

    [   0.000927] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)

    [   0.000933] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)

    [   0.001648] Initializing cgroup subsys io

    [   0.001664] Initializing cgroup subsys memory

    [   0.001692] Initializing cgroup subsys devices

    [   0.001703] Initializing cgroup subsys freezer

    [   0.001713] Initializing cgroup subsys perf_event

    [   0.001723] Initializing cgroup subsys pids

    [   0.001775] CPU: Testing write buffer coherency: ok

    [   0.002055] /cpus/cpu@0 missing clock-frequency property

    [   0.002130] /cpus/cpu@1 missing clock-frequency property

    [   0.002177] /cpus/cpu@2 missing clock-frequency property

    [   0.002224] /cpus/cpu@3 missing clock-frequency property

    [   0.002238] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

    [   0.002273] Setting up static identity map for 0x800082c0 - 0x800083d4

    [   0.120098] CPU1: failed to boot: -22

    [   0.160170] CPU2: failed to boot: -22

    [   0.200244] CPU3: failed to boot: -22

    [  0.200265] Brought up 1 CPUs

    [   0.200277] SMP: Total of 1 processors activated (266.24 BogoMIPS).

    [   0.200285] CPU: All CPU(s) started in HYP mode.

    [   0.200293] CPU: Virtualization extensions available.

    [   0.200743] devtmpfs: initialized

    [   0.220437] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0

    [   0.220840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns

    [   0.231350] pinctrl core: initialized pinctrl subsystem

    [   0.232335] NET: Registered protocol family 16

    [   0.233878] DMA: preallocated 256 KiB pool for atomic coherent allocations

    [   0.244682] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.245018] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.245344] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.245679] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.246003] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.246337] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.246675] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.247002] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.258166] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.

    [   0.258178] hw-breakpoint: maximum watchpoint size is 8 bytes.

    [   0.356741] media: Linux media interface: v0.10

    [   0.356810] Linux video capture interface: v2.00

    [   0.356862] pps_core: LinuxPPS API ver. 1 registered

    [   0.356872] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

    [   0.356903] PTP clock support registered

    [   0.356960] EDAC MC: Ver: 3.0.0

    [   0.360710] ks2_mc_ddr3_ecc 21010000.edac: ECC is not enabled, disable edac

    [   0.361236] Advanced Linux Sound Architecture Driver Initialized.

    [   0.362373] clocksource: Switched to clocksource arch_sys_counter

    [   0.374635] NET: Registered protocol family 2

    [   0.375376] TCP established hash table entries: 4096 (order: 2, 16384 bytes)

    [   0.375435] TCP bind hash table entries: 4096 (order: 4, 114688 bytes)

    [   0.375607] TCP: Hash tables configured (established 4096 bind 4096)

    [   0.375675] UDP hash table entries: 256 (order: 2, 16384 bytes)

    [   0.375716] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)

    [   0.375944] NET: Registered protocol family 1

    [   0.386384] RPC: Registered named UNIX socket transport module.

    [   0.386396] RPC: Registered udp transport module.

    [   0.386405] RPC: Registered tcp transport module.

    [   0.386414] RPC: Registered tcp NFSv4.1 backchannel transport module.

    [   0.386699] Unpacking initramfs...

    [   0.391409] Freeing initrd memory: 52K (cfff3000 - d0000000)

    [   0.391646] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available

    [   0.392786] platform alarmtimer: set dma_pfn_offset00780000

    [   0.393408] futex hash table entries: 1024 (order: 4, 65536 bytes)

    [   0.413437] squashfs: version 4.0 (2009/01/31) Phillip Lougher

    [   0.424354] NFS: Registering the id_resolver key type

    [   0.424387] Key type id_resolver registered

    [   0.424398] Key type id_legacy registered

    [   0.424468] ntfs: driver 2.1.32 [Flags: R/O].

    [   0.426546] bounce: pool size: 64 pages

    [   0.426734] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)

    [   0.426752] io scheduler noop registered

    [   0.426768] io scheduler deadline registered

    [   0.427072] io scheduler cfq registered (default)

    [   0.427445] keystone_irq soc:keystone_irq@26202a0: irqchip registered, nr_irqs 28

    [   0.428372] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c

    [   0.443447] keystone-rapidio 2900000.rapidio: KeyStone RapidIO driver v1.4

    [   0.443517] keystone-rapidio 2900000.rapidio: missing "rx-queue" parameter for mbox 0, using qpend

    [   0.443537] keystone-rapidio 2900000.rapidio: missing "tx-completion-queue" parameter for mbox 0, using qpend

    [   0.443550] keystone-rapidio 2900000.rapidio: missing "tx-garbage-queue" parameter for mbox 0, using qpend

    [   0.443571] keystone-rapidio 2900000.rapidio: missing "rx-queue" parameter for mbox 1, using qpend

    [   0.443588] keystone-rapidio 2900000.rapidio: missing "tx-completion-queue" parameter for mbox 1, using qpend

    [   0.443600] keystone-rapidio 2900000.rapidio: missing "tx-garbage-queue" parameter for mbox 1, using qpend

    [   0.443733] keystone-rapidio 2900000.rapidio: using K2 SerDes

    [   0.443804] keystone-rapidio 2900000.rapidio: initializing 5.00 Gbps interface with port configuration 4

    [   0.662472] keystone-rapidio 2900000.rapidio: packet forwarding disabled

    [   0.773486] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 0, number of queues 8192

    [   0.773706] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek f0fc0000, reg_status f0972000, reg_config f0978000, reg_region f097a000, reg_push f1080000, reg_pop f10c0000

    [   0.773724] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 8192, number of queues 8192

    [   0.773908] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 8192, num of queues 8192, reg_peek f1100000, reg_status f097c400, reg_config f097e000, reg_region f0f82000, reg_push f1140000, reg_pop f1180000

    [   0.774410] keystone-navigator-qmss soc:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for pdsp0

    [   0.774536] keystone-navigator-qmss soc:qmss@2a40000: firmware file ks2_qmss_pdsp_qos.bin downloaded for pdsp3

    [   0.774658] keystone-navigator-qmss soc:qmss@2a40000: firmware file ks2_qmss_pdsp_qos.bin downloaded for pdsp7

    [   0.776220] keystone-navigator-qmss soc:qmss@2a40000: qos: sched port @8096, drop sched @8000

    [   0.778703] keystone-navigator-qmss soc:qmss@2a40000: qos: sched port @6496, drop sched @6400

    [   0.782016] keystone-navigator-qmss soc:qmss@2a40000: qos version 0x200010b, magic valid

    [   0.782713] keystone-navigator-qmss soc:qmss@2a40000: qos version 0x200010b, magic valid

    [   0.784180] keystone-navigator-dma soc:knav_dmas@0: DMA dma_gbe registered 41 logical channels, flows 32, tx chans: 9, rx chans: 24

    [   0.784378] keystone-navigator-dma soc:knav_dmas@0: DMA dma_xgbe registered 48 logical channels, flows 32, tx chans: 16, rx chans: 16

    [   0.784566] keystone-navigator-dma soc:knav_dmas@0: DMA dma_srio registered 36 logical channels, flows 20, tx chans: 16, rx chans: 16

    [   0.856431] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled

    [   0.856545] platform serial8250: set dma_pfn_offset00780000

    [   0.859887] console [ttyS0] disabled

    [   0.859959] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 26, base_baud = 8320000) is a 16550A

    [   1.877948] console [ttyS0] enabled

    [   1.882506] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 27, base_baud = 8320000) is a 16550A

    [   1.891964] [drm] Initialized drm 1.1.0 20060810

    [   1.985920] loop: module loaded

    [   1.989461] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write

    [   1.998739] spi_davinci 21000400.spi: DMA is not supported (-19)

    [   2.005614] m25p80 spi32766.0: n25q128a11 (16384 Kbytes)

    [   2.010938] 2 ofpart partitions found on MTD device spi32766.0

    [   2.016753] Creating 2 MTD partitions on "spi32766.0":

    [   2.021877] 0x000000000000-0x000000100000 : "u-boot-spl"

    [   2.038467] 0x000000100000-0x000001000000 : "misc"

    [   2.054517] spi_davinci 21000400.spi: Controller at 0xf0ff0400

    [   2.060758] spi_davinci 21000600.spi: DMA is not supported (-19)

    [   2.067192] spi_davinci 21000600.spi: Controller at 0xf0ff2600

    [   2.073435] spi_davinci 21000800.spi: DMA is not supported (-19)

    [   2.079858] spi_davinci 21000800.spi: Controller at 0xf0ff4800

    [   2.086627] platform Fixed MDIO bus.0: set dma_pfn_offset00780000

    [   2.092923] libphy: Fixed MDIO Bus: probed

    [   2.142392] davinci_mdio 2090300.mdio: davinci mdio revision 1.5

    [   2.148380] libphy: 2090300.mdio: probed

    [   2.163343] davinci_mdio 2090300.mdio: phy[0]: device 2090300.mdio:00, driver Marvell 88E1111

    [   2.171843] davinci_mdio 2090300.mdio: phy[1]: device 2090300.mdio:01, driver Marvell 88E1111

    [   2.181260] ti,keystone-serdes 232a000.phy: Requested PHY is disabled

    [   2.702421] ti,keystone-serdes 232a000.phy: Requested PHY is disabled

    [   3.223748] netcp-1.0 2620110.netcp: cpts: overflow check period 500

    [   3.230084] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.3

    [   3.236506] netcp-1.0 2620110.netcp: ALE Table size 1024

    [   3.244005] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device

    [   3.251295] netcp-1.0 2620110.netcp: pa_clk_rate(163840000 HZ),mult(25000),shift(12)

    [   3.260905] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 0

    [   3.269061] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 1

    [   3.277217] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 2

    [   3.285370] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 3

    [   3.293523] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 4

    [   3.301675] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 5

    [   3.310825] netcp-1.0 2620110.netcp: module(netcp-pa2) not used for device

    [   3.318911] 2620738.usb_phy supply vcc not found, using dummy regulator

    [   3.326132] mousedev: PS/2 mouse device common for all mice

    [   3.342250] i2c /dev entries driver

    [   3.351838] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac

    [   3.358173] nand: Micron MT29F4G08ABBDAHC

    [   3.362171] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64

    [   3.370099] Bad block table found at page 262080, version 0x01

    [   3.376560] Bad block table found at page 262016, version 0x01

    [   3.382850] 3 ofpart partitions found on MTD device 30000000.nand

    [   3.388923] Creating 3 MTD partitions on "30000000.nand":

    [   3.394313] 0x000000000000-0x000000100000 : "u-boot"

    [   3.410579] 0x000000100000-0x000000180000 : "params"

    [   3.426779] 0x000000180000-0x000020000000 : "ubifs"

    [   3.443591] davinci_nand 30000000.nand: controller rev. 2.5

    [   3.449808] platform snd-soc-dummy: set dma_pfn_offset00780000

    [   3.457615] NET: Registered protocol family 10

    [   3.473490] sit: IPv6 over IPv4 tunneling driver

    [   3.478789] NET: Registered protocol family 17

    [   3.483458] Key type dns_resolver registered

    [   3.487910] Registering SWP/SWPB emulation handler

    [   3.505003] hctosys: unable to open rtc device (rtc0)

    [   3.603083] netcp-1.0 2620110.netcp eth0: Link is Down

    [   3.617305] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

    [   3.703056] netcp-1.0 2620110.netcp eth1: Link is Down

    [   3.712119] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready

    [   3.732383] (NULL net_device): Link is Down

    [   3.736553] (NULL net_device): Link is Down

    [   7.602757] netcp-1.0 2620110.netcp eth0: Link is Up - 1Gbps/Full - flow control off

    [   7.612418] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

    [   7.632417] Sending DHCP requests ., OK

    [   7.752421] IP-Config: Got DHCP answer from 158.218.109.3, my address is 158.218.109.194

    [   8.532964] IP-Config: Complete:

    [   8.536188]      device=eth0, hwaddr=c4:ed:ba:9a:67:6e, ipaddr=158.218.109.194, mask=255.255.255.0, gw=158.218.109.1

    [   8.546677]      host=dhcp-158-218-109-194, domain=am.dhcp.ti.com, nis-domain=(none)

    [   8.554396]      bootserver=0.0.0.0, rootserver=158.218.109.254, rootpath=

    [   8.561073]      nameserver0=192.0.2.2, nameserver1=192.0.2.3

    [   8.582840] ALSA device list:

    [   8.585798]   No soundcards found.

    [   8.716117] VFS: Mounted root (nfs filesystem) on device 0:14.

    [   8.722558] devtmpfs: mounted

    [   8.725802] Freeing unused kernel memory: 288K (c08a4000 - c08ec000)

    [   9.064778] systemd[1]: System time before build time, advancing clock.

    [   9.131315] random: systemd: uninitialized urandom read (16 bytes read, 68 bits of entropy available)

    [    9.149983] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)

    [   9.162194] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)

    [   9.180680] systemd[1]: Detected architecture arm.

     

    Welcome to Arago 2016.12!

     

    [   9.204189] systemd[1]: Set hostname to <k2hk-evm>.

    [   9.219366] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available)

    [   9.228817] systemd[1]: Initializing machine ID from random generator.

    [   9.377071] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 84 bits of entropy available)

    [   9.400707] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 84 bits of entropy available)

    [   9.437827] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 86 bits of entropy available)

    [   9.539833] random: systemd: uninitialized urandom read (16 bytes read, 91 bits of entropy available)

    [   9.549351] random: systemd: uninitialized urandom read (16 bytes read, 91 bits of entropy available)

    [   9.572642] random: systemd: uninitialized urandom read (16 bytes read, 92 bits of entropy available)

    [   9.582722] random: systemd: uninitialized urandom read (16 bytes read, 92 bits of entropy available)

    [   9.944233] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start

    [   9.951967] systemd[1]: sysinit.target: Found dependency on alignment.service/start

    [   9.959616] systemd[1]: sysinit.target: Found dependency on basic.target/start

    [   9.966829] systemd[1]: sysinit.target: Found dependency on sockets.target/start

    [   9.974338] systemd[1]: sysinit.target: Found dependency on rpcbind.socket/start

    [   9.981717] systemd[1]: sysinit.target: Found dependency on sysinit.target/start

    [   9.989101] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start

    [   9.998478] 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

    [   10.039027] systemd[1]: Listening on Journal Socket.

    [ OK  ] Listening on Journal Socket.

    [   10.065113] systemd[1]: Created slice System Slice.

    [ OK  ] Created slice System Slice.

    [   10.100573] systemd[1]: Starting Load Kernel Modules...

             Starting Load Kernel Modules...

    [   10.158966] systemd[1]: Mounting Temporary Directory...

    [   10.193834] CMEMK module: reference Linux version 4.4.41

             Mounting Temporary Directory...

    [   10.206634] systemd[1]: Listening on udev Control Socket.

    [   10.226158] allocated heap buffer 0xc100000 of size 0x480000

    [   10.231858] cmemk initialized

    [ OK  ] Listening on udev Control Socket.

    [   10.261423] cryptodev: driver 1.8 loaded.

    [   10.265808] systemd[1]: Listening on Journal Socket (/dev/log).

    [ OK  ] Listening on Journal Socket (/dev/log).

    [   10.293418] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.

    [ OK  ] Listening on /dev/initctl Compatibility Named Pipe.

    [   10.327172] systemd[1]: Starting Create list of required static device nodes for the current kernel...

    [   10.358831] random: nonblocking pool is initialized

    [   10.374016] NET: Registered protocol family 41

    [   10.402556] uio_module_drv soc:mpax: registered misc device mpax

    [   10.402888] uio_module_drv soc:edma3: registered misc device edma3

    [   10.403685] uio_module_drv soc:secmgr: registered misc device secmgr

    [   10.405085] uio_module_drv soc:qmss: registered misc device qmss

             Starting Create list of required st... nodes for the current kernel...

    [   10.449053] uio_module_drv soc:hyperlink0: registered misc device hyperlink0

    [   10.457402] uio_module_drv soc:hyperlink1: registered misc device hyperlink1

    [   10.464810] systemd[1]: Listening on Syslog Socket.

    [   10.470981] uio_module_drv soc:srio: registered misc device srio

    [ OK  ] Listening on Syslog Socket.

    [   10.492662] systemd[1]: Reached target Remote File Systems.

    [ OK  ] Reached target Remote File Systems.

    [   10.526327] systemd[1]: Mounting Debug File System...

             Mounting Debug File System...

    [   10.569702] systemd[1]: Started Forward Password Requests to Wall Directory Watch.

    [ OK  ] Started Forward Password Requests to Wall Directory Watch.

    [   10.603422] systemd[1]: Listening on Network Service Netlink Socket.

    [ OK  ] Listening on Network Service Netlink Socket.

    [   10.633878] systemd[1]: Created slice system-serial\x2dgetty.slice.

    [ OK  ] Created slice system-serial\x2dgetty.slice.

    [   10.662940] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.

    [ OK  ] Started Dispatch Password Requests to Console Directory Watch.

    [   10.694038] systemd[1]: Created slice system-getty.slice.

    [ OK  ] Created slice system-getty.slice.

    [   10.722643] systemd[1]: Reached target Paths.

    [ OK  ] Reached target Paths.

    [   10.742695] systemd[1]: Listening on udev Kernel Socket.

    [ OK  ] Listening on udev Kernel Socket.

    [   10.775952] systemd[1]: Starting Setup Virtual Console...

             Starting Setup Virtual Console...

    [   10.804493] systemd[1]: Created slice User and Session Slice.

    [ OK  ] Created slice User and Session Slice.

    [   10.819963] systemd[1]: Reached target Slices.

    [ OK  ] Reached target Slices.

    [   10.846343] systemd[1]: Starting Journal Service...

            Starting Journal Service...

    [   10.877767] systemd[1]: Starting Remount Root and Kernel File Systems...

             Starting Remount Root and Kernel File Systems...

    [   10.976374] systemd[1]: Mounting POSIX Message Queue File System...

             Mounting POSIX Message Queue File System...

    [   11.062672] systemd[1]: Reached target Swap.

    [ OK  ] Reached target Swap.

    [   11.128987] systemd[1]: Mounted POSIX Message Queue File System.

    [ OK  ] Mounted POSIX Message Queue File System.

    [   11.162751] systemd[1]: Mounted Debug File System.

    [ OK  ] Mounted Debug File System.

    [   11.202928] systemd[1]: Mounted Temporary Directory.

    [ OK  ] Mounted Temporary Directory.

    [   11.233256] systemd[1]: Started Journal Service.

    [ OK  ] Started Journal Service.

    [ OK  ] Started Load Kernel Modules.

    [ 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 Rebuild Dynamic Linker Cache...

            Starting Rebuild Hardware Database...

             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.

    [   13.888325] systemd-journald[196]: Received request to flush runtime journal from PID 1

    [ OK  ] Started Flush Journal to Persistent Storage.

             Starting udev Kernel Device Manager...

    [ OK  ] Reached target Local File Systems (Pre).

             Mounting /media/ram...

             Mounting /var/volatile...

    [ OK  ] Mounted /media/ram.

    [ OK  ] Mounted /var/volatile.

    [ OK  ] Started udev Kernel Device Manager.

             Starting Load/Save Random Seed...

    [ OK  ] Reached target Local File Systems.

             Starting Create Volatile Files and Directories...

             Starting Rebuild Journal Catalog...

    [ OK  ] Started Load/Save Random Seed.

    [ OK  ] Started Rebuild Journal Catalog.

    [ OK  ] Started Create Volatile Files and Directories.

             Starting Opkg first boot configure...

             Starting Update UTMP about System Boot/Shutdown...

             Starting Network Time Synchronization...

    [ OK  ] Started Rebuild Dynamic Linker Cache.

    [ OK  ] Started Network Time Synchronization.

    [ OK  ] Started Update UTMP about System Boot/Shutdown.

             Starting Synchronize System and HW clocks...

    [ OK  ] Reached target System Time Synchronized.

    [FAILED] Failed to start Synchronize System and HW clocks.

    See 'systemctl status sync-clocks.service' for details.

    [ OK  ] Started Opkg first boot configure.

    [ OK  ] Started Rebuild Hardware Database.

             Starting Update is Completed...

             Starting udev Coldplug all Devices...

    [ OK  ] Started Update is Completed.

    [   22.016373] keystone-rproc 10800000.dsp0: assigned reserved memory node dsp_common_cma_pool

    [   22.060787]  remoteproc0: 10800000.dsp0 is available

    [   22.101966]  remoteproc0: Note: remoteproc is still under development and considered experimental.

    [ 22.164777]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK  ] Started udev Coldplug all Devices.

    [   22.251651] keystone-rproc 11800000.dsp1: assigned reserved memory node dsp_common_cma_pool

    [ OK     22.304328]  remoteproc1: 11800000.dsp1 is available

    m] Reached targe[   22.310770]  remoteproc1: Note: remoteproc is still under development and considered experimental.

    t System Initial[   22.343097]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    ization.

    [ OK  ] Started Daily Cleanup of Temporary Directorie[   22.410571] keystone-rproc 12800000.dsp2: assigned reserved memory node dsp_common_cma_pool

    s.

    [   22.447907]  remoteproc2: 12800000.dsp2 is available

    [ OK     22.471516]  remoteproc2: Note: remoteproc is still under development and considered experimental.

    m] Reached targe[   22.512132]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    t Timers.

    [ OK  ] Listening on RPCbind Server Activation Socket[   22.584282] keystone-rproc 13800000.dsp3: assigned reserved memory node dsp_common_cma_pool

    .

    [   22.627552]  remoteproc3: 13800000.dsp3 is available

    [   22.640489]  remoteproc3: Note: remoteproc is still under development and considered experimental.

    [   22.680819]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK  ] Listening on dropbear.socket.

    [   22.731053] keystone-rproc 14800000.dsp4: assigned reserved memory node dsp_common_cma_pool

    [   22.779591]  remoteproc4: 14800000.dsp4 is available

    [ OK  ] Listening on D-Bus System Message Bus Socket.

    [   22.795733]  remoteproc4: Note: remoteproc is still under development and considered experimental.

    [   22.811274]  remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK  ] Reached target Sockets.

    [ 22.885746] keystone-rproc 15800000.dsp5: assigned reserved memory node dsp_common_cma_pool

    [   22.922544]  remoteproc5: 15800000.dsp5 is available

    [   22.927495]  remoteproc5: Note: remoteproc is still under development and considered experimental.

    [ OK     22.968736]  remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    m] Reached target Basic System.

    [   22.999054] davinci-wdt 22f0080.wdt: heartbeat 60 sec

    [   23.025035] keystone-rproc 16800000.dsp6: assigned reserved memory node dsp_common_cma_pool

    [   23.056284]  remoteproc6: 16800000.dsp6 is available

             Starting Print notice about GPLv3 packages...

             Starting Permit User Sessions...

    [   23.095323]  remoteproc6: Note: remoteproc is still under development and considered experimental.

             Starting run_srss_tc.service...

             Starting Login Service...

    [   23.193314]  remoteproc6: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.

             [   23.360707] keystone-rproc 17800000.dsp7: assigned reserved memory node dsp_common_cma_pool

    Starting telnetd.service...

    [ OK  ] Started System Logging Service.

    [   23.523059]  remoteproc7: 17800000.dsp7 is available

    [   23.528015]  remoteproc7: Note: remoteproc is still under development and considered experimental.

             Starting softhsm-daemon.service...

             Starting tiipclad-daemon.service...

    [   23.702890]  remoteproc7: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK  ] Started System Logger Daemon.

             Starting TI Multiproc Manager...

    [ OK  ] Started Kernel Logging Service.

             Starting Ethernet Bridge Filtering Tables...

    [ OK  ] Started D-Bus System Message Bus.

    [   24.763628] keystone-dsp-mem a0000000.dspmem: registered misc device dspmem

             Starting Network Service...

    [ OK  ] Started Permit User Sessions.

    [ OK  ] Started run_srss_tc.service.

    [ OK  ] Started telnetd.service.

    [ OK  ] Started softhsm-daemon.service.

    [ OK  ] Started tiipclad-daemon.service.

    [ OK  ] Started Ethernet Bridge Filtering Tables.

    [   26.737713] NET: Registered protocol family 15

    [ OK  ] Started Network Service.

    [   27.325734] IPsec: esp4_init: can't add xfrm type

    [   27.380450] keystone-crypto soc:subsys@20c0000:crypto@0: crypto accelerator enabled

    [ OK  ] Started TI Multiproc Manager.

    [   28.800921] Initializing XFRM netlink socket

    [ OK  ] Found device /dev/ttyS0.

    [   30.781095] platform xhci-hcd.0.auto: set dma_pfn_offset00780000

    [   30.954844] usbcore: registered new interface driver usbfs

    [   30.994276] usbcore: registered new interface driver hub

    [   31.040899] usbcore: registered new device driver usb

    [   31.107800] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller

    [   31.149395] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1

    [   31.180535] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x00210010

    [   31.274643] xhci-hcd xhci-hcd.0.auto: irq 34, io mem 0x02690000

    [   31.317524] hub 1-0:1.0: USB hub found

    [   31.339878] hub 1-0:1.0: 1 port detected

    [   31.358709] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller

    [   31.375897] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2

    [   31.403717] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.

    [   31.468214] hub 2-0:1.0: USB hub found

    [   31.496051] hub 2-0:1.0: 1 port detected

    [   31.972435] keystone-rapidio 2900000.rapidio: RIO port register timeout, port mask 0x1 not ready

    ***************************************************************

    ***************************************************************

    NOTICE: This file system contains the following GPLv3 packages:

            autoconf

            binutils-dev

            binutils

            bison-dev

            bison

            cpp-symlinks

            cpp

            dosfstools

            g++-symlinks

            g++

            gawk-dev

            gawk

            gcc-symlinks

            gcc

            gdb

            gdbc6x

            gdbserver

            gstreamer1.0-libav

            hidapi

            libcairo-perf-utils

            libgmp10

            libidn11

            libmpc3

            libmpfr4

            m4-dev

            m4

            make

            nettle

            swig-dev

            swig

     

    If you do not wish to distribute GPLv3 components please remove

    the above packages prior to distribution. This can be done using

    the opkg remove command. i.e.:

        opkg remove <package>

    Where <package> is the name printed in the list above

     

    NOTE: If the package is a dependency of another package you

          will be notified of the dependent packages.  You should

          use the --force-removal-of-dependent-packages option to

          also remove the dependent packages as well

    ***************************************************************

    ***************************************************************

    [ OK  ] Started Print notice about GPLv3 packages.

    [ OK  ] Started Login Service.

    [ OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.

             Starting TI MultiCore Tools Daemon...

    [ OK  ] Reached target Network.

    [ OK  ] Started Vsftpd ftp daemon.

             Starting Lightning Fast Webserver With Light System Requirements...

             Starting Network Name Resolution...

             Starting thttpd.service...

    [ OK  ] Started Getty on tty1.

    [ OK  ] Started Serial Getty on ttyS0.

    [ OK  ] Started Lightning Fast Webserver With Light System Requirements.

    [ OK  ] Started Network Name Resolution.

    [ OK  ] Started thttpd.service.

             Starting rng-tools.service...

    [ OK  ] Started rng-tools.service.

             Starting gdbserverproxy.service...

    [ OK  ] Started gdbserverproxy.service.

             Starting matrix-gui-2.0.service...

    [ OK  ] Started matrix-gui-2.0.service.

             Starting parse-ip.service...

             Starting thermal-zone-init.service...

    [ OK  ] Started thermal-zone-init.service.

     

     

    #>>>>> LCD 12

    IP Address:

    158.218.109.194

    [   47.000899]  remoteproc0: powering up 10800000.dsp0

    [   47.008088]  remoteproc0: Booting unspecified pre-loaded fw image

    [   47.020727]  remoteproc0: remote processor 10800000.dsp0 is now up

    [   47.033607] virtio_rpmsg_bus virtio0: rpmsg host is online

    [   47.033746] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d

    [   47.057998]  remoteproc0: registered virtio0 (type 7)

    [   47.105212]  remoteproc1: powering up 11800000.dsp1

    [   47.110078]  remoteproc1: Booting unspecified pre-loaded fw image

    [   47.126591]  remoteproc1: remote processor 11800000.dsp1 is now up

    [   47.140411] virtio_rpmsg_bus virtio1: rpmsg host is online

    [   47.140553] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d

     

     _____                    _____           _         _

    | _  |___ ___ ___ ___   |  _  |_[   47.166398]  remoteproc1: registered virtio1 (type 7)

    __ ___ |_|___ ___| |_

    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|

    |__|__|_| |__,|_ |___|  |__|  |_| |___|_| |___|___|_|

                  |___|                    |___|

     

    Arago Project http://arago-project.org k2hk-evm ttyS0

     

    Arago 2016.12 k2hk-evm ttyS0

     

    k2hk-evm[   47.212968]  remoteproc2: powering up 12800000.dsp2

     login:

     

    => boot

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    BOOTP broadcast 2

    BOOTP broadcast 3

    DHCP client bound to address 158.218.109.194 (1043 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/skern-k2hk.bin'.

    Load address: 0x87000000

    Loading: #######

             821.3 KiB/s

    done

    Bytes transferred = 32832 (8040 hex)

    K2_BM_15.07-47-gcf8b431 SoC:k2hk built:07:05:29, Mar 30 2017

     

    ## installed monitor @ 0xc5f0000, freq [133120000], status 207585279

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (36 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/k2-fw-initrd.cpio.gz'.

    Load address: 0x88080000

    Loading: ##########

             822.3 KiB/s

    done

    Bytes transferred = 49680 (c210 hex)

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (48 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/keystone-k2hk-evm.dtb'.

    Load address: 0x88000000

    Loading: ###########

             811.5 KiB/s

    done

    Bytes transferred = 54059 (d32b hex)

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (56 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/zImage'.

    Load address: 0x82000000

    Loading: *

    TFTP error: 'File not found' (1)

    Not retrying...

    => boot

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (36 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/skern-k2hk.bin'.

    Load address: 0x87000000

    Loading: #######

             800.8 KiB/s

    done

    Bytes transferred = 32832 (8040 hex)

    ## installed monitor @ 0xc5f0000, freq [133120000], status 207585279

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (48 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/k2-fw-initrd.cpio.gz'.

    Load address: 0x88080000

    Loading: ##########

             808.6 KiB/s

    done

    Bytes transferred = 49680 (c210 hex)

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (35 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/keystone-k2hk-evm.dtb'.

    Load address: 0x88000000

    Loading: ###########

             824.2 KiB/s

    done

    Bytes transferred = 54059 (d32b hex)

     

    netcp@2000000 Waiting for SGMII auto negotiation to complete. done

    BOOTP broadcast 1

    DHCP client bound to address 158.218.109.194 (35 ms)

    Using netcp@2000000 device

    TFTP from server 158.218.109.254; our IP address is 158.218.109.194

    Filename 'psdk330-k2hk/zImage'.

    Load address: 0x82000000

    Loading: #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             #################################################################

             ######################

             595.7 KiB/s

    done

    Bytes transferred = 3440432 (347f30 hex)

    Kernel image @ 0x82000000 [ 0x000000 - 0x347f30 ]

    ## Flattened Device Tree blob at 88000000

       Booting using the fdt blob at 0x88000000

       Loading Ramdisk to 8fff3000, end 8ffff210 ... OK

       Loading Device Tree to 8ffe2000, end 8fff232a ... 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.41-rt50-g968d071ce9 (gtbldadm@ubuntu-16) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT RT Thu Mar 30 07:26:28 EDT 2017

    [   0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d

    [   0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache

    [   0.000000] Machine model: Texas Instruments Keystone 2 Kepler/Hawking EVM

    [   0.000000] Switching physical address space to 0x800000000

    [   0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB

    [   0.000000] Reserved memory: initialized node dsp_common_cma_pool, compatible id shared-dma-pool

    [   0.000000] Reserved memory: created DMA memory pool at 0x0000000820000000, size 256 MiB

    [   0.000000] Reserved memory: initialized node dsp_reserved_mpm_area, compatible id shared-dma-pool

    [   0.000000] cma: Reserved 24 MiB at 0x000000087e400000

    [   0.000000] Forcing write-allocate cache policy for SMP

    [   0.000000] Memory policy: Data cache writealloc

    [   0.000000] psci: probing for conduit method from DT.

    [   0.000000] psci: Using PSCI v0.1 Function IDs from DT

    [   0.000000] PERCPU: Embedded 11 pages/cpu @de585000 s15296 r8192 d21568 u45056

    [   0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 358720

    [   0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 rootfstype=nfs root=/dev/nfs rw nfsroot=158.218.109.254:/home/a0850461local/work/ti-processor-sdk-linux-rt-k2hk-evm-03.03.00.04/targetNFS,v3,tcp,rsize=4096,wsize=4096 ip=dhcp

    [   0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)

    [   0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)

    [   0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

    [   0.000000] Memory: 1385384K/1441792K available (6507K kernel code, 257K rwdata, 2304K rodata, 288K init, 329K bss, 23640K reserved, 32768K cma-reserved, 892928K 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 - 0xc08a3034   (8813 kB)

    [   0.000000]       .init : 0xc08a4000 - 0xc08ec000   ( 288 kB)

    [   0.000000]       .data : 0xc08ec000 - 0xc092c760   ( 258 kB)

    [   0.000000]       .bss : 0xc092f000 - 0xc09817ac   ( 330 kB)

    [   0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1

    [   0.000000] Preemptible hierarchical RCU implementation.

    [   0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.

    [   0.000000] RCU kthread priority: 1.

    [   0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4

    [   0.000000] NR_IRQS:16 nr_irqs:16 16

    [   0.000000] GIC: Using split EOI/Deactivate mode

    [   0.000000] Architected cp15 timer(s) running at 133.12MHz (phys).

    [   0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1eb398c371, max_idle_ns: 440795206302 ns

    [   0.000005] sched_clock: 56 bits at 133MHz, resolution 7ns, wraps every 2199023255549ns

    [   0.000011] Switching to timer-based delay loop, resolution 7ns

    [   0.000282] keystone timer clock @133120000 Hz

    [   0.000655] Console: colour dummy device 80x30

    [   0.000814] Calibrating delay loop (skipped), value calculated using timer frequency.. 266.24 BogoMIPS (lpj=1331200)

    [   0.000818] pid_max: default: 32768 minimum: 301

    [   0.000927] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)

    [   0.000933] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)

    [   0.001648] Initializing cgroup subsys io

    [   0.001664] Initializing cgroup subsys memory

    [   0.001692] Initializing cgroup subsys devices

    [   0.001703] Initializing cgroup subsys freezer

    [   0.001713] Initializing cgroup subsys perf_event

    [   0.001723] Initializing cgroup subsys pids

    [   0.001775] CPU: Testing write buffer coherency: ok

    [   0.002055] /cpus/cpu@0 missing clock-frequency property

    [   0.002130] /cpus/cpu@1 missing clock-frequency property

    [   0.002177] /cpus/cpu@2 missing clock-frequency property

    [   0.002224] /cpus/cpu@3 missing clock-frequency property

    [   0.002238] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

    [   0.002273] Setting up static identity map for 0x800082c0 - 0x800083d4

    [   0.120098] CPU1: failed to boot: -22

    [   0.160170] CPU2: failed to boot: -22

    [   0.200244] CPU3: failed to boot: -22

    [  0.200265] Brought up 1 CPUs

    [   0.200277] SMP: Total of 1 processors activated (266.24 BogoMIPS).

    [   0.200285] CPU: All CPU(s) started in HYP mode.

    [   0.200293] CPU: Virtualization extensions available.

    [   0.200743] devtmpfs: initialized

    [   0.220437] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0

    [   0.220840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns

    [   0.231350] pinctrl core: initialized pinctrl subsystem

    [   0.232335] NET: Registered protocol family 16

    [   0.233878] DMA: preallocated 256 KiB pool for atomic coherent allocations

    [   0.244682] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.245018] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.245344] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.245679] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.246003] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.246337] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.246675] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.247002] irq: no irq domain found for /soc/keystone_irq@26202a0 !

    [   0.258166] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.

    [   0.258178] hw-breakpoint: maximum watchpoint size is 8 bytes.

    [   0.356741] media: Linux media interface: v0.10

    [   0.356810] Linux video capture interface: v2.00

    [   0.356862] pps_core: LinuxPPS API ver. 1 registered

    [   0.356872] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

    [   0.356903] PTP clock support registered

    [   0.356960] EDAC MC: Ver: 3.0.0

    [   0.360710] ks2_mc_ddr3_ecc 21010000.edac: ECC is not enabled, disable edac

    [   0.361236] Advanced Linux Sound Architecture Driver Initialized.

    [   0.362373] clocksource: Switched to clocksource arch_sys_counter

    [   0.374635] NET: Registered protocol family 2

    [   0.375376] TCP established hash table entries: 4096 (order: 2, 16384 bytes)

    [   0.375435] TCP bind hash table entries: 4096 (order: 4, 114688 bytes)

    [   0.375607] TCP: Hash tables configured (established 4096 bind 4096)

    [   0.375675] UDP hash table entries: 256 (order: 2, 16384 bytes)

    [   0.375716] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)

    [   0.375944] NET: Registered protocol family 1

    [   0.386384] RPC: Registered named UNIX socket transport module.

    [   0.386396] RPC: Registered udp transport module.

    [   0.386405] RPC: Registered tcp transport module.

    [   0.386414] RPC: Registered tcp NFSv4.1 backchannel transport module.

    [   0.386699] Unpacking initramfs...

    [   0.391409] Freeing initrd memory: 52K (cfff3000 - d0000000)

    [   0.391646] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available

    [   0.392786] platform alarmtimer: set dma_pfn_offset00780000

    [   0.393408] futex hash table entries: 1024 (order: 4, 65536 bytes)

    [   0.413437] squashfs: version 4.0 (2009/01/31) Phillip Lougher

    [   0.424354] NFS: Registering the id_resolver key type

    [   0.424387] Key type id_resolver registered

    [   0.424398] Key type id_legacy registered

    [   0.424468] ntfs: driver 2.1.32 [Flags: R/O].

    [   0.426546] bounce: pool size: 64 pages

    [   0.426734] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)

    [   0.426752] io scheduler noop registered

    [   0.426768] io scheduler deadline registered

    [   0.427072] io scheduler cfq registered (default)

    [   0.427445] keystone_irq soc:keystone_irq@26202a0: irqchip registered, nr_irqs 28

    [   0.428372] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c

    [   0.443447] keystone-rapidio 2900000.rapidio: KeyStone RapidIO driver v1.4

    [   0.443517] keystone-rapidio 2900000.rapidio: missing "rx-queue" parameter for mbox 0, using qpend

    [   0.443537] keystone-rapidio 2900000.rapidio: missing "tx-completion-queue" parameter for mbox 0, using qpend

    [   0.443550] keystone-rapidio 2900000.rapidio: missing "tx-garbage-queue" parameter for mbox 0, using qpend

    [   0.443571] keystone-rapidio 2900000.rapidio: missing "rx-queue" parameter for mbox 1, using qpend

    [   0.443588] keystone-rapidio 2900000.rapidio: missing "tx-completion-queue" parameter for mbox 1, using qpend

    [   0.443600] keystone-rapidio 2900000.rapidio: missing "tx-garbage-queue" parameter for mbox 1, using qpend

    [   0.443733] keystone-rapidio 2900000.rapidio: using K2 SerDes

    [   0.443804] keystone-rapidio 2900000.rapidio: initializing 5.00 Gbps interface with port configuration 4

    [   0.662472] keystone-rapidio 2900000.rapidio: packet forwarding disabled

    [   0.773486] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 0, number of queues 8192

    [   0.773706] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek f0fc0000, reg_status f0972000, reg_config f0978000, reg_region f097a000, reg_push f1080000, reg_pop f10c0000

    [   0.773724] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 8192, number of queues 8192

    [   0.773908] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 8192, num of queues 8192, reg_peek f1100000, reg_status f097c400, reg_config f097e000, reg_region f0f82000, reg_push f1140000, reg_pop f1180000

    [   0.774410] keystone-navigator-qmss soc:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for pdsp0

    [   0.774536] keystone-navigator-qmss soc:qmss@2a40000: firmware file ks2_qmss_pdsp_qos.bin downloaded for pdsp3

    [   0.774658] keystone-navigator-qmss soc:qmss@2a40000: firmware file ks2_qmss_pdsp_qos.bin downloaded for pdsp7

    [   0.776220] keystone-navigator-qmss soc:qmss@2a40000: qos: sched port @8096, drop sched @8000

    [   0.778703] keystone-navigator-qmss soc:qmss@2a40000: qos: sched port @6496, drop sched @6400

    [   0.782016] keystone-navigator-qmss soc:qmss@2a40000: qos version 0x200010b, magic valid

    [   0.782713] keystone-navigator-qmss soc:qmss@2a40000: qos version 0x200010b, magic valid

    [   0.784180] keystone-navigator-dma soc:knav_dmas@0: DMA dma_gbe registered 41 logical channels, flows 32, tx chans: 9, rx chans: 24

    [   0.784378] keystone-navigator-dma soc:knav_dmas@0: DMA dma_xgbe registered 48 logical channels, flows 32, tx chans: 16, rx chans: 16

    [   0.784566] keystone-navigator-dma soc:knav_dmas@0: DMA dma_srio registered 36 logical channels, flows 20, tx chans: 16, rx chans: 16

    [   0.856431] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled

    [   0.856545] platform serial8250: set dma_pfn_offset00780000

    [   0.859887] console [ttyS0] disabled

    [   0.859959] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 26, base_baud = 8320000) is a 16550A

    [   1.877948] console [ttyS0] enabled

    [   1.882506] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 27, base_baud = 8320000) is a 16550A

    [   1.891964] [drm] Initialized drm 1.1.0 20060810

    [   1.985920] loop: module loaded

    [   1.989461] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write

    [   1.998739] spi_davinci 21000400.spi: DMA is not supported (-19)

    [   2.005614] m25p80 spi32766.0: n25q128a11 (16384 Kbytes)

    [   2.010938] 2 ofpart partitions found on MTD device spi32766.0

    [   2.016753] Creating 2 MTD partitions on "spi32766.0":

    [   2.021877] 0x000000000000-0x000000100000 : "u-boot-spl"

    [   2.038467] 0x000000100000-0x000001000000 : "misc"

    [   2.054517] spi_davinci 21000400.spi: Controller at 0xf0ff0400

    [   2.060758] spi_davinci 21000600.spi: DMA is not supported (-19)

    [   2.067192] spi_davinci 21000600.spi: Controller at 0xf0ff2600

    [   2.073435] spi_davinci 21000800.spi: DMA is not supported (-19)

    [   2.079858] spi_davinci 21000800.spi: Controller at 0xf0ff4800

    [   2.086627] platform Fixed MDIO bus.0: set dma_pfn_offset00780000

    [   2.092923] libphy: Fixed MDIO Bus: probed

    [   2.142392] davinci_mdio 2090300.mdio: davinci mdio revision 1.5

    [   2.148380] libphy: 2090300.mdio: probed

    [   2.163343] davinci_mdio 2090300.mdio: phy[0]: device 2090300.mdio:00, driver Marvell 88E1111

    [   2.171843] davinci_mdio 2090300.mdio: phy[1]: device 2090300.mdio:01, driver Marvell 88E1111

    [   2.181260] ti,keystone-serdes 232a000.phy: Requested PHY is disabled

    [   2.702421] ti,keystone-serdes 232a000.phy: Requested PHY is disabled

    [   3.223748] netcp-1.0 2620110.netcp: cpts: overflow check period 500

    [   3.230084] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.3

    [   3.236506] netcp-1.0 2620110.netcp: ALE Table size 1024

    [   3.244005] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device

    [   3.251295] netcp-1.0 2620110.netcp: pa_clk_rate(163840000 HZ),mult(25000),shift(12)

    [   3.260905] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 0

    [   3.269061] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 1

    [   3.277217] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 2

    [   3.285370] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 3

    [   3.293523] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 4

    [   3.301675] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.00:0x03000200 on pdsp 5

    [   3.310825] netcp-1.0 2620110.netcp: module(netcp-pa2) not used for device

    [   3.318911] 2620738.usb_phy supply vcc not found, using dummy regulator

    [   3.326132] mousedev: PS/2 mouse device common for all mice

    [   3.342250] i2c /dev entries driver

    [   3.351838] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac

    [   3.358173] nand: Micron MT29F4G08ABBDAHC

    [   3.362171] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64

    [   3.370099] Bad block table found at page 262080, version 0x01

    [   3.376560] Bad block table found at page 262016, version 0x01

    [   3.382850] 3 ofpart partitions found on MTD device 30000000.nand

    [   3.388923] Creating 3 MTD partitions on "30000000.nand":

    [   3.394313] 0x000000000000-0x000000100000 : "u-boot"

    [   3.410579] 0x000000100000-0x000000180000 : "params"

    [   3.426779] 0x000000180000-0x000020000000 : "ubifs"

    [   3.443591] davinci_nand 30000000.nand: controller rev. 2.5

    [   3.449808] platform snd-soc-dummy: set dma_pfn_offset00780000

    [   3.457615] NET: Registered protocol family 10

    [   3.473490] sit: IPv6 over IPv4 tunneling driver

    [   3.478789] NET: Registered protocol family 17

    [   3.483458] Key type dns_resolver registered

    [   3.487910] Registering SWP/SWPB emulation handler

    [   3.505003] hctosys: unable to open rtc device (rtc0)

    [   3.603083] netcp-1.0 2620110.netcp eth0: Link is Down

    [   3.617305] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

    [   3.703056] netcp-1.0 2620110.netcp eth1: Link is Down

    [   3.712119] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready

    [   3.732383] (NULL net_device): Link is Down

    [   3.736553] (NULL net_device): Link is Down

    [   7.602757] netcp-1.0 2620110.netcp eth0: Link is Up - 1Gbps/Full - flow control off

    [   7.612418] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

    [   7.632417] Sending DHCP requests ., OK

    [   7.752421] IP-Config: Got DHCP answer from 158.218.109.3, my address is 158.218.109.194

    [   8.532964] IP-Config: Complete:

    [   8.536188]     device=eth0, hwaddr=c4:ed:ba:9a:67:6e, ipaddr=158.218.109.194, mask=255.255.255.0, gw=158.218.109.1

    [   8.546677]     host=dhcp-158-218-109-194, domain=am.dhcp.ti.com, nis-domain=(none)

    [   8.554396]     bootserver=0.0.0.0, rootserver=158.218.109.254, rootpath=

    [   8.561073]     nameserver0=192.0.2.2, nameserver1=192.0.2.3

    [   8.582840] ALSA device list:

    [   8.585798]   No soundcards found.

    [   8.716117] VFS: Mounted root (nfs filesystem) on device 0:14.

    [   8.722558] devtmpfs: mounted

    [   8.725802] Freeing unused kernel memory: 288K (c08a4000 - c08ec000)

    [   9.064778] systemd[1]: System time before build time, advancing clock.

    [   9.131315] random: systemd: uninitialized urandom read (16 bytes read, 68 bits of entropy available)

    [   9.149983] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)

    [   9.162194] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)

    [   9.180680] systemd[1]: Detected architecture arm.

     

    Welcome to Arago 2016.12!

     

    [   9.204189] systemd[1]: Set hostname to <k2hk-evm>.

    [   9.219366] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available)

    [   9.228817] systemd[1]: Initializing machine ID from random generator.

    [   9.377071] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 84 bits of entropy available)

    [   9.400707] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 84 bits of entropy available)

    [   9.437827] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 86 bits of entropy available)

    [   9.539833] random: systemd: uninitialized urandom read (16 bytes read, 91 bits of entropy available)

    [   9.549351] random: systemd: uninitialized urandom read (16 bytes read, 91 bits of entropy available)

    [   9.572642] random: systemd: uninitialized urandom read (16 bytes read, 92 bits of entropy available)

    [   9.582722] random: systemd: uninitialized urandom read (16 bytes read, 92 bits of entropy available)

    [   9.944233] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start

    [   9.951967] systemd[1]: sysinit.target: Found dependency on alignment.service/start

    [   9.959616] systemd[1]: sysinit.target: Found dependency on basic.target/start

    [   9.966829] systemd[1]: sysinit.target: Found dependency on sockets.target/start

    [   9.974338] systemd[1]: sysinit.target: Found dependency on rpcbind.socket/start

    [   9.981717] systemd[1]: sysinit.target: Found dependency on sysinit.target/start

    [   9.989101] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start

    [   9.998478] 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

    [   10.039027] systemd[1]: Listening on Journal Socket.

    [ OK ] Listening on Journal Socket.

    [   10.065113] systemd[1]: Created slice System Slice.

    [ OK ] Created slice System Slice.

    [   10.100573] systemd[1]: Starting Load Kernel Modules...

             Starting Load Kernel Modules...

    [   10.158966] systemd[1]: Mounting Temporary Directory...

    [   10.193834] CMEMK module: reference Linux version 4.4.41

             Mounting Temporary Directory...

    [   10.206634] systemd[1]: Listening on udev Control Socket.

    [   10.226158] allocated heap buffer 0xc100000 of size 0x480000

    [   10.231858] cmemk initialized

    [ OK ] Listening on udev Control Socket.

    [   10.261423] cryptodev: driver 1.8 loaded.

    [   10.265808] systemd[1]: Listening on Journal Socket (/dev/log).

    [ OK ] Listening on Journal Socket (/dev/log).

    [   10.293418] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.

    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.

    [   10.327172] systemd[1]: Starting Create list of required static device nodes for the current kernel...

    [   10.358831] random: nonblocking pool is initialized

    [   10.374016] NET: Registered protocol family 41

    [   10.402556] uio_module_drv soc:mpax: registered misc device mpax

    [   10.402888] uio_module_drv soc:edma3: registered misc device edma3

    [   10.403685] uio_module_drv soc:secmgr: registered misc device secmgr

    [   10.405085] uio_module_drv soc:qmss: registered misc device qmss

             Starting Create list of required st... nodes for the current kernel...

    [   10.449053] uio_module_drv soc:hyperlink0: registered misc device hyperlink0

    [   10.457402] uio_module_drv soc:hyperlink1: registered misc device hyperlink1

    [   10.464810] systemd[1]: Listening on Syslog Socket.

    [   10.470981] uio_module_drv soc:srio: registered misc device srio

    [ OK ] Listening on Syslog Socket.

    [   10.492662] systemd[1]: Reached target Remote File Systems.

    [ OK ] Reached target Remote File Systems.

    [   10.526327] systemd[1]: Mounting Debug File System...

             Mounting Debug File System...

    [   10.569702] systemd[1]: Started Forward Password Requests to Wall Directory Watch.

    [ OK ] Started Forward Password Requests to Wall Directory Watch.

    [   10.603422] systemd[1]: Listening on Network Service Netlink Socket.

    [ OK ] Listening on Network Service Netlink Socket.

    [   10.633878] systemd[1]: Created slice system-serial\x2dgetty.slice.

    [ OK ] Created slice system-serial\x2dgetty.slice.

    [   10.662940] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.

    [ OK ] Started Dispatch Password Requests to Console Directory Watch.

    [   10.694038] systemd[1]: Created slice system-getty.slice.

    [ OK ] Created slice system-getty.slice.

    [   10.722643] systemd[1]: Reached target Paths.

    [ OK ] Reached target Paths.

    [   10.742695] systemd[1]: Listening on udev Kernel Socket.

    [ OK ] Listening on udev Kernel Socket.

    [   10.775952] systemd[1]: Starting Setup Virtual Console...

             Starting Setup Virtual Console...

    [   10.804493] systemd[1]: Created slice User and Session Slice.

    [ OK ] Created slice User and Session Slice.

    [   10.819963] systemd[1]: Reached target Slices.

    [ OK ] Reached target Slices.

    [   10.846343] systemd[1]: Starting Journal Service...

            Starting Journal Service...

    [   10.877767] systemd[1]: Starting Remount Root and Kernel File Systems...

             Starting Remount Root and Kernel File Systems...

    [   10.976374] systemd[1]: Mounting POSIX Message Queue File System...

             Mounting POSIX Message Queue File System...

    [   11.062672] systemd[1]: Reached target Swap.

    [ OK ] Reached target Swap.

    [   11.128987] systemd[1]: Mounted POSIX Message Queue File System.

    [ OK ] Mounted POSIX Message Queue File System.

    [   11.162751] systemd[1]: Mounted Debug File System.

    [ OK ] Mounted Debug File System.

    [   11.202928] systemd[1]: Mounted Temporary Directory.

    [ OK ] Mounted Temporary Directory.

    [   11.233256] systemd[1]: Started Journal Service.

    [ OK ] Started Journal Service.

    [ OK ] Started Load Kernel Modules.

    [ 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 Rebuild Dynamic Linker Cache...

            Starting Rebuild Hardware Database...

             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.

    [   13.888325] systemd-journald[196]: Received request to flush runtime journal from PID 1

    [ OK ] Started Flush Journal to Persistent Storage.

             Starting udev Kernel Device Manager...

    [ OK ] Reached target Local File Systems (Pre).

             Mounting /media/ram...

             Mounting /var/volatile...

    [ OK ] Mounted /media/ram.

    [ OK ] Mounted /var/volatile.

    [ OK ] Started udev Kernel Device Manager.

             Starting Load/Save Random Seed...

    [ OK ] Reached target Local File Systems.

             Starting Create Volatile Files and Directories...

             Starting Rebuild Journal Catalog...

    [ OK ] Started Load/Save Random Seed.

    [ OK ] Started Rebuild Journal Catalog.

    [ OK ] Started Create Volatile Files and Directories.

             Starting Opkg first boot configure...

             Starting Update UTMP about System Boot/Shutdown...

             Starting Network Time Synchronization...

    [ OK ] Started Rebuild Dynamic Linker Cache.

    [ OK ] Started Network Time Synchronization.

    [ OK ] Started Update UTMP about System Boot/Shutdown.

             Starting Synchronize System and HW clocks...

    [ OK ] Reached target System Time Synchronized.

    [FAILED] Failed to start Synchronize System and HW clocks.

    See 'systemctl status sync-clocks.service' for details.

    [ OK ] Started Opkg first boot configure.

    [ OK ] Started Rebuild Hardware Database.

             Starting Update is Completed...

             Starting udev Coldplug all Devices...

    [ OK ] Started Update is Completed.

    [   22.016373] keystone-rproc 10800000.dsp0: assigned reserved memory node dsp_common_cma_pool

    [   22.060787] remoteproc0: 10800000.dsp0 is available

    [   22.101966] remoteproc0: Note: remoteproc is still under development and considered experimental.

    [ 22.164777] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK ] Started udev Coldplug all Devices.

    [   22.251651] keystone-rproc 11800000.dsp1: assigned reserved memory node dsp_common_cma_pool

    [ OK     22.304328] remoteproc1: 11800000.dsp1 is available

    m] Reached targe[   22.310770] remoteproc1: Note: remoteproc is still under development and considered experimental.

    t System Initial[   22.343097] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    ization.

    [ OK ] Started Daily Cleanup of Temporary Directorie[   22.410571] keystone-rproc 12800000.dsp2: assigned reserved memory node dsp_common_cma_pool

    s.

    [   22.447907] remoteproc2: 12800000.dsp2 is available

    [ OK     22.471516] remoteproc2: Note: remoteproc is still under development and considered experimental.

    m] Reached targe[   22.512132] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    t Timers.

    [ OK ] Listening on RPCbind Server Activation Socket[   22.584282] keystone-rproc 13800000.dsp3: assigned reserved memory node dsp_common_cma_pool

    .

    [   22.627552] remoteproc3: 13800000.dsp3 is available

    [   22.640489] remoteproc3: Note: remoteproc is still under development and considered experimental.

    [   22.680819] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK ] Listening on dropbear.socket.

    [   22.731053] keystone-rproc 14800000.dsp4: assigned reserved memory node dsp_common_cma_pool

    [   22.779591] remoteproc4: 14800000.dsp4 is available

    [ OK ] Listening on D-Bus System Message Bus Socket.

    [   22.795733] remoteproc4: Note: remoteproc is still under development and considered experimental.

    [   22.811274] remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK ] Reached target Sockets.

    [ 22.885746] keystone-rproc 15800000.dsp5: assigned reserved memory node dsp_common_cma_pool

    [   22.922544] remoteproc5: 15800000.dsp5 is available

    [   22.927495] remoteproc5: Note: remoteproc is still under development and considered experimental.

    [ OK    22.968736] remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    m] Reached target Basic System.

    [   22.999054] davinci-wdt 22f0080.wdt: heartbeat 60 sec

    [   23.025035] keystone-rproc 16800000.dsp6: assigned reserved memory node dsp_common_cma_pool

    [   23.056284] remoteproc6: 16800000.dsp6 is available

             Starting Print notice about GPLv3 packages...

             Starting Permit User Sessions...

    [   23.095323] remoteproc6: Note: remoteproc is still under development and considered experimental.

             Starting run_srss_tc.service...

             Starting Login Service...

    [   23.193314] remoteproc6: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.

             [   23.360707] keystone-rproc 17800000.dsp7: assigned reserved memory node dsp_common_cma_pool

    Starting telnetd.service...

    [ OK ] Started System Logging Service.

    [   23.523059] remoteproc7: 17800000.dsp7 is available

    [   23.528015] remoteproc7: Note: remoteproc is still under development and considered experimental.

             Starting softhsm-daemon.service...

             Starting tiipclad-daemon.service...

    [   23.702890] remoteproc7: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.

    [ OK ] Started System Logger Daemon.

             Starting TI Multiproc Manager...

    [ OK ] Started Kernel Logging Service.

             Starting Ethernet Bridge Filtering Tables...

    [ OK ] Started D-Bus System Message Bus.

    [   24.763628] keystone-dsp-mem a0000000.dspmem: registered misc device dspmem

             Starting Network Service...

    [ OK ] Started Permit User Sessions.

    [ OK ] Started run_srss_tc.service.

    [ OK ] Started telnetd.service.

    [ OK ] Started softhsm-daemon.service.

    [ OK ] Started tiipclad-daemon.service.

    [ OK ] Started Ethernet Bridge Filtering Tables.

    [   26.737713] NET: Registered protocol family 15

    [ OK ] Started Network Service.

    [   27.325734] IPsec: esp4_init: can't add xfrm type

    [   27.380450] keystone-crypto soc:subsys@20c0000:crypto@0: crypto accelerator enabled

    [ OK ] Started TI Multiproc Manager.

    [   28.800921] Initializing XFRM netlink socket

    [ OK ] Found device /dev/ttyS0.

    [   30.781095] platform xhci-hcd.0.auto: set dma_pfn_offset00780000

    [   30.954844] usbcore: registered new interface driver usbfs

    [   30.994276] usbcore: registered new interface driver hub

    [   31.040899] usbcore: registered new device driver usb

    [   31.107800] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller

    [   31.149395] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1

    [   31.180535] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x00210010

    [   31.274643] xhci-hcd xhci-hcd.0.auto: irq 34, io mem 0x02690000

    [   31.317524] hub 1-0:1.0: USB hub found

    [   31.339878] hub 1-0:1.0: 1 port detected

    [   31.358709] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller

    [   31.375897] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2

    [   31.403717] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.

    [   31.468214] hub 2-0:1.0: USB hub found

    [   31.496051] hub 2-0:1.0: 1 port detected

    [   31.972435] keystone-rapidio 2900000.rapidio: RIO port register timeout, port mask 0x1 not ready

    ***************************************************************

    ***************************************************************

    NOTICE: This file system contains the following GPLv3 packages:

           autoconf

           binutils-dev

           binutils

           bison-dev

           bison

           cpp-symlinks

           cpp

           dosfstools

           g++-symlinks

           g++

           gawk-dev

           gawk

           gcc-symlinks

           gcc

           gdb

           gdbc6x

           gdbserver

           gstreamer1.0-libav

           hidapi

           libcairo-perf-utils

           libgmp10

           libidn11

           libmpc3

           libmpfr4

           m4-dev

           m4

           make

           nettle

           swig-dev

           swig

     

    If you do not wish to distribute GPLv3 components please remove

    the above packages prior to distribution. This can be done using

    the opkg remove command. i.e.:

       opkg remove <package>

    Where <package> is the name printed in the list above

     

    NOTE: If the package is a dependency of another package you

         will be notified of the dependent packages. You should

         use the --force-removal-of-dependent-packages option to

         also remove the dependent packages as well

    ***************************************************************

    ***************************************************************

    [ OK ] Started Print notice about GPLv3 packages.

    [ OK ] Started Login Service.

    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.

             Starting TI MultiCore Tools Daemon...

    [ OK ] Reached target Network.

    [ OK ] Started Vsftpd ftp daemon.

             Starting Lightning Fast Webserver With Light System Requirements...

             Starting Network Name Resolution...

             Starting thttpd.service...

    [ OK ] Started Getty on tty1.

    [ OK ] Started Serial Getty on ttyS0.

    [ OK ] Started Lightning Fast Webserver With Light System Requirements.

    [ OK ] Started Network Name Resolution.

    [ OK ] Started thttpd.service.

             Starting rng-tools.service...

    [ OK ] Started rng-tools.service.

             Starting gdbserverproxy.service...

    [ OK ] Started gdbserverproxy.service.

             Starting matrix-gui-2.0.service...

    [ OK ] Started matrix-gui-2.0.service.

             Starting parse-ip.service...

             Starting thermal-zone-init.service...

    [ OK ] Started thermal-zone-init.service.

     

     

    #>>>>> LCD 12

    IP Address:

    158.218.109.194

    [   47.000899] remoteproc0: powering up 10800000.dsp0

    [   47.008088] remoteproc0: Booting unspecified pre-loaded fw image

    [   47.020727] remoteproc0: remote processor 10800000.dsp0 is now up

    [   47.033607] virtio_rpmsg_bus virtio0: rpmsg host is online

    [   47.033746] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d

    [   47.057998] remoteproc0: registered virtio0 (type 7)

    [   47.105212] remoteproc1: powering up 11800000.dsp1

    [   47.110078] remoteproc1: Booting unspecified pre-loaded fw image

    [   47.126591] remoteproc1: remote processor 11800000.dsp1 is now up

    [   47.140411] virtio_rpmsg_bus virtio1: rpmsg host is online

    [   47.140553] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d

     

    _____                   _____           _         _

    | _ |___ ___ ___ ___   | _ |_[   47.166398] remoteproc1: registered virtio1 (type 7)

    __ ___ |_|___ ___| |_

    |     | _| .'| . | . | |   __| _| . | | | -_| _| _|

    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

                 |___|                    |___|

     

    Arago Project http://arago-project.org k2hk-evm ttyS0

     

    Arago 2016.12 k2hk-evm ttyS0

     

    k2hk-evm[   47.212968] remoteproc2: powering up 12800000.dsp2

    login:

     

    Please compare which step you did is different from mine,  or follow the exact command I did to bring up NFS mounted file system.

    Rex