-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update submodules to the latest versions #338
Conversation
Updating lib_nn and lib_tflite_micro requires moving to the new AI tools which is somewhat covered by https://xmosjira.atlassian.net/jira/software/projects/AP/boards/79?selectedIssue=AP-170 |
# xflash erase | ||
xflash ${ADAPTER_ID} --erase-all --target-file "${SLN_VOICE_ROOT}"/examples/ffd/bsp_config/XK_VOICE_L71/XK_VOICE_L71.xn | ||
|
||
# if another device with same VID and PID is present, erase two flash devices. | ||
if lsusb -d ${USB_VID}:${USB_PID}; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a better solution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Part of https://xmosjira.atlassian.net/browse/AP-15
I couldn't use the latest versions of lib_tflite_micro (v0.6.0) and lib_nn (v0.3.0) due to the build error here. If I used any other tagged version, I got the test failures here. So I revert to the original commits for now. See comment from @Allan-xmos below for more details.