On Tue, 15 Oct 2019 17:08:42 +0200 Denis Roio <jaromil@xxxxxxxx> wrote: > > hi all! noob question here, hope you don't mind > > is there a recommended, matching configuration to run barebox in qemu > with a working /dev/fb0 ? > > > I have made some tries already with no success: > > - qemu emulated mips-malta boots, but no fb0 Sorry, mips-malta does not support fb0. Use sandbox (you have to install libsdl development package): $ wget https://www.barebox.org/download/barebox-2019.10.0.tar.bz2 $ tar vfx barebox-2019.10.0.tar.bz2 $ cd barebox-2019.10.0 $ make sandbox_defconfig $ echo CONFIG_DRIVER_VIDEO_SDL=y >> .config $ make oldconfig $ make $ ./barebox Enable framebuffer console from barebox command line: barebox@barebox sandbox:/ fbconsole0.active=oe or you can enable only framebuffer (without console): barebox@barebox sandbox:/ fb0.enable=1 use 'splash /logo/barebox-logo-240.png' to test picture output. -- Best regards, Antony Pavlov > - qemu emulated vexpress boots, but no fb0 > - qemu emulated sabrelite can't even get it to boot > > I'm a bit out of ideas. Would really appreciate guidance, this is > mostly for fun while poking around this wonderful project. > > > Thanks! > > > -- > Denis "Jaromil" Roio https://Dyne.org think &do tank > Ph.D, CTO & co-founder software to empower communities > ✉ Haparandadam 7-A1, 1013AK Amsterdam, The Netherlands > 𝄞 crypto κρυπτο крипто गुप्त् 加密 האנוסים المشفره > ⚷ 6113D89C A825C5CE DD02C872 73B35DA5 4ACB7D10 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox