Hi,
I am running ./av_server.out but i am getting errors like this:
# ./av_server.out D1
AVSERVER UI: Initializing.
CLK Hz,
ARM Hz = 432000000
DDR Hz = 340000000
VPSS Hz = 340000000
IMCOP Hz = 340000000
DRV LDC: GetConfig 0003 0x0
[OSA_FILE ] Reading file [/mnt/nand/IMG_Paramset.bin] ... ERROR
IMAGE TUNE: Paramset File is not available..... Setting DEFAULT parameter
CMEMK Error: Failed to find a pool which fits 28672
CMEMK Error: get_phys: Unable to find phys addr for 0x00000000
CMEM Error: getPCMEMK Error: get_phys: get_user_pages() failed: -14
ool: Failed to gCMEMK Error: GETPHYS: Failed to convert virtual 0x0 to physical.
et a pool fittinCMEMK Error: get_phys: Unable to find phys addr for 0x00000000
g a size 28672
CMEMK Error: get_phys: get_user_pages() failed: -14
CMEM Error: getPCMEMK Error: FREE: Failed to convert virtual 0x0 to physical
hys: Failed to get physical address of 0
CMEM Error: free: failed to free 0
ERROR (alg.c|ALG_sysInit|82): VICP Protocol regn failed
ERROR (avServerApi.c|AVSERVER_init|578): ALG_sysInit()
ERROR (avServerUi.c|UI_start|54): AVSERVER_init()
My output of cat /proc/cmem is as follows:
Block 0: Pool 0: 7 bufs size 4669440 (4667200 requested)
Pool 0 busy bufs:
Pool 0 free bufs:
id 0: phys addr 0x87b8c000
id 1: phys addr 0x87718000
id 2: phys addr 0x872a4000
id 3: phys addr 0x86e30000
id 4: phys addr 0x869bc000
id 5: phys addr 0x86548000
id 6: phys addr 0x860d4000
Block 0: Pool 1: 1 bufs size 4669440 (4667200 requested)
Pool 1 busy bufs:
Pool 1 free bufs:
id 0: phys addr 0x85c60000
how should i adjust pools so that i shouldn't get above errors,also how could i determine the start and end location of phsical address
for my DM368-IPNC system.How can i generalize it so that i can run demo applications without facing cmem issues in future.
Basically i am trying to adjust cmem pools using hit and trial but not getting success.
Thanks and Regards,
Mayank