|
New DT parser and code generation
All,
Just a heads up on some changes to the generation path for handling of DT.
Ulf and I have been working on a replacement for the DT parsing and Code Generation code. The replacement is in this
All,
Just a heads up on some changes to the generation path for handling of DT.
Ulf and I have been working on a replacement for the DT parsing and Code Generation code. The replacement is in this
|
By
Kumar Gala
·
#6121
·
|
|
Re: Development in Zephyr
Hi,
Thank you for your help. I have tried the commands given in the documentation and yours as well. My Python VersionPython 2.7.15+. I am getting the following errors after executing the commands
Hi,
Thank you for your help. I have tried the commands given in the documentation and yours as well. My Python VersionPython 2.7.15+. I am getting the following errors after executing the commands
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6120
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 07/25/2019 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 25 July 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 25 July 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6119
·
|
|
Dev Review Meeting Agenda - 25 Jul 2019
Here’s the issues/PRs on the agenda so far for this week’s Dev Review Meeting:
* Proposed development plan for Zephyr's POSIX subsystem:
Here’s the issues/PRs on the agenda so far for this week’s Dev Review Meeting:
* Proposed development plan for Zephyr's POSIX subsystem:
|
By
Kumar Gala
·
#6118
·
|
|
Re: One Questions about ZephyrOS
Hi Rockc:
Essentially, app code and kernel code will be combined into one image. Then that image will be flashed into target board. There is no support for program loader.
Hi Rockc:
Essentially, app code and kernel code will be combined into one image. Then that image will be flashed into target board. There is no support for program loader.
|
By
Wang, Steven L <steven.l.wang@...>
·
#6117
·
|
|
Mesh Proxy node communication with PC
#bluetoothmesh
Hello,
I am trying to send my mesh message from my proxy (that receive the message from my network) to my PC. I've understood that to do so, I should be using Mesh Proxy Data Out to notify my PC (GATT
Hello,
I am trying to send my mesh message from my proxy (that receive the message from my network) to my PC. I've understood that to do so, I should be using Mesh Proxy Data Out to notify my PC (GATT
|
By
paul.leguennec@...
·
#6116
·
|
|
Re: One Questions about ZephyrOS
Hi, Jennifer,
Thanks for the reply. I have a quick scan of the get-started-guide.
I do not see elf-loader support on Zephyr OS, as I know uClinux , NuttX can support it. Beacuse our application
Hi, Jennifer,
Thanks for the reply. I have a quick scan of the get-started-guide.
I do not see elf-loader support on Zephyr OS, as I know uClinux , NuttX can support it. Beacuse our application
|
By
"Explorer
·
#6115
·
|
|
Re: Development in Zephyr
Hi there,
Can you try this instead:
~/zephyrproject/zephyr$ west -v build -b nrf52840_pca10059 samples/basic/blinky
Then you can find the build output files in the build/ folder.
The
Hi there,
Can you try this instead:
~/zephyrproject/zephyr$ west -v build -b nrf52840_pca10059 samples/basic/blinky
Then you can find the build output files in the build/ folder.
The
|
By
Carles Cufi
·
#6114
·
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Hi there,
nrfutil does not support Python 3 for now. You will need to install Python 2 and then install nrfutil with its pip2.
Carles
From: devel@... <devel@...>On Behalf Of via
Hi there,
nrfutil does not support Python 3 for now. You will need to install Python 2 and then install nrfutil with its pip2.
Carles
From: devel@... <devel@...>On Behalf Of via
|
By
Carles Cufi
·
#6113
·
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Hi Muhammad,
it seems like you are depending on python 3.6 - I don't have my env on the machine I'm using right now, but seem to remember you need python 2 (I might be wrong)
br
Lars
Hi Muhammad,
it seems like you are depending on python 3.6 - I don't have my env on the machine I'm using right now, but seem to remember you need python 2 (I might be wrong)
br
Lars
|
By
Lars Knudsen
·
#6112
·
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Dear All,
In reference to the NRF52840 Dongle Example, yesterday i send you the problem with the first step i.e.
west build -b nrf52840_pca10059 zephyr/samples/basic/blinkyNow this step is going
Dear All,
In reference to the NRF52840 Dongle Example, yesterday i send you the problem with the first step i.e.
west build -b nrf52840_pca10059 zephyr/samples/basic/blinkyNow this step is going
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6111
·
|
|
Re: [EXT] [Zephyr-devel] Help flashing nxp MIMXRT1050-EVKB
Hello Flavio,
From what you describe, most probably you have an old version of SEGGER JLink on your host machine. I have the following version on my machine:
SEGGER J-Link Commander V6.46c (Compiled
Hello Flavio,
From what you describe, most probably you have an old version of SEGGER JLink on your host machine. I have the following version on my machine:
SEGGER J-Link Commander V6.46c (Compiled
|
By
Andrei Gansari
·
#6110
·
|
|
TSC meeting agenda for 24 Jul 2019
Hi all,
Here is the agenda for today's meeting:
* Vincent Lacroix from Systerel presentation on the OPC UA protocol
* TSC / Marketing Committee
Hi all,
Here is the agenda for today's meeting:
* Vincent Lacroix from Systerel presentation on the OPC UA protocol
* TSC / Marketing Committee
|
By
Carles Cufi
·
#6109
·
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Hi Muhammad,
I have an example project that needs a few changes to be compatible with the latest master (was using 1.14-rc) - but maybe it can be used for
Hi Muhammad,
I have an example project that needs a few changes to be compatible with the latest master (was using 1.14-rc) - but maybe it can be used for
|
By
Lars Knudsen
·
#6108
·
|
|
Re: Zephyr Sample Demo with nrf52840 Dongle
Hi Muhammad
I doubt anyone here can give you a better general write up then the documentation. So you need to provide information about the specific problem.
Which
Hi Muhammad
I doubt anyone here can give you a better general write up then the documentation. So you need to provide information about the specific problem.
Which
|
By
Serafin
·
#6107
·
|
|
how to make zephyr as a ble mesh provisioner?
Hello,
what are the steps required to make zephyr OS as a provisioner.
I flashed the sample board example of mesh over nordic pca10040 , and i cant provision it from BlueZ meshctl
Kindly provide me
Hello,
what are the steps required to make zephyr OS as a provisioner.
I flashed the sample board example of mesh over nordic pca10040 , and i cant provision it from BlueZ meshctl
Kindly provide me
|
By
rahul tiwari
·
#6106
·
|
|
Zephyr Sample Demo with nrf52840 Dongle
Dear,
I am totally new in Zephyr. I am new in the field of IoT programming. I have gone through the tutorial of zephyr. Learned some things. But now i want to go through the Sample examples of Blink
Dear,
I am totally new in Zephyr. I am new in the field of IoT programming. I have gone through the tutorial of zephyr. Learned some things. But now i want to go through the Sample examples of Blink
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6105
·
|
|
Help flashing nxp MIMXRT1050-EVKB
I'm trying to flash this board following our documentation with no
success. I've being installed the OpenSDA_V2_1.bin firmware but when I
try to flash I get the following error:
J-Link connection not
I'm trying to flash this board following our documentation with no
success. I've being installed the OpenSDA_V2_1.bin firmware but when I
try to flash I get the following error:
J-Link connection not
|
By
Flavio Ceolin
·
#6104
·
|
|
Fw: [Zephyr-devel] Development in Zephyr
Dear Mr Aldrich,
Hope you will be fine and in best of health. I have gone through the links which you have referred me. I found them very very useful. Thank you for your kind support. Now i have
Dear Mr Aldrich,
Hope you will be fine and in best of health. I have gone through the links which you have referred me. I found them very very useful. Thank you for your kind support. Now i have
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6103
·
|
|
[RFC] Proposed development plan for Zephyr's POSIX subsystem
Hello,
The POSIX subsystem in Zephyr catches attention of more and more users,
as a means to streamline porting of the software to Zephyr (just take
existing code and build it for Zephyr - what could
Hello,
The POSIX subsystem in Zephyr catches attention of more and more users,
as a means to streamline porting of the software to Zephyr (just take
existing code and build it for Zephyr - what could
|
By
Paul Sokolovsky
·
#6102
·
|