-
Notifications
You must be signed in to change notification settings - Fork 47
Home
thingOS is a highly customized BuildRoot that serves as a base for IoT dedicated operating systems. If you want to turn your Raspberry PI board into something that controls your lights, doors, sprinklers or other devices, by designing your own "firmware", thingOS may be a good choice.
thingOS aims to make the development of small dedicated Linux-based OSes an easy task. Deployment, over-the-air updates and backups shouldn't be a pain in the ass. Developers should concentrate on their main goal rather than removing unused packages and services from existing OSes to lighten them up, taking care of network connection reliability or enabling the watchdog.
thingOS tries to boot as fast as possible. Whenever something goes wrong, we prefer to reboot the system instead of trying to run complex recovery procedures.
thingOS doesn't reinvent the wheel. It uses the amazing infrastructure provided by BuildRoot but comes with customized configurations and init scripts for the supported hardware platforms.
- support for popular single-board computers (see Supported Single-board Computers)
- quick boots (see Boot Process)
- read-only partitions to minimize corruption risks (see Partitions)
- simple configuration via text files (see OS Configuration)
- over-the-air "firmware" updates (see Firmware Updates)
- out-of-the box backup and restore mechanism (see Backup/Restore)
- high reliability (see Reliability)
- everything that BuildRoot has to offer
Just follow the Getting Started guide.
Here's a list of Supported Single-board Computers.
Feel free to browse the wiki articles available on the side bar.
- bluetooth.conf
- captive-portal.conf
- cpufreq.conf
- date.conf
- dnsmasq.conf
- docker-compose.yml
- dtoverlays
- dyndns-update.sh
- environment
- firewall.sh
- fstab.user
- hostapd.conf
- ifalias.conf
- localtime
- modprobe.conf
- modules
- mongodb.conf
- netwatch.conf
- ntp.conf
- os.conf
- proftpd.conf
- redis.conf
- smb.conf
- ssh/config
- ssh/sshd_config
- ssl/domain
- ssl/email
- static_ip.conf
- sysctl.conf
- toemmc.conf
- version
- watchdog.conf
- wpa_supplicant.conf