Skip to main content
ettore
Associate
July 18, 2008
Question

ST32 and Linux

  • July 18, 2008
  • 5 replies
  • 1114 views
Posted on July 18, 2008 at 14:58

ST32 and Linux

#free-stm32-toolchain-for-linux
    This topic has been closed for replies.

    5 replies

    ettore
    ettoreAuthor
    Associate
    May 17, 2011
    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

    lanchon
    Associate III
    May 17, 2011
    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
    ettoreAuthor
    Associate
    May 17, 2011
    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

    joseph239955
    Visitor II
    May 17, 2011
    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
    Visitor II
    November 15, 2011
    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/