Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTOS firmware version option #63

Open
wasantosfi opened this issue Jul 18, 2023 · 1 comment
Open

RTOS firmware version option #63

wasantosfi opened this issue Jul 18, 2023 · 1 comment

Comments

@wasantosfi
Copy link

Context

An OnionOS that fits a more accurate real-time data uses (Soft and/or Hard RTOS options).
Eg.: ADAS, ABD and EBD, traction controls, chemical plant, inkjet printer, online transactions, price quotations, ticket reservations, VoIP, etc.

Motivation

  • Event-driven with no processing time delay.
  • Offers task-based API development. This helps designers or testers to work independently on their parts of the project.
  • It reduces the interdependencies between the modules by abstracting timing dependencies and task-based design.
  • Priority-based scheduling allows the user to separate analytical processing time and Critical processing time.

Description

An opening to more and more usages and developments using Onion products.
Opens possibility to new hardware developments, further.

Alternatives Considered

"Docker compatible" with built-in packages (latest, upgradable) and "self-service" command to install latest Zephyr RTOS option (network installation?).

Additional Resources

Same as "Alternatives Considered"

Reference to existing IPK package file?

https://openwrt.org/packages/table/start?dataflt%5BDescription_wiki*%7E%5D=docker

Has this been done for other OpenWRT hardware?
Probably yes.

@wasantosfi
Copy link
Author

Hi @greenbreakfast , sorry my delay.
Feature request opened.
Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant