Git Product home page Git Product logo

meta-mb's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

oppsmarcus

meta-mb's Issues

eglinfo is not working

Hi Martin
I tried to start your image.
Unfortunately it didn't start because uboot was looking for a uenv file.
So I provided mine which I wrote years ago.
Now the image started. After booting I tried eglinfo.
Which result in the error at the end.
Any ideas why?
Thanks.

bootpart=0:2

bootdir=/boot
bootfile=zImage
console=ttyO0,115200n8

fdt_high=0xffffffff
fdtaddr=0x88000000
fdtfile=am335x-boneblack.dtb

loadaddr=0x82000000
mmcroot=/dev/mmcblk0p2 ro
mmcrootfstype=ext4 rootwait
optargs=consoleblank=0 video=HDMI-A-1:1024x768@60 drm.debug=0x3f
mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype}
loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
uenvcmd=if run loadfdt; then echo Loaded ${fdtfile}; if run loadimage; then run mmcargs; bootz ${loadaddr} - ${fdtaddr}; fi; fi;

eglinfo
PVR:(Error): WSEGL_InitialiseDisplay: Failed to create output [0, ]
Unable to initialise egl
egl error 'EGL_NOT_INITIALIZED' (0x3001)

red and blue are swapped when using accelerated graphics

When launching a QML application the colors red and green are swapped when using the default image. This should actually work out-of-the-box.

Until I find the time to change and test the configuration you need to manually add the following line to /etc/powervr.ini:

DefaultPixelFormat=RGB565

Bug in teh readme file

$ sudo apt-get install gaw wget git-core diffstat unzip build-essential chrpath
libsdl1.2-dev xterm curl texinfo lzop

I think it should be "gawk"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.