Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
Could you tell me what all did you do to lead to this?
That is the process i go through
-I created a project directory in Zephyr and added necessary files, including `CMakeLists.txt`.
– I installed the Zephyr SDK and configured the paths correctly to ensure the toolchain and necessary files are accessible.
– I installed and configured the ESP-IDF toolchain for the ESP32 platform (ESP-CAM) and set the necessary environment paths to integrate with Zephyr.
-I also installed the Device Tree Compiler (DTC) to avoid errors related to device tree preprocessing.
– i think am missing something or i did something wrong i can’t figured it out
how about using the application repo from zephyr instead of making your own Cmakelist.txt
also what is the path of your app?
in tree or OOT?
it’s OOT ,Emm can you please guide me about using the application repo from zephyr …
https://docs.zephyrproject.org/latest/develop/application/index.html
this has that repo
oh yes that is exactly what i did , i went through all those steps in orde, i will chek again maybe am missing something
by any chances do you have zephyr in zephyr?
How to check that?!
i see that there is a folder zephyr but all the content present in zephyr is also there outside that folder
Ow yes , is that make a problem! Should i delete it!
not sure
but better delete
why create more variables
Okay i will try
i tried this and i failed horribly
what happened?
which style did you try?
could never get the app to build
I tried making a standalone app out of the repo
i used to have that prob alot
Path prob are a pain
https://github.com/zephyrproject-rtos/example-application
have you gone over this?
Yep I followed that very closesly
and then twister doesnt want to run out of the repo
but new app in repo boom, just works. I’ll try it in a little while again.
yea that works like a charm
i have been facing with my zephyr trouble
when i try to build, it just stops there
0message.txt
but when i try to build on a identical way on another dir
it works as intended
okay wow
it just gets stuck at vscode not a normal terminal
successfully wasted a day
was planning to create a new tool for west flash
CONTRIBUTE TO THIS THREAD