|
west flash issue
Hi,
Im trying to use zephyr os but I cant flash because im having problems with jlink, how can I solve It?
Yojanse Duarte
Ingeniero de Hardware
TripleCyber S.R.L.
RNC: 1-32-28980-3
Telefono:
Hi,
Im trying to use zephyr os but I cant flash because im having problems with jlink, how can I solve It?
Yojanse Duarte
Ingeniero de Hardware
TripleCyber S.R.L.
RNC: 1-32-28980-3
Telefono:
|
By
Yojanse Duarte <Yojanse.Duarte@...>
·
#2937
·
|
|
Re: Executing a Post Build Batch File using CMake
Hi Casey,
Did you have a look at the global 'extra_post_build_commands' and
'extra_post_build_byproducts' properties mentioned in
zephyr/CMakeLists.txt?
Try searching around the source tree to see
Hi Casey,
Did you have a look at the global 'extra_post_build_commands' and
'extra_post_build_byproducts' properties mentioned in
zephyr/CMakeLists.txt?
Try searching around the source tree to see
|
By
Bolivar, Marti
·
#2936
·
|
|
Re: Executing a Post Build Batch File using CMake
Hi Casey,
I have been using `add_custom_command` to sign my generated images like this:
set(ZEPHYR_SIGNED_BIN ${ZEPHYR_BINARY_DIR}/zephyr.signed.bin)
set(MCUBOOT_SIGNING_KEY
Hi Casey,
I have been using `add_custom_command` to sign my generated images like this:
set(ZEPHYR_SIGNED_BIN ${ZEPHYR_BINARY_DIR}/zephyr.signed.bin)
set(MCUBOOT_SIGNING_KEY
|
By
mlsvrts
·
#2935
·
|
|
Executing a Post Build Batch File using CMake
Build Environment Details
Building Zephyr with CMake
ARM Platform (Nordic nrf5340)
Source and Build directories are out of tree.
My build directory is ${CMAKE_CURRENT_SOURCE_DIR}../../Executables
My
Build Environment Details
Building Zephyr with CMake
ARM Platform (Nordic nrf5340)
Source and Build directories are out of tree.
My build directory is ${CMAKE_CURRENT_SOURCE_DIR}../../Executables
My
|
By
Casey Shea
·
#2934
·
|
|
Re: Zephyr wi-fi shell on Windows 10: sending commands?
just in case someone will hit this issue
I solved it installing Putty terminal emulator on Windows 10
Gianluca
just in case someone will hit this issue
I solved it installing Putty terminal emulator on Windows 10
Gianluca
|
By
gianluca torta
·
#2933
·
|
|
Zephyr wi-fi shell on Windows 10: sending commands?
hi all,
I have added the wi-fi shell support to my Zephyr project, by adding the following options:
CONFIG_NET_L2_WIFI_SHELL=y
CONFIG_NET_SHELL=y
CONFIG_SHELL=y
I am on Windows 10 and use Tera Term
hi all,
I have added the wi-fi shell support to my Zephyr project, by adding the following options:
CONFIG_NET_L2_WIFI_SHELL=y
CONFIG_NET_SHELL=y
CONFIG_SHELL=y
I am on Windows 10 and use Tera Term
|
By
gianluca torta
·
#2932
·
|
|
West v0.13.0
Hello,
I'm announcing west v0.13.0.
This release allows you to associate arbitrary user data with the
manifest repository, and contains some fixes for errors related to path
handling.
There were
Hello,
I'm announcing west v0.13.0.
This release allows you to associate arbitrary user data with the
manifest repository, and contains some fixes for errors related to path
handling.
There were
|
By
Bolivar, Marti
·
#2931
·
|
|
Re: Compiling sample program on MAC 10.14 gets a compilation error
Hi,
Looks like my previous mail got mangled. Let me retry.
Since you are using a toolchain from homebrew following unofficial instructions from Adafruit, and you are getting an internal error message
Hi,
Looks like my previous mail got mangled. Let me retry.
Since you are using a toolchain from homebrew following unofficial instructions from Adafruit, and you are getting an internal error message
|
By
Bolivar, Marti
·
#2930
·
|
|
Re: Compiling sample program on MAC 10.14 gets a compilation error
On April 4, 2022 11:19 pm, Sowmya Krishnaswamy via lists.zephyrproject.org wrote:
> Hi,
>
> I am following the steps outlined in
>
> 1.
On April 4, 2022 11:19 pm, Sowmya Krishnaswamy via lists.zephyrproject.org wrote:
> Hi,
>
> I am following the steps outlined in
>
> 1.
|
By
Bolivar, Marti
·
#2929
·
|
|
Re: Enabling i2c on nucleo_f429zi
Hi David. I'm also not an expert, but I'll try to help you if I can. More experienced users can feel free to correct me on this.
First off, regarding "And accordingly its the devicetree contains an
Hi David. I'm also not an expert, but I'll try to help you if I can. More experienced users can feel free to correct me on this.
First off, regarding "And accordingly its the devicetree contains an
|
By
Jason Bens <jason.bens@...>
·
#2928
·
|
|
Enabling i2c on nucleo_f429zi
Hi there,
Quite new to zephyr and still reading its documentation actively. I've
been able to successfully generate, debug and use GPIO based
applications (following the very well documented blinky
Hi there,
Quite new to zephyr and still reading its documentation actively. I've
been able to successfully generate, debug and use GPIO based
applications (following the very well documented blinky
|
By
David Demelier <markand@...>
·
#2927
·
|
|
CC1310
Hello All, i can see cc1352R has a support for sub-GHz
Wanted to ask if cc1310 is supported to take 6LoWPAN and Zephyr?
Thanks,
Akshay
Hello All, i can see cc1352R has a support for sub-GHz
Wanted to ask if cc1310 is supported to take 6LoWPAN and Zephyr?
Thanks,
Akshay
|
By
Akshay Mishra
·
#2926
·
|
|
Compiling sample program on MAC 10.14 gets a compilation error
Hi,
I am following the steps outlined in
1. https://learn.adafruit.com/blinking-led-with-zephyr-rtos/installing-zephyr-osx
2.
Hi,
I am following the steps outlined in
1. https://learn.adafruit.com/blinking-led-with-zephyr-rtos/installing-zephyr-osx
2.
|
By
Sowmya Krishnaswamy <sokrishn@...>
·
#2925
·
|
|
Re: Suppress line breaks when using LOG_INF etc with RTT and Segger
#debugging
Hi Justin,
It is an option flag that can be used with log_output module which is a helper module for formatting log messages. Most of backends does not use it. It can be easily added to certain
Hi Justin,
It is an option flag that can be used with log_output module which is a helper module for formatting log messages. Most of backends does not use it. It can be easily added to certain
|
By
Chruściński, Krzysztof
·
#2924
·
|
|
Suppress line breaks when using LOG_INF etc with RTT and Segger
#debugging
I would have thought this was easy but I cannot seem to find a way to prevent LOG_INF etc from adding a line break to the log string.
I have found the following log flag definition in
I would have thought this was easy but I cannot seem to find a way to prevent LOG_INF etc from adding a line break to the log string.
I have found the following log flag definition in
|
By
justin.leavesley@...
·
#2923
·
|
|
Re: help with BLE HCI dual chip setup
thank you that did the trick :)
Anis
On 3/30/22 10:08, Cufi, Carles wrote:
thank you that did the trick :)
Anis
On 3/30/22 10:08, Cufi, Carles wrote:
|
By
Anis
·
#2922
·
|
|
The Zephyr Developer Summit Schedule is Live!
Members of the Zephyr Community:
The schedule for the Zephyr Developer Summit, taking place on June 8-9 (with an intro to Zephyr Day on June 7) in Mountain View, California, is now live! Click here
Members of the Zephyr Community:
The schedule for the Zephyr Developer Summit, taking place on June 8-9 (with an intro to Zephyr Day on June 7) in Mountain View, California, is now live! Click here
|
By
Maemalynn Meanor <maemalynn@...>
·
#2921
·
|
|
Zephyr v3.1 release date moved 1 week earlier
Hi everyone,
During today's Zephyr TSC meeting, we voted to move the release date for
Zephyr v3.1 to 1 week earlier. This affects the feature freeze date as
well, by the same amount of time.
Updated
Hi everyone,
During today's Zephyr TSC meeting, we voted to move the release date for
Zephyr v3.1 to 1 week earlier. This affects the feature freeze date as
well, by the same amount of time.
Updated
|
By
Bolivar, Marti
·
#2920
·
|
|
Re: help with BLE HCI dual chip setup
Hi there,
On the board acting as a Host (i.e. the one that is running the app, not the on running hci_uart) you need to add a chosen node for zephyr,bt-uart, like here:
Hi there,
On the board acting as a Host (i.e. the one that is running the app, not the on running hci_uart) you need to add a chosen node for zephyr,bt-uart, like here:
|
By
Carles Cufi
·
#2919
·
|
|
help with BLE HCI dual chip setup
Hello,
I am testing the dual chip configuration of the BLE.
I am using two nrf52dk boards and I would like to setup one as host and one as controller.
I am following the
Hello,
I am testing the dual chip configuration of the BLE.
I am using two nrf52dk boards and I would like to setup one as host and one as controller.
I am following the
|
By
Anis
·
#2918
·
|