Hi Tim,
Could you please try to run: "ls -l | hexdump"
It could show if the '\n' is received correctly.
BR,
Alan
On Fri, Mar 7, 2025 at 3:47 PM Tim Hardisty wrote:
> I am writing a Framebuffer console app that takes stdout and stderr and
> renders the text to a framebuffer device. Based on ex
My current thinking is that I am being naive/showing inexperience of
consoles. I suspect that the newline is handled via the console to both
send the command to the host (i.e. NuttX) *and* move to a "physical"
newline on the display.
So I am looking to monitor keyboard input and look for the '
Hi Tim,
Yes, I think the fbcon could be used as a complete console (like nxterm) or
just like an output to stdout and stderr, same way I did for using a
Segment Display as console:
https://www.youtube.com/watch?v=4za1lhfsct8
Did you read the official documentation about fbcon from Linux?
https:/
Earlier we created a PR Test Bot that will Build and Test the Pull Requests
for NuttX. Our Test Bot kicks into action when we post a PR Comment...
## For Oz64 SG2000 RISC-V SBC
@nuttxpr test oz64:nsh
## For QEMU Emulator: Arm64 and RISC-V
@nuttxpr test qemu-armv8a:netnsh
@nuttxpr test r