-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(ps2_uart): Enable EE UART #88
Conversation
Many thanks, @XavierBrassoud! It looks my Github compilation workflow script isn’t quite working with pull request actions though:
It does not seem to be a problem with your code. I should fix the Github workflow action script to make it work. :-) |
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.
Please review enclosed comments. Also,
- Would you like to add a tag
Signed-off-by: Xavier Brassoud <[email protected]>
to your commit message? - If you rebase your pull request on
ps2-main
(updated this morning) having commit f30d2c4, we should have the workflow action working with pull requests, hopefully. :-)
This is awesome, especially having proper output on PCSX2, which was something I was curious about in the past |
Support UART serial communication over Emotional Engine (EE) using "ps2_uart" module Only polling mode is currently supported Signed-off-by: Xavier Brassoud <[email protected]>
180b142
to
50c9350
Compare
Thanks you for your review :) I have rebase and squash my commits into one with the tag If you see any new suggestions to make, I'll be happy to add them ;) |
Great! The workflow action was happy to accept a pull request too. Merged in 515fa87. Thanks, @XavierBrassoud! |
Here is my contribution for this awesome project, thanks you Fredrik!
Happy new year to the PS2 Linux Community! 🎆
Description
Enable UART to the PS2 Emotional Engine (EE) serial port using ps2_uart module
/dev/ttyS0
– baud rate:38400
Only polling mode is currently supported.
Fix #68
Associated PR: frno7/gentoo-mipsr5900el#22
Menu Config
Enable console access:
Enable debug early kernel printk messages:
Tests
Real Hardware
PCSX2
References