Neil Tan
Neil Tan
@alejoseb. The temporary fix would be: ``` cd mbed-os git checkout mbed-os-5.11 mbed sync cd .. mbed deploy ``` This should rollback to `mbed-os-5.11`
@metanav Thanks for letting us know. Is your uTensor runtime on the develop branch? We are in the process of releasing changes. Sorry for the errors. @mbartling I will try...
@metanav Could you `cd` into the uTensor directory and run `git branch -a`. Try checking out the develop branch if it’s not already on there. If this still doesn’t work,...
Ok. I will have a look later
Looks like the last known good commit is shown in this file: https://github.com/uTensor/utensor-mnist-demo/blob/master/uTensor.lib I will try to see what’s broken. But do please give me a shout if this fixes...
@metanav Hey, a Hexiwear, this is pretty sweet. Unfortunately, we don't have one here. I can try giving you the best advice though. Are you using windows, or Mac/Linux? For...
hey @metanav CoolTerm should be fine. The flashing led probably means a runtime error. Try the most basic printf example first: ``` #include "mbed.h" Serial pc(USBTX, USBRX); int main() {...
@metanav Also, try changing the mbed-os version to 5.6. You can do this by cd into the mbed-os directory and checkout the 5.6 branch.
@metanav If there's any specific things you've done to get uTensor to work on Hexiwear (like mbed_app.json, etc), I'd be interested in a PR : )
@metanav were you able to share the .pb file you are working with?