cancel
Showing results for 
Search instead for 
Did you mean: 

zephyr support on NUCLEO_F439ZI board

Itachi
Associate

Hi,

I am using zephyr rtos for my application. I am running basic Blinky example on ST boards. I am able to build and flash that examples on nucleo_h743zi board. however same example am trying to run on nucleo_f439zi board. Here am getting "Invalid Board" error.

CMake Error at D:/zephyrproject/zephyr/cmake/modules/boards.cmake:154 (message):
  Invalid BOARD; see above.

This error message am getting. above this msg we have list of supported board , i didn't find the nucleo_f439zi board in the list . so am bit confused do we have zephyr support on that particular board. or am I missing something. Kindly help me to solve this out.

Note-

I am using windows system and west tool to build and flash code.

2 REPLIES 2
Erwan Gouriou
ST Employee

Hi,

Nucleo F439ZI is not yet supported in Zephyr RTOS.

You can find the list of bards available here:

https://docs.zephyrproject.org/latest/boards/arm/index.html

You should at least recommend NUCLEO-F429ZI:

https://docs.zephyrproject.org/latest/boards/arm/nucleo_f429zi/doc/index.html

The only difference is a crypto/hash peripheral not being available.