The lightest OS for UP! Boards.

Options
Mikolaj
Mikolaj New Member Posts: 6
Hi,
What's the lightest (in terms of CPU power) OS for the UP! boards out there ?
I want no GUI, just headless access to a command line via SSH and programmable access to all GPIO pins (incl. all interfaces).
Btw. Are there Python libraries for the board ?

Comments

  • Til
    Til New Member Posts: 19
    edited January 2017
    Options
    Oops, didn't read your post carefully enough...
  • Mikolaj
    Mikolaj New Member Posts: 6
    Options
    That was quick. Over 2 months and no answer. Is there anything lighter than Arch ?
  • Dan O'Donovan
    Dan O'Donovan Administrator, Moderator, Emutex Posts: 241 admin
    edited February 2017
    Options
    In terms of something that is ready to run out-of-the-box, with GPIO support, I'm not aware of anything right now that's available.

    If you wanted to create something yourself, Yocto is one option to consider. It is a toolset that allows you to create your own distro with fine-grained control over what it contains, so you can create something very small and light with that. But its not a trivial toolset to use.

    Another option to consider is to look for a lightweight variant of Ubuntu (or Debian). I typically use ubilinux or Lubuntu myself, but that's more relevant if you want to use a desktop environment. That said, you could perhaps uninstall the desktop-related packages and effectively trim it down to a headless setup - ubilinux might be a good place to start there because it has support for installation and booting using a serial console.

    Ubuntu Server edition might also be worth a look as its designed to run headless, afaik (haven't tried it myself).
  • Michiel Bakker
    Michiel Bakker New Member Posts: 5
    Options
    Hi Nick,

    I don't know what the 'lightest' OS is, but I've run both Ubuntu server and LXLE (which does have a GUI though). I am also wondering what you've tried so far, what works/worked the best for you?

    Kind regards,

    mvbakker