Enabling PlatformIO and Zephyr on custom hardware

In this post, we will create a simple BLE beacon that broadcasts its name as the payload. We will use the Zephyr RTOS on a custom board based on the Nordic nRF52833 SoC. A JLink debug probe will be used for uploading and debugging our application. Read more :point_right:

2 Likes

Hello,
I tried the described instructions for the mimxrt1064_evk board. Goal was for me to have a new board which is identical to the mimxrt1064_evk. Just for testing purposes.

Therefore I did made a new project and followed the instructions and renamed everything from mimxrt1064_evk to mimxrt1064.

When I now start compilation I will get an “undefined reference”-error at the end of the compilation.

Can someone maybe give me a hint what I did wrong?