This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

modify the shell scripts in ipnc-evm

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!!!