-
Notifications
You must be signed in to change notification settings - Fork 0
Create Daemon and init script for uartserver #16
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
Comments
Our yocto layer has been set up to install your daemon similarly to that of Assignment 6. I haven't tested it yet, but when your ready, the init script we made for A6 should work to init your daemon as well. |
init script created, now we just need to run it auto on start up |
As per the communication we had with Dan (see below). The init script process we were taught in this course isn't going to work...
|
With @ZachTurner07's uartserver.service code I updated our yocto-recipe to install the updated version as an initialized daemon. The latest image is current;y flashing, results pending... |
Results of the latest changes weren't so good... The image is unusable with the init script adaption and causes it to no longer boot.... |
Init script adaption ended up blocking the image from functioning. |
now that a user application is working, it needs to be "daemon"ized if it makes sense.
DoD: add a daemon feature to the UART server
The text was updated successfully, but these errors were encountered: