U-Boot 2015.07-00080-g68db1b0-dirty (May 11 2016 - 17:56:56 +0530) CPU: 66AK2Hx SR2.0 I2C: ready DRAM: DDR3 PLL (PLL2) Setup ... DDR3 PLL Setup complete, DDR3A clock now running at 400MHz. DDR3A initialization complete 1 GiB NAND: 512 MiB Net: link_type_name sgmii0_link_typeK2HK_EMAC Hit any key to stop autoboot: 1 0 U-Boot# U-Boot# U-Boot# setenv name_mon 'skern-k2hk.bin';setenv name_kern 'uImage-4.1..13_new';setenv name_fdt 'k2hk-evm-4.1.dtb' U-Boot# setenv nfs_root '/home/armdsp/k2hk-ti/board-support/k2hk-evm-sdk-bin-02.00.01/board-support-bin/filesystem/tisdk' U-Boot# setenv boot net U-Boot# setenv tftp_root U-Boot# setenv pri 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=dhcp 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 bootcmd=run init_${boot} init_fw_rd_${boot} get_fdt_${boot} get_mon_${boot} get_kern_${boot} run_mon run_kern bootdelay=1 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 0x80000; sf write ${loadaddr} 0 ${filesize} cpu=armv7 ethact=K2HK_EMAC ethaddr=d4:f5:13:aa:d8:ba fdt_addr_r=0x88000000 fdtaddr=0x88000000 get_fdt_net=dhcp ${fdtaddr} ${tftp_root}/${name_fdt} get_fdt_ramfs=dhcp ${fdtaddr} ${tftp_root}/${name_fdt} get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt} get_fs_ramfs=dhcp ${rdaddr} ${tftp_root}/${name_fs} get_kern_net=dhcp ${loadaddr} ${tftp_root}/${name_kern} get_kern_ramfs=dhcp ${loadaddr} ${tftp_root}/${name_kern} get_kern_ubi=ubifsload ${loadaddr} ${bootdir}/${name_kern} get_mon_net=dhcp ${addr_mon} ${tftp_root}/${name_mon} get_mon_ramfs=dhcp ${addr_mon} ${tftp_root}/${name_mon} get_mon_ubi=ubifsload ${addr_mon} ${bootdir}/${name_mon} get_ubi_net=dhcp ${addr_ubi} ${tftp_root}/${name_ubi} get_uboot_net=dhcp ${loadaddr} ${tftp_root}/${name_uboot} init_fw_rd_net=dhcp ${rdaddr} ${tftp_root}/${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_ramfs=run args_all args_ramfs get_fs_ramfs init_ubi=run args_all args_ubi; ubi part ubifs; ubifsmount ubi:rootfs; ipaddr=172.17.1.57 kernel_addr_r=0x82000000 loadaddr=0x82000000 mem_lpae=1 mem_reserve=512M mtdparts=mtdparts=davinci_nand.0:1024k(bootloader),512k(params),-(ubifs) name_fdt=k2hk-evm-4.1.dtb name_fs=arago-console-image-k2hk-evm.cpio.gz name_fw_rd=k2-fw-initrd.cpio.gz name_kern=uImage-4.1..13_new name_mon=skern-k2hk.bin name_ubi=k2hk-evm-ubifs.ubi name_uboot=u-boot-spi-k2hk-evm.gph nfs_options=v3,tcp,rsize=4096,wsize=4096 nfs_root=/home/armdsp/k2hk-ti/board-support/k2hk-evm-sdk-bin-02.00.01/board-support-bin/filesystem/tisdk no_post=1 ramdisk_addr_r=0x88080000 rdaddr=0x88080000 run_kern=bootz ${loadaddr} ${rd_spec} ${fdtaddr} run_mon=mon_install ${addr_mon} serverip=172.17.1.146 set_rd_spec=setenv rd_spec ${rdaddr}:${filesize} soc=keystone stderr=serial stdin=serial stdout=serial vendor=ti ver=U-Boot 2015.07-00080-g68db1b0-dirty (May 11 2016 - 17:56:56 +0530) Environment size: 3017/262140 bytes U-Boot# setenv args_net 'setenv bootargs ${bootargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=172.17.1.57:172.17.1.146:172.17.0.3:255.55 1 255.0.0::eth0' U-Boot# boot BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 172.17.2.212 (1024 ms) Using K2HK_EMAC device TFTP from server 172.17.1.146; our IP address is 172.17.2.212 Filename '/k2-fw-initrd.cpio.gz'. Load address: 0x88080000 Loading: * TFTP error: 'File not found' (1) Not retrying... BOOTP broadcast 1 DHCP client bound to address 172.17.2.212 (3 ms) Using K2HK_EMAC device TFTP from server 172.17.1.146; our IP address is 172.17.2.212 Filename '/k2hk-evm-4.1.dtb'. Load address: 0x88000000 Loading: *### 970.7 KiB/s done Bytes transferred = 39762 (9b52 hex) BOOTP broadcast 1 DHCP client bound to address 172.17.2.212 (2 ms) Using K2HK_EMAC device TFTP from server 172.17.1.146; our IP address is 172.17.2.212 Filename '/skern-k2hk.bin'. Load address: 0xc5f0000 Loading: *#### 1000 KiB/s done Bytes transferred = 45056 (b000 hex) BOOTP broadcast 1 DHCP client bound to address 172.17.2.212 (3 ms) Using K2HK_EMAC device TFTP from server 172.17.1.146; our IP address is 172.17.2.212 Filename '/uImage-4.1..13_new'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ####### 1019.5 KiB/s done Bytes transferred = 3918264 (3bc9b8 hex) K2_BM_15.07-39-g035329c SoC:k2hk built:17:53:33, Jan 8 2016 ## installed monitor, freq [102400000], status 0 Bad Linux ARM zImage magic! U-Boot# pr bootm 82000000 - 88000000 ## Booting kernel from Legacy Image at 82000000 ... Image Name: Linux-4.1.13-g8dc6617 Created: 2016-05-10 12:18:51 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3918200 Bytes = 3.7 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Kernel Image ... OK Loading Device Tree to 8fff3000, end 8ffffb51 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.1.13-g8dc6617 (root@localhost.localdomain) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #17 SMP PREEMPT Tue May 10 17:48:35 IST 2016 [ 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 512 MiB [ 0.000000] Reserved memory: initialized node dsp_reserved_mpm_area, compatible id shared-dma-pool [ 0.000000] cma: Reserved 16 MiB at 0x000000081e800000 [ 0.000000] Forcing write-allocate cache policy for SMP [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 12 pages/cpu @de39c000 s17536 r8192 d23424 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 rootfstype=nfs root=/dev/nfs rw nfsroot=172.17.1.146:/home/armdsp/k2hk-ti/board-support/k2hk-evm-sdk-bin-02.00.01/board-support-bin/filesystem/tisdk,v3,tcp,rsize=4096,wsize=4096 ip=172.17.1.57:172.17.1.146:172.17.0.3:255.255.0.0::eth0 [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes [ 0.000000] log_buf_len total cpu_extra contributions: 12288 bytes [ 0.000000] log_buf_len min size: 16384 bytes [ 0.000000] log_buf_len: 32768 bytes [ 0.000000] early log buf free: 14048(85%) [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 486900K/524288K available (5148K kernel code, 340K rwdata, 1844K rodata, 316K init, 175K bss, 12812K reserved, 24576K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc06dc630 (6994 kB) [ 0.000000] .init : 0xc06dd000 - 0xc072c000 ( 316 kB) [ 0.000000] .data : 0xc072c000 - 0xc0781104 ( 341 kB) [ 0.000000] .bss : 0xc0784000 - 0xc07afc70 ( 176 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Additional per-CPU info printed with stalls. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 102.40MHz (virt). [ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x179dd7f667, max_idle_ns: 440795202122 ns [ 0.000006] sched_clock: 56 bits at 102MHz, resolution 9ns, wraps every 4398046511103ns [ 0.000021] Switching to timer-based delay loop, resolution 9ns [ 0.000314] keystone timer clock @102400000 Hz [ 0.000655] Console: colour dummy device 80x30 [ 0.000679] Calibrating delay loop (skipped), value calculated using timer frequency.. 204.80 BogoMIPS (lpj=1024000) [ 0.000696] pid_max: default: 4096 minimum: 301 [ 0.000808] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000822] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001539] Initializing cgroup subsys blkio [ 0.001559] Initializing cgroup subsys devices [ 0.001579] Initializing cgroup subsys freezer [ 0.001612] CPU: Testing write buffer coherency: ok [ 0.001905] /cpus/cpu@0 missing clock-frequency property [ 0.001944] /cpus/cpu@1 missing clock-frequency property [ 0.001982] /cpus/cpu@2 missing clock-frequency property [ 0.002021] /cpus/cpu@3 missing clock-frequency property [ 0.002037] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.002103] Setting up static identity map for 0x800082c0 - 0x800083cc [ 0.069547] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.089586] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.109639] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.109772] Brought up 4 CPUs [ 0.109801] SMP: Total of 4 processors activated (819.20 BogoMIPS). [ 0.109811] CPU: All CPU(s) started in SVC mode. [ 0.110624] devtmpfs: initialized [ 0.127408] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.128013] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.129136] pinctrl core: initialized pinctrl subsystem [ 0.129749] NET: Registered protocol family 16 [ 0.131255] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.147098] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.147519] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.147935] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.148351] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.148770] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.149191] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.149602] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.150021] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.161741] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.161754] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.180219] vgaarb: loaded [ 0.180780] SCSI subsystem initialized [ 0.181585] usbcore: registered new interface driver usbfs [ 0.181750] usbcore: registered new interface driver hub [ 0.181950] usbcore: registered new device driver usb [ 0.186042] Switched to clocksource arch_sys_counter [ 0.239818] NET: Registered protocol family 2 [ 0.240718] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.240780] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.240890] TCP: Hash tables configured (established 4096 bind 4096) [ 0.240947] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.240979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.241211] NET: Registered protocol family 1 [ 0.241537] RPC: Registered named UNIX socket transport module. [ 0.241550] RPC: Registered udp transport module. [ 0.241560] RPC: Registered tcp transport module. [ 0.241570] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.242113] CPU PMU: Failed to parse /pmu/interrupt-affinity[0] [ 0.242164] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.243887] platform alarmtimer: set dma_pfn_offset00780000 [ 0.245194] futex hash table entries: 16 (order: -2, 1024 bytes) [ 0.268695] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.268878] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.269531] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.272569] NET: Registered protocol family 38 [ 0.273061] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.273087] io scheduler noop registered [ 0.273108] io scheduler deadline registered [ 0.273159] io scheduler cfq registered (default) [ 0.273404] keystone_irq soc:keystone_irq@26202a0: irqchip registered, nr_irqs 28 [ 0.274435] keystone-pcie 21801000.pcie: No pcie serdes driver found: -38 [ 0.274470] keystone-pcie: probe of 21801000.pcie failed with error -38 [ 0.274916] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 0, number of queues 8192 [ 0.275138] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek e0980000, reg_status e097e000, reg_config e09a2000, reg_region e09a4000, reg_push e09c0000, reg_pop e0a00000 [ 0.275157] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 8192, number of queues 8192 [ 0.275345] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 8192, num of queues 8192, reg_peek e0a40000, reg_status e09a6400, reg_config e09a8000, reg_region e09aa000, reg_push e0a80000, reg_pop e0ac0000 [ 0.275571] keystone-navigator-qmss soc:qmss@2a40000: failed to get firmware for pdsp [ 0.276971] keystone-navigator-qmss soc:qmss@2a40000: pdsp id 0 not started for range acc-low-0 [ 0.278177] keystone-navigator-dma soc:knav_dmas@0: DMA dma_gbe registered 41 logical channels, flows 32, tx chans: 9, rx chans: 24 [ 0.278387] keystone-navigator-dma soc:knav_dmas@0: DMA dma_xgbe registered 48 logical channels, flows 32, tx chans: 16, rx chans: 16 [ 0.395334] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.395478] platform serial8250: set dma_pfn_offset00780000 [ 0.398582] console [ttyS0] disabled [ 0.398656] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 26, base_baud = 6400000) is a 16550A [ 1.248499] console [ttyS0] enabled [ 1.253343] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 27, base_baud = 6400000) is a 16550A [ 1.272157] loop: module loaded [ 1.275653] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write [ 1.326072] davinci_mdio 2090300.mdio: davinci mdio revision 1.5 [ 1.332127] libphy: 2090300.mdio: probed [ 1.339167] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device [ 1.749181] platform xhci-hcd.0.auto: set dma_pfn_offset00780000 [ 1.756700] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.762547] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 1.770847] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x00210010 [ 1.779663] xhci-hcd xhci-hcd.0.auto: irq 34, io mem 0x02690000 [ 1.785883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.792757] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.800062] usb usb1: Product: xHCI Host Controller [ 1.804979] usb usb1: Manufacturer: Linux 4.1.13-g8dc6617 xhci-hcd [ 1.811233] usb usb1: SerialNumber: xhci-hcd.0.auto [ 1.817078] hub 1-0:1.0: USB hub found [ 1.820903] hub 1-0:1.0: 1 port detected [ 1.825357] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.831223] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 1.839139] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.847527] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.854373] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.861680] usb usb2: Product: xHCI Host Controller [ 1.866624] usb usb2: Manufacturer: Linux 4.1.13-g8dc6617 xhci-hcd [ 1.872854] usb usb2: SerialNumber: xhci-hcd.0.auto [ 1.878678] hub 2-0:1.0: USB hub found [ 1.882500] hub 2-0:1.0: 1 port detected [ 1.887317] usbcore: registered new interface driver usb-storage [ 1.893924] mousedev: PS/2 mouse device common for all mice [ 1.900074] i2c /dev entries driver [ 1.905066] davinci-wdt 22f0080.wdt: heartbeat 60 sec [ 1.936801] keystone-crypto 20c0000.crypto: crypto accelerator enabled [ 1.944079] usbcore: registered new interface driver usbhid [ 1.949730] usbhid: USB HID core driver [ 1.953901] remoteproc0: releasing 10800000.dsp0 [ 1.958762] remoteproc0: releasing 11800000.dsp1 [ 1.963589] remoteproc0: releasing 12800000.dsp2 [ 1.968444] remoteproc0: releasing 13800000.dsp3 [ 1.973268] remoteproc0: releasing 14800000.dsp4 [ 1.978121] remoteproc0: releasing 15800000.dsp5 [ 1.982943] remoteproc0: releasing 16800000.dsp6 [ 1.987972] remoteproc0: releasing 17800000.dsp7 [ 1.994607] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac [ 2.001043] nand: Micron MT29F4G08ABBDAHC [ 2.005087] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.013171] Bad block table found at page 262080, version 0x01 [ 2.019803] Bad block table found at page 262016, version 0x01 [ 2.026188] 3 ofpart partitions found on MTD device 30000000.nand [ 2.032331] Creating 3 MTD partitions on "30000000.nand": [ 2.037844] 0x000000000000-0x000000100000 : "u-boot" [ 2.044408] 0x000000100000-0x000000180000 : "params" [ 2.050973] 0x000000180000-0x000020000000 : "ubifs" [ 2.057947] davinci_nand 30000000.nand: controller rev. 2.5 [ 2.064206] platform oprofile-perf.0: set dma_pfn_offset00780000 [ 2.070764] oprofile: using timer interrupt. [ 2.075121] Netfilter messages via NETLINK v0.30. [ 2.079919] nf_conntrack version 0.5.0 (7991 buckets, 31964 max) [ 2.086820] ctnetlink v0.93: registering with nfnetlink. [ 2.092773] ipip: IPv4 over IPv4 tunneling driver [ 2.098499] gre: GRE over IPv4 demultiplexor driver [ 2.103705] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.109260] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully [ 2.115714] arp_tables: (C) 2002 David S. Miller [ 2.120494] Initializing XFRM netlink socket [ 2.124832] NET: Registered protocol family 17 [ 2.129374] NET: Registered protocol family 15 [ 2.134087] 8021q: 802.1Q VLAN Support v1.8 [ 2.138373] NET: Registered protocol family 41 [ 2.143115] Registering SWP/SWPB emulation handler [ 2.150304] remoteproc0: releasing 10800000.dsp0 [ 2.155210] remoteproc0: releasing 11800000.dsp1 [ 2.160167] remoteproc0: releasing 12800000.dsp2 [ 2.165068] remoteproc0: releasing 13800000.dsp3 [ 2.170174] remoteproc0: releasing 14800000.dsp4 [ 2.175073] remoteproc0: releasing 15800000.dsp5 [ 2.180009] remoteproc0: releasing 16800000.dsp6 [ 2.184907] remoteproc0: releasing 17800000.dsp7 [ 2.204312] 8021q: adding VLAN 0 to HW filter on device eth0 [ 2.226287] IP-Config: Complete: [ 2.229551] device=eth0, hwaddr=d4:f5:13:aa:d8:ba, ipaddr=172.17.1.57, mask=255.255.0.0, gw=172.17.0.3 [ 2.239423] host=172.17.1.57, domain=, nis-domain=(none) [ 2.245217] bootserver=172.17.1.146, rootserver=172.17.1.146, rootpath= [ 2.353017] VFS: Mounted root (nfs filesystem) on device 0:15. [ 2.359653] devtmpfs: mounted [ 2.362956] Freeing unused kernel memory: 316K (c06dd000 - c072c000) INIT: version 2.88 booting [ 3.112627] cmemk: disagrees about version of symbol module_layout [ 3.159868] cryptodev: disagrees about version of symbol module_layout [ 3.204292] gdbserverproxy: disagrees about version of symbol module_layout [ 3.248816] hplibmod: disagrees about version of symbol module_layout [ 3.301735] virtio_ring: disagrees about version of symbol module_layout [ 3.348674] uio: disagrees about version of symbol module_layout Starting random number generator daemonread error read error . [ 3.646400] random: dd urandom read with 89 bits of entropy available rm: can't remove '/tmp': Permission denied Sat Jan 9 00:07:04 UTC 2016 INIT: Entering runlevel: 5 NOT configuring network interfac[ 5.010513] random: nonblocking pool is initialized es: / is an NFS mount udhcpc (v1.23.1) started Sending discover... Sending select for 172.17.2.177... Lease of 172.17.2.177 obtained, lease time 7200 /etc/udhcpc.d/50default: Adding DNS 172.17.0.1 /etc/udhcpc.d/50default: Adding DNS 8.8.8.8 /etc/udhcpc.d/50default: Adding DNS 8.8.4.4 /etc/udhcpc.d/50default: Adding DNS 202.251.202.3 Starting system message bus: dbus. Starting Dropbear SSH server: [ 6.762329] ipv6: disagrees about version of symbol module_layout [ 6.781032] ipv6: disagrees about version of symbol module_layout dropbear. Starting softhsm daemon. Starting telnet daemon. [ 7.049037] ipv6: disagrees about version of symbol module_layout Starting rpcbind daemon...[ 7.169427] ipv6: disagrees about version of symbol module_layout rpcbind: cannot create socket for udp6 [ 7.188476] ipv6: disagrees about version of symbol module_layout rpcbind: cannot create socket for tcp6 done. [ 7.234842] ipv6: disagrees about version of symbol module_layout starting statd: done Starting thttpd[ 7.973426] ipv6: disagrees about version of symbol module_layout . [ 8.001441] ipv6: disagrees about version of symbol module_layout Starting Lighttpd Web Server: lighttpd. 2016-01-09 00:07:07: (/home/gtbldadm/processor-sdk-linux-fido-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/cortexa15hf-vfp-neon-linux-gnueabi/lighttpd/1.4.35-r1/lighttpd-1.4.35/src/log.c.164) server started * starting FTP Server: vsftpd... done. /etc/rc5.d/S98parse-ip: line 35: ipaddr: Permission denied /etc/rc5.d/S98parse-ip: line 36: ipaddr: Permission denied /etc/rc5.d/S98parse-ip: line 37: ipaddr: Permission denied /etc/rc5.d/S98parse-ip: line 38: ipaddr: Permission denied cat: can't open 'ipaddr': No such file or directory /etc/rc5.d/S98parse-ip: line 43: ipaddr: Permission denied cat: can't open 'ipaddr': No such file or directory Enabling thermal zones... /etc/rc5.d/S98thermal-zone-init: line 7: /sys/class/thermal/thermal_zone*/mode: No such file or directory *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf binutils-dev binutils bison-dev bison cpp-symlinks cpp g++-symlinks g++ gawk-dev gawk gcc-symlinks gcc gdb gdbc6x gdbserver libgmp10 libmpc3 libmpfr4 make 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 Where 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 *************************************************************** *************************************************************** _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org k2hk-evm /dev/ttyS0 Arago 2015.12 k2hk-evm /dev/ttyS0 k2hk-evm login: root Login incorrect k2hk-evm login: rppt Password: HêëVË W­û _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org k2hk-evm /dev/ttyS0 Arago 2015.12 k2hk-evm /dev/ttyS0 k2hk-evm login: