Hi,
I am getting below error:
root@keystone-evm:~/Demo_Scripts/sv04# mpmcl load dsp0 sv04.out
[ 1336.187837] Alignment trap: not handling instruction e1923f9f at [<c04f2e6c>]
[ 1336.194956] Unhandled fault: alignment exception (0x221) at 0x00000043
[ 1336.201464] Internal error: : 221 [#1] SMP ARM
[ 1336.205891] Modules linked in:
[ 1336.208761] Alignment trap: not handling instruction e1923f9f at [<c04f2e6c>]
[ 1336.216044] Unhandled fault: alignment ex
Just before loading dsp using mpmcl, I am able to reset DSP using mpm: mpmcl reset dsp0...7
EVM: 66AK2H12/06 Multicore DSP+ARM KeyStone II System-on-Chip (SoC)
Bootmode: ARM SPI Little Endian mode
EVM configuration parameters in attached 'PrathameshK2hBootParamCfg.log'
Filesystem: Network File System
Linux Images Prebuilt: loading from TFTP
(TFTP Server, NFS Server, Computer System Ubuntu, K2H EVM all are on the same network, connected to the same switch, firewalls are off)
In External DDR memory I have crosschecked we are using(0xA0000000-0xBFFFFFFF) and not 0x80000000.
Referrence:
MCSDK HPC 3.x Getting Started Guide (attached)
mcsdk_3_00_04_18: for DSP build tools
mcsdk_video_02_02_00_39_setuplinux: for Demo application (attached)
Scenario: After booting K2H evm (can refer attached 'NikSrvrNfsK2hBootEI.log' for complete log), first I am reseting dsp (not necessary but just to crosscheck MPM's working), then while loading DSP getting error.
Also checked cmem before loading DSP still issue continues:
modprobe cmemk phys_start=0x840000000 phys_end=0x860000000 pools=2x268435456 allowOverlap=1
Till last week I was able to load DSP, further run DSP, then run Host and demo using H265 encoder, process input .yuv file to output .265 successfully.
Without any script, image, path change now its stuck at above.
Kindly share your useful thoughts.
Regards,
Prathamesh Ghodke
TCI6638 EVM # printenv addr_fdt=0x87000000 addr_fs=0x82000000 addr_kern=0x88000000 addr_mon=0x0c5f0000 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=dhcp 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 baudrate=115200 boot=net bootargs=console=ttyS0,115200n8 rootwait=1 rootfstype=nfs root=/dev/nfs rw nfsroot=172.17.1.14:/home/prathamesh/evmk2h_nfs,v3,tcp,rsize=4096,wsize=4096 ip=dhcp bootcmd=run init_${boot} get_fdt_${boot} get_mon_${boot} get_kern_${boot} run_mon run_kern bootdelay=3 bootfile=/home/prathamesh/tftpboot/uImage-k2hk-evm.dtb burn_uboot=sf probe; sf erase 0 0x100000; sf write ${addr_uboot} 0 ${filesize} ethact=TCI6638_EMAC ethaddr=00:17:ea:f7:a6:dd fdt_high=0xffffffff gatewayip=172.17.1.1 get_fdt_net=tftp 0x87000000 /home/prathamesh/tftpboot/uImage-k2hk-evm.dtb get_fdt_ramfs=dhcp 0x87000000 /tftpboot/uImage-k2hk-evm.dtb get_fdt_ubi=ubifsload 0x87000000 uImage-k2hk-evm.dtb get_fs_ramfs=dhcp 0x82000000 /tftpboot/arago-console-image.cpio.gz get_kern_net=tftp 0x88000000 /home/prathamesh/tftpboot/uImage-keystone-evm.bin get_kern_ramfs=dhcp 0x88000000 /tftpboot/uImage-keystone-evm.bin get_kern_ubi=ubifsload 0x88000000 uImage-keystone-evm.bin get_mon_net=tftp 0x0c5f0000 /home/prathamesh/tftpboot/skern-k2hk-evm.bin get_mon_ramfs=dhcp 0x0c5f0000 /tftpboot/skern-keystone-evm.bin get_mon_ubi=ubifsload 0x0c5f0000 skern-keystone-evm.bin get_uboot_net=tftp 0x87000000 /home/prathamesh/tftpboot/u-boot-spi-keystone-evm.gph get_uboot_ramfs=dhcp 0x87000000 /tftpboot/u-boot-spi-keystone-evm.gph has_mdio=0 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 boot ipaddr=172.17.1.99 mem_lpae=1 mem_reserve=1536 name_fdt=uImage-k2hk-evm.dtb name_fs=arago-console-image.cpio.gz name_kern=uImage-keystone-evm.bin name_mon=skern-keystone-evm.bin name_uboot=u-boot-spi-keystone-evm.gph nfs_options=v3,tcp,rsize=4096,wsize=4096 nfs_root=/home/prathamesh/evmk2h_nfs nfs_serverip=172.17.1.14 run_kern=bootm ${addr_kern} - ${addr_fdt} run_mon=mon_install ${addr_mon} serverip=172.17.1.14 stderr=serial stdin=serial stdout=serial tftp_root=/home/prathamesh/tftpboot ver=U-Boot 2013.01 (May 31 2013 - 01:01:04) Environment size: 2610/262140 bytes
name_kern=uImage-keystone-evm.bin name_mon=skern-keystone-evm.bin name_uboot=u-boot-spi-keystone-evm.gph nfs_options=v3,tcp,rsize=4096,wsize=4096 nfs_root=/home/poonam/workdir nfs_serverip=10.110.2.114 run_kern=bootm ${addr_kern} - ${addr_fdt} run_mon=mon_install ${addr_mon} serverip=10.110.2.114 stderr=serial stdin=serial stdout=serial tftp_root=/home/prathamesh/tftpboot ver=U-Boot 2013.01 (May 31 2013 - 01:01:04) Environment size: 2520/262140 bytes TCI6638 EVM # boot Using TCI6638_EMAC device TFTP from server 10.110.2.114; our IP address is 10.110.2.140 Filename '/tftpboot/uImage-k2hk-evm.dtb'. Load address: 0x87000000 Loading: ########## 1.7 MiB/s done Bytes transferred = 51080 (c788 hex) Using TCI6638_EMAC device TFTP from server 10.110.2.114; our IP address is 10.110.2.140 Filename '/tftpboot/skern-k2hk-evm.bin'. Load address: 0xc5f0000 Loading: ######### 1.9 MiB/s done Bytes transferred = 45056 (b000 hex) Using TCI6638_EMAC device TFTP from server 10.110.2.114; our IP address is 10.110.2.140 Filename '/tftpboot/uImage-keystone-evm.bin'. Load address: 0x88000000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################################## 1.9 MiB/s done Bytes transferred = 3973208 (3ca058 hex) ## installed monitor, freq [133120000], status 133120000 ## Booting kernel from Legacy Image at 88000000 ... Image Name: Linux-3.10.10 Created: 2014-10-02 5:54:16 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3973144 Bytes = 3.8 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 8700f787 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.10.10 (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 Thu Oct 2 01:54:02 EDT 2014 [ 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 @c0ff1000 s11840 r8192 d12736 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260623 [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 rootfstype=nfs root=/dev/nfs rw nfsroot=10.110.2.114:/home/poonam/workdir,v3,tcp,rsize=4096,wsize=4096 ip=dhcp [ 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: 1023MB = 1023MB total [ 0.000000] Memory: 1014840k/1014840k available, 33732k reserved, 270332K 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 - 0xc0708ad0 (7171 kB) [ 0.000000] .init : 0xc0709000 - 0xc075be40 ( 332 kB) [ 0.000000] .data : 0xc075c000 - 0xc07a2228 ( 281 kB) [ 0.000000] .bss : 0xc07a2228 - 0xc07d1d34 ( 191 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 (798720000 Hz), parent (122880000 Hz),postdiv = 2, mult = 12, prediv = 0 [ 0.000000] Generic PLL clk (625000000 Hz), parent (125000000 Hz),postdiv = 2, mult = 9, prediv = 0 [ 0.000000] Generic PLL clk (983040000 Hz), parent (122880000 Hz),postdiv = 2, mult = 15, prediv = 0 [ 0.000000] Generic PLL clk (333333333 Hz), parent (100000000 Hz),postdiv = 6, mult = 19, 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 133.12MHz (phys). [ 0.000000] Switching to timer-based delay loop [ 0.000000] sched_clock: ARM arch timer >56 bits at 133120kHz, resolution 961/128ns [ 0.000000] keystone timer clock @133120000 MHz [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms [ 0.000000] Console: colour dummy device 80x30 [ 205.990211] Calibrating delay loop (skipped), value calculated using timer frequency.. 266.24 BogoMIPS (lpj=1331200) [ 205.990228] pid_max: default: 4096 minimum: 301 [ 205.990447] Mount-cache hash table entries: 512 [ 206.006652] CPU: Testing write buffer coherency: ok [ 206.006969] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 206.006991] Setting up static identity map for 0xc04f8198 - 0xc04f81cc [ 206.085896] CPU1: Booted secondary processor [ 206.085938] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 206.164415] CPU2: Booted secondary processor [ 206.164457] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 206.242916] CPU3: Booted secondary processor [ 206.242957] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 206.243154] Brought up 4 CPUs [ 206.243189] SMP: Total of 4 processors activated (1064.96 BogoMIPS). [ 206.243198] CPU: All CPU(s) started in SVC mode. [ 206.243978] devtmpfs: initialized [ 206.267906] NET: Registered protocol family 16 [ 206.269624] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 206.286785] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 206.286798] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 206.305029] bio: create slab <bio-0> at 0 [ 206.305653] keystone-pcie: keystone_pcie_rc_init - start [ 206.305693] keystone2_pcie_serdes_setup for domain 0 [ 206.307808] keystone2_pcie_serdes_setup done domain 0, en_link_train = 1 [ 206.307860] keystone-pcie: MEM 0x0000000050000000..0x000000005fffffff -> 0x0000000050000000 [ 206.307878] keystone-pcie: IO 0x0000000023250000..0x0000000023253fff -> 0x0000000000000000 [ 206.307938] keystone-pcie: pcie - number of legacy irqs = 4 [ 206.308026] keystone-pcie: pcie - number of MSI host irqs = 8, msi_irqs = 32 [ 206.410034] keystone-pcie: Doing PCI Setup...Done [ 206.410045] keystone-pcie: Starting PCI scan, nr 0... [ 206.410260] PCI host bridge to bus 0000:00 [ 206.410279] pci_bus 0000:00: root bus resource [mem 0x50000000-0x5fffffff] [ 206.410293] pci_bus 0000:00: root bus resource [io 0x0000-0x3fff] [ 206.410306] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 206.410384] PCI: bus0: Fast back to back transfers enabled [ 206.410411] keystone-pcie: Ending PCI scan... [ 206.410423] keystone-pcie: keystone_pcie_rc_init - end [ 206.410880] vgaarb: loaded [ 206.411444] SCSI subsystem initialized [ 206.412511] usbcore: registered new interface driver usbfs [ 206.412663] usbcore: registered new interface driver hub [ 206.412844] usbcore: registered new device driver usb [ 206.414794] pps_core: LinuxPPS API ver. 1 registered [ 206.414806] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 206.414918] PTP clock support registered [ 206.415129] keystone-hwqueue hwqueue.6: qmgr start queue 0, number of queues 8192 [ 206.415274] keystone-hwqueue hwqueue.6: 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 [ 206.415291] keystone-hwqueue hwqueue.6: qmgr start queue 8192, number of queues 8192 [ 206.415426] keystone-hwqueue hwqueue.6: 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 [ 206.416878] keystone-hwqueue hwqueue.6: qos: sched port @8096, drop sched @8000 [ 206.418699] keystone-hwqueue hwqueue.6: qos: sched port @6496, drop sched @6400 [ 206.420521] keystone-hwqueue hwqueue.6: added pool pool-rio: 128 descriptors of size 256 [ 206.420539] keystone-hwqueue hwqueue.6: added pool pool-xge: 1024 descriptors of size 128 [ 206.420556] keystone-hwqueue hwqueue.6: added pool pool-crypto: 1024 descriptors of size 128 [ 206.420572] keystone-hwqueue hwqueue.6: added pool pool-net: 11264 descriptors of size 128 [ 206.420587] keystone-hwqueue hwqueue.6: added pool pool-udma: 1920 descriptors of size 256 [ 206.423872] keystone-hwqueue hwqueue.6: registered queues 0-16383 [ 206.424397] keystone-hwqueue hwqueue.6: qos version 0x2000108, magic valid [ 206.424989] keystone-hwqueue hwqueue.6: qos version 0x2000108, magic valid [ 206.437494] keystone-pktdma 2a08000.pktdma: registered 32 logical channels, flows 32, tx chans: 32, rx chans: 32, loopback [ 206.444165] keystone-pktdma 2004000.pktdma: registered 33 logical channels, flows 32, tx chans: 9, rx chans: 24 [ 206.445114] keystone-pktdma 2fa1000.pktdma: registered 4 logical channels, flows 32, tx chans: 16, rx chans: 16 [ 206.445359] Switching to clocksource arch_sys_counter [ 206.478186] NET: Registered protocol family 2 [ 206.478822] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 206.479029] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 206.479237] TCP: Hash tables configured (established 8192 bind 8192) [ 206.479306] TCP: reno registered [ 206.479321] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 206.479367] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 206.479696] NET: Registered protocol family 1 [ 206.479973] RPC: Registered named UNIX socket transport module. [ 206.479984] RPC: Registered udp transport module. [ 206.479992] RPC: Registered tcp transport module. [ 206.480000] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 206.480599] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available [ 206.621657] bounce pool size: 64 pages [ 206.634670] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 206.634986] NTFS driver 2.1.30 [Flags: R/O]. [ 206.636579] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 206.637129] msgmni has been set to 1486 [ 206.638732] NET: Registered protocol family 38 [ 206.639066] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 206.639079] io scheduler noop registered [ 206.639088] io scheduler deadline registered [ 206.639298] io scheduler cfq registered (default) [ 206.641802] keystone-udma udma0.7: registered udma device udma0 [ 206.743540] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 206.746041] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 309) is a 16550A [ 207.580789] console [ttyS0] enabled [ 207.585321] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 312) is a 16550A [ 207.601039] loop: module loaded [ 207.604394] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write [ 207.613548] Generic platform RAM MTD, (c) 2004 Simtec Electronics [ 207.621327] ONFI param page 0 valid [ 207.624823] ONFI flash detected [ 207.627955] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xac (Micron MT29F4G08ABBDAHC), 512MiB, page size: 2048, OOB size: 64 [ 207.639697] Bad block table found at page 262080, version 0x01 [ 207.646165] Bad block table found at page 262016, version 0x01 [ 207.652407] 3 ofpart partitions found on MTD device 30000000.nand [ 207.658488] Creating 3 MTD partitions on "30000000.nand": [ 207.663866] 0x000000000000-0x000000100000 : "u-boot" [ 207.669963] 0x000000100000-0x000000180000 : "params" [ 207.676001] 0x000000180000-0x000020000000 : "ubifs" [ 207.682231] davinci_nand 30000000.nand: controller rev. 2.5 [ 207.688762] spi_davinci 21000400.spi: master is unqueued, this is deprecated [ 207.696241] m25p80 spi32766.0: found n25q128a11, expected n25q128 [ 207.702318] m25p80 spi32766.0: n25q128a11 (16384 Kbytes) [ 207.707643] 2 ofpart partitions found on MTD device spi32766.0 [ 207.713452] Creating 2 MTD partitions on "spi32766.0": [ 207.718583] 0x000000000000-0x000000080000 : "u-boot-spl" [ 207.725013] 0x000000080000-0x000001000000 : "test" [ 207.731446] spi_davinci 21000400.spi: Controller at 0xf007a400 [ 207.737744] spi_davinci 21000600.spi: master is unqueued, this is deprecated [ 207.744790] spi_davinci 21000600.spi: Controller at 0xf007c600 [ 207.751051] spi_davinci 21000800.spi: master is unqueued, this is deprecated [ 207.758095] spi_davinci 21000800.spi: Controller at 0xf007e800 [ 207.765772] tun: Universal TUN/TAP device driver, 1.6 [ 207.770804] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 207.777720] keystone-netcp 2090000.netcp: missing num_serdes parameter [ 207.784226] keystone-netcp 2090000.netcp: missing serdes_lanes parameter [ 207.790923] keystone-netcp 2090000.netcp: missing serdes_ref_clk parameter [ 207.797784] keystone-netcp 2090000.netcp: missing serdes_baud_rate parameter [ 207.804818] keystone-netcp 2090000.netcp: missing serdes_rate_mode parameter [ 207.811840] keystone-netcp 2090000.netcp: missing serdes_phy_intf parameter [ 207.818794] keystone-netcp 2090000.netcp: missing serdes_loopback parameter [ 207.825762] keystone-netcp 2090000.netcp: Missing cpts_clock_mult property in the DT. [ 207.833562] keystone-netcp 2090000.netcp: Missing cpts_clock_shift property in the DT. [ 207.841459] keystone-netcp 2090000.netcp: Missing cpts_clock_div property in the DT. [ 207.850732] keystone-netcp 2090000.netcp: Created interface "eth0" [ 207.856923] keystone-netcp 2090000.netcp: dma_chan_name nettx0 [ 207.864145] keystone-netcp 2090000.netcp: Created interface "eth1" [ 207.870332] keystone-netcp 2090000.netcp: dma_chan_name nettx1 [ 207.877599] keystone-netcp 2090000.netcp: Created interface "eth2" [ 207.883766] keystone-netcp 2090000.netcp: dma_chan_name nettx2 [ 207.891042] keystone-netcp 2090000.netcp: Created interface "eth3" [ 207.897229] keystone-netcp 2090000.netcp: dma_chan_name nettx3 [ 207.903271] keystone-netcp 2090000.netcp: pdsp 0 firmware: keystone/pa_pdsp0_classify1.fw [ 207.911435] keystone-netcp 2090000.netcp: pdsp 1 firmware: keystone/pa_pdsp1_classify1.fw [ 207.919595] keystone-netcp 2090000.netcp: pdsp 2 firmware: keystone/pa_pdsp2_classify1.fw [ 207.927755] keystone-netcp 2090000.netcp: pdsp 3 firmware: keystone/pa_pdsp3_classify2.fw [ 207.935914] keystone-netcp 2090000.netcp: pdsp 4 firmware: keystone/pa_pdsp45_pam.fw [ 207.943629] keystone-netcp 2090000.netcp: pdsp 5 firmware: keystone/pa_pdsp45_pam.fw [ 207.951484] keystone-netcp 2090000.netcp: could not find interface 2 node in device tree [ 207.959558] keystone-netcp 2090000.netcp: Attach of module keystone-qos declined with -19 [ 207.967721] keystone-netcp 2090000.netcp: could not find interface 3 node in device tree [ 207.975793] keystone-netcp 2090000.netcp: Attach of module keystone-qos declined with -19 [ 207.983963] keystone-netcp 2090000.netcp: Attach of module keystone-sa declined with -19 [ 207.992037] keystone-netcp 2090000.netcp: Attach of module keystone-sa declined with -19 [ 208.001663] keystone-dwc3 2690000.dwc: usbss revision 47914300 [ 208.007538] keystone-dwc3 2690000.dwc: mapped irq 425 to virq 608 [ 208.216686] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 208.222171] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 208.230810] xhci-hcd xhci-hcd.0.auto: irq 608, io mem 0x02690000 [ 208.236925] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 208.243687] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 208.250896] usb usb1: Product: xHCI Host Controller [ 208.255766] usb usb1: Manufacturer: Linux 3.10.10 xhci-hcd [ 208.261229] usb usb1: SerialNumber: xhci-hcd.0.auto [ 208.266849] hub 1-0:1.0: USB hub found [ 208.270597] hub 1-0:1.0: 1 port detected [ 208.274861] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 208.280339] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 208.288110] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 208.294887] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 208.302081] usb usb2: Product: xHCI Host Controller [ 208.306951] usb usb2: Manufacturer: Linux 3.10.10 xhci-hcd [ 208.312415] usb usb2: SerialNumber: xhci-hcd.0.auto [ 208.317986] hub 2-0:1.0: USB hub found [ 208.321732] hub 2-0:1.0: 1 port detected [ 208.326270] usbcore: registered new interface driver usb-storage [ 208.332711] mousedev: PS/2 mouse device common for all mice [ 208.338646] i2c /dev entries driver [ 208.343228] watchdog 22f0080.wdt: heartbeat 60 sec [ 208.351292] keystone-crypto 20c0000.crypto: crypto accelerator enabled [ 208.358384] usbcore: registered new interface driver usbhid [ 208.363933] usbhid: USB HID core driver [ 208.368304] remoteproc0: 2620040.dsp0 is available [ 208.373163] remoteproc0: Note: remoteproc is still under development and considered experimental. [ 208.382109] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 208.392464] remoteproc0: no firmware found [ 208.396922] rproc-user 2620040.dsp0: registered misc device dsp0 [ 208.403306] remoteproc1: 2620044.dsp1 is available [ 208.408187] remoteproc1: Note: remoteproc is still under development and considered experimental. [ 208.417124] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 208.427481] remoteproc1: no firmware found [ 208.431912] rproc-user 2620044.dsp1: registered misc device dsp1 [ 208.438305] remoteproc2: 2620048.dsp2 is available [ 208.443163] remoteproc2: Note: remoteproc is still under development and considered experimental. [ 208.452102] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 208.462465] remoteproc2: no firmware found [ 208.466856] rproc-user 2620048.dsp2: registered misc device dsp2 [ 208.473229] remoteproc3: 262004c.dsp3 is available [ 208.478109] remoteproc3: Note: remoteproc is still under development and considered experimental. [ 208.487046] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 208.497396] remoteproc3: no firmware found [ 208.501773] rproc-user 262004c.dsp3: registered misc device dsp3 [ 208.508167] remoteproc4: 2620050.dsp4 is available [ 208.513025] remoteproc4: Note: remoteproc is still under development and considered experimental. [ 208.521964] remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 208.532314] remoteproc4: no firmware found [ 208.536712] rproc-user 2620050.dsp4: registered misc device dsp4 [ 208.543080] remoteproc5: 2620054.dsp5 is available [ 208.547960] remoteproc5: Note: remoteproc is still under development and considered experimental. [ 208.556896] remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 208.567245] remoteproc5: no firmware found [ 208.571632] rproc-user 2620054.dsp5: registered misc device dsp5 [ 208.578037] remoteproc6: 2620058.dsp6 is available [ 208.582895] remoteproc6: Note: remoteproc is still under development and considered experimental. [ 208.591834] remoteproc6: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 208.602204] remoteproc6: no firmware found [ 208.606595] rproc-user 2620058.dsp6: registered misc device dsp6 [ 208.612968] remoteproc7: 262005c.dsp7 is available [ 208.617847] remoteproc7: Note: remoteproc is still under development and considered experimental. [ 208.626785] remoteproc7: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 208.637135] remoteproc7: no firmware found [ 208.641516] rproc-user 262005c.dsp7: registered misc device dsp7 [ 208.647550] rproc-user dspmem.9: kick gpio [ 208.651844] rproc-user dspmem.9: registered misc device dspmem [ 208.658205] oprofile: using arm/armv7-ca15 [ 208.662483] ipip: IPv4 over IPv4 tunneling driver [ 208.667877] gre: GRE over IPv4 demultiplexor driver [ 208.672736] ip_gre: GRE over IPv4 tunneling driver [ 208.678893] TCP: cubic registered [ 208.682193] Initializing XFRM netlink socket [ 208.687245] NET: Registered protocol family 10 [ 208.693570] NET: Registered protocol family 17 [ 208.698038] NET: Registered protocol family 15 [ 208.702550] Bridge firewalling registered [ 208.706566] 8021q: 802.1Q VLAN Support v1.8 [ 208.714044] sctp: Hash tables configured (established 65536 bind 65536) [ 208.720861] NET: Registered protocol family 41 [ 208.725553] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 208.733205] Registering SWP/SWPB emulation handler [ 208.745680] keystone-netcp 2090000.netcp: initializing cpsw version 1.3 (1) SGMII identification value 0x4ed1 [ 208.755794] keystone-netcp 2090000.netcp: Created a cpsw ale engine [ 208.844613] pps pps0: new PPS source ptp0 [ 208.848629] cpts rftclk rate(399360000 HZ),mult(2560),shift(10),div(1) [ 208.904344] keystone-netcp 2090000.netcp: Using Packet Accelerator Firmware version 0x03000100 [ 208.912935] keystone-netcp 2090000.netcp: pa_clk_rate(163840000 HZ),mult(25000),shift(12) [ 209.224516] net eth0: netcp device eth0 opened [ 209.232417] 8021q: adding VLAN 0 to HW filter on device eth0 [ 209.238084] net eth0: adding rx vlan id: 0 [ 209.243058] keystone-netcp 2090000.netcp: initializing cpsw version 1.3 (1) SGMII identification value 0x4ed1 [ 209.674274] net eth1: netcp device eth1 opened [ 209.680553] 8021q: adding VLAN 0 to HW filter on device eth1 [ 209.686259] net eth1: adding rx vlan id: 0 [ 209.691227] keystone-netcp 2090000.netcp: initializing cpsw version 1.3 (1) SGMII identification value 0x4ed1 [ 209.944103] net eth2: netcp device eth2 opened [ 209.949506] dma dma1chan10: out of descriptors [ 209.953992] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready [ 209.959801] 8021q: adding VLAN 0 to HW filter on device eth2 [ 209.965487] net eth2: adding rx vlan id: 0 [ 209.970454] keystone-netcp 2090000.netcp: initializing cpsw version 1.3 (1) SGMII identification value 0x4ed1 [ 210.213959] net eth3: netcp device eth3 opened [ 210.218402] dma dma1chan10: out of descriptors [ 210.223652] dma dma1chan10: out of descriptors [ 210.228081] dma dma1chan10: out of descriptors [ 210.232509] dma dma1chan10: out of descriptors [ 210.236957] dma dma1chan10: out of descriptors [ 210.241473] dma dma1chan10: out of descriptors [ 210.245916] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready [ 210.251725] 8021q: adding VLAN 0 to HW filter on device eth3 [ 210.257414] net eth3: adding rx vlan id: 0 [ 210.261587] IP-Config: Failed to open gretap0 [ 210.283370] Sending DHCP requests .[ 211.266208] DHCP/BOOTP: Ignoring delayed packet ., OK [ 214.630839] IP-Config: Got DHCP answer from 10.110.0.17, my address is 10.110.2.126 [ 214.870719] dma dma1chan10: out of descriptors [ 214.875164] dma dma1chan10: out of descriptors [ 214.879594] dma dma1chan10: out of descriptors [ 214.884034] dma dma1chan10: out of descriptors [ 214.888473] dma dma1chan10: out of descriptors [ 214.892922] dma dma1chan10: out of descriptors [ 214.897363] dma dma1chan10: out of descriptors [ 217.079743] net eth1: removing rx vlan id: 0 [ 217.310140] dma dma1chan10: out of descriptors [ 217.314584] dma dma1chan10: out of descriptors [ 217.319013] dma dma1chan10: out of descriptors [ 217.323452] dma dma1chan10: out of descriptors [ 217.328678] dma dma1chan10: out of descriptors [ 217.333913] dma dma1chan10: out of descriptors [ 217.919117] net eth2: removing rx vlan id: 0 [ 218.159667] dma dma1chan10: out of descriptors [ 218.164113] dma dma1chan10: out of descriptors [ 218.168541] dma dma1chan10: out of descriptors [ 218.172981] dma dma1chan10: out of descriptors [ 218.178206] dma dma1chan10: out of descriptors [ 218.183443] dma dma1chan10: out of descriptors [ 218.778629] net eth3: removing rx vlan id: 0 [ 218.784053] IP-Config: Complete: [ 218.787275] device=eth0, hwaddr=00:17:ea:f7:a6:dd, ipaddr=10.110.2.126, mask=255.255.252.0, gw=10.110.1.2 [ 218.797255] host=10.110.2.126, domain=einfochips.com, nis-domain=(none) [ 218.804294] bootserver=10.110.0.17, rootserver=10.110.2.114, rootpath= [ 218.811072] nameserver0=10.110.0.17, nameserver1=10.110.0.19 [ 218.824431] VFS: Mounted root (nfs filesystem) on device 0:12. [ 218.830741] devtmpfs: mounted [ 218.833999] Freeing unused kernel memory: 328K (c0709000 - c075b000) INIT: version 2.88 booting Starting udev [ 219.349784] udevd[1333]: starting version 182 [ 219.912574] uio_module_drv mpax.3: registered misc device mpax [ 219.918652] uio_module_drv edma3.4: registered misc device edma3 [ 219.957349] uio_module_drv secmgr.5: registered misc device secmgr [ 219.975627] uio_module_drv hyperlink0.12: registered misc device hyperlink0 [ 219.986840] uio_module_drv hyperlink1.13: registered misc device hyperlink1 Starting Bootlog daemon: bootlogd. NOT configuring network interfaces: / is an NFS mount net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.all.rp_filter = 1 Thu Apr 24 06:45:00 UTC 2014 INIT: Entering runlevel: 5 Starting system message bus: dbus. Starting Dropbear SSH server: dropbear. Starting mpmsrv daemon. Starting softhsm daemon. Starting telnet daemon. #>>>>> LCD 12 IP Address: 10.110.2.126 Starting tiipclad daemon. Starting syslog-ng:. Starting thttpd. Starting Lighttpd Web Server: 2014-04-24 06:45:01: (log.c.166) server started lighttpd. * starting FTP Server: vsftpd... done. *************************************************************** *************************************************************** NOTICE: This file system contains the followin GPLv3 packages: autoconf binutils-symlinks binutils coreutils cpp-symlinks cpp g++-symlinks g++ gcc-symlinks gcc gdb gdbserver libgmp10 libmpfr4 m4 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 <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 *************************************************************** *************************************************************** Stopping Bootlog daemon: bootlogd. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org keystone-evm ttyS0 Arago 2013.12 keystone-evm ttyS0 keystone-evm login: root root@keystone-evm:~# ls Demo_Scripts root@keystone-evm:~# cd Demo_Scripts/ root@keystone-evm:~/Demo_Scripts# ls #setDemoEnv.sh# codecParams.cfg init_dsp.sh scripts Untitled Document demoSave2File.sh installDemo.sh setDemoEnv.sh airshow_p1280x720.265 dnld_dsp.sh installDemo.sh~ setDemoEnv.sh~ airshow_p1280x720.yuv dspreset.sh multiClip.cfg sv04 bootcfg host reset_dsp.sh sv04Prathamesh root@keystone-evm:~/Demo_Scripts# ./dspreset.sh reset succeeded reset succeeded reset succeeded reset succeeded reset succeeded reset succeeded reset succeeded reset succeeded root@keystone-evm:~/Demo_Scripts# cd sv04 root@keystone-evm:~/Demo_Scripts/sv04# ls dspload.sh dsprun.sh sv04.out root@keystone-evm:~/Demo_Scripts/sv04# mpmcl load dsp0 sv04.out [ 306.681399] Alignment trap: not handling instruction e1923f9f at [<c04f2e6c>] [ 306.688529] Unhandled fault: alignment exception (0x221) at 0x0000024b [ 306.695050] Internal error: : 221 [#1] SMP ARM