Announcement

Collapse
No announcement yet.

Raspberry Pi 4 V3D Open-Source Kernel Driver Support Slated For Linux 5.20

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • monkeynut
    replied
    I actually got Openxray (S.T.A.L.K.E.R: Call of Pripyat) running on the Pi 4 V3D driver. All I needed to do, after compiling from source, was use the below terminal command to force the OpenGL version to 4.1 and the GLSL version to 4.10. I am astonished it runs.

    Code:
    MESA_GL_VERSION_OVERRIDE=4.1 MESA_GLSL_VERSION_OVERRIDE=410  xr_3da
    video below (sorry for poor quality, phone is a potato)

    Leave a comment:


  • sinepgib
    replied
    Originally posted by GrumpyLinuxUser View Post
    Open source VPU side bootloader for Raspberry Pi. Contribute to christinaa/rpi-open-firmware development by creating an account on GitHub.

    /ah
    Wow, thanks! I'll see if I can try it

    Leave a comment:


  • GrumpyLinuxUser
    replied
    Originally posted by gnarlin View Post
    Has there been no work, political or technical, towards not having to use a proprietary binary to be able to boot Raspberry Pi's?
    Open source VPU side bootloader for Raspberry Pi. Contribute to christinaa/rpi-open-firmware development by creating an account on GitHub.

    /ah

    Leave a comment:


  • sinepgib
    replied
    Originally posted by OneTimeShot View Post
    It means that you can download and compile the kernel, and it’ll do something useful without finding out-of-tree stuff. Also distro support will be more standardised (everyone uses the same codebase)
    I wish I could do that for Raspberry Pi 1, but I guess that's already an abandonned platform.

    Originally posted by OneTimeShot View Post
    You mean the firmware? I thought that had been reverse engineered at some point.

    I guess no one cares enough to switch it out…
    Is the firmware even flash-able on those?

    Leave a comment:


  • You-
    replied
    Originally posted by gnarlin View Post
    Has there been no work, political or technical, towards not having to use a proprietary binary to be able to boot Raspberry Pi's?
    You could argue that this is a first step for anyone willing to do what you are asking, but considering the driver was outside the kernel 3 years after hardware release and is only now being mainlined... i dont think there is any will

    Originally posted by mangeek View Post
    From a practical perspective, what does this mean? Fewer additions from distros' ARM64 kernel sources in order to bake Raspberry Pi images? Does this open the door to, say, Ubuntu et al using generic ARM64 images on UEFI instead of a custom Raspberry Pi preinstalled image with its own special kernel?
    Yes. once everything is upstreamed, no special sauce should be needed to run on the pi4. Standard Debian, Fedoa ubuntu or any other should work.

    Leave a comment:


  • OneTimeShot
    replied
    Originally posted by mangeek View Post
    From a practical perspective, what does this mean? Fewer additions from distros' ARM64 kernel sources in order to bake Raspberry Pi images? Does this open the door to, say, Ubuntu et al using generic ARM64 images on UEFI instead of a custom Raspberry Pi preinstalled image with its own special kernel?
    It means that you can download and compile the kernel, and it’ll do something useful without finding out-of-tree stuff. Also distro support will be more standardised (everyone uses the same codebase)

    Leave a comment:


  • Danny3
    replied
    Why was this tested only on Wayland/Gnome and not also on Wayland/KDE Plasma?

    Leave a comment:


  • mangeek
    replied
    From a practical perspective, what does this mean? Fewer additions from distros' ARM64 kernel sources in order to bake Raspberry Pi images? Does this open the door to, say, Ubuntu et al using generic ARM64 images on UEFI instead of a custom Raspberry Pi preinstalled image with its own special kernel?

    Leave a comment:


  • OneTimeShot
    replied
    Originally posted by gnarlin View Post
    Has there been no work, political or technical, towards not having to use a proprietary binary to be able to boot Raspberry Pi's?
    You mean the firmware? I thought that had been reverse engineered at some point.

    I guess no one cares enough to switch it out…

    Leave a comment:


  • gnarlin
    replied
    Has there been no work, political or technical, towards not having to use a proprietary binary to be able to boot Raspberry Pi's?

    Leave a comment:

Working...
X