2008-07-18 05:58 AM
ST32 and Linux
#free-stm32-toolchain-for-linux2011-05-17 03:40 AM
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! Ettore2011-05-17 03:40 AM
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.
2011-05-17 03:40 AM
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.
Ettore2011-05-17 03:40 AM
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: regards, Joseph P.S. Thanks Catalin for getting it working :)2011-11-15 07:48 AM
Try this:
cdmkdir Sourcecd Sourcewget -c http://hlb-labor.de/projekte/cortexm3/ToolChain_STM32_current.tar.bztar xjf ToolChain_STM32_current.tar.bzcd ToolChain_STM32/ToolChain/./installAll.shCheck website: