1) DIP switch set to ARM-SPI boot get u-boot up and interrupt the boot to get the u-boot prompt ver=U-Boot 2013.01 (Sep 30 2015 - 00:58:09) Environment size: 3046/262140 bytes K2HK EVM # 2) Start CCS, launch the K2H EVM, and connect to the ARM Cortex-A15 core 0 3) Load the UBI image to the memory using CCS a) Pause CCS b) load memory -> File:k2hk-evm-ubifs.ubi, File Type:TI RAW Data -> Start Address:0x82000000, Type Size:32 bits -> Finish c) Resume CCS (Note: I don't understand why you prefer CCS to TFTP. I just mimic what you did here) 4) Program NAND with the UBI image in the memory using the commands below K2HK EVM # nand erase.part ubifs NAND erase.part: device 0 offset 0x180000, size 0x1fe80000 Skipping bad block at 0x1ff80000 Skipping bad block at 0x1ffa0000 Skipping bad block at 0x1ffc0000 Skipping bad block at 0x1ffe0000 OK K2HK EVM # nand write 0x82000000 ubifs 0x19000000 NAND write: device 0 offset 0x180000, size 0x19000000 419430400 bytes written: OK 5) Configure the bootargs K2HK EVM # setenv bootargs 'console=ttyS0,115200n8 rootwait=1 rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048' 6) Load the secure key from NAND filessytem K2HK EVM # ubi part ubifs Creating 1 MTD partitions on "nand0": 0x000000180000-0x000020000000 : "mtd=2" UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 126976 bytes UBI: smallest flash I/O unit: 2048 UBI: VID header offset: 2048 (aligned 2048) UBI: data offset: 4096 UBI: volume 2 ("rootfs") re-sized from 3046 to 3703 LEBs UBI: attached mtd1 to ubi0 UBI: MTD device name: "mtd=2" UBI: MTD device size: 510 MiB UBI: number of good PEBs: 4080 UBI: number of bad PEBs: 4 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 5 UBI: available PEBs: 0 UBI: total number of reserved PEBs: 4080 UBI: number of PEBs reserved for bad PEB handling: 40 UBI: max/mean erase counter: 1/0 K2HK EVM # ubifsmount boot UBIFS: mounted UBI device 0, volume 0, name "boot" UBIFS: mounted read-only UBIFS: file system size: 9269248 bytes (9052 KiB, 8 MiB, 73 LEBs) UBIFS: journal size: 1650688 bytes (1612 KiB, 1 MiB, 13 LEBs) UBIFS: media format: w4/r0 (latest is w4/r0) UBIFS: default compressor: LZO UBIFS: reserved for root: 0 bytes (0 KiB) (Note: Checking what are in this partition) K2HK EVM # ubifsls 46348 Wed Sep 30 08:12:08 2015 uImage-k2l-evm.dtb 45056 Wed Sep 30 10:57:25 2015 skern-k2l-evm.bin 46081 Wed Sep 30 08:07:01 2015 uImage-k2e-evm.dtb 4083176 Wed Sep 30 08:12:08 2015 uImage-keystone-evm.bin 45056 Wed Sep 30 10:27:39 2015 skern-k2hk-evm.bin 45056 Wed Sep 30 10:43:50 2015 skern-k2e-evm.bin 55893 Wed Sep 30 08:10:48 2015 uImage-k2hk-evm.dtb 28 Wed Sep 30 10:57:25 2015 securedb.key.bin K2HK EVM # ubifsload 0x0c000000 securedb.key.bin Loading file 'securedb.key.bin' to addr 0x0c000000 with size 28 (0x0000001c)... Done 7) Load DTB, Boot Monitor, and Kernel into memory using CCS K2HK EVM # ubifsload 0x87000000 uImage-k2hk-evm.dtb Loading file 'uImage-k2hk-evm.dtb' to addr 0x87000000 with size 55893 (0x0000da55)... Done K2HK EVM # ubifsload 0x0c5f0000 skern-k2hk-evm.bin Loading file 'skern-k2hk-evm.bin' to addr 0x0c5f0000 with size 45056 (0x0000b000)... Done K2HK EVM # ubifsload 0x88000000 uImage-keystone-evm.bin Loading file 'uImage-keystone-evm.bin' to addr 0x88000000 with size 4083176 (0x003e4de8)... Done 8) Install Boot Monitor K2HK EVM # mon_install 0x0c5f0000 ## installed monitor, freq [200000000], status 0 9) Boot Kernel K2HK EVM # bootm 0x88000000 - 0x87000000 ## Booting kernel from Legacy Image at 88000000 ... Image Name: Linux-3.10.72-gca334de Created: 2015-09-30 7:51:42 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4083112 Bytes = 3.9 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK ## Flattened Device Tree blob at 87000000 Booting using the fdt blob at 0x87000000 Loading Kernel Image ... OK OK Using Device Tree in place at 87000000, end 87010a54 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.10.72-gca334de (gtbldadm@ubuntu-12) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 SMP Wed Sep 30 03:51:28 EDT 2015 [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c7387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine: KeyStone2, model: Texas Instruments Keystone 2 SoC [ 0.000000] switching to high address space at 0x800000000 [ 0.000000] cma: CMA: reserved 16 MiB at 2e800000 [ 0.000000] Memory policy: ECC disabled, Data cache writealloc [ 0.000000] PERCPU: Embedded 8 pages/cpu @c4849000 s11264 r8192 d13312 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1964560 [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 1536MB 6144MB = 7680MB total [ 0.000000] Memory: 7776984k/7776984k available, 87336k reserved, 7086080K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0733c1c (7344 kB) [ 0.000000] .init : 0xc0734000 - 0xc0786c00 ( 331 kB) [ 0.000000] .data : 0xc0788000 - 0xc07ea618 ( 394 kB) [ 0.000000] .bss : 0xc07ea618 - 0xc081c2bc ( 200 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] ipc irq: irqchip registered, range 512-539 [ 0.000000] Main PLL clk (1200000000 Hz), parent (122880000 Hz),postdiv = 2, mult = 624, prediv = 31 [ 0.000000] Generic PLL clk (1400000000 Hz), parent (125000000 Hz),postdiv = 1, mult = 55, prediv = 4 [ 0.000000] Generic PLL clk (983040000 Hz), parent (122880000 Hz),postdiv = 2, mult = 15, prediv = 0 [ 0.000000] Generic PLL clk (400000000 Hz), parent (100000000 Hz),postdiv = 4, mult = 15, prediv = 0 [ 0.000000] Generic PLL clk (333333333 Hz), parent (100000000 Hz),postdiv = 6, mult = 19, prediv = 0 [ 0.000000] Architected local timer running at 200.00MHz (phys). [ 0.000000] Switching to timer-based delay loop [ 0.000000] sched_clock: ARM arch timer >56 bits at 200000kHz, resolution 640/128ns [ 0.000000] keystone timer clock @200000000 MHz [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms [ 0.000000] Console: colour dummy device 80x30 [ 6856.214690] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 6856.214699] pid_max: default: 4096 minimum: 301 [ 6856.214814] Mount-cache hash table entries: 512 [ 6856.222770] CPU: Testing write buffer coherency: ok [ 6856.222918] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 6856.222927] psci: probing function IDs from device-tree [ 6856.222937] Setting up static identity map for 0xc05117a0 - 0xc05117f8 [ 6856.227729] CPU1: Booted secondary processor [ 6856.227753] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 6856.232325] CPU2: Booted secondary processor [ 6856.232349] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 6856.236915] CPU3: Booted secondary processor [ 6856.236939] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 6856.237005] Brought up 4 CPUs [ 6856.237020] SMP: Total of 4 processors activated (1600.00 BogoMIPS). [ 6856.237024] CPU: All CPU(s) started in SVC mode. [ 6856.237411] devtmpfs: initialized [ 6856.248237] NET: Registered protocol family 16 [ 6856.249010] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 6856.259775] No ATAGs? [ 6856.259790] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 6856.259795] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 6856.268384] bio: create slab at 0 [ 6856.268724] keystone-pcie: keystone_pcie_rc_init - start [ 6856.268743] keystone2_pcie_serdes_setup for domain 0 [ 6856.270863] keystone2_pcie_serdes_setup done domain 0, en_link_train = 1 [ 6856.270887] keystone-pcie: MEM 0x0000000050000000..0x000000005fffffff -> 0x0000000050000000 [ 6856.270895] keystone-pcie: IO 0x0000000023250000..0x0000000023253fff -> 0x0000000000000000 [ 6856.270922] keystone-pcie: pcie - number of legacy irqs = 4 [ 6856.270960] keystone-pcie: pcie - number of MSI host irqs = 8, msi_irqs = 32 [ 6856.374668] keystone-pcie: Doing PCI Setup...Done [ 6856.374673] keystone-pcie: Starting PCI scan, nr 0... [ 6856.374783] PCI host bridge to bus 0000:00 [ 6856.374792] pci_bus 0000:00: root bus resource [mem 0x50000000-0x5fffffff] [ 6856.374798] pci_bus 0000:00: root bus resource [io 0x0000-0x3fff] [ 6856.374804] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 6856.374840] PCI: bus0: Fast back to back transfers enabled [ 6856.374854] keystone-pcie: Ending PCI scan... [ 6856.374860] keystone-pcie: keystone_pcie_rc_init - end [ 6856.375090] vgaarb: loaded [ 6856.375351] SCSI subsystem initialized [ 6856.375846] usbcore: registered new interface driver usbfs [ 6856.375913] usbcore: registered new interface driver hub [ 6856.375994] usbcore: registered new device driver usb [ 6856.376941] pps_core: LinuxPPS API ver. 1 registered [ 6856.376946] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 6856.376999] PTP clock support registered [ 6856.377120] keystone-hwqueue hwqueue.36: qmgr start queue 0, number of queues 8192 [ 6856.377184] keystone-hwqueue hwqueue.36: added qmgr start queue 0, num of queues 8192, reg_peek f0040000, reg_status f0006000, reg_config f0008000, reg_region f000a000, reg_push f0080000, reg_pop f00c0000 [ 6856.377192] keystone-hwqueue hwqueue.36: qmgr start queue 8192, number of queues 8192 [ 6856.377251] keystone-hwqueue hwqueue.36: added qmgr start queue 8192, num of queues 8192, reg_peek f0100000, reg_status f000c400, reg_config f000e000, reg_region f001a000, reg_push f0140000, reg_pop f0180000 [ 6856.377895] keystone-hwqueue hwqueue.36: qos: sched port @8096, drop sched @8000 [ 6856.378750] keystone-hwqueue hwqueue.36: qos: sched port @6496, drop sched @6400 [ 6856.379543] keystone-hwqueue hwqueue.36: added pool pool-rio: 128 descriptors of size 256 [ 6856.379551] keystone-hwqueue hwqueue.36: added pool pool-xge: 1024 descriptors of size 128 [ 6856.379558] keystone-hwqueue hwqueue.36: added pool pool-crypto: 1024 descriptors of size 128 [ 6856.379565] keystone-hwqueue hwqueue.36: added pool pool-net: 11264 descriptors of size 128 [ 6856.379572] keystone-hwqueue hwqueue.36: added pool pool-udma: 1920 descriptors of size 256 [ 6856.381608] keystone-hwqueue hwqueue.36: registered queues 0-16383 [ 6856.381863] keystone-hwqueue hwqueue.36: qos version 0x200010b, magic valid [ 6856.382337] keystone-hwqueue hwqueue.36: qos version 0x200010b, magic valid [ 6856.388418] keystone-pktdma 2a08000.pktdma: registered 32 logical channels, flows 32, tx chans: 32, rx chans: 32, loopback [ 6856.391443] keystone-pktdma 2004000.pktdma: registered 33 logical channels, flows 32, tx chans: 9, rx chans: 24 [ 6856.391874] keystone-pktdma 2fa1000.pktdma: registered 4 logical channels, flows 32, tx chans: 16, rx chans: 16 [ 6856.391987] Switching to clocksource arch_sys_counter [ 6856.407359] NET: Registered protocol family 2 [ 6856.407776] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 6856.407871] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 6856.407964] TCP: Hash tables configured (established 8192 bind 8192) [ 6856.408007] TCP: reno registered [ 6856.408014] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 6856.408036] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 6856.408182] NET: Registered protocol family 1 [ 6856.408316] RPC: Registered named UNIX socket transport module. [ 6856.408321] RPC: Registered udp transport module. [ 6856.408325] RPC: Registered tcp transport module. [ 6856.408329] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 6856.408676] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available [ 6856.473699] bounce pool size: 64 pages [ 6856.479699] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6856.479836] NTFS driver 2.1.30 [Flags: R/O]. [ 6856.480025] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 6856.480268] msgmni has been set to 1381 [ 6856.481025] NET: Registered protocol family 38 [ 6856.481186] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 6856.481192] io scheduler noop registered [ 6856.481197] io scheduler deadline registered [ 6856.481291] io scheduler cfq registered (default) [ 6856.482558] keystone-udma udma0.37: registered udma device udma0 [ 6856.528238] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 6856.529528] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 309) is a 16550A [ 6857.377255] console [ttyS0] enabled [ 6857.381269] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 312) is a 16550A [ 6857.390755] loop: module loaded [ 6857.395043] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write [ 6857.403213] Generic platform RAM MTD, (c) 2004 Simtec Electronics [ 6857.410080] ONFI param page 0 valid [ 6857.413584] ONFI flash detected [ 6857.416732] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xac (Micron MT29F4G08ABBDAHC), 512MiB, page size: 2048, OOB size: 64 [ 6857.428397] Bad block table found at page 262080, version 0x01 [ 6857.434645] Bad block table found at page 262016, version 0x01 [ 6857.440744] 3 ofpart partitions found on MTD device 30000000.nand [ 6857.446860] Creating 3 MTD partitions on "30000000.nand": [ 6857.452279] 0x000000000000-0x000000100000 : "u-boot" [ 6857.457789] 0x000000100000-0x000000180000 : "params" [ 6857.463273] 0x000000180000-0x000020000000 : "ubifs" [ 6857.468796] davinci_nand 30000000.nand: controller rev. 2.5 [ 6857.474922] spi_davinci 21000400.spi: master is unqueued, this is deprecated [ 6857.482229] m25p80 spi32766.0: found n25q128a11, expected n25q128 [ 6857.488343] m25p80 spi32766.0: n25q128a11 (16384 Kbytes) [ 6857.493686] 2 ofpart partitions found on MTD device spi32766.0 [ 6857.499535] Creating 2 MTD partitions on "spi32766.0": [ 6857.504693] 0x000000000000-0x000000080000 : "u-boot-spl" [ 6857.510507] 0x000000080000-0x000001000000 : "test" [ 6857.516059] spi_davinci 21000400.spi: Controller at 0xf007a400 [ 6857.522196] spi_davinci 21000600.spi: master is unqueued, this is deprecated [ 6857.529267] spi_davinci 21000600.spi: Controller at 0xf007c600 [ 6857.535385] spi_davinci 21000800.spi: master is unqueued, this is deprecated [ 6857.542467] spi_davinci 21000800.spi: Controller at 0xf007e800 [ 6857.549203] tun: Universal TUN/TAP device driver, 1.6 [ 6857.554275] tun: (C) 1999-2004 Max Krasnyansky [ 6857.560908] keystone-netcp 2090000.netcp: number of serdeses 1 [ 6857.566776] keystone-netcp 2090000.netcp: Missing cpts_clock_mult property in the DT. [ 6857.574637] keystone-netcp 2090000.netcp: Missing cpts_clock_shift property in the DT. [ 6857.582587] keystone-netcp 2090000.netcp: Missing cpts_clock_div property in the DT. [ 6857.591315] keystone-netcp 2090000.netcp: cpsw serdes 0 config done lanes(mask) 0x3 [ 6857.599702] keystone-netcp 2090000.netcp: Created interface "eth0" [ 6857.605915] keystone-netcp 2090000.netcp: dma_chan_name nettx0 [ 6857.612532] keystone-netcp 2090000.netcp: Created interface "eth1" [ 6857.618736] keystone-netcp 2090000.netcp: dma_chan_name nettx1 [ 6857.625252] keystone-netcp 2090000.netcp: Created interface "eth2" [ 6857.631456] keystone-netcp 2090000.netcp: dma_chan_name nettx2 [ 6857.637978] keystone-netcp 2090000.netcp: Created interface "eth3" [ 6857.644188] keystone-netcp 2090000.netcp: dma_chan_name nettx3 [ 6857.650161] keystone-netcp 2090000.netcp: pdsp 0 firmware: keystone/pa_pdsp0_classify1.fw [ 6857.658375] keystone-netcp 2090000.netcp: pdsp 1 firmware: keystone/pa_pdsp1_classify1.fw [ 6857.666585] keystone-netcp 2090000.netcp: pdsp 2 firmware: keystone/pa_pdsp2_classify1.fw [ 6857.674795] keystone-netcp 2090000.netcp: pdsp 3 firmware: keystone/pa_pdsp3_classify2.fw [ 6857.683006] keystone-netcp 2090000.netcp: pdsp 4 firmware: keystone/pa_pdsp45_pam.fw [ 6857.690775] keystone-netcp 2090000.netcp: pdsp 5 firmware: keystone/pa_pdsp45_pam.fw [ 6857.698682] keystone-netcp 2090000.netcp: could not find interface 2 node in device tree [ 6857.706806] keystone-netcp 2090000.netcp: Attach of module keystone-qos declined with -19 [ 6857.715017] keystone-netcp 2090000.netcp: could not find interface 3 node in device tree [ 6857.723139] keystone-netcp 2090000.netcp: Attach of module keystone-qos declined with -19 [ 6857.731357] keystone-netcp 2090000.netcp: Attach of module keystone-sa declined with -19 [ 6857.739480] keystone-netcp 2090000.netcp: Attach of module keystone-sa declined with -19 [ 6857.748428] dwc3 2690000.dwc3: no usb2 phy configured [ 6857.753512] platform 2690000.dwc3: Driver dwc3 requests probe deferral [ 6857.760426] usbcore: registered new interface driver usb-storage [ 6857.766811] mousedev: PS/2 mouse device common for all mice [ 6857.772573] i2c /dev entries driver [ 6857.776613] watchdog 22f0080.wdt: heartbeat 60 sec [ 6857.792290] keystone-crypto 20c0000.crypto: crypto accelerator enabled [ 6857.799091] usbcore: registered new interface driver usbhid [ 6857.804686] usbhid: USB HID core driver [ 6857.808811] remoteproc0: 2620040.dsp0 is available [ 6857.813709] remoteproc0: Note: remoteproc is still under development and considered experimental. [ 6857.822702] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 6857.833107] remoteproc0: no firmware found [ 6857.837397] rproc-user 2620040.dsp0: registered misc device dsp0 [ 6857.843612] remoteproc1: 2620044.dsp1 is available [ 6857.848503] remoteproc1: Note: remoteproc is still under development and considered experimental. [ 6857.857497] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 6857.867910] remoteproc1: no firmware found [ 6857.872207] rproc-user 2620044.dsp1: registered misc device dsp1 [ 6857.878413] remoteproc2: 2620048.dsp2 is available [ 6857.883311] remoteproc2: Note: remoteproc is still under development and considered experimental. [ 6857.892306] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 6857.902708] remoteproc2: no firmware found [ 6857.906999] rproc-user 2620048.dsp2: registered misc device dsp2 [ 6857.913215] remoteproc3: 262004c.dsp3 is available [ 6857.918105] remoteproc3: Note: remoteproc is still under development and considered experimental. [ 6857.927100] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 6857.937504] remoteproc3: no firmware found [ 6857.941795] rproc-user 262004c.dsp3: registered misc device dsp3 [ 6857.948008] remoteproc4: 2620050.dsp4 is available [ 6857.952905] remoteproc4: Note: remoteproc is still under development and considered experimental. [ 6857.961892] remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 6857.972296] remoteproc4: no firmware found [ 6857.976589] rproc-user 2620050.dsp4: registered misc device dsp4 [ 6857.982802] remoteproc5: 2620054.dsp5 is available [ 6857.987693] remoteproc5: Note: remoteproc is still under development and considered experimental. [ 6857.996687] remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 6858.007089] remoteproc5: no firmware found [ 6858.011379] rproc-user 2620054.dsp5: registered misc device dsp5 [ 6858.017600] remoteproc6: 2620058.dsp6 is available [ 6858.022497] remoteproc6: Note: remoteproc is still under development and considered experimental. [ 6858.031485] remoteproc6: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 6858.041887] remoteproc6: no firmware found [ 6858.046180] rproc-user 2620058.dsp6: registered misc device dsp6 [ 6858.052394] remoteproc7: 262005c.dsp7 is available [ 6858.057285] remoteproc7: Note: remoteproc is still under development and considered experimental. [ 6858.066279] remoteproc7: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 6858.076690] remoteproc7: no firmware found [ 6858.080985] rproc-user 262005c.dsp7: registered misc device dsp7 [ 6858.087034] rproc-user dspmem.38: kick gpio [ 6858.091333] rproc-user dspmem.38: registered misc device dspmem [ 6858.097540] oprofile: using arm/armv7-ca15 [ 6858.101740] ipip: IPv4 over IPv4 tunneling driver [ 6858.106785] gre: GRE over IPv4 demultiplexor driver [ 6858.111675] ip_gre: GRE over IPv4 tunneling driver [ 6858.117124] TCP: cubic registered [ 6858.120445] Initializing XFRM netlink socket [ 6858.125078] NET: Registered protocol family 10 [ 6858.130408] NET: Registered protocol family 17 [ 6858.134882] NET: Registered protocol family 15 [ 6858.139376] Bridge firewalling registered [ 6858.143403] 8021q: 802.1Q VLAN Support v1.8 [ 6858.149040] sctp: Hash tables configured (established 65536 bind 65536) [ 6858.155854] NET: Registered protocol family 41 [ 6858.160413] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 6858.168120] Registering SWP/SWPB emulation handler [ 6858.374666] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 6858.380178] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 6858.388314] xhci-hcd xhci-hcd.0.auto: irq 425, io mem 0x02690000 [ 6858.394405] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 6858.401215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6858.408467] usb usb1: Product: xHCI Host Controller [ 6858.413363] usb usb1: Manufacturer: Linux 3.10.72-gca334de xhci-hcd [ 6858.419649] usb usb1: SerialNumber: xhci-hcd.0.auto [ 6858.424894] hub 1-0:1.0: USB hub found [ 6858.428656] hub 1-0:1.0: 1 port detected [ 6858.432752] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 6858.438258] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 6858.446006] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 6858.452823] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6858.460069] usb usb2: Product: xHCI Host Controller [ 6858.464965] usb usb2: Manufacturer: Linux 3.10.72-gca334de xhci-hcd [ 6858.471251] usb usb2: SerialNumber: xhci-hcd.0.auto [ 6858.476471] hub 2-0:1.0: USB hub found [ 6858.480237] hub 2-0:1.0: 1 port detected [ 6858.484516] UBI: attaching mtd2 to ubi0 [ 6860.097608] UBI: scanning is finished [ 6860.107920] UBI warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 40, need 76 [ 6860.120276] UBI: attached mtd2 (name "ubifs", size 510 MiB) to ubi0 [ 6860.126570] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 6860.133384] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 6860.140105] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 6860.147003] UBI: good PEBs: 4080, bad PEBs: 4, corrupted PEBs: 0 [ 6860.153030] UBI: user volume: 5, internal volumes: 1, max. volumes count: 128 [ 6860.160188] UBI: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1624713962 [ 6860.169270] UBI: available PEBs: 0, total reserved PEBs: 4080, PEBs reserved for bad PEB handling: 40 [ 6860.178532] UBI: background thread "ubi_bgt0d" started, PID 1348 [ 6860.185090] UBIFS: parse sync [ 6860.189465] UBIFS: background thread "ubifs_bgt0_2" started, PID 1351 [ 6860.220890] UBIFS: start fixing up free space [ 6878.214598] UBIFS: free space fixup complete [ 6878.231715] UBIFS: mounted UBI device 0, volume 2, name "rootfs" [ 6878.237748] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 6878.246918] UBIFS: FS size: 468795392 bytes (447 MiB, 3692 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs) [ 6878.256870] UBIFS: reserved for root: 0 bytes (0 KiB) [ 6878.261937] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 91ADB375-6ABB-4B9A-B5DA-8FD49B2C3EED, small LPT model [ 6878.273941] VFS: Mounted root (ubifs filesystem) on device 0:12. [ 6878.281002] devtmpfs: mounted [ 6878.284103] Freeing unused kernel memory: 328K (c0734000 - c0786000) INIT: version 2.88 booting Starting udev [ 6878.785158] udevd[1374]: starting version 182 [ 6878.940243] temperature_kmodule: Unknown symbol hwmon_device_register (err 0) [ 6878.947484] temperature_kmodule: Unknown symbol hwmon_device_unregister (err 0) [ 6879.021801] uio_module_drv mpax.4: registered misc device mpax [ 6879.027330] temperature_kmodule: Unknown symbol hwmon_device_register (err 0) [ 6879.027368] temperature_kmodule: Unknown symbol hwmon_device_unregister (err 0) [ 6879.049228] uio_module_drv edma3.5: registered misc device edma3 [ 6879.086905] uio_module_drv secmgr.6: registered misc device secmgr [ 6879.097336] uio_module_drv qmss.7: registered misc device qmss [ 6879.115965] uio_module_drv hyperlink0.41: registered misc device hyperlink0 [ 6879.132200] uio_module_drv hyperlink1.42: registered misc device hyperlink1 [ 6879.159705] uio_module_drv srio.43: registered misc device srio [ 6879.496463] CMEMK module: built on Sep 30 2015 at 00:40:48 [ 6879.501969] Reference Linux version 3.10.72 [ 6879.506452] no physical memory specified [ 6879.510393] cmemk initialized Starting Bootlog daemon: bootlogd. Populating dev cache net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.all.rp_filter = 1 Wed Sep 30 05:59:00 UTC 2015 update-rc.d: /etc/init.d/run-postinsts exists during rc.d purge (continuing) Removing any system startup links for run-postinsts ... /etc/rcS.d/S99run-postinsts INIT: Entering runlevel: 5 Configuring network interfaces... [ 6880.977312] keystone-netcp 2090000.netcp: initializing cpsw version 1.3 (1) SGMII identification value 0x4ed1 [ 6880.987383] keystone-netcp 2090000.netcp: Created a cpsw ale engine [ 6881.072252] pps pps0: new PPS source ptp0 [ 6881.076287] cpts rftclk rate(600000000 HZ),mult(5120),shift(10),div(3) [ 6881.117959] keystone-netcp 2090000.netcp: Using Packet Accelerator Firmware version 0x03000105 [ 6881.126611] keystone-netcp 2090000.netcp: pa_clk_rate(163840000 HZ),mult(25000),shift(12) [ 6881.412317] net eth0: netcp device eth0 opened [ 6881.418917] 8021q: adding VLAN 0 to HW filter on device eth0 udhcpc (v1.22.1) started Sending discover... Sending select for 158.218.109.209... Lease of 158.218.109.209 obtained, lease time 3600 /etc/udhcpc.d/50default: Adding DNS 192.0.2.2 /etc/udhcpc.d/50default: Adding DNS 192.0.2.3 done. Starting system message bus: dbus. Removing existing CMEMK module[ 6882.890133] cmemk unregistered Inserting CMEMK module[ 6882.896483] CMEMK module: built on Sep 30 2015 at 00:40:48 [ 6882.901987] Reference Linux version 3.10.72 [ 6882.906477] CMEMK Error: Failed to request_mem_region(0x829000000, 0x57000000) modprobe: ERROR: could not insert 'cmemk': Bad address . Starting Dropbear SSH server: Generating key, this may take a while... Public key portion is: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCo0ZPi/6qYnvh2SywHrv5vd09fzqsoXlPtWOu2GKYIiT2N3KLLglgwFfriTdbJPttcOGpYST/QgUcpk5rDi1ENmg4pbVJ+zt7k5uMx3F4gE/A3smZnHgGC1bKHzJL/4S4+DN1UgEFxo6f4cTuBnFjeleESvqtsvRU7tQI0wJ5dVGNF62d1/r1GEDWSv1xQj9mTYPAFRrilkzBw4I0WAz/5rmwmLPOWkGa7hHMFMfJAFPtAmnKhKKuBtgHhQRcRnG8airN4OxC6HjU01jbE3UlNS8TmQfoM/4Hyprz7CdrZGvqZmrsrE9i+wiUhAX/K8adauEyG227QFmQHcAKY+m5 root@k2hk-evm Fingerprint: md5 83:28:08:c9:0f:25:cb:1b:7d:27:ef:22:84:03:93:89 dropbear. cppi library link established for device : k2hk hyplnk library link established for device : k2hk PA library link established for device : k2hk qmss library link established for device : k2hk Starting mpmsrv daemon. Starting rmsrv daemonStarting /usr/bin/rmServer.out Daemon returned 0 as return value. . platform: k2hk-evm Starting softhsm daemon. Starting telnet daemon. Starting tiipclad daemon GateMP is not supported for this device Opened log file: lad.txt numProcessors = 9 id = 0 baseId = 0 Spawned daemon: /usr/bin/lad_tci6638 . UDEV trigger to register devices opened before udev came up [ 6888.887901] temperature_kmodule: Unknown symbol hwmon_device_register (err 0) [ 6888.895112] temperature_kmodule: Unknown symbol hwmon_device_unregister (err 0) Starting rpcbind daemon...done. creating NFS state directory: done starting statd: done Enabling Hyperlink Txtransport open_tx_only succeeded for arm-remote-hyplnk-0 Starting thttpd. Starting Lighttpd Web Server: lighttpd. 2015-09-30 05:59:09: (/home/gtbldadm/yocto/mcsdk-3_01_04_07/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/cortexa15t2hf-vfp-neon-linux-gnueabi/lighttpd/1.4.33-r1/lighttpd-1.4.33/src/log.c.166) server started * starting FTP Server: vsftpd... done. #>>>>> LCD 12 IP Address: 158.218.109.209 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 coreutils-dev coreutils cpp-symlinks cpp g++-symlinks g++ gawk-common gawk-dev gawk gcc-symlinks gcc gdb gdbc6x gdbserver libgmp-dev libgmp10 libgmpxx4 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 *************************************************************** *************************************************************** Stopping Bootlog daemon: bootlogd. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org k2hk-evm /dev/ttyS0 Arago 2015.05 k2hk-evm /dev/ttyS0 k2hk-evm login: