|
Mesh sample Of zephyer
Hello All, Can Any one help me to how to setup for mesh sample of Zephyr or actually how it works ?? Thanks in advance.. -- Thanks and Regards Lalit Mahajan Three MediaTech Co. Pvt. Ltd. (m) +91-99702
Hello All, Can Any one help me to how to setup for mesh sample of Zephyr or actually how it works ?? Thanks in advance.. -- Thanks and Regards Lalit Mahajan Three MediaTech Co. Pvt. Ltd. (m) +91-99702
|
By
Lalit-LINUX
·
|
|
Projects in Zephyr v1.9.0 always rebuild even no changes in source code. How to fix this? 6 messages
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 qu
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 qu
|
By
Spider73
·
|
|
IPSP bluetooth sample with QEMU (ping fails) 7 messages
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 t
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 t
|
By
Priyanka
·
|
|
Problem with echo_server / echo_client samples running in QEMU (No rule to make target 'qemu' ?) 5 messages
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 target '
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 target '
|
By
Priyanka
·
|
|
[1.9.0] build broken for windows 9 messages
Hi I was able to buil zephyr under Windows/MinGW until versión 1.8.0 (targets quemu and arduino_101) Seems this got broken on 1.9.0 make -f d:/zephyr-1.9.0/scripts/Makefile.build obj=dts/x86 echo '#in
Hi I was able to buil zephyr under Windows/MinGW until versión 1.8.0 (targets quemu and arduino_101) Seems this got broken on 1.9.0 make -f d:/zephyr-1.9.0/scripts/Makefile.build obj=dts/x86 echo '#in
|
By
Carles Perello
·
|
|
New flashing scripts merged, please report any issues
Hi, Last night, a pull request of mine was merged which uses a Python script to flash binaries ("make flash"): https://github.com/zephyrproject-rtos/zephyr/pull/4304 If you run into any problems, you
Hi, Last night, a pull request of mine was merged which uses a Python script to flash binaries ("make flash"): https://github.com/zephyrproject-rtos/zephyr/pull/4304 If you run into any problems, you
|
By
Marti Bolivar
·
|
|
request of information.
I would like to develope a simple application for zephyr using stm32f4. There ia an IDE with debuger that I can use? A plugin for eclipse should help. Best Regards Novello G
I would like to develope a simple application for zephyr using stm32f4. There ia an IDE with debuger that I can use? A plugin for eclipse should help. Best Regards Novello G
|
By
novello
·
|
|
TCP assert error logs 12 messages
Hi I have two threads on my system communicating using TCP over loopback interface. I am getting following errors. [net/tcp] [ERR] net_tcp_get_hdr: {assert: 'frag' failed} [net/tcp] [ERR] net_tcp_send
Hi I have two threads on my system communicating using TCP over loopback interface. I am getting following errors. [net/tcp] [ERR] net_tcp_get_hdr: {assert: 'frag' failed} [net/tcp] [ERR] net_tcp_send
|
By
Vakul Garg
·
|
|
k_poll usage 4 messages
Hi The zephyr documentation says k_poll to operate on objects – kernel fifo, poll signal, semaphore. Can’t it also be used on mailboxes, message queues etc? Regards Vakul
Hi The zephyr documentation says k_poll to operate on objects – kernel fifo, poll signal, semaphore. Can’t it also be used on mailboxes, message queues etc? Regards Vakul
|
By
Vakul Garg
·
|
|
Testing with Zephyr 2 messages
Hello everyone, I'd be interested in the way you all are testing your applications on top of Zephyr. It seems like the Zephyr testing framework based on the sanityscript is intended to test kernel com
Hello everyone, I'd be interested in the way you all are testing your applications on top of Zephyr. It seems like the Zephyr testing framework based on the sanityscript is intended to test kernel com
|
By
Johannes Hutter
·
|
|
Enabling bluetooth on K64F (Kconfig.defconfig options) 4 messages
Hello I want to run samples/bluetooth/ipsp on K64F board. I understand that if networking is enabled, FRDM_K64F by default uses Ethernet. So I should modify Kconfig.defconfig to disable Ethernet and e
Hello I want to run samples/bluetooth/ipsp on K64F board. I understand that if networking is enabled, FRDM_K64F by default uses Ethernet. So I should modify Kconfig.defconfig to disable Ethernet and e
|
By
Priyanka
·
|
|
[arduino_101/ARC] sensor_trigger_set not triggered from QMSI_SS
Hi all I am using the arduino 101 to trigger a sensor from the ARC part. But seems its not working. To make it work I am forced to enable CONFIG_GPIO_QMSI=y CONFIG_GPIO_QMSI_INIT_PRIORITY=60 CONFIG_GP
Hi all I am using the arduino 101 to trigger a sensor from the ARC part. But seems its not working. To make it work I am forced to enable CONFIG_GPIO_QMSI=y CONFIG_GPIO_QMSI_INIT_PRIORITY=60 CONFIG_GP
|
By
Carles Perello
·
|
|
MicroPython Zephyr port v1.9.3 released
Hello, MicroPython, a small implementation of a Python language subset for embedded systems, version 1.9.3 was released, which also includes a Zephyr RTOS port. The MicroPython Zephyr port provides ba
Hello, MicroPython, a small implementation of a Python language subset for embedded systems, version 1.9.3 was released, which also includes a Zephyr RTOS port. The MicroPython Zephyr port provides ba
|
By
Paul Sokolovsky
·
|
|
Linking OS shared libs 2 messages
Hi! I've been strugling with this for a while and I can't make it work. I need to link my project to a shared library (libcbor[1]), which is located on /usr/local/include. Reading the project's Makefi
Hi! I've been strugling with this for a while and I can't make it work. I need to link my project to a shared library (libcbor[1]), which is located on /usr/local/include. Reading the project's Makefi
|
By
Inaki Malerba
·
|
|
CMake migration complete 2 messages
Hi all, Zephyr has finally migrated to CMake. This migration is an important step in a larger effort to make Zephyr easy to use for application developers working on different platforms with different
Hi all, Zephyr has finally migrated to CMake. This migration is an important step in a larger effort to make Zephyr easy to use for application developers working on different platforms with different
|
By
Bøe, Sebastian
·
|
|
[Zephyr-devel] CMake migration complete
Well that kind of sucks, cause the on Redhat 7.X the newest cmake is 3.6.x. Will the needed cmake be part of the toolchain ? - Erwin
Well that kind of sucks, cause the on Redhat 7.X the newest cmake is 3.6.x. Will the needed cmake be part of the toolchain ? - Erwin
|
By
Erwin Rol
·
|
|
[Zephyr-devel] CMake migration complete 4 messages
Hi Erwin,
By
Carles Cufi
·
|
|
6loWPAN IPSP devices fail to communicate (bluetooth-next 4.14.0-rc7 ) 2 messages
Hello, I have issue with IPSP devices over 6loWPAN on kernel 4.14.0-rc7. The thing is that when I connect My Linux machine to one IPSP device using 'debugfs' interface the communication is OK. Pings a
Hello, I have issue with IPSP devices over 6loWPAN on kernel 4.14.0-rc7. The thing is that when I connect My Linux machine to one IPSP device using 'debugfs' interface the communication is OK. Pings a
|
By
Dogiel Pawel
·
|
|
I2C on nucleo L476RG 2 messages
Hello, I am new to Zephyr and i try to use I2C on my nucleo L476RG. dev = device_get_binding(CONFIG_I2C_1_NAME); ^ This always return NULL. I saw in the pinmux.c that I2C_1 could be used : #ifdef CONF
Hello, I am new to Zephyr and i try to use I2C on my nucleo L476RG. dev = device_get_binding(CONFIG_I2C_1_NAME); ^ This always return NULL. I saw in the pinmux.c that I2C_1 could be used : #ifdef CONF
|
By
Nicolas Gonzalez
·
|
|
Odp.: 6loWPAN IPSP devices fail to communicate (bluetooth-next 4.14.0-rc7 ) 2 messages
Hi Luiz, Thank You for Your response, fix for multi-link setup worked fine for Me. Now I'm trying to use userspace way with patches for kernel and BlueZ: https://marc.info/?l=linux-wpan&m=150832838029
Hi Luiz, Thank You for Your response, fix for multi-link setup worked fine for Me. Now I'm trying to use userspace way with patches for kernel and BlueZ: https://marc.info/?l=linux-wpan&m=150832838029
|
By
Dogiel Pawel
·
|