Bare Metal demo source code

In the article “FreeRTOS on the Cortex-M4 of a Colibri iMX7” it is mentioned that there are additional examples for “Bare Metal” and “DDR3” but I can’t seem to find them. Where are they?

-charles

They are part of the git repository: http://git.toradex.com/cgit/freertos-toradex.git/

There are two bare-metal rpmsg example under examples/imx7_colibri_m4/demo_apps/rpmsg (the ones ending with _bm). Under examples/imx7_colibri_m4/demo_apps you can find an example running from DDR3 main memory ( hello_world_ddr ).

You should look under BSP v1.0.1 on a different branch, sorry if this is a bit late

How can I find the same for the VF61?

See the following community post.