|
question in zephyrproject
"Kinder, David B" <david.b.kinder@...> writes: FWIW, recent versions of pip3 install will warn you if ~/.local/bin (or wherever it installs packages with --user) are not on PATH, so hopefully th
"Kinder, David B" <david.b.kinder@...> writes: FWIW, recent versions of pip3 install will warn you if ~/.local/bin (or wherever it installs packages with --user) are not on PATH, so hopefully th
|
By
Bolivar, Marti
· #6300
·
|
|
question in zephyrproject
Jaemin Choi <jaeminy.choi@...> writes: Glad that part is resolved, sorry you're still (maybe) having problems. Is this still a problem for you? It looks like you are using the zephyr SDK as yo
Jaemin Choi <jaeminy.choi@...> writes: Glad that part is resolved, sorry you're still (maybe) having problems. Is this still a problem for you? It looks like you are using the zephyr SDK as yo
|
By
Bolivar, Marti
· #6344
·
|
|
how to get the verbose output the check the compile details using west?
The "west -vvv build" line is correct, but will potentially enable a lot more verbose output than is desired. The -v option can be given multiple times, and west build includes compiler output when it
The "west -vvv build" line is correct, but will potentially enable a lot more verbose output than is desired. The -v option can be given multiple times, and west build includes compiler output when it
|
By
Bolivar, Marti
· #6357
·
|
|
Announcing: mcuboot release 1.4.0-rc1
"David Brown via Lists.Zephyrproject.Org" <david.brown=linaro.org@...> writes: Replying with dev-mcuboot in CC. Thanks for this forward; I forgot to join that list when I switched
"David Brown via Lists.Zephyrproject.Org" <david.brown=linaro.org@...> writes: Replying with dev-mcuboot in CC. Thanks for this forward; I forgot to join that list when I switched
|
By
Bolivar, Marti
· #6378
·
|
|
Announcing: mcuboot release 1.4.0-rc1
"Bolivar, Marti via Lists.Zephyrproject.Org" <marti.bolivar=nordicsemi.no@...> writes: ... and again with that list in To: We really need the zephyr list to stop munging the header
"Bolivar, Marti via Lists.Zephyrproject.Org" <marti.bolivar=nordicsemi.no@...> writes: ... and again with that list in To: We really need the zephyr list to stop munging the header
|
By
Bolivar, Marti
· #6379
·
|
|
Require Help NRF52840 PCA 10059
Hi, "Muhammad Muh via Lists.Zephyrproject.Org" <muhammad.muh83=outlook.com@...> writes: I get what you mean, but we usually identify files using their paths. Example: zephyr/sample
Hi, "Muhammad Muh via Lists.Zephyrproject.Org" <muhammad.muh83=outlook.com@...> writes: I get what you mean, but we usually identify files using their paths. Example: zephyr/sample
|
By
Bolivar, Marti
· #6405
·
|
|
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 case: https://github.com/zephyrproject-rtos/zephyr/issues/19
"Jan Kloetzke via Lists.Zephyrproject.Org" <jan=kloetzke.net@...> writes: Sounds great! Please be aware of this in that case: https://github.com/zephyrproject-rtos/zephyr/issues/19
|
By
Bolivar, Marti
· #6430
·
|
|
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 d
"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 d
|
By
Bolivar, Marti
· #6437
·
|
|
ELC-E Zephyr Multiimage BoF - Bob Build Tool
Hi, "Jan Kloetzke via Lists.Zephyrproject.Org" <jan=kloetzke.net@...> writes: Plain "west update" updates all the repositories. You can say "west update project-1 project-2 ..." to
Hi, "Jan Kloetzke via Lists.Zephyrproject.Org" <jan=kloetzke.net@...> writes: Plain "west update" updates all the repositories. You can say "west update project-1 project-2 ..." to
|
By
Bolivar, Marti
· #6448
·
|
|
Managing/structuring multi image/binary projects for (OTA updatable products etc)
Hello Marc, "Sebastian Boe via Lists.Zephyrproject.Org" <Sebastian.Boe=nordicsemi.no@...> writes: I second Sebastian's suggestion to look at nRF Connect SDK (NCS). It has useful fe
Hello Marc, "Sebastian Boe via Lists.Zephyrproject.Org" <Sebastian.Boe=nordicsemi.no@...> writes: I second Sebastian's suggestion to look at nRF Connect SDK (NCS). It has useful fe
|
By
Bolivar, Marti
· #6565
·
|
|
Managing/structuring multi image/binary projects for (OTA updatable products etc)
Sorry for the double-post, but I realized that the latter half of my inline responses might be easy to ignore, so I'm going to hang a lantern on them with this email: "Bolivar, Marti via Lists.Zephyrp
Sorry for the double-post, but I realized that the latter half of my inline responses might be easy to ignore, so I'm going to hang a lantern on them with this email: "Bolivar, Marti via Lists.Zephyrp
|
By
Bolivar, Marti
· #6566
·
|
|
Firmware upgrade of hci_uart app by using bootloader in serial recovery mode
#ble
#hci
#nrf52480
#uart
Hi Mayank, I am surprised to say this doesn't appear to be covered in the MCUboot documentation. David, did I miss it somewhere? Mayank: you need at least three pins connecting the i.MX and nRF chips:
Hi Mayank, I am surprised to say this doesn't appear to be covered in the MCUboot documentation. David, did I miss it somewhere? Mayank: you need at least three pins connecting the i.MX and nRF chips:
|
By
Bolivar, Marti
· #6567
·
|
|
Feedback requested on west manifest imports
Hello Zephyr users and developers, We've just uploaded a pre-release version of west to PyPI with a new feature: manifest imports. We would like your feedback! For a short README you can follow to try
Hello Zephyr users and developers, We've just uploaded a pre-release version of west to PyPI with a new feature: manifest imports. We would like your feedback! For a short README you can follow to try
|
By
Bolivar, Marti
· #6640
·
|
|
Feedback requested on west manifest imports
Hello, I've cut a new west pre-release today (0.6.99.dev5) which is feature complete for manifest imports. The main new feature since 0.6.99.dev4 is you can now use whitelists and blacklists to filter
Hello, I've cut a new west pre-release today (0.6.99.dev5) which is feature complete for manifest imports. The main new feature since 0.6.99.dev4 is you can now use whitelists and blacklists to filter
|
By
Bolivar, Marti
· #6694
·
|
|
West 0.7.0 released, requires manual intervention on Ubuntu
Hello, West 0.7.0 has been released. The main new feature since 0.6.x is the addition of "manifest imports", which let you pull in west.yml files from elsewhere into your own manifest file. You can up
Hello, West 0.7.0 has been released. The main new feature since 0.6.x is the addition of "manifest imports", which let you pull in west.yml files from elsewhere into your own manifest file. You can up
|
By
Bolivar, Marti
· #6732
·
|
|
How can west commands be executed when doing ‘west update’?
Hello, I believe the west issue covering this feature request is: https://github.com/zephyrproject-rtos/west/issues/320 Please take a look and feel free to comment! Thanks, Marti "Li, Jun R via Lists.
Hello, I believe the west issue covering this feature request is: https://github.com/zephyrproject-rtos/west/issues/320 Please take a look and feel free to comment! Thanks, Marti "Li, Jun R via Lists.
|
By
Bolivar, Marti
· #6784
·
|
|
West 0.7.2 can't work
Please see https://lists.zephyrproject.org/g/announce/message/86 "FrankLi via Lists.Zephyrproject.Org" <lgl88911=163.com@...> writes:
Please see https://lists.zephyrproject.org/g/announce/message/86 "FrankLi via Lists.Zephyrproject.Org" <lgl88911=163.com@...> writes:
|
By
Bolivar, Marti
· #6866
·
|
|
Most BLE applications with nrf52 boards are broken on Version 2.1
The beacon sample builds for me at Zephyr v2.1.0 for nrf52_pc10040 with Zephyr SDK 0.11.1. Did you skip a 'west update' or need a --prisitine? "Li, Jun R via Lists.Zephyrproject.Org" <jun.r.li=intel.c
The beacon sample builds for me at Zephyr v2.1.0 for nrf52_pc10040 with Zephyr SDK 0.11.1. Did you skip a 'west update' or need a --prisitine? "Li, Jun R via Lists.Zephyrproject.Org" <jun.r.li=intel.c
|
By
Bolivar, Marti
· #6898
·
|
|
Dev-Review Meeting Agenda May 7
It's happening via Teams today: *Description:* Join Microsoft Teams Meeting: https://teams.microsoft.com/l/meetup-join/19%3ameeting_M2Q2ZDk4OWItMWE2MS00MTExLTkyYTQtNmUwOTA4MzgwOGYw%40thread.v2/0?conte
It's happening via Teams today: *Description:* Join Microsoft Teams Meeting: https://teams.microsoft.com/l/meetup-join/19%3ameeting_M2Q2ZDk4OWItMWE2MS00MTExLTkyYTQtNmUwOTA4MzgwOGYw%40thread.v2/0?conte
|
By
Bolivar, Marti
· #6991
·
|
|
override alias in test application
Hello, There's no need to open an issue. The alias should be named eeprom-0 in a DTS file, aliases { eeprom-0 = ...; }; but needs to be eeprom_0 (i.e. "lowercase-and-underscores" form) in C, because "
Hello, There's no need to open an issue. The alias should be named eeprom-0 in a DTS file, aliases { eeprom-0 = ...; }; but needs to be eeprom_0 (i.e. "lowercase-and-underscores" form) in C, because "
|
By
Bolivar, Marti
· #7081
·
|