[U-Boot] U-Boot Graphics Library?

Alexander Holler holler at ahsoftware.de
Mon Jan 21 02:29:44 CET 2013


Am 18.01.2013 21:57, schrieb Simon Glass:
> Hi,
> 
> On Fri, Jan 18, 2013 at 7:47 AM, Steve Strobel
> <steve.strobel at link-comm.com> wrote:
>> Maybe the USB flash drive used for recovery could contain not only the image
>> to be written to flash, but also a bootable OS image used to provide
>> on-screen messages during the recovery process.  You would still need the
>> read-only code to provide enough of a UI to boot from the USB flash drive,
>> but the rest of the messages could be generated by that OS.
> 
> Yes that's exactly what we do...and yes we still need the read-only
> code to provide a minimal GUI to get things started. That was the
> subject of this thread. The recovery mode GUI is provided by a Linux
> user space tool, but we need to get there first...

Hmm, maybe the kernel people are more open to such an idea. It would
just be an additional module/driver and would offer other possible use
case too, much more than if such a library would be added to U-Boot.

A minimal kernel is doable with less than 2MB and that Graphics Library
could be implemented as module (statically linked) which uses the
framebuffer, so no userspace would be necessary at all.

Regards,

Alexander


More information about the U-Boot mailing list