Hello world :-)
Michal Lenc is proposing new interesting features in nxboot but that
will break current nxboot compatibility, please review the PR and join
the discussion :-)
https://github.com/apache/nuttx-apps/pull/3024
### Summary
This commit enhances the bootloader capabilities. The image'
Thanks Greg. I have allowed myself to get carried away I think.
* I wanted stdout and stderr to render on a FB to display basic
messages during bootloading (MCUboot)
* There were FBtext examples but not quite what I wanted
* There is LVGLterm - again, not quite what I wanted but food for th
Kudos Tim!
Please consider submitting it to the mainline, it could be very useful for
NXBoot and for people willing to have a simple way to display some messages
on the screen.
BR,
Alan
On Wed, Mar 12, 2025 at 12:29 PM Tim Hardisty
wrote:
> I went back and tried NXterm:
>
> * I only got it
I went back and tried NXterm:
* I only got it to work once, then played with some pixel depths and
it broke and I can't get it working again
* When it worked, it suffered exactly the same VT100 ANSI escape
sequence issues that I had seen - and mostly fixed - with my own
app, namely:
Hi Tim,
About your progress with fbcon, just realized you created it as an
application, do you think it could be part of the kernel (like in Linux) ?
This way it could be used to print the initialization messages from the
kernel too.
Sometime ago we discussed the idea of adding a boot logo to Nu