-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add script to write the serial print into a log file. #227
Conversation
bb812c2
to
a3e00cb
Compare
a3e00cb
to
77cbdae
Compare
Description=Serial Logger Service | ||
|
||
[Service] | ||
ExecStart=/usr/local/bin/log-serial.py /var/log/openmmc-serial.log /dev/serial/by-id/%i |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The log file should also be parametrized with %i
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, we should add usage of disable-jtag
somewhere, right? Or since it doesn't work, should we avoid merging it for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, IDK how to deal with this situation... disable-jtag
does what we expect, but the behavior isn't what we expect due to a hardware bug. Since the problem is not in the software layer, should we also merge it and include its usage since it is implemented correctly, or should we avoid it since the final behavior will not be the expected one?
moved to lnls-dig/bpm-app#36 |
No description provided.