|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
I am able to install the latest DTC version. Now i am stuck up with the following error while doing the
Dear,
I am able to install the latest DTC version. Now i am stuck up with the following error while doing the
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5870
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
Thank you for your reply. I have run the command for hello world example advised by you.
Now i am getting the error as follows while executing the command.
Dear,
Thank you for your reply. I have run the command for hello world example advised by you.
Now i am getting the error as follows while executing the command.
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5869
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Did you set up a toolchain as perhttps://docs.zephyrproject.org/latest/getting_started/index.html#set-up-a-toolchain?
If so, make sure you source zephyr-env.sh before attempting to build any
Did you set up a toolchain as perhttps://docs.zephyrproject.org/latest/getting_started/index.html#set-up-a-toolchain?
If so, make sure you source zephyr-env.sh before attempting to build any
|
By
Geoffroy Van Cutsem
·
#5868
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Hi there,
This looks like there might be stale build files somewhere in your tree. Can you clean the tree and try again? You can use the following command, but please be careful since it will
Hi there,
This looks like there might be stale build files somewhere in your tree. Can you clean the tree and try again? You can use the following command, but please be careful since it will
|
By
Carles Cufi
·
#5867
·
|
|
Re: MCUMGR SMP implementations
Hi Rodrigo,
Assuming Board B is running Zephyr and not Linux, you can actually use LWM2M to update the firmware on Board B without having to write any additional code. The foundries.io folks use
Hi Rodrigo,
Assuming Board B is running Zephyr and not Linux, you can actually use LWM2M to update the firmware on Board B without having to write any additional code. The foundries.io folks use
|
By
Carles Cufi
·
#5866
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear All,
Thank you very much for your response. That problem is resolved by following your advised step. Moreover, now i was moving towards the HelloWorld example i received the following
Dear All,
Thank you very much for your response. That problem is resolved by following your advised step. Moreover, now i was moving towards the HelloWorld example i received the following
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5865
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Hi there,
This has been a bug that has popped up several times in the past with Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562
As mentioned by others, please add the
Hi there,
This has been a bug that has popped up several times in the past with Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562
As mentioned by others, please add the
|
By
Carles Cufi
·
#5864
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
Thank you all for the quick response. Here is the copy paste code.
pip3 install --user west
runs fine, after this i have run the following command and it echos the error shown
Dear,
Thank you all for the quick response. Here is the copy paste code.
pip3 install --user west
runs fine, after this i have run the following command and it echos the error shown
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5863
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
This is most likely what Marti said, you need to add ~/.local/bin to your PATH:
$ export PATH=$PATH:~/.local/bin
And try again.
If that works, you can make this change permanent via
This is most likely what Marti said, you need to add ~/.local/bin to your PATH:
$ export PATH=$PATH:~/.local/bin
And try again.
If that works, you can make this change permanent via
|
By
Geoffroy Van Cutsem
·
#5862
·
|
|
MCUMGR SMP implementations
Hi all.
My company is developing two boards let's call them Board A and Board B for illustrating purpose. Board A is simple it has some sensors and it has a shell interface for communicating with the
Hi all.
My company is developing two boards let's call them Board A and Board B for illustrating purpose. Board A is simple it has some sensors and it has a shell interface for communicating with the
|
By
Rodrigo Peixoto
·
#5861
·
|
|
#ble #nrf52840
#nrf52840
#ble
After implementing a throughput test for BLE using #nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test seems to show that sending data from the
After implementing a throughput test for BLE using #nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test seems to show that sending data from the
|
By
henry.wagner@...
·
#5860
·
|
|
Re: SDK migration 0.9.5 -> 0.10.0 increase CPU usage
Nicolas,
Can you please open an issue on GH with all this data?
Can you also provide some info about how you measure the numbers below?
Thanks,
Anas
Nicolas,
Can you please open an issue on GH with all this data?
Can you also provide some info about how you measure the numbers below?
Thanks,
Anas
|
By
Nashif, Anas
·
#5859
·
|
|
Re: SDK migration 0.9.5 -> 0.10.0 increase CPU usage
Hi,
I confirm that (in my test case) New SDK 0.10.0 toolchain seems to significantly increase CPU usage, the new SDK 0.10.0 Newlib a lot.
The
Hi,
I confirm that (in my test case) New SDK 0.10.0 toolchain seems to significantly increase CPU usage, the new SDK 0.10.0 Newlib a lot.
The
|
By
nicolas lantz <nicolas.lantz@...>
·
#5858
·
|
|
Re: Syntax in dts file for defining a GPIO output based on nxp,kinetis-gpio.yaml
#defines
Thank you for your quick assistance yesterday Andrei.
Maybe I misunderstood your last point, but as I see it, it is the name "test_pin" in my example, which needs to remain the same across dts files
Thank you for your quick assistance yesterday Andrei.
Maybe I misunderstood your last point, but as I see it, it is the name "test_pin" in my example, which needs to remain the same across dts files
|
By
Bo.Kragelund@...
·
#5857
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Can you paste on this thread what the output of “pip3 show –f west” and “echo $PATH” return?
Can you paste on this thread what the output of “pip3 show –f west” and “echo $PATH” return?
|
By
Geoffroy Van Cutsem
·
#5856
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Is this correct? The lack of / before "home" and the space between "python" and "3.6" makes me suspect this was retyped by hand instead of copy/pasted. Please copy/paste whenever possible; it avoids
Is this correct? The lack of / before "home" and the space between "python" and "3.6" makes me suspect this was retyped by hand instead of copy/pasted. Please copy/paste whenever possible; it avoids
|
By
Marti Bolivar <marti@...>
·
#5855
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
I am using Ubuntu 18.04.
Moreover, the path of West file is after running the command
"pip3 show -f west"
is
home/rizwan/.local/python 3.6/packages
Subsequently, i have installed all the stuff
Dear,
I am using Ubuntu 18.04.
Moreover, the path of West file is after running the command
"pip3 show -f west"
is
home/rizwan/.local/python 3.6/packages
Subsequently, i have installed all the stuff
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5854
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
What version of Ubuntu are you using?
If you ran "pip3 install --user west" and west cannot be run afterwards, it sounds like the directory that the west binary was installed into is not on your
What version of Ubuntu are you using?
If you ran "pip3 install --user west" and west cannot be run afterwards, it sounds like the directory that the west binary was installed into is not on your
|
By
Marti Bolivar <marti@...>
·
#5853
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Hi,
Thank you for your kind response. I am using Ubuntu OS for the project. I have followed all the installation steps given on webpage
Hi,
Thank you for your kind response. I am using Ubuntu OS for the project. I have followed all the installation steps given on webpage
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5852
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Hi,
Happy to try to help, but could you please provide details? The below email is a bit vague: "commands given on the website cannot recognize the West file" doesn't provide much context on what went
Hi,
Happy to try to help, but could you please provide details? The below email is a bit vague: "commands given on the website cannot recognize the West file" doesn't provide much context on what went
|
By
Marti Bolivar <marti@...>
·
#5851
·
|