cancel
Showing results for 
Search instead for 
Did you mean: 

ST32 and Linux

ettore
Associate II
Posted on July 18, 2008 at 14:58

ST32 and Linux

#free-stm32-toolchain-for-linux
5 REPLIES 5
ettore
Associate II
Posted on May 17, 2011 at 12:40

Hi everyone,

Is embedded Linux available for the ST32 yet? I know the AVR32 has it but haven't heard much on the ST side of things. Thanks!

Ettore

lanchon
Associate II
Posted on May 17, 2011 at 12:40

that's like saying ''cortex has it''. AVR32 is an architecture, not a specific implementation. AP7 devices (no flash) run linux, but UC3 devices (controller-like, with flash, ADC, etc) don't. linux needs an MMU and neither UC3 nor STM32 have it, but you could run uClinux on both.

ettore
Associate II
Posted on May 17, 2011 at 12:40

Oops I meant to refer to the AP7 series specifically. I haven't looked into ucLinux, thanks for mentioning it. I'll take a look at it asap as I'm quickly becoming a fan of the ST32.

Ettore

joseph239955
Associate II
Posted on May 17, 2011 at 12:40

Hi Ettore,

uClinux can be used on Cortex-M3.

As far as I know there is no port to STM32 yet.

But if you want to try, you can find it here:

http://www.linux-arm.org/LinuxKernel/LinuxM3

regards,

Joseph

P.S. Thanks Catalin for getting it working 🙂

gregor2399
Associate
Posted on November 15, 2011 at 16:48

Try this:

cd

mkdir Source

cd Source

wget -c http://hlb-labor.de/projekte/cortexm3/ToolChain_STM32_current.tar.bz

tar xjf ToolChain_STM32_current.tar.bz

cd ToolChain_STM32/ToolChain/

./installAll.sh

Check website: 

http://hlb-labor.de/cortexm3/