annerajb commented on PR #10193: URL: https://github.com/apache/nuttx/pull/10193#issuecomment-1692575171
> @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) > 2. 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. > 3. 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) > 4. 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) > 5. 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. > 6. Use our new [**MIPI DSI Driver**](https://github.com/apache/nuttx/tree/master/drivers/video/mipidsi) > 7. 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 :-) Thanks, Feel free to broadcast on the forum my roadmap is i2c, touch (mostly to confirm i2c is all good) At that point which suspect will be a week reassess what is the most value-added next step based on if anybody else has contributed anything. I have a new PR planned for the board reset support will rename the bring up file on that one. -- 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]
