|
How does Zephyr brings dts, kernel, driver & user app together?
Hej,
I like to create an user app that uses 2 IC connected via I2C with my MCU. Doing this is a bit tricky because I am missing some documentation, that is describing how the whole process
Hej,
I like to create an user app that uses 2 IC connected via I2C with my MCU. Doing this is a bit tricky because I am missing some documentation, that is describing how the whole process
|
By
Stefan Jaritz
·
#5573
·
|
|
Re: PCA10059 without additional debugger - non-volatile storage of settings
Hi,
in case anyone else is interested: lemrey has reworked the patch at
https://github.com/zephyrproject-rtos/zephyr/pull/11210 today to
address some comments. With the update, non-volatile storage
Hi,
in case anyone else is interested: lemrey has reworked the patch at
https://github.com/zephyrproject-rtos/zephyr/pull/11210 today to
address some comments. With the update, non-volatile storage
|
By
Martin <ma@...>
·
#5572
·
|
|
Re: Minimum required CMake version is now 3.13.1
Yeah, forgot that the docs get updated only once a dayL
Documentation is now being updated and will be available in the new version shortly.
Anas
Yeah, forgot that the docs get updated only once a dayL
Documentation is now being updated and will be available in the new version shortly.
Anas
|
By
Nashif, Anas
·
#5571
·
|
|
Re: Minimum required CMake version is now 3.13.1
Uh... those instructions still tell you to get cmake 3.8.2 :)
The latest is currently at https://cmake.org/files/LatestRelease/cmake-3.13.2-Linux-x86_64.sh it seems.
Andy
Uh... those instructions still tell you to get cmake 3.8.2 :)
The latest is currently at https://cmake.org/files/LatestRelease/cmake-3.13.2-Linux-x86_64.sh it seems.
Andy
|
By
Andy Ross
·
#5570
·
|
|
Re: Minimum required CMake version is now 3.13.1
s/not/now/ in the title J
s/not/now/ in the title J
|
By
Nashif, Anas
·
#5569
·
|
|
Minimum required CMake version is not 3.13.1
Hi,
We have changed the minimal requirement version of cmake to 3.13.1 meaning that you are required to update cmake on your system to build Zephyr.
Please follow the documentation below to
Hi,
We have changed the minimal requirement version of cmake to 3.13.1 meaning that you are required to update cmake on your system to build Zephyr.
Please follow the documentation below to
|
By
Nashif, Anas
·
#5568
·
|
|
Re: Disabling Multithreading
Thanks Carles. This is what I had in my mind too. This is already done for the generic spi flash driver (drivers/flash/spi_nor.c). I’ll hope that’s all that’s required. Thanks again.
Thanks Carles. This is what I had in my mind too. This is already done for the generic spi flash driver (drivers/flash/spi_nor.c). I’ll hope that’s all that’s required. Thanks again.
|
By
Raj Gundi
·
#5567
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi Carles,
Manually adding your new code lines to my jlink.py works.
Regards,
Bo
Hi Carles,
Manually adding your new code lines to my jlink.py works.
Regards,
Bo
|
By
Bo.Kragelund@...
·
#5566
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Thanks.
I’ve sent a PR to the west repo to fix this. If you could test it (simply get the file and overwrite your local jlink.py) and approve it it would be most
Thanks.
I’ve sent a PR to the west repo to fix this. If you could test it (simply get the file and overwrite your local jlink.py) and approve it it would be most
|
By
Carles Cufi
·
#5565
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi Carles,
Number 2 works fine.
Thanks a lot.
Regards,
Bo
Hi Carles,
Number 2 works fine.
Thanks a lot.
Regards,
Bo
|
By
Bo.Kragelund@...
·
#5564
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Right, I think I know what is going on, the default value in the constructor is not being used.
I believe there are 2 ways to try and fix the issue until we submit a patch:
Add a line
Right, I think I know what is going on, the default value in the constructor is not being used.
I believe there are 2 ways to try and fix the issue until we submit a patch:
Add a line
|
By
Carles Cufi
·
#5563
·
|
|
Re: Disabling Multithreading
Hi Raj,
The issue with CONFIG_MULTITHREADING is that it was never properly supported. It was added for MCUboot and considered for removal a couple of times, but that never happened because the
Hi Raj,
The issue with CONFIG_MULTITHREADING is that it was never properly supported. It was added for MCUboot and considered for removal a couple of times, but that never happened because the
|
By
Carles Cufi
·
#5562
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi Carles,
And thank you very much for your quick response.
I have renamed 'JLinkExe' to 'JLink.exe' in line 20 of my local jlink.py.
I also renamed 'JLinkGDBServer' to 'JLinkGDBServer.exe' in line
Hi Carles,
And thank you very much for your quick response.
I have renamed 'JLinkExe' to 'JLink.exe' in line 20 of my local jlink.py.
I also renamed 'JLinkGDBServer' to 'JLinkGDBServer.exe' in line
|
By
Bo.Kragelund@...
·
#5561
·
|
|
Re: Disabling Multithreading
Hi Carles,
Guess this mail got buried while you were away. Please help me out here.
Regards,
Raj
Hi Carles,
Guess this mail got buried while you were away. Please help me out here.
Regards,
Raj
|
By
Raj Gundi
·
#5560
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
The same problem occurs using the nxp kw41z board and windows 10
The same problem occurs using the nxp kw41z board and windows 10
|
By
Marcio Montenegro
·
#5559
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi there,
The jlink runner will try to execute a file named “JLinkExe”. This exists on Linux but I just checked my Windows machine and it is named differently, namely “JLink.exe”’.
I
Hi there,
The jlink runner will try to execute a file named “JLinkExe”. This exists on Linux but I just checked my Windows machine and it is named differently, namely “JLink.exe”’.
I
|
By
Carles Cufi
·
#5558
·
|
|
FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi,
I have followed the getting started guide and installed zephyr, GNU, and tools on a Windows 7 machine and now trying to build and flash the "hello_world" sample.
I'm following the guidelines for
Hi,
I have followed the getting started guide and installed zephyr, GNU, and tools on a Windows 7 machine and now trying to build and flash the "hello_world" sample.
I'm following the guidelines for
|
By
Bo.Kragelund@...
·
#5557
·
|
|
Integration of central and peripheral code
#nrf52832
Hi all,
is there any example that supports both central and peripheral roles?
I would like to integrate central and peripheral roles into rpl_node example.
I have successfully integrated peripheral
Hi all,
is there any example that supports both central and peripheral roles?
I would like to integrate central and peripheral roles into rpl_node example.
I have successfully integrated peripheral
|
By
Akash Naidu <akashnaiduece@...>
·
#5556
·
|
|
How to build images for client or server in bluetooth mesh examples?
#bluetoothmesh
I noticed that in these examples, there's only one main.c file, and only one image file would be built, it can support different hardware, but seems not different roles?
Bluetooth Mesh is supposed to
I noticed that in these examples, there's only one main.c file, and only one image file would be built, it can support different hardware, but seems not different roles?
Bluetooth Mesh is supposed to
|
By
wxzzzh
·
#5555
·
|
|
Re: PCA10059 without additional debugger - non-volatile storage of settings
Hi Jamie,
thanks!
I was already trying different values, such as
storage_partition: partition@b0000 {
label = "storage";
reg = < 0xb0000 0x4000 >;
};
unfortunately without success.. The
Hi Jamie,
thanks!
I was already trying different values, such as
storage_partition: partition@b0000 {
label = "storage";
reg = < 0xb0000 0x4000 >;
};
unfortunately without success.. The
|
By
Martin <ma@...>
·
#5554
·
|