hello:
I am using the ipnc-evm to develop other new functions.
I encountered a problem that is :
every time I modified the contents in av_capture_load.sh(opt/ipnc),
ex:
the original is
insmod cmem.ko phys_start= 0x83000000 phys_end= 0x88000000 .......
then I modified to
insmod cmem.ko phys_start= 0x83000000 phys_end= 0x90000000 .......
and then remake app.
after making app, I return to check the contents in av_capture_load.sh, it always back to the original, not I modified...?
does anyone know why ??... any advice will be appreciate ! Thank you very much!!!