Hi,
It seems to me that it is possible to dynamically configure PL through PCAP via PS..i.e. I would store the.bin file ( converted .bit which actually contains the PL logic) in DDR SDRAM and now with the help of PS, I would dump those .bin in PL and my would get full configured..
I found the source (http://forums.xilinx.com/t5/Embedded-Processor-System-Design/How-to-use-PCAP-to-config-the-PL-in-zynq/td-p/280230).
For simplicity let , I have and.bin, or.bin and nand.bin 3 simple PL logic..So now I wrote a program that if I give input 1 via UART, it would dump and logic , if 2 then or and if 3 then nand..but things not working as I wished..
I load and.bin in DDR via XMD then it dumped board via PCAP..but when I load or.bin in DDR via xmd at different address only Or.bin get dumped , and.bin might have erased..
any soln that how it could work flawlessly..
thanls