Closed DonQuixote-lab closed 4 years ago
You should think more,don't just ask somebody when you meet problems.
When openocd uesed by application,no problems appear. But when I use plpbridge,files can not loaded from pc.
Hi,
If you are using the last version of SDK, we have updated this application to use filesystem api (in ImgIO.c), which provided by PMSIS. These api supports only openOCD.
In the future, we will remove plpbridge step by step, and maintain only openOCD.
Best, Yao
Hi I am using the last version of SDK.I have executed the WaterMeter and CannyEdgeDetection with no problem.But the BilinearResize failed when I changed the PLPBRIDGE_FLAGS += -fileIO 2 to PLPBRIDGE_FLAGS += -fileIO 5 in Makefile,the problem as follows.
Thank you for report, you are right, there's a regression on this example because of the update. We will fix it asap.
I have fixed it and pushed. Please pull the last commit and retry.
I have tested the CannyEdgeDetection application successfully.But the FaceDetection failed.
There is also a problem when I run the FaceDetection on the gvsoc platform,
What should I do?