[RFC] [JUST DEMO] commands: implement 'fbputs' command

Alexander Aring alex.aring at gmail.com
Mon Feb 2 13:28:24 PST 2015


Hi,

On Sun, Jan 25, 2015 at 05:21:30PM +0300, Antony Pavlov wrote:
> Mainline barebox at the moment has no framebuffer
> console support.
> The 'fbputs' demo command displays a text string
> on fb device.
> 
> This quick-n-dirty patch demonstates that barebox
> framebuffer console can be easely realized.
> 
> I'm awaiting your comments!
> 

this mail is not related to your fputs implementation but I had some
really nice idea if we get a console framebuffer feature.

My friend Werner Almesberger build ~4 years ago a solution for
bitbanging VGA on a SD card slot and he said that this should probaly
work on each SD card controller (if you have more than one or just booting
from other source than sd card).

There was a hackaday article about that [0]. Some embedded boards don't
have any video output but an sd card output.

So over some self builded SD to VGA cables everyone gets framebuffer
support in babrebox, he makes all stuff open. See [1]. There exist also
some software parts at [2] to support this interface under linux.

Maybe, we can grab some stuff there and add a generic barebox
framebuffer driver to do some VGA to SD card slot connection. (Don't
know how much possible that is currently).


... or I just getting into a crazy idea to support a cool framebuffer
interface. I mean, we don't need fancy color stuff or doing a very fast
interface, just printing some fonts stuff.

There exist also some "version 2 of this SD card slot to VGA connection"
see [3].

- Alex

[0] http://hackaday.com/2011/05/10/bit-banging-vga-from-an-sd-card-slot/
[1] http://downloads.qi-hardware.com/people/werner/ubb/vga/web/
[2] http://projects.qi-hardware.com/index.php/p/ben-blinkenlights/source/tree/master/ubb-vga
[3] http://discussion.en.qi-hardware.narkive.com/XyzZEmPH/ubb-vga-version-2-first-impression



More information about the barebox mailing list