You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smart Object Oriented Operating system is a lightweight and full featured operating system devoted to embedded systems, currently mainly ARM-based. SO3 can be used in academic and industrial environment (https://smartobjectoriented.github.io/so3)
Welcome to the Smart Object Oriented (SOO) Operating System (code name SO3)
For any information and discussions around SO3, please have a look at the SO3 discussion forum.
Feel free to post any comments/suggestions/remarks about SO3. If you wish to participate to development, please simply ask us and we will manage separate branches of development.
Furthermore, the full documentation is available here
We would like to extend our heartfelt thanks to our sponsors for their generous support in funding the development of the SO3 ecosystem, especially HEIG-VD and the Hasler Foundations
Be careful with the requirements of various configs.
avz_vt -> ./st must have virtualization on => use ./stv
avz_pv -> ./st must have virtualization off => use ./st
To build the patch related to the CI:
diff -Naur > so3_ci.patch
and put the ci/so3_ci.patch in ci/
To apply the patch, in the root:
patch -p1 < ci/so3_ci.patch
About
Smart Object Oriented Operating system is a lightweight and full featured operating system devoted to embedded systems, currently mainly ARM-based. SO3 can be used in academic and industrial environment (https://smartobjectoriented.github.io/so3)