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.

Problem about DVRRDK 4.0

Hi all

I develop on DM8168 evem board, i see the nvr_rdk demo with QT appears in 

version 4.0. I also see the demo should be run on 2G mem configure,

but my board is 1G mem 256 Linux, So if i want to run the demo ,

what works i have to do then ?

Can anyone give me some intruduction about this demos?

best regards

xavier

  • The GUI app requires lot of memory and it is not possible to run the app with 256M Linux configuration.It requires 2G total memory

  • Can i rewrite this demo to run on my board ,just reduce mem alloc size?

  • Hi,

    The NVR GUI app can be run on a 1GB DDR board with 256MB Linux although with lesser number of Channels.

    We have not tried this yet, but we could try this out and let you know how many channels can be created with 1GB DDR configured board.

    From the A8 application perspective, you may have to reduce the number of channels and modify the GUI according to it. There are #defines like MAX_DVR_CHANNELS, MAX_CH(currently 9) which you need to change to reduce the number of channels for this configuration.

    I believe M3 memory map should not require nay modifications. But this needs to be tested to confirm this. If required, we may have to increase the memory of FRAME BUFFER(SR2) and BITS STREAM BUFFER(SR1) regions. As we are not using TILER memory in NVR GUI application, TILER memory need not be allocated and can be freed up to get extra space for SR1 and SR2 regions.

    Note: We are yet to try this combinations out. So there may be additional modifications that may be required if the need arises.

    Regards,

    Arun

  • Hi

    As i never run this demo before, can you give me a introduction about

    what does this demo do, if i build this demo use evm board type,

    can it be run ok?

    Is there any introduction about this area?

    best regards