uCLinux and STM32F429

If you want to try linux on STM32 microcontrollers (ucLinux a STM32F429-Discovery), check this tutorial.

First step, download openocd from sourceforge website or install it from application and software center by linux distribution.

Follow steps from README for installing.

Download ARM toolchain
arm-2010q1-189-arm-uclinuxeabi-i686-pc-linux-gnu.tar.bz2 by Mentor Graphics.

tar jxvf arm-2010q1-189-arm-uclinuxeabi-i686-pc-linux-gnu.tar.bz2

export PATH=`pwd`/arm-2010q1/bin:$PATH

and install genromfs
sudo apt-get install genromfs

Download uCLinux project for STM32F429 from github a compile it
https://github.com/jserv/stm32f429-linux-builder
make and make install

It takes a lot of time, but don’t be afraid 🙂

Connect STM32F429-Discovery through UART
pin PC10 (TXD) -> RXD of second device

pin PC11 (RXD) -> TXD of second device

and it’s done

Baud speed is 115200Bd, 1 stop bit, 8 data bit, without parity bit



Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

The development boards are very popular. I decided to share this list. These boards are interesting, popular and cheap (to 30? – by farnell.com). If you click on the picture, you will be redirected in eshop, where you can buy…

And here it is! If you heard about Nucleo-144, then it’s true! STMicroelectronics released new development board called STM32 Nucleo-144 (STM32 in LQFP144 package). Extension of “Nucleo development board family” is totally logical step to possibility of using another peripherals…

We shared the smallest board called PICO: the smallest Arduino board (0.6×0.6″) a few weeks ago. Now, it is not true. The developers of Atom X1 made smaller board, but with SAMD21 microcontroller. The size of board is 14.9 x…

STM32duino, Arduino package which is developed by STMicroelectronics, added supporting of STM8. Really cheap 8-bit microcontrollers. In this time supports STM8L152R8 (Nucleo STM8L152R8) and STM8S208RB (Nucleo STM8S208RB). If you want to use Nucleo board which are mentioned above and you…

A new ESP32 module is available on aliexpress. MH-ET LIVE D1 mini ESP32. Module for $8 could be interesting alternative to other ESP32 modules like TTgo UNO ESP32, SunDuino or LoLin32 by Wemos. You can see USB-UART bridge for uploading…