Hi TI,
I config the IPNCRDK 3.5 in 256MB mode and run on Appro's IP cam reference design, it runs ok. However, I found that all buffer address is still 0xbxxxxxxx. Eg. the remote debug shared memory, the frame buffer memory and the bits memory. So I have modify following:
1. notifyk.vpssm3_sva=0x8FD00000
2. change init.sh
./bin/remote_debug_client.out 0x8ff00000 &
3. change send_cmd.sh and wait_cmd.sh
./bin/remote_debug_client.out 0x8ff00000
4. change config_256M.bld
var DDR3_ADDR_128_REG1_START = 0x88000000;
var DDR3_ADDR_128_REG1_END = 0x90000000;
After made these changes, and rebuild. I found that the VPSS and VIDEO firmware load fails. What else I should change to make this work?
Regards,
ChingHok