|
Re: MCUBoot as a west module
Hi Marti.
[MB] Alright, I had seen it in https://github.com/NordicPlayground/fw-nrfconnect-nrf. But since I could not get the partition manager to use the external flash device, I have been switching
Hi Marti.
[MB] Alright, I had seen it in https://github.com/NordicPlayground/fw-nrfconnect-nrf. But since I could not get the partition manager to use the external flash device, I have been switching
|
By
Becker Markus
·
#1698
·
|
|
Re: MCUBoot as a west module
"Becker Markus via Lists.Zephyrproject.Org"
<markus.becker=tridonic.com@...> writes:
A single merged hex isn't possible upstream, but mcuboot is being added
as a west module
"Becker Markus via Lists.Zephyrproject.Org"
<markus.becker=tridonic.com@...> writes:
A single merged hex isn't possible upstream, but mcuboot is being added
as a west module
|
By
Bolivar, Marti
·
#1697
·
|
|
MCUBoot as a west module
Hi,
I am trying to get Zephyr up and running with MCUboot as bootloader.
Is the documentation at https://juullabs-oss.github.io/mcuboot/readme-zephyr.html up-to-date?
Or is there a
Hi,
I am trying to get Zephyr up and running with MCUboot as bootloader.
Is the documentation at https://juullabs-oss.github.io/mcuboot/readme-zephyr.html up-to-date?
Or is there a
|
By
Becker Markus
·
#1696
·
|
|
Re: marat
Try removing D: from-DBOARD_ROOT=D:\CoIDE\UPS_SecurityBoard\boards
You can also try a relative path.
Marc
From:<users@...> on behalf of Erwan Gouriou <erwan.gouriou@...>
Date: Friday, 13
Try removing D: from-DBOARD_ROOT=D:\CoIDE\UPS_SecurityBoard\boards
You can also try a relative path.
Marc
From:<users@...> on behalf of Erwan Gouriou <erwan.gouriou@...>
Date: Friday, 13
|
By
Marc Herbert
·
#1695
·
|
|
Re: marat
Hi Murad,
Seems Cmake somehow convert you build path to a reserved Cmake string that trigger the issue.
I'm not familiar with build on windows, but I'd suggest to work around your build path.
Erwan
Hi Murad,
Seems Cmake somehow convert you build path to a reserved Cmake string that trigger the issue.
I'm not familiar with build on windows, but I'd suggest to work around your build path.
Erwan
|
By
Erwan Gouriou
·
#1694
·
|
|
marat
Hi! I make new board (stm32l433) and i cant start building with "west". It's messages in my Windows terminal. What i do wrong?
D:\CoIDE\UPS_SecurityBoard\sample_a_board>west build -b peus_l433rc --
Hi! I make new board (stm32l433) and i cant start building with "west". It's messages in my Windows terminal. What i do wrong?
D:\CoIDE\UPS_SecurityBoard\sample_a_board>west build -b peus_l433rc --
|
By
murad.durdyev.1989@...
·
#1693
·
|
|
Re: Documentation in PDF
Following up, we found issues with some images that were preventing a PDF flavor of the documentation to be built, and these images have been fixed in the master branch.
-- david
Following up, we found issues with some images that were preventing a PDF flavor of the documentation to be built, and these images have been fixed in the master branch.
-- david
|
By
Kinder, David B <david.b.kinder@...>
·
#1692
·
|
|
Re: Documentation in PDF
Hi Karol,
Have you tried this on Linux:
cd zephyr
make pdfdocs
Cheers,
Marc
From:<users@...> on behalf of Karol P <karprzy7@...>
Date: Wednesday, 11 September 2019 at
Hi Karol,
Have you tried this on Linux:
cd zephyr
make pdfdocs
Cheers,
Marc
From:<users@...> on behalf of Karol P <karprzy7@...>
Date: Wednesday, 11 September 2019 at
|
By
Marc Herbert
·
#1691
·
|
|
Documentation in PDF
Hi all,
I was wondering if there is available source for zephyr's documentation in PDF or any format that will look good printed without much hassle.
I'd like to read e.g. this, make my own notes and
Hi all,
I was wondering if there is available source for zephyr's documentation in PDF or any format that will look good printed without much hassle.
I'd like to read e.g. this, make my own notes and
|
By
Karol P
·
#1690
·
|
|
Error in services launch sequence
#debugging
#eclipse
#gdb
Hello,
I am trying to setup Eclipse with GNU MCU Eclipse plugin as an IDE debugger for Zephyr under Ubuntu 19.04. That is mainly in hopes to be able to debug with multiple threads, since I can't seem
Hello,
I am trying to setup Eclipse with GNU MCU Eclipse plugin as an IDE debugger for Zephyr under Ubuntu 19.04. That is mainly in hopes to be able to debug with multiple threads, since I can't seem
|
By
Peter <nimac.peter@...>
·
#1689
·
|
|
Re: west and (no) data loss, was: Re: [Zephyr-users] Do not use west v0.6.1; upgrade to v0.6.2
Hello Marti,
"Bolivar, Marti" <Marti.Bolivar@...> wrote:
[]
It definitely does, and I much appreciate the detailed response
(hopefully you wrote it not just as a response, but also a
Hello Marti,
"Bolivar, Marti" <Marti.Bolivar@...> wrote:
[]
It definitely does, and I much appreciate the detailed response
(hopefully you wrote it not just as a response, but also a
|
By
Paul Sokolovsky
·
#1688
·
|
|
API meeting: Agenda
Hi all,
This week we will look at:
- GPIO: Update on progress
- Roadmap for GPIO inclusion: https://github.com/zephyrproject-rtos/zephyr/issues/18530
- Merge
Hi all,
This week we will look at:
- GPIO: Update on progress
- Roadmap for GPIO inclusion: https://github.com/zephyrproject-rtos/zephyr/issues/18530
- Merge
|
By
Carles Cufi
·
#1687
·
|
|
Bluetooth security
#ble
Hi,
I was sent the below link recently regarding CVE2018-5383 and I was curious if there was any issue with Zephyr's Bluetooth implementation. I did a search through the mailing list, github and
Hi,
I was sent the below link recently regarding CVE2018-5383 and I was curious if there was any issue with Zephyr's Bluetooth implementation. I did a search through the mailing list, github and
|
By
Nick Ward
·
#1686
·
|
|
Re: west and (no) data loss, was: Re: [Zephyr-users] Do not use west v0.6.1; upgrade to v0.6.2
Thanks Martà for the extensive explanation.
I just want to add one more comment
This is also the rationale behind leaving west projects in a detached HEAD state. If we were to use a specific branch
Thanks Martà for the extensive explanation.
I just want to add one more comment
This is also the rationale behind leaving west projects in a detached HEAD state. If we were to use a specific branch
|
By
Carles Cufi
·
#1685
·
|
|
Re: west and (no) data loss, was: Re: [Zephyr-users] Do not use west v0.6.1; upgrade to v0.6.2
Hi Paul,
These are important questions, and I'm glad you've asked them. I will
try to provide a fair amount of detail along with short answers.
Paul Sokolovsky <paul.sokolovsky@...>
Hi Paul,
These are important questions, and I'm glad you've asked them. I will
try to provide a fair amount of detail along with short answers.
Paul Sokolovsky <paul.sokolovsky@...>
|
By
Bolivar, Marti
·
#1684
·
|
|
west and (no) data loss, was: Re: [Zephyr-users] Do not use west v0.6.1; upgrade to v0.6.2
Hello Marti,
"Bolivar, Marti" <marti.bolivar@...> wrote:
Speaking of data loss... I figure I have local changes in modules
managed (stroked thru) initially checked out by west. Can west
Hello Marti,
"Bolivar, Marti" <marti.bolivar@...> wrote:
Speaking of data loss... I figure I have local changes in modules
managed (stroked thru) initially checked out by west. Can west
|
By
Paul Sokolovsky
·
#1683
·
|
|
#usb wifi adapter support
#usb
I'm looking for information on supporting a #usb based wifi adapter, with or without off-loaded stack support?
--tnx
--tom
I'm looking for information on supporting a #usb based wifi adapter, with or without off-loaded stack support?
--tnx
--tom
|
By
thomasu1@...
·
#1682
·
|
|
How to configure BLE scanning for optimal effective time scanning
#ble
#bluetooth
Hi all,
We are trying to optimise our device for BLE advertisement reception. We are using Zephyr 1.14 with a nRF52832 module that is configured for up to 4 BLE connections (with our device acting as
Hi all,
We are trying to optimise our device for BLE advertisement reception. We are using Zephyr 1.14 with a nRF52832 module that is configured for up to 4 BLE connections (with our device acting as
|
By
nick.ward@...
·
#1681
·
|
|
BLE advertising channel selection for nRF52840
Hi,
Please let me know if there is a way to restrict advertising to a given primary channel. I am using nRF52840 USB dongle.
Rgds,
Venkat.
Hi,
Please let me know if there is a way to restrict advertising to a given primary channel. I am using nRF52840 USB dongle.
Rgds,
Venkat.
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1680
·
|
|
Re: C++ support (Eclipse CDT4) - 'printk' could not be resolved
#west
"leonardomt via Lists.Zephyrproject.Org"
<leonardomt=gmail.com@...> writes:
No, sorry, I just built it on the command line.
I'm not an Eclipse user, sorry :(. It does sound like
"leonardomt via Lists.Zephyrproject.Org"
<leonardomt=gmail.com@...> writes:
No, sorry, I just built it on the command line.
I'm not an Eclipse user, sorry :(. It does sound like
|
By
Bolivar, Marti
·
#1679
·
|