Hello,
What is VPDMA firmware and how does it load it from ?
Is it loaded through bootcmd ? I can't find it.
I also not sure about the address map of vpdma:
I'm not sure where is the vpdma in my memory map.
I am using 512 DDR with linux 128.
In my application note it says: for 512M
0xB0000000 – Placed in Tiler Memory space for 814X/810X Platforms
• <VPDMA Descriptor address> 0xBFDD0000 – Placed in HDVPSS Desc Address space for 814X/810X
Platforms
But on building the SDK it shows:
...
| +-------------------+
| | 2 MB | VPSS M3 - VPDMA Descriptor
| +-------------------+
| | 2 MB | VPSS M3 - FBDev Shared Memory
| +-------------------+
| | 2 MB | Host - VPSS M3 Notify(For FBDev)
| +-------------------+
v | 1 MB | Remote Debug Print
0xC0000000 +-------------------+
From this map I calculate that 0xc0000000-1M-2M-2M = 0xBF900000
So which one of the above is the correct address ?
regards,
Ran