|
Re: ELC-E Zephyr Multiimage BoF - Bob Build Tool
Yes, that's correct. It's covered here:
https://bob-build-tool.readthedocs.io/en/latest/manual/configuration.html#checkoutscm
That looks indeed useful.
I was wondering if there is a way to select
Yes, that's correct. It's covered here:
https://bob-build-tool.readthedocs.io/en/latest/manual/configuration.html#checkoutscm
That looks indeed useful.
I was wondering if there is a way to select
|
By
Jan Kloetzke <jan@...>
·
#6447
·
|
|
Re: Event-driven architecture in Zephyr
Hi Jeff,
As far as I know Zephyr does not have any such mechanism. This is why we have created the Event Manger. The aim was to keep it universal but since it was done to satisfy needs of a certain
Hi Jeff,
As far as I know Zephyr does not have any such mechanism. This is why we have created the Event Manger. The aim was to keep it universal but since it was done to satisfy needs of a certain
|
By
pawel.dunaj@...
·
#6446
·
|
|
Re: Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Mayank,
If you are using UART as a connection type, then please disable other communication channels like BT and shell - at least in my case with STM32 it helped.
I assume that flash partition
Hi Mayank,
If you are using UART as a connection type, then please disable other communication channels like BT and shell - at least in my case with STM32 it helped.
I assume that flash partition
|
By
Adam Podogrocki
·
#6445
·
|
|
Re: Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Adam,
Thanks for the quick reply.I have flashed MCUBOOT (0x0 to 0x8000) and smp_svr (0xC000 to 0x27000).
The flag CONFIG_UART_MCUMGR_ON_DEV_NAME is defaults to 'UART_0'.
My DTS file has following
Hi Adam,
Thanks for the quick reply.I have flashed MCUBOOT (0x0 to 0x8000) and smp_svr (0xC000 to 0x27000).
The flag CONFIG_UART_MCUMGR_ON_DEV_NAME is defaults to 'UART_0'.
My DTS file has following
|
By
Mayank <mayank7117@...>
·
#6444
·
|
|
Event-driven architecture in Zephyr
Hi all,
I’m trying to implement an event driven architecture within Zephyr. My goal is to have multiple event handlers trigger on each event. ex. power monitor emits a “low battery” event ->
Hi all,
I’m trying to implement an event driven architecture within Zephyr. My goal is to have multiple event handlers trigger on each event. ex. power monitor emits a “low battery” event ->
|
By
Jeff Langballe <Jeff.langballe@...>
·
#6443
·
|
|
Re: How to specify flash offset for a new board
As well
CONFIG_FLASH_LOAD_OFFSET=0x20000
in proj.conf works fine for stm32f4xx MCUs
As well
CONFIG_FLASH_LOAD_OFFSET=0x20000
in proj.conf works fine for stm32f4xx MCUs
|
By
Stefan Jaritz
·
#6442
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 11/05/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 5 November 2019, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 5 November 2019, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6441
·
|
|
Re: Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Mayank,
If you are sure the partition layout of flash memory is correct and you flashed MCUboot and SMP_SVR sample respectively, then please check if the CONFIG_UART_MCUMGR_ON_DEV_NAME is set
Hi Mayank,
If you are sure the partition layout of flash memory is correct and you flashed MCUboot and SMP_SVR sample respectively, then please check if the CONFIG_UART_MCUMGR_ON_DEV_NAME is set
|
By
Adam Podogrocki
·
#6440
·
|
|
API meeting: agenda
Hi all,
This week we will look at GPIO:
- GPIO: Update on progress
- Look at the PRs with driver conversion (https://github.com/zephyrproject-rtos/zephyr/issues/18530)
- Check users of GPIO
Hi all,
This week we will look at GPIO:
- GPIO: Update on progress
- Look at the PRs with driver conversion (https://github.com/zephyrproject-rtos/zephyr/issues/18530)
- Check users of GPIO
|
By
Carles Cufi
·
#6439
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi,
I have nrf52840 on my custom board (Based on IMX6, Running Yocto linux) which is connected over UART.
I want to do an OTA of zephyr OS on that chip over serial/ble and for that i had already tried
Hi,
I have nrf52840 on my custom board (Based on IMX6, Running Yocto linux) which is connected over UART.
I want to do an OTA of zephyr OS on that chip over serial/ble and for that i had already tried
|
By
mayank7117@...
·
#6438
·
|
|
Re: ELC-E Zephyr Multiimage BoF - Bob Build Tool
"Jan Kloetzke via Lists.Zephyrproject.Org"
<jan=kloetzke.net@...> writes:
Seems like zephyr.yaml is the file controlling this in a map called
checkoutSCM. (I haven't read the bob
"Jan Kloetzke via Lists.Zephyrproject.Org"
<jan=kloetzke.net@...> writes:
Seems like zephyr.yaml is the file controlling this in a map called
checkoutSCM. (I haven't read the bob
|
By
Bolivar, Marti
·
#6437
·
|
|
Re: Add support for frdm_kl46z
Hi Michele,
Yes, this would be a welcome addition.
Maureen
Hi Michele,
Yes, this would be a welcome addition.
Maureen
|
By
Maureen Helm
·
#6436
·
|
|
Re: How to specify flash offset for a new board
Hi Kees and Jan,
Zephyr links the code for a code partition specified in the dts as shown above by Jan by specifying in the proj.conf
Hi Kees and Jan,
Zephyr links the code for a code partition specified in the dts as shown above by Jan by specifying in the proj.conf
|
By
laczenJMS
·
#6435
·
|
|
Re: How to specify flash offset for a new board
Hi Kees,
You can do this by creating a partition in a device tree configuration and set the chosen node"zephyr,code-partition" to point to this partition.
See following files for an example:
Reel
Hi Kees,
You can do this by creating a partition in a device tree configuration and set the chosen node"zephyr,code-partition" to point to this partition.
See following files for an example:
Reel
|
By
Jan Van Winkel
·
#6434
·
|
|
How to specify flash offset for a new board
Hi,
I want to add support for my Sodaq boards. These are SAMD21, Arduino Zero compatible boards with the Arduino bootloaders on them. So, I want the code (flash) to be located at an offset of 0x2000.
Hi,
I want to add support for my Sodaq boards. These are SAMD21, Arduino Zero compatible boards with the Arduino bootloaders on them. So, I want the code (flash) to be located at an offset of 0x2000.
|
By
kees@...
·
#6433
·
|
|
Re: ELC-E Zephyr Multiimage BoF - Bob Build Tool
Ok, here it is: https://github.com/jkloetzke/zephyr-example-recipes
There is a README.md with a short overview. Basically you just have to
clone the recipes and build it:
$ git clone
Ok, here it is: https://github.com/jkloetzke/zephyr-example-recipes
There is a README.md with a short overview. Basically you just have to
clone the recipes and build it:
$ git clone
|
By
Jan Kloetzke <jan@...>
·
#6432
·
|
|
Add support for frdm_kl46z
Hi all,
I would like to add support for NXP frdm_kl46z evaluation board, starting from what already done for frdm_kl25z.
If useful I will move forward.
Michele
Hi all,
I would like to add support for NXP frdm_kl46z evaluation board, starting from what already done for frdm_kl25z.
If useful I will move forward.
Michele
|
By
mdecandia@...
·
#6431
·
|
|
Re: ELC-E Zephyr Multiimage BoF - Bob Build Tool
"Jan Kloetzke via Lists.Zephyrproject.Org"
<jan=kloetzke.net@...> writes:
Sounds great!
Please be aware of this in that
"Jan Kloetzke via Lists.Zephyrproject.Org"
<jan=kloetzke.net@...> writes:
Sounds great!
Please be aware of this in that
|
By
Bolivar, Marti
·
#6430
·
|
|
Re: Need help in implementing a IPv4 based multicast listener application
#networking
#samples
Hello,
"Jukka Rissanen" <jukka.rissanen@...> wrote:
For reference, there already exists a ticket for this feature:
https://github.com/zephyrproject-rtos/zephyr/issues/2336 ,
Hello,
"Jukka Rissanen" <jukka.rissanen@...> wrote:
For reference, there already exists a ticket for this feature:
https://github.com/zephyrproject-rtos/zephyr/issues/2336 ,
|
By
Paul Sokolovsky
·
#6429
·
|
|
Re: support BT 4.2 for 51824
Hi Tommy,
It really depends on which features you want from 4.2, but Zephyr 1.14 technically supports Bluetooth 4.2 on the nRF51.
Carles
Hi Tommy,
It really depends on which features you want from 4.2, but Zephyr 1.14 technically supports Bluetooth 4.2 on the nRF51.
Carles
|
By
Carles Cufi
·
#6428
·
|