Zephyr-Hello World is not working #52302
Replies: 3 comments 2 replies
-
Zephyr 2.6.0 is no longer supported. Please try with the LTS2 (2.7) or the latest version of Zephyr. https://docs.zephyrproject.org/latest/develop/getting_started/index.html |
Beta Was this translation helpful? Give feedback.
-
I asked for help in Zephyr's tensorflow Discord https://discord.com/channels/720317445772017664/934458607859281930
I ran west update but I get no luck with adding CONFIG_TENSORFLOW_LITE_MICRO=y to my project. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello All,
Describe the bug
I am trying to build a Zephyr Hello_world sample project as mentioned in this video: https://www.youtube.com/watch?v=vMDxmEwu51M
but I am facing issue there. So, I was looking for the solution and found one work around here: #40827
Describe the bug
Building any tensorflow lite example using VS Code would show an error in prj.conf :
CONFIG_TENSORFLOW_LITE_MICRO was assigned the value y, but got the value n. Missing dependencies: 0
To Reproduce
Steps to reproduce the behavior:
Build any example under sample\modules\tensorflow
Expected behavior
fatal error: tensorflow/lite/micro/all_ops_resolver.h: No such file or directory
Impact
Showstopper.
As mentioned in the link's comment section I have tried to follow the same steps but while updating west I have faced the issue like this for civetweb and tflite-micro

and in the end it generated the empty folders for civetweb and for tflite-micro.
While updating it is asking for the github credentials:

Also when I check on Zephyr-rtos repositry:
https://github.com/zephyrproject-rtos/zephyr/tree/main/modules
I have noticed there is no description in the zephyr-rtos repository for civetweb and for tflite-micro. it has only only these two files inside tflite-micro:

I have tried to copy this tflite folder into the nrf-sdk folder but the issue is still same.
Environment (please complete the following information):
OS: ubuntu(VM box 22.04)
Toolchain: nRF Connect SDK v2.1.2
Zephyr SDK v2.6.0 https://github.com/zephyrproject-rtos/zephyr/tree/zephyr-v2.6.0
Can you please help me to resolve this issue?
Regards,
Divya
Beta Was this translation helpful? Give feedback.
All reactions