fossasia / susi_linux

Hardware for SUSI AI https://susi.ai
Apache License 2.0
1.61k stars 149 forks source link

Best Operating System suggestion for Hardware Application #9

Closed betterclever closed 7 years ago

betterclever commented 7 years ago

As per current prototype of Susi Hardware that has hotword detection and handsfree interaction, any Operating System can be used for basic testing. But for final product, we must decide and focus our work on a particular flavor of Linux, since it will help to maintain uniformity in project.

Current Options

Raspbian (Fork of Debian)

Pros

Cons

Ubuntu Core

Pros

Cons

Arch Linux for ARM/ Arch Linux

Pros

Cons

This being said, I strongly recommend Arch Linux to be used to develop solution however I'm free to other opinions as well.

betterclever commented 7 years ago

@Orbiter @mariobehling Please guide.

mariobehling commented 7 years ago

We don't need to decide this now. Postpone the final decision.

Orbiter commented 7 years ago

From my point of view, a debian release should be available for all different plattforms, RPi, OrangePi, etc. While for The RPi that is Raspian the release may be different for other plattforms but I believe a debian should be there always.

betterclever commented 7 years ago

Okay. I found armbian : https://www.armbian.com/ . It supports majority of boards. Also for Raspbian for Raspberry Pi, there is a lite version without unneeded software as mentioned above,

armbian also provides a toolchain to build custom images to address #13

I am currently working on Arch Linux for ARM, I'll shift work to Debian.

betterclever commented 7 years ago

Work is shifted to Debian and will be targeted as primary.