How to run barebox gui on linux, fb or x?

Antony Pavlov antonynpavlov at gmail.com
Sat Apr 30 07:35:47 PDT 2016


On Sat, 30 Apr 2016 12:39:20 +0000
DU HUANPENG <no_rep1y at hotmail.com> wrote:

> On Sat, Apr 30, 2016 at 02:19:37PM +0300, Antony Pavlov wrote:
> > On Sat, 30 Apr 2016 10:13:28 +0000
> > DU HUANPENG <no_rep1y at hotmail.com> wrote:
> > 
> > > Hello, I want to test the is the barebox font working
> > > correctly, but I still don't know how to run barebox(sandbox)
> > > on linux fb or x.
> > > any one can help?
> > 
> > Here is barebox-sandbox-sdl howto.
> > 
> > Go to your barebox repo directory and checkout next branch.
> > Generate .config and enable SDL support:
> > 
> >     $ make mrproper
> >     $ make defconfig
> >     $ sed -i "s/# CONFIG_DRIVER_VIDEO_SDL is not set/CONFIG_DRIVER_VIDEO_SDL=y/" .config
> thanks very much!
> i got this error msg when compiling:
> - - - - - - - - - - - - - - - - - - - - 
>   CC      arch/sandbox/os/sdl.o
>   arch/sandbox/os/sdl.c:8:17: fatal error: SDL.h: No such file or directory
>   compilation terminated.
>   scripts/Makefile.build:249: recipe for target 'arch/sandbox/os/sdl.o' failed
>   make[1]: *** [arch/sandbox/os/sdl.o] Error 1
>   Makefile:775: recipe for target 'arch/sandbox/os' failed
>   make: *** [arch/sandbox/os] Error 2
> - - - - - - - - - - - - - - - - - - - - 
> there are many sdl pageages, which one should i install?
> 

I use the 'libsdl1.2-dev' Debian package.

-- 
Best regards,
  Antony Pavlov



More information about the barebox mailing list