lupyuen commented on PR #10193:
URL: https://github.com/apache/nuttx/pull/10193#issuecomment-1692553921

   @annerajb Thanks again for porting NuttX to PinePhone Pro, your contribution 
is super valuable for learning the Internals of a Modern Smartphone! I have 
some suggestions for the next steps:
   
   1. PinePhone's __UART Driver__ has an issue with the [numbering of unused 
Serial Ports 
/dev/ttySn](https://github.com/apache/nuttx/pull/9304#issuecomment-1552218687), 
I think it affects PinePhone Pro too. One way to fix this: Switch to the [NuttX 
16550 UART Driver](https://lupyuen.github.io/articles/plic)
   
   1. Would be good to rename 
[__pinephone_bringup__](https://github.com/apache/nuttx/blob/master/boards/arm64/rk3399/pinephonepro/src/pinephonepro_bringup.c#L47)
 to `pinephonepro_bringup`, in case of name conflicts.
   
   1. If we're building Mainline NuttX Daily for PinePhone Pro, check out this 
[__GitHub Actions 
Workflow__](https://github.com/lupyuen/pinephone-nuttx/blob/main/.github/workflows/pinephone.yml).
 (I haven't figured out how to do daily Automated Testing)
   
   1. I understand that we're working on the __I2C Driver__. Which is great, 
because we can then use the [NuttX Touch Panel Driver for 
GT917S](https://lupyuen.github.io/articles/touch2)
   
   1. For the __Display Driver__, maybe take a look at the VOP Driver for Tow 
Boot. See if we can reimplement a simpler driver for NuttX.
   
   1. Use our new [__MIPI DSI 
Driver__](https://github.com/apache/nuttx/tree/master/drivers/video/mipidsi)
   
   1. There's plenty to be done, maybe we can get the Community involved? Lemme 
know if I should broadcast this on the Pine64 Forum.
   
   As always, lemme know if you need any help :-)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to