|
Re: Runner pyocd cannot find 'intelhex' while running ninja flash - is there a Python environment vaiable I am missing ?
Hi Bob,
The ‘intelhex’ error looks like you’re missing a python package, but even if you get that resolved you unfortunately cannot use pyocd in the Windows 10 Linux subsystem. WSL has limited
Hi Bob,
The ‘intelhex’ error looks like you’re missing a python package, but even if you get that resolved you unfortunately cannot use pyocd in the Windows 10 Linux subsystem. WSL has limited
|
By
Maureen Helm
·
#1496
·
|
|
Runner pyocd cannot find 'intelhex' while running ninja flash - is there a Python environment vaiable I am missing ?
I am a beginner using Windows 10 Linux subsystem running Ubuntu 18.04 LTS from the Windows app store as a development environment
I was able to get cmake working correctly after defining the
I am a beginner using Windows 10 Linux subsystem running Ubuntu 18.04 LTS from the Windows app store as a development environment
I was able to get cmake working correctly after defining the
|
By
Bob Wilmes
·
#1495
·
|
|
Re: C Compiler "/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" does not compile
Thanks Marc - your answer works perfect - I didn't have ZEPHYR_BASE set to $HOME/zephyrproject/zephyr
cmake works perfectly now and picks up the arm compiler now.
Best regards,
Bob Wilmes
--
Bob
Thanks Marc - your answer works perfect - I didn't have ZEPHYR_BASE set to $HOME/zephyrproject/zephyr
cmake works perfectly now and picks up the arm compiler now.
Best regards,
Bob Wilmes
--
Bob
|
By
Bob Wilmes
·
#1494
·
|
|
Galileo pinmux issue
As I was testing Zephyr on Galileo, I noticed that pinumx functionalities that use pwm for multiplexing are not working. A small modification in
As I was testing Zephyr on Galileo, I noticed that pinumx functionalities that use pwm for multiplexing are not working. A small modification in
|
By
andreibolkonski1814@...
·
#1493
·
|
|
Re: C Compiler "/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" does not compile
Hi,
You're missing a ${ZEPHYR_BASE} definition. Do you use west?
This often confused me too. So I looked into adding a better error message but I couldn't find an implementation that wouldn't
Hi,
You're missing a ${ZEPHYR_BASE} definition. Do you use west?
This often confused me too. So I looked into adding a better error message but I couldn't find an implementation that wouldn't
|
By
Marc Herbert
·
#1492
·
|
|
C Compiler "/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" does not compile
I am new to Zephyr trying to build some of the sample programs for a bbc_microbit.
I get the following error message from the compiler (I installed the 0.10 level of the Zephyr SDK on Windows 10
I am new to Zephyr trying to build some of the sample programs for a bbc_microbit.
I get the following error message from the compiler (I installed the 0.10 level of the Zephyr SDK on Windows 10
|
By
Bob Wilmes
·
#1491
·
|
|
Re: fail to install python dependencies
Hi Carles,
I tried google method as well. Including update the setup tools, change python version.
But it doesnt work.
Regards,
Kay Li
Hi Carles,
I tried google method as well. Including update the setup tools, change python version.
But it doesnt work.
Regards,
Kay Li
|
By
KAY LI NG <kayli0109@...>
·
#1490
·
|
|
Re: fail to install python dependencies
Googling a bit this shows that it might be related to an out of date setuptools.
Try running:
pip install --upgrade setuptools
Regards,
Carles
Googling a bit this shows that it might be related to an out of date setuptools.
Try running:
pip install --upgrade setuptools
Regards,
Carles
|
By
Carles Cufi
·
#1489
·
|
|
fail to install python dependencies
Hi,
I tried this, but the following error came out. What should I do?
$ pip3 install --user -r zephyr/scripts/requirements.txt
Command "python setup.py egg_info" failed with error code 1 in
Hi,
I tried this, but the following error came out. What should I do?
$ pip3 install --user -r zephyr/scripts/requirements.txt
Command "python setup.py egg_info" failed with error code 1 in
|
By
KAY LI NG <kayli0109@...>
·
#1488
·
|
|
API meeting and agenda
Hi all,
As you know, the Zephyr API meeting takes place on Tuesdays 9AM-10AM (PDT) (18h-19h (CEST)).
Until now the way to include an item (issue or Pull Request) added to the meeting agenda was to
Hi all,
As you know, the Zephyr API meeting takes place on Tuesdays 9AM-10AM (PDT) (18h-19h (CEST)).
Until now the way to include an item (issue or Pull Request) added to the meeting agenda was to
|
By
Carles Cufi
·
#1487
·
|
|
Re: Zephyr compatible motes for 802.15.4
On Tue, May 28, 2019 at 02:44 AM, Paul Sokolovsky wrote:
frdm_kw41zThe only bad thing is that this module supports only the FSK PHY.
On Tue, May 28, 2019 at 02:44 AM, Paul Sokolovsky wrote:
frdm_kw41zThe only bad thing is that this module supports only the FSK PHY.
|
By
Nikos Karamolegkos
·
#1486
·
|
|
Re: Zephyr compatible motes for 802.15.4
"Nikos Karamolegkos" <nkaram@...> wrote:
That's what I did, yes - ping6'ed from Linux host to frdm_kw41z over
6lowpan/15.4. More thorough testing is still in my backlog.
--
Best
"Nikos Karamolegkos" <nkaram@...> wrote:
That's what I did, yes - ping6'ed from Linux host to frdm_kw41z over
6lowpan/15.4. More thorough testing is still in my backlog.
--
Best
|
By
Paul Sokolovsky
·
#1485
·
|
|
Re: Zephyr compatible motes for 802.15.4
Thank you all. Paul can I use these modules with the zephyr's 6lowpan stack? Theoretically, I believe yes
Thank you all. Paul can I use these modules with the zephyr's 6lowpan stack? Theoretically, I believe yes
|
By
Nikos Karamolegkos
·
#1484
·
|
|
Re: Zephyr compatible motes for 802.15.4
Hello,
"Nikos Karamolegkos" <nkaram@...> wrote:
Yes, FRDM-KW41Z supports 802.15.4 in Zephyr, I issued pings over 15.4
connection using it.
Note that level of support for different features
Hello,
"Nikos Karamolegkos" <nkaram@...> wrote:
Yes, FRDM-KW41Z supports 802.15.4 in Zephyr, I issued pings over 15.4
connection using it.
Note that level of support for different features
|
By
Paul Sokolovsky
·
#1483
·
|
|
Re: Zephyr compatible motes for 802.15.4
Hi,
I have not tried that board, I know that FRDM-K64F works (somehow) with
802.15.4 through FRDM-CR20A shield (there is overlay for that
configuration overlay-frdm_k64f_mcr20a.conf).
I would
Hi,
I have not tried that board, I know that FRDM-K64F works (somehow) with
802.15.4 through FRDM-CR20A shield (there is overlay for that
configuration overlay-frdm_k64f_mcr20a.conf).
I would
|
By
Andrei
·
#1482
·
|
|
Re: west command not found
When you install with “pip3 install —user” on Linux, you also need to add ~/.local/bin to the front of your PATH (as documented in
When you install with “pip3 install —user” on Linux, you also need to add ~/.local/bin to the front of your PATH (as documented in
|
By
Kinder, David B <david.b.kinder@...>
·
#1481
·
|
|
west command not found
Hi,
I am facing a problem with the west installation. CAn figure out how to solve this.
$ pip3 install --user westCollecting west
Using cached
Hi,
I am facing a problem with the west installation. CAn figure out how to solve this.
$ pip3 install --user westCollecting west
Using cached
|
By
KAY LI NG <kayli0109@...>
·
#1480
·
|
|
Re: Zephyr compatible motes for 802.15.4
What about FRDM-KW41Z? As I can see this low cost development platform supports IEEE 802.15.4 and it's supported by the zephyr RTOS.
What about FRDM-KW41Z? As I can see this low cost development platform supports IEEE 802.15.4 and it's supported by the zephyr RTOS.
|
By
Nikos Karamolegkos
·
#1479
·
|
|
Re: Closing an accepting BSD socket from a different thread
You could have a second poll() thread for all accepts with a much bigger ACCEPTS_LOOP_PERIOD; hours or even days.
You could have a second poll() thread for all accepts with a much bigger ACCEPTS_LOOP_PERIOD; hours or even days.
|
By
Marc Herbert
·
#1478
·
|
|
Re: Closing an accepting BSD socket from a different thread
On Fri, 24 May 2019 08:29:27 +0200
Stephan Gatzka <stephan.gatzka@...> wrote:
[]
> I have to
> build another mechanism for asynchronous I/O (for sockets, files,
> timers, DNS resolution
On Fri, 24 May 2019 08:29:27 +0200
Stephan Gatzka <stephan.gatzka@...> wrote:
[]
> I have to
> build another mechanism for asynchronous I/O (for sockets, files,
> timers, DNS resolution
|
By
Paul Sokolovsky
·
#1477
·
|