|
k_sleep causes nRF5340 to reset
Hi,
I’m porting some code from an nRF5340 eval board to my own board, and I’ve run into an issue. While waiting for the net core to boot up, I enter a loop and call k_sleep until an
Hi,
I’m porting some code from an nRF5340 eval board to my own board, and I’ve run into an issue. While waiting for the net core to boot up, I enter a loop and call k_sleep until an
|
By
Jason Bens <jason.bens@...>
·
#2761
·
|
|
version of zephyr project
Hello, I have downloaded zephyrproject one year ago and I was developing in zephyr subfolder. Now I want to share this repository with my colleague, how can I find which version of zephyrproject is
Hello, I have downloaded zephyrproject one year ago and I was developing in zephyr subfolder. Now I want to share this repository with my colleague, how can I find which version of zephyrproject is
|
By
Nikos Karamolegkos
·
#2760
·
|
|
big_http_download sample localhost download
Hello,
I am attempting to download a file hosted on a localhost file server.
- I am hosting a file named "Zephyr" using "python3 -m http.server 8980"
- I am using a zeth interface and the
Hello,
I am attempting to download a file hosted on a localhost file server.
- I am hosting a file named "Zephyr" using "python3 -m http.server 8980"
- I am using a zeth interface and the
|
By
Brenton Chetty
·
#2759
·
|
|
Re: Timer with fixed interrupt period
Hi,
The counter API provides exactly that: https://docs.zephyrproject.org/latest/reference/peripherals/counter.html
Brgds,
Brix
--
Henrik Brix Andersen
Hi,
The counter API provides exactly that: https://docs.zephyrproject.org/latest/reference/peripherals/counter.html
Brgds,
Brix
--
Henrik Brix Andersen
|
By
Henrik Brix Andersen
·
#2758
·
|
|
Timer with fixed interrupt period
Hello. I use stm32f429 and Zephyr Os 2.7.0
Is there any API for timers with fixed interrupt period?
I need to change PWM duty cycle exactly every 1000 us. In bare-metal I would have used general
Hello. I use stm32f429 and Zephyr Os 2.7.0
Is there any API for timers with fixed interrupt period?
I need to change PWM duty cycle exactly every 1000 us. In bare-metal I would have used general
|
By
Arsenii Soitu
·
#2757
·
|
|
USB OTG?
Does Zephyr support USB host mode and also USB-OTG?
If not, is it on the roadmap?
Thanks!
Best Regards, Dave
-- Dave Nadler, USA East Coast voice (978) 263-0097, drn@...,
Does Zephyr support USB host mode and also USB-OTG?
If not, is it on the roadmap?
Thanks!
Best Regards, Dave
-- Dave Nadler, USA East Coast voice (978) 263-0097, drn@...,
|
By
Dave Nadler
·
#2756
·
|
|
stm32: PWM: "st,prescaler" pwm property moved to timers node
Hi all,
I'd like to inform STM32 PWM users that I'm pushing a change [1] to move Device Tree property "st,prescaler" from pwm node to timers node.
Benefit is that it reflect hardware reality, and
Hi all,
I'd like to inform STM32 PWM users that I'm pushing a change [1] to move Device Tree property "st,prescaler" from pwm node to timers node.
Benefit is that it reflect hardware reality, and
|
By
Alexandre BOURDIOL <alexandre.bourdiol@...>
·
#2755
·
|
|
Re: Setting MAC address at boot?
#stm32
Update! Problem solved. The function net_if_set_link_addr() sets the MAC address.
Why isn't the function named net_if_set_mac_addr()?
Update! Problem solved. The function net_if_set_link_addr() sets the MAC address.
Why isn't the function named net_if_set_mac_addr()?
|
By
Anders
·
#2754
·
|
|
Re: MCUboot - Signing image for slot 1
#mcuboot
Hi Brenton,
The only images you should flash are MCUboot and an image that goes to Slot#0. Any further operations should be conducted with the mcumgr tool. At least I used to do that. This tool gives
Hi Brenton,
The only images you should flash are MCUboot and an image that goes to Slot#0. Any further operations should be conducted with the mcumgr tool. At least I used to do that. This tool gives
|
By
Adam Podogrocki
·
#2753
·
|
|
Re: MCUboot - Signing image for slot 1
#mcuboot
Hi Adam
Thank you for your reply. Sorry for the late response, as I have been getting sporadic results, i.e. sometimes the image upgrade works and most of the time it doesn't.
I have been using the
Hi Adam
Thank you for your reply. Sorry for the late response, as I have been getting sporadic results, i.e. sometimes the image upgrade works and most of the time it doesn't.
I have been using the
|
By
Brenton Chetty
·
#2752
·
|
|
Re: MCUboot - Signing image for slot 1
#mcuboot
Hi Brenton,
please try similar command:
imgtool.py sign --key root-rsa-2048.pem --header-size 0x200 --align 8 --version <YOUR_VERSION> --slot-size <YOUR_SLOT_SIZE_IN_HEX> ZEPHYR_BIN_FILE
Hi Brenton,
please try similar command:
imgtool.py sign --key root-rsa-2048.pem --header-size 0x200 --align 8 --version <YOUR_VERSION> --slot-size <YOUR_SLOT_SIZE_IN_HEX> ZEPHYR_BIN_FILE
|
By
Adam Podogrocki
·
#2751
·
|
|
Re: MCUboot - Signing image for slot 1
#mcuboot
Hi,
why do you want to compile it with offset of slot1? Normaly you compile image for slot0, upload it to slot1 and MCUboot will swap them after reboot.
Martin
Hi,
why do you want to compile it with offset of slot1? Normaly you compile image for slot0, upload it to slot1 and MCUboot will swap them after reboot.
Martin
|
By
Martin Kozusky
·
#2750
·
|
|
Setting MAC address at boot?
#stm32
Hi,
I'm new to Zephyr and is struggling with how to configure the MAC address for the ethernet interface on an STM32F767 based platform at boot.
I have searched the internet and the Zephyr
Hi,
I'm new to Zephyr and is struggling with how to configure the MAC address for the ethernet interface on an STM32F767 based platform at boot.
I have searched the internet and the Zephyr
|
By
Anders
·
#2749
·
|
|
MCUboot - Signing image for slot 1
#mcuboot
1. Hi, how do I go about signing an image for slot1 usage.
I used the following command for flashing into slot0 successfully:
west sign -t imgtool -- --key
1. Hi, how do I go about signing an image for slot1 usage.
I used the following command for flashing into slot0 successfully:
west sign -t imgtool -- --key
|
By
Brenton Chetty
·
#2748
·
|
|
Re: MCUboot "Image in the primary slot is not valid"
#mcuboot
Hi,
may be you forgot to sign the image?
west sign -t imgtool -- --key path_to_mcuboot\root-rsa-2048.pem (or other key that mcuboot is using)
west flash
Hi,
may be you forgot to sign the image?
west sign -t imgtool -- --key path_to_mcuboot\root-rsa-2048.pem (or other key that mcuboot is using)
west flash
|
By
Martin Kozusky
·
#2747
·
|
|
Re: PlatformIO for flashing zephyr code on ESP 32
Thank you so much.
By
Komal Rajput-Hajare <komal.hajare5@...>
·
#2746
·
|
|
MCUboot "Image in the primary slot is not valid"
#mcuboot
Hi there
I am having issues getting started with MCUboot. I flashed MCUboot version 1.8-dev onto my "nrf52840dk_nrf52840" and "nrf5340dk_nrf5340_cpuapp". I then flashed the hello_world sample to my
Hi there
I am having issues getting started with MCUboot. I flashed MCUboot version 1.8-dev onto my "nrf52840dk_nrf52840" and "nrf5340dk_nrf5340_cpuapp". I then flashed the hello_world sample to my
|
By
Brenton Chetty
·
#2745
·
|
|
Re: PlatformIO for flashing zephyr code on ESP 32
Hi Komal:
Although I haven't used PlatformIO with Zephyr myself I know there is a documentation section about it:
https://docs.zephyrproject.org/latest/guides/platformio/index.html
HTH,
Hi Komal:
Although I haven't used PlatformIO with Zephyr myself I know there is a documentation section about it:
https://docs.zephyrproject.org/latest/guides/platformio/index.html
HTH,
|
By
Raúl Sánchez Siles
·
#2744
·
|
|
Re: PlatformIO for flashing zephyr code on ESP 32
Hello
I don't have idea about this error because I haven't try west tool on Ubuntu. Sorry for this.
I am trying to flash the code( hello world) on esp32 using PlatformIO IDE on windows.
Hello
I don't have idea about this error because I haven't try west tool on Ubuntu. Sorry for this.
I am trying to flash the code( hello world) on esp32 using PlatformIO IDE on windows.
|
By
Komal Rajput-Hajare <komal.hajare5@...>
·
#2743
·
|
|
PlatformIO for flashing zephyr code on ESP 32
Hello Zephyr foundation
Currently I am working on ESP32 and zephyr RTOS. But using PlatformIO IDE. My client want zephyr RTOS on ESP32 but only via platform IO. I got sucess using west tool. But
Hello Zephyr foundation
Currently I am working on ESP32 and zephyr RTOS. But using PlatformIO IDE. My client want zephyr RTOS on ESP32 but only via platform IO. I got sucess using west tool. But
|
By
Komal Rajput-Hajare <komal.hajare5@...>
·
#2742
·
|