|
IPSP bluetooth sample with QEMU (ping fails)
Hi
While testing bluetooth IPSP sample (recent master branch of zephyr) with Qemu, ping fails (no response found) and
ping: sendmsg: No buffer space available (wireshark capture attached).
I noticed
Hi
While testing bluetooth IPSP sample (recent master branch of zephyr) with Qemu, ping fails (no response found) and
ping: sendmsg: No buffer space available (wireshark capture attached).
I noticed
|
By
Priyanka
·
#181
·
|
|
Re: Testing Bluetooth with QEMU
Hi Paul
Yes, first I did use "make run".
In the Zephyr's application console QEMU :
-------------------------------------------------------------
Bluetooth gets initialized and Beacon started. All
Hi Paul
Yes, first I did use "make run".
In the Zephyr's application console QEMU :
-------------------------------------------------------------
Bluetooth gets initialized and Beacon started. All
|
By
Priyanka
·
#182
·
|
|
Re: IPSP bluetooth sample with QEMU (ping fails)
Hello Priyanka,
Priyanka Rawat <priyanka.rawat@...> wrote:
I tested it on BOARD=96b_carbon (real hardware) straight before 1.9
release, everything worked well, and I captured docs required to
Hello Priyanka,
Priyanka Rawat <priyanka.rawat@...> wrote:
I tested it on BOARD=96b_carbon (real hardware) straight before 1.9
release, everything worked well, and I captured docs required to
|
By
Paul Sokolovsky
·
#183
·
|
|
Mesh provisioning w/ SILabs Android Mesh app
Has anybody been able to provision samples/bluetooth/mesh with v1.0.2?
I get the following error below on my RedBear Nano2.
Steve
Kernel stacks:
main (real size 512): unused 280
Has anybody been able to provision samples/bluetooth/mesh with v1.0.2?
I get the following error below on my RedBear Nano2.
Steve
Kernel stacks:
main (real size 512): unused 280
|
By
Steve Brown
·
#184
·
|
|
Re: Mesh provisioning w/ SILabs Android Mesh app
Hi Steve,
At least some versions of the SiLabs app had a bug with OOB handling
that was causing similar results as above. A simple solution was to
disable OOB provisioning support from the Zephyr
Hi Steve,
At least some versions of the SiLabs app had a bug with OOB handling
that was causing similar results as above. A simple solution was to
disable OOB provisioning support from the Zephyr
|
By
Johan Hedberg
·
#185
·
|
|
Re: Mesh provisioning w/ SILabs Android Mesh app
Johan,
That was it!
I disabled OOB and it's working.
The Invalid Tx Enqueue error is gone too.
Thanks,
Steve
Johan,
That was it!
I disabled OOB and it's working.
The Invalid Tx Enqueue error is gone too.
Thanks,
Steve
|
By
Steve Brown
·
#186
·
|
|
mbedtls config file
Hi
I want to create my own mbedtls config file and maintain it as part of my codebase.
The Makefiles in my code are according to zephyr reference manual.
How can I tell the zephyr build
Hi
I want to create my own mbedtls config file and maintain it as part of my codebase.
The Makefiles in my code are according to zephyr reference manual.
How can I tell the zephyr build
|
By
Vakul Garg <vakul.garg@...>
·
#187
·
|
|
Re: mbedtls config file
This can be a local change, see if it works for you, in the file
ext/lib/crypto/mbedtls/Makefile.include
add the path where your configuration files are in the include
This can be a local change, see if it works for you, in the file
ext/lib/crypto/mbedtls/Makefile.include
add the path where your configuration files are in the include
|
By
Rodriguez, Sergio SF <sergio.sf.rodriguez@...>
·
#188
·
|
|
Re: mbedtls config file
Hi Sergio
The suggested way would require to change zephyr code. I want to avoid making local changes in vanilla zephyr codebase. So some kind of macro which adds application defined config file path
Hi Sergio
The suggested way would require to change zephyr code. I want to avoid making local changes in vanilla zephyr codebase. So some kind of macro which adds application defined config file path
|
By
Vakul Garg <vakul.garg@...>
·
#189
·
|
|
Re: IPSP bluetooth sample with QEMU (ping fails)
Hi Paul
On the same topic, I am facing a different issue on my setup.
On running Bluetooth ipsp using QEMU, I get a zephyr error about insufficient buffer space.
shell> [bt] [INF] show_dev_info:
Hi Paul
On the same topic, I am facing a different issue on my setup.
On running Bluetooth ipsp using QEMU, I get a zephyr error about insufficient buffer space.
shell> [bt] [INF] show_dev_info:
|
By
Vakul Garg <vakul.garg@...>
·
#190
·
|
|
Re: IPSP bluetooth sample with QEMU (ping fails)
Hi
Thank you Paul for the suggestions.
We are waiting for the real hardware (KW41Z board), meanwhile I should test IPSP with QEMU.
Unfortunately, I do not have a 96b_carbon board. Does anyone
Hi
Thank you Paul for the suggestions.
We are waiting for the real hardware (KW41Z board), meanwhile I should test IPSP with QEMU.
Unfortunately, I do not have a 96b_carbon board. Does anyone
|
By
Priyanka
·
#191
·
|
|
Re: nRF52832 hardware cycle count freezing at chip start
Hi everyone,
It's been a little over a month now, but I promised I would explore this issue further and report back. :-)
Turns out the problem is caused by activating the watchdog, but the watchdog
Hi everyone,
It's been a little over a month now, but I promised I would explore this issue further and report back. :-)
Turns out the problem is caused by activating the watchdog, but the watchdog
|
By
Thiago Silveira
·
#192
·
|
|
Re: nRF52832 hardware cycle count freezing at chip start
Commented in the PR. We can discuss further there. Thank you for your analysis.
-Vinayak
Commented in the PR. We can discuss further there. Thank you for your analysis.
-Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#193
·
|
|
request of information
Sorry i'm new.
May I know if is possible to make 2 simple task static task in the same cpu ,
and this 2 task are protected by MPU of an cortex M4 processor?
Those 2 task can comunicate only
Sorry i'm new.
May I know if is possible to make 2 simple task static task in the same cpu ,
and this 2 task are protected by MPU of an cortex M4 processor?
Those 2 task can comunicate only
|
By
novello
·
#194
·
|
|
Re: request of information
Thread level memory protection is a feature that is currently under development. We are targeting the MMU on x86 and ARM MPUs first. We expect to have this fully working and documented for the LTS
Thread level memory protection is a feature that is currently under development. We are targeting the MMU on x86 and ARM MPUs first. We expect to have this fully working and documented for the LTS
|
By
Boie, Andrew P
·
#195
·
|
|
Projects in Zephyr v1.9.0 always rebuild even no changes in source code. How to fix this?
Hi,
I realized that the projects on Zephyr v1.9.0 release will always re-build when you type "make" even there is no changes in the source code. This does not happens on v1.8.0 release.
It would be
Hi,
I realized that the projects on Zephyr v1.9.0 release will always re-build when you type "make" even there is no changes in the source code. This does not happens on v1.8.0 release.
It would be
|
By
Spider73
·
#196
·
|
|
Problem with echo_server / echo_client samples running in QEMU (No rule to make target 'qemu' ?)
Hello
While testing with recent zephyr (master branch),
echo_server and echo_client samples running in QEMU fail.
Both "make server" and "make client" fail for QEMU with error
No rule to make
Hello
While testing with recent zephyr (master branch),
echo_server and echo_client samples running in QEMU fail.
Both "make server" and "make client" fail for QEMU with error
No rule to make
|
By
Priyanka
·
#197
·
|
|
Re: IPSP bluetooth sample with QEMU (ping fails)
Hello Priyanka,
Sorry for the delay with response, I was at Linaro Connect with pretty
packed local program. But we touched some questions you posed
below with Maureen Helm and David Leach of NXP
Hello Priyanka,
Sorry for the delay with response, I was at Linaro Connect with pretty
packed local program. But we touched some questions you posed
below with Maureen Helm and David Leach of NXP
|
By
Paul Sokolovsky
·
#198
·
|
|
Re: Projects in Zephyr v1.9.0 always rebuild even no changes in source code. How to fix this?
Hello Alan,
Alan Low <alanlhc@...> wrote:
I can't reproduce this. So, feel free to provide additional
information, steps to reproduce, etc. Actually, if you would have that
information and
Hello Alan,
Alan Low <alanlhc@...> wrote:
I can't reproduce this. So, feel free to provide additional
information, steps to reproduce, etc. Actually, if you would have that
information and
|
By
Paul Sokolovsky
·
#199
·
|
|
Re: Projects in Zephyr v1.9.0 always rebuild even no changes in source code. How to fix this?
Hi Alan,
Is this on Windows using MSYS2?
Thanks,
Carles
Hi Alan,
Is this on Windows using MSYS2?
Thanks,
Carles
|
By
Carles Cufi
·
#200
·
|