I know that at MEDC I saw someone go through the following procedure:
Download an image to a target start debugging.
Find a bug, exit the target application / driver.
Make a change to the code and rebuild just the modified app/driver.
Launch the application but PB re-downloaded it so that it was the newly
modified one!
It's the last step that I need help with. How do I do that? I want to
do it with a driver that is in my platform directory. I know how to
rebuild just that one driver. When I exit my application the driver is
removed (or I can unload it) but how do I get PB to download the
updated driver vs just run the one on the target filesystem?
Thanks in advance