I can't run c6accel test applicaton on devkit8000 (128mb RAM) with installed Linux 2.6.37 on it.
All modules runs ok (don't look at dm37x-evm: I used prebuilt rootfs from dm37x DVSDK, but I recompiled kernel with devkit8000_defconfig)
root@dm37x-evm:/home/c6accel-apps# lsmod
Module Size Used by
lpm_omap3530 6469 0
dsplinkk 125021 1 lpm_omap3530
cmemk 20291 0
root@dm37x-evm:/home/c6accel-apps# ./c6accel_app
******************************************************************************
Sample application for testing kernels in C6Accel started.
******************************************************************************
app: C6accel_create() failed
******************************************************************************
All tests done.
******************************************************************************
I ran this app again with CE_DEBUG=2 option. Please see logs in the attachment 2275.log2.txt.
Also in COM port output I saw
[ 1408.835723] Existing entry's end address is covered by given entry's start & end address., can not create TLB entry for address: [0x86000000] size: [0x1000000]
[ 1408.850860] DSP_init status [0x80008050]
This is kernel command line
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 2.6.37 (root@chet-desktop) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Tue Jun 26 13:33:27 MSK 2012
[ 0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: OMAP3 Devkit8000
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp )
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 20320
[ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 rw rootwait mem=80M@0x80000000 128M@0x88000000
Would you help me please to resolve this issue.