|
Re: nrf51822 mesh example RAM constraints.
Thank you Vinayak,
Got it working after deleting health and level server.
Memory region Used Size Region Size %age Used
FLASH: 100376 B 256 KB 38.29%
Thank you Vinayak,
Got it working after deleting health and level server.
Memory region Used Size Region Size %age Used
FLASH: 100376 B 256 KB 38.29%
|
By
Antonio <anvivaldi27@...>
·
#705
·
|
|
Re: nrf51822 mesh example RAM constraints.
Hi Antonio,
Please take a look at this mail chain: https://lists.zephyrproject.org/g/devel/topic/16760883#1960
a BBC micro:bit with nRF51822 256KB flash and 16 KB RAM can support BLE mesh. Yes, it is
Hi Antonio,
Please take a look at this mail chain: https://lists.zephyrproject.org/g/devel/topic/16760883#1960
a BBC micro:bit with nRF51822 256KB flash and 16 KB RAM can support BLE mesh. Yes, it is
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#704
·
|
|
nrf51822 mesh example RAM constraints.
Hi All,
I was able finally to run basic mesh example on NRF51 device.
But I have an issue with RAM limits.
To be able to work with meshctl (Bluez) provisioning
GATT_PROXY and PB_GATT should be
Hi All,
I was able finally to run basic mesh example on NRF51 device.
But I have an issue with RAM limits.
To be able to work with meshctl (Bluez) provisioning
GATT_PROXY and PB_GATT should be
|
By
Antonio <anvivaldi27@...>
·
#703
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Marti,
Thanks for pointing out the source of the problem, it's working for now.
Also, with help of detailed documentation, I was able to implement FOTA feature.
--
Warm regards,
Ashish
Hi Marti,
Thanks for pointing out the source of the problem, it's working for now.
Also, with help of detailed documentation, I was able to implement FOTA feature.
--
Warm regards,
Ashish
|
By
ashish shukla <ashish.shukla@...>
·
#702
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi,
I integrated my Nordic Blinky (which toggles LED1) into SMP_SVR example & flashed it along with mcuboot.
Then re-edit SMP_SVR to toggle LED4, & flashed this firmware using #FOTA feature.
So it is
Hi,
I integrated my Nordic Blinky (which toggles LED1) into SMP_SVR example & flashed it along with mcuboot.
Then re-edit SMP_SVR to toggle LED4, & flashed this firmware using #FOTA feature.
So it is
|
By
vikrant8051 <vikrant8051@...>
·
#701
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Carles, Ashish,
This is the problem.
Ashish, mcuboot is not part of Zephyr. It is an independent project. You need to build it using the instructions Carles gave you later in the thread.
The dfu
Hi Carles, Ashish,
This is the problem.
Ashish, mcuboot is not part of Zephyr. It is an independent project. You need to build it using the instructions Carles gave you later in the thread.
The dfu
|
By
Marti Bolivar
·
#700
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Ashish,
If you are trying to build MCUboot then you need to go into the MCUboot folder, as per these instructions:
https://mcuboot.com/mcuboot/readme-zephyr.html
In essence the commands
Hi Ashish,
If you are trying to build MCUboot then you need to go into the MCUboot folder, as per these instructions:
https://mcuboot.com/mcuboot/readme-zephyr.html
In essence the commands
|
By
Carles Cufi
·
#699
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi,
After flashing $zephyr/samples/subsys/mgmt/mcumgr/smp_svr signed.hex on nRF52840
along with pre-flashed #mcuboot, I am able to execute following commands
#sudo mcumgr --conntype ble --connstring
Hi,
After flashing $zephyr/samples/subsys/mgmt/mcumgr/smp_svr signed.hex on nRF52840
along with pre-flashed #mcuboot, I am able to execute following commands
#sudo mcumgr --conntype ble --connstring
|
By
vikrant8051 <vikrant8051@...>
·
#698
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi David,
Your trick worked for me. Thank You !!
Using this i got version of cryptography
pip freeze | grep "cryptography"
cryptography==1.2.3
So I uninstalled i& reinstall it.
pip
Hi David,
Your trick worked for me. Thank You !!
Using this i got version of cryptography
pip freeze | grep "cryptography"
cryptography==1.2.3
So I uninstalled i& reinstall it.
pip
|
By
vikrant8051 <vikrant8051@...>
·
#697
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Carles,
Following the documentation provided :
Step1 : Build MCUboot
Step2: Flash MCUboot
what I understand is these files reside in /zephyr/subsys/dfu, I create a build directory in present
Hi Carles,
Following the documentation provided :
Step1 : Build MCUboot
Step2: Flash MCUboot
what I understand is these files reside in /zephyr/subsys/dfu, I create a build directory in present
|
By
ashish shukla <ashish.shukla@...>
·
#696
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Adding dev-mcuboot@...
It'd be nice if we could figure out what minimum version of
cryptography we need, so we could put that in the requirements.txt
file. Unfortunately, the stack
Adding dev-mcuboot@...
It'd be nice if we could figure out what minimum version of
cryptography we need, so we could put that in the requirements.txt
file. Unfortunately, the stack
|
By
David Brown <david.brown@...>
·
#695
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Vikrant,
My bad, I think it was the cryptography python3 module we had to upgrade.
My version is cryptography==2.1.4
Regards
-----
De : users@...
Hi Vikrant,
My bad, I think it was the cryptography python3 module we had to upgrade.
My version is cryptography==2.1.4
Regards
-----
De : users@...
|
By
Giuliano Franchetto
·
#694
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Giuliano,
To update openssl I execute -> apt-get install --only-upgrade openssl
But my system is already running latest version of it & hence return -> openssl is already the newest version
Hi Giuliano,
To update openssl I execute -> apt-get install --only-upgrade openssl
But my system is already running latest version of it & hence return -> openssl is already the newest version
|
By
vikrant8051 <vikrant8051@...>
·
#693
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Vikrant,
I already had this error. From what I remember, you need to upgrade the openssl library of your system.
Regards,
Giuliano
----
De : users@...
Hi Vikrant,
I already had this error. From what I remember, you need to upgrade the openssl library of your system.
Regards,
Giuliano
----
De : users@...
|
By
Giuliano Franchetto
·
#692
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Carles,
After executing this command,~/src/mcuboot/scripts/imgtool.py sign \ --key ~/src/mcuboot/root-rsa-2048.pem \ --header-size 0x200 \ --align 8 \ --version 1.0 \
Hi Carles,
After executing this command,~/src/mcuboot/scripts/imgtool.py sign \ --key ~/src/mcuboot/root-rsa-2048.pem \ --header-size 0x200 \ --align 8 \ --version 1.0 \
|
By
vikrant <vikrant8051@...>
·
#691
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Carles,
After executing this command,~/src/mcuboot/scripts/imgtool.py sign \ --key ~/src/mcuboot/root-rsa-2048.pem \ --header-size 0x200 \ --align 8 \ --version 1.0 \
Hi Carles,
After executing this command,~/src/mcuboot/scripts/imgtool.py sign \ --key ~/src/mcuboot/root-rsa-2048.pem \ --header-size 0x200 \ --align 8 \ --version 1.0 \
|
By
vikrant <vikrant8051@...>
·
#690
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Ashish,
Can you please paste here the full sequence of commands you are using please?
Thanks,
Carles
Hi Ashish,
Can you please paste here the full sequence of commands you are using please?
Thanks,
Carles
|
By
Carles Cufi
·
#689
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hey Rodrigo,
whenever I run a cmake, control is stuck in a loop. And for the very first time, running "make pristine" produces
make: *** No rule to make target 'pristine'
--
Warm regards,
Ashish
Hey Rodrigo,
whenever I run a cmake, control is stuck in a loop. And for the very first time, running "make pristine" produces
make: *** No rule to make target 'pristine'
--
Warm regards,
Ashish
|
By
ashish shukla <ashish.shukla@...>
·
#688
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi,
Earlier I was building from /zephyr/subsys/dfu/build,
Even building from samples/subsys/mgmt/mcumgr/smp_svr/build , leads to same results
--
Warm regards,
Ashish Shukla
Jr. Embedded
Hi,
Earlier I was building from /zephyr/subsys/dfu/build,
Even building from samples/subsys/mgmt/mcumgr/smp_svr/build , leads to same results
--
Warm regards,
Ashish Shukla
Jr. Embedded
|
By
ashish shukla <ashish.shukla@...>
·
#687
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Ashish, inside the build folder, try a "make pristine" and then run cmake again. It helps me a lot, mainly when I have changed the target or other major thing.
I hope it helps.
Best regards,
Rodrigo
Ashish, inside the build folder, try a "make pristine" and then run cmake again. It helps me a lot, mainly when I have changed the target or other major thing.
I hope it helps.
Best regards,
Rodrigo
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#686
·
|