Deal all,
Some background first...We have a custom board using a DM814x and 256M DDR (128M @ 0x80000000 and 128M @ 0xC0000000). We're using it fior the moment for enconding only so we have both the VIPs hooked up (we're not using the TVP decoder chip).
We have a custom rootfs (based on buildroot) and we're using U-boot, Linux Kernel and board-support/component-sources features from the EZSDK v5.04.00.11 (PSP 4.04.00.01). Our version of U-boot sets up a custom pin mux arrangement etc etc.
So far, we've got through u-boot, booted the linux kernel and mounted an NFS filesystem. Now we're trying to load the firmware (dm814x_hdvicp.xem3 & dm814x_hdvpss.xem3). This seems ok and the syslink kernel modules loads ok too but I have trouble when loading the VPSS module. So my question is, after reading about the 1G and 512M versions of the HDVICP/HDVPSS firnwares, do I need to recompile the firmwares for a memory map using 128Mb DDR bank? I only want to be able to do a V4L2 capture and encode using the VPSS.
Thanks, Danny.