TimJTi commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2739913190
> > I am going to add a Kconfig option for whether to intercept/redirect STDIN - it's necessary for NSH but probably is not if the FB is just used for output from the majority of otgher apps/tasks. > > It was suggested that I could add a splashscreen to this so NuttX could power up with a NuttX logo...but on reflection I think that would be better in NXBOOT? > > Yes, I think we need to have something similar to boot logo like Linux where the number of CPUs could be displayed as the number of NuttX logos. But I think it should be in the kernel, not in fbcon application @acassis Uboot allows for a splashscreen, and Uboot is run before NuttX. Using NXboot, although it is an app, it only persists for a short while, so I am thinking there is perhaps some merit in having a splashscreen option within the NXboot app? But only for Framebuffer displays I think? What do you think? Shall I start a separate discussion topic? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org