Code Monkey home page Code Monkey logo

Comments (5)

ZARk-be avatar ZARk-be commented on July 30, 2024

did you manage solving this ?

from meta-sunxi.

diegosueiro avatar diegosueiro commented on July 30, 2024

Yes,

In daisy branch a have to use this kernel:
git://github.com/ssvb/linux-sunxi.git;branch=20140116-mali-r3p2-01rel2;

On sunxi-mali recipe this configure step:
do_configure() {
DESTDIR=${D}/ VERSION=r3p2-01rel1 ABI=armhf ${EXTRA_OECONF} make config
}

And on qtbase include this patch:
--- qtbase-opensource-src-5.2.1.orig/src/plugins/platforms/eglfs/qeglfshooks_stub.cpp 2014-02-01 18:37:36.000000000 -0200
+++ qtbase-opensource-src-5.2.1/src/plugins/platforms/eglfs/qeglfshooks_stub.cpp 2014-05-15 17:04:19.117306579 -0300
@@ -251,7 +251,12 @@
Q_UNUSED(platformWindow);
Q_UNUSED(size);
Q_UNUSED(format);

  • return 0;
    +// return 0;
  • static struct mali_native_window native_window = {
  •    .width = (short unsigned int)size.width(),
    
  •    .height = (short unsigned int)size.height(),
    
  • };
  • return &native_window;
    }

void QEglFSHooks::destroyNativeWindow(EGLNativeWindowType window)

from meta-sunxi.

nandra avatar nandra commented on July 30, 2024

@diegosueiro can you pls try on latest thud branch if issue is resolved? Thanks.

from meta-sunxi.

diegosueiro avatar diegosueiro commented on July 30, 2024

@nandra,

Unfortunately, I'm not able to test since I don't have the board anymore.

from meta-sunxi.

nandra avatar nandra commented on July 30, 2024

OK thanks for info. I'm working on adding proper mali support (mainline kernel + blobs) so will try then on my board and it should work also on others ;). Thanks.

from meta-sunxi.

Related Issues (20)

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.