|
debug with mcuboot
How could I create image that will be signed that mcuboot will recognise it as valid image.
I wuild like to sign image with imgtool.py in ninja script after build (target all) was succesfull.
Thanks
How could I create image that will be signed that mcuboot will recognise it as valid image.
I wuild like to sign image with imgtool.py in ninja script after build (target all) was succesfull.
Thanks
|
By
robert.konc@...
·
#4975
·
|
|
Re: bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi Declan,
Could you enable the following options and try to take another log:
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_DEBUG_HCI_CORE=y
If I remember right, EIO is just a generic mapping to any HCI
Hi Declan,
Could you enable the following options and try to take another log:
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_DEBUG_HCI_CORE=y
If I remember right, EIO is just a generic mapping to any HCI
|
By
Johan Hedberg
·
#4974
·
|
|
bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi,
I have a basic project that scans for 5 seconds, then stops for one second - then repeats forever.
After exactly 128 cycles, the 129th scan start (and all after that) fails with error code -5
Hi,
I have a basic project that scans for 5 seconds, then stops for one second - then repeats forever.
After exactly 128 cycles, the 129th scan start (and all after that) fails with error code -5
|
By
Declan Traill <declan.traill@...>
·
#4973
·
|
|
Re: Development cycle of Zephyr 1.13 is coming to an end
Hi,
We are waiting on 4 PRs to be addressed and merged before we create RC1. So expect and RC1 tomorrow the latest.
Anas
Hi,
We are waiting on 4 PRs to be addressed and merged before we create RC1. So expect and RC1 tomorrow the latest.
Anas
|
By
Nashif, Anas
·
#4972
·
|
|
Re: Flash configuration in dts file
I wonder if you are running into the same bug I've found in the
extraction script, which assumes the partition reg values are absolute
rather than relative. I've included the patch below if you want
I wonder if you are running into the same bug I've found in the
extraction script, which assumes the partition reg values are absolute
rather than relative. I've included the patch below if you want
|
By
David Brown
·
#4971
·
|
|
Re: Segger SystemView sample
Hi,
Still need to try this with the K64F, but the tracing system has been overhauled and now you can enable systemview tracing with any application.
Hi,
Still need to try this with the K64F, but the tracing system has been overhauled and now you can enable systemview tracing with any application.
|
By
Nashif, Anas
·
#4970
·
|
|
Re: help building using the latest zephyr version (nRF52840, pca10056)
Hi,
This looks like the culprit. Looks for the WAITQ_FAST Kconfig
in your prj.conf (or possibly elsewhere if you made changes).
This Kconfig does not exist in v1.11 or v1.12, so I do not
know where
Hi,
This looks like the culprit. Looks for the WAITQ_FAST Kconfig
in your prj.conf (or possibly elsewhere if you made changes).
This Kconfig does not exist in v1.11 or v1.12, so I do not
know where
|
By
Florian Vaussard
·
#4969
·
|
|
Re: help building using the latest zephyr version (nRF52840, pca10056)
Hi there,
+Ulf, who should be able to help you with the Kconfig issues.
Regards,
Carles
Hi there,
+Ulf, who should be able to help you with the Kconfig issues.
Regards,
Carles
|
By
Carles Cufi
·
#4968
·
|
|
Re: Zephyr development news, 20 August 2018
Sure thing! Sorry for the long delay since the last one. Summertime...
Sure thing! Sorry for the long delay since the last one. Summertime...
|
By
Marti Bolivar <marti@...>
·
#4967
·
|
|
Re: Zephyr development news, 20 August 2018
Thank you Marti!
By
Thea Aldrich
·
#4966
·
|
|
Zephyr development news, 20 August 2018
Hello,
This is the 20 August 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
An HTML version is available
Hello,
This is the 20 August 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
An HTML version is available
|
By
Marti Bolivar <marti@...>
·
#4965
·
|
|
help building using the latest zephyr version (nRF52840, pca10056)
Hi All,
My app does not build under the new version (1.12.99). I have been successfully building this app using versions <= 1.12.rc2
The issues were very likely described and debated by the group,
Hi All,
My app does not build under the new version (1.12.99). I have been successfully building this app using versions <= 1.12.rc2
The issues were very likely described and debated by the group,
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#4964
·
|
|
Re: Flash configuration in dts file
I’m not deeply familiar with FLASH configurations but it looks like CONFIG_FLASH_LOAD_SIZE is only really used in the cortex_m/scripts/linker.ld where it sets the ROM_SIZE to CONFIG_LOAD_SIZE if the
I’m not deeply familiar with FLASH configurations but it looks like CONFIG_FLASH_LOAD_SIZE is only really used in the cortex_m/scripts/linker.ld where it sets the ROM_SIZE to CONFIG_LOAD_SIZE if the
|
By
David Leach
·
#4963
·
|
|
Re: Flash configuration in dts file
Thank you for your answer.
However when I did like you (see below first case) the configuration is not good.
Indeed the application starts correctly but CONFIG_FLASH_LOAD_SIZE is set to 0 :
First
Thank you for your answer.
However when I did like you (see below first case) the configuration is not good.
Indeed the application starts correctly but CONFIG_FLASH_LOAD_SIZE is set to 0 :
First
|
By
Laurence Pasteau
·
#4962
·
|
|
Re: Cpp support on Zephyr
#gettingstartedguide
Hi,
You can check project: tests/application_development/cpp
AFAIK it is possible to build openthread written in C++ for Zephyr if
you want more complex example.
Best regards
Andrei Emeltchenko
Hi,
You can check project: tests/application_development/cpp
AFAIK it is possible to build openthread written in C++ for Zephyr if
you want more complex example.
Best regards
Andrei Emeltchenko
|
By
Andrei
·
#4961
·
|
|
C++ compile error
Hi,
I am getting the following error while I want to compile my c++ project.
The CMAKE_CXX_COMPILER:
c:/gccarmemb/bin/arm-none-eabi-g++
is not a full path to an existing compiler tool.
Hi,
I am getting the following error while I want to compile my c++ project.
The CMAKE_CXX_COMPILER:
c:/gccarmemb/bin/arm-none-eabi-g++
is not a full path to an existing compiler tool.
|
By
miem@...
·
#4960
·
|
|
Re: Zephyr IPv6 default router / prefix networking options
Hi Michael,
This would be most standard configuration but as you said, if the
network is very tiny it is kind of overkill to use radvd. But if you
are moving the device around, then this is
Hi Michael,
This would be most standard configuration but as you said, if the
network is very tiny it is kind of overkill to use radvd. But if you
are moving the device around, then this is
|
By
Jukka Rissanen
·
#4959
·
|
|
Re: Enable SPI driver on nrf52840
Hi,
The drivers are not experimental, you can use both I2C and SPI. Have you tried different instances of the peripherals?
i.e. I2C_0 and SPI_1 ?
If you are facing an issue, do provide
Hi,
The drivers are not experimental, you can use both I2C and SPI. Have you tried different instances of the peripherals?
i.e. I2C_0 and SPI_1 ?
If you are facing an issue, do provide
|
By
Chettimada, Vinayak Kariappa
·
#4958
·
|
|
Breaking changes to network config settings
Hello,
For the 1.13 release, networking configuration library ("net_conf") was
split from net_app library, because it always was independent from the
rest of net_app, and is useful even for apps
Hello,
For the 1.13 release, networking configuration library ("net_conf") was
split from net_app library, because it always was independent from the
rest of net_app, and is useful even for apps
|
By
Paul Sokolovsky
·
#4957
·
|
|
Enable SPI driver on nrf52840
Has anyone successfully enabled spi driver on the nordic nrf52840_pca10056? I2c seems
to work great, but I need both for an upcoming project. I see the drivers are
in place, but its not enabled in
Has anyone successfully enabled spi driver on the nordic nrf52840_pca10056? I2c seems
to work great, but I need both for an upcoming project. I see the drivers are
in place, but its not enabled in
|
By
cpmcparland@...
·
#4956
·
|