|
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
·
|
|
Re: PCA10059 without additional debugger - non-volatile storage of settings
Hi Martin,
You have this in your DTS:
storage_partition: partition@fa000 {
label = "storage";
reg = < 0xfa000 0x4000 >;
};
You are setting the storage partition to 0xfa000, from your picture,
Hi Martin,
You have this in your DTS:
storage_partition: partition@fa000 {
label = "storage";
reg = < 0xfa000 0x4000 >;
};
You are setting the storage partition to 0xfa000, from your picture,
|
By
lairdjm
·
#5553
·
|
|
PCA10059 without additional debugger - non-volatile storage of settings
Hi,
I know it is a quite specific question, but I thought that maybe
someone has an idea into which direction to go..
I have some PCA10059 (nRF52-Dongles) lying around and would like to
make
Hi,
I know it is a quite specific question, but I thought that maybe
someone has an idea into which direction to go..
I have some PCA10059 (nRF52-Dongles) lying around and would like to
make
|
By
Martin <ma@...>
·
#5552
·
|
|
Re: Possibility to reduce the power consumption of peripheral device
#ble
#nrf52480
Hi.
It looks that you have HFCLK running all the time.
This is probably caused by small issue in power management code.
Please try to remove the calls to nrf_power_task_trigger() from
Hi.
It looks that you have HFCLK running all the time.
This is probably caused by small issue in power management code.
Please try to remove the calls to nrf_power_task_trigger() from
|
By
Zięcik, Piotr <piotr.ziecik@...>
·
#5551
·
|
|
Re: zephyr thread
The stack is not allocated in your example when you are using k_thread_create. Use the below code instead.
static K_THREAD_STACK_DEFINE(threadStack1, 1024);
static struct k_thread
The stack is not allocated in your example when you are using k_thread_create. Use the below code instead.
static K_THREAD_STACK_DEFINE(threadStack1, 1024);
static struct k_thread
|
By
Raj Gundi
·
#5550
·
|