Jump to content

m][sko

Members
  • Posts

    86
  • Joined

  • Last visited

Everything posted by m][sko

  1. m][sko

    panfrost

    I am really impressed ubuntu 19.10 desktop(gnome with wayland) really nice on RK3399 with panfrost smooth and usable
  2. I think that this is faster way sudo apt-get install software-properties-common -y sudo add-apt-repository ppa:oibaf/graphics-drivers sudo apt-get update sudo apt-get upgrade but oibaf provide only arm64 packages!
  3. m][sko

    panfrost

    ok there is missing power on in firefly kernel dts I will post patch to armbian if anybody know how to mainline. plz do that
  4. m][sko

    panfrost

    Anybody have success with panfrost? kernel module and userspace module I have firefly 3399( 5.4.8-rockchip64) board And I don't see panfrost in dmesg or lsmod Any idea?
  5. my fix for mutter https://gitlab.gnome.org/GNOME/mutter/issues/754
  6. so it is rendered in window manager don't see that as any problem
  7. Same here it is still in dev. they are aware of all unfinished stuff
  8. So I was able to start mutter as usual there is problem with dri cards
  9. I didn't test git master on any device But what I am reading they only support mali midgard And only one stable hw Mali-T860 https://www.collabora.com/news-and-blog/blog/2019/08/06/rockpi-panfrost-wayland/ They wrote on IRC that they will try to stabilize other midgard gpus in coming month
  10. IRC here https://freenode.irclog.whitequark.org/panfrost/
  11. arm64 packages are working fine on my Odroid C2
  12. I know about this so I emailed to him so lets hope he will add it it should be easy I also asked for armhf builds he has this ppa since 2011 but I just want to say that git master mesa will be best for armbian/lima/panfrost
  13. @ning thx that you point me to this I think that better solution will be git master of mesa from this https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers my experience on amlogic with lima
  14. I started to play with lima(mesa mali drivers) on Odroid C2 with ubuntu 19.04 with kernel 5.3. rc6 with lima enabled I add latest mesa drivers from https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers there are only arm64 packages But there is problem on amlogic platform with order of dri/card* as dri/card0 point to lima and dri/card1 point to mesa drm driver but most software don't have options to set it up and they expect drm driver on card0 so there is problem in weston 5 for example https://lists.freedesktop.org/archives/wayland-devel/2018-September/039446.html but weston 4 and 6(https://packages.debian.org/sid/weston) is working fine so what is working in my case I was able to start weston4 like weston --drm-device=card1 then weston-simple-egl then glmark2-wayland so good luck with lima and panfrost it will be nice to test panfrost on odroid xu4 It will be nice to have simple options to enable lima/panfrost on armbian what do you think? It should be metter of enabling LIMA in kernel configs and add install mesa from oibaf ppa I asked him about armhf build be he talk about small amount of users lima gitlab issues https://gitlab.freedesktop.org/lima/mesa/issues
  15. btw make -s scripts isn't enough for linux 5.0+
  16. @Igor How armbian add suffix to kernel version? in .config CONFIG_LOCALVERSION is empty in Makefile EXTRAVERSION = is also empty As when I set proper suffix in .config everything is working fine
  17. Works fine on meson but on sunxi64 for some reason in some part KERNELVERSION is 5.0.4 and in some other part 5.0.4-sunxi64
  18. it don't solve my problem now when I build mali kernel driver and when I ismod mali.ko I get this version magic '5.0.4 SMP mod_unload aarch64' should be '5.0.4-sunxi64 SMP mod_unload aarch64'
  19. @Igor https://github.com/armbian/build/pull/1327/ for some devices
  20. so make -s scripts -s prepare0 fixed problem I will make pull request and it is working fine on linux 4.20 and 5.0 I didn't check linux 3 But as it first run scripts part from makefile and then prepare0 it should be fine
  21. I am looking at ubuntu 19.04 linux-headers-5.0.0-7-generic -contains builded versions of modpost and fixdep linux-headers-5.0.0-7 - contains kernel headers @Igor do you remember where do you get inspiration for armbian based kernel headers package structure and scripts ?
  22. I can confirm that 4.19 4.20 is fine and make -s scripts generate modpost and fixdep but 5.0 don't on sunxi64 at last
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines