Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup/dt-blob-dpi.dts does not have references to the Pi2 #5

Open
robertely opened this issue Mar 19, 2015 · 3 comments
Open

setup/dt-blob-dpi.dts does not have references to the Pi2 #5

robertely opened this issue Mar 19, 2015 · 3 comments

Comments

@robertely
Copy link

dt-blob-dpi.dts does not have a stanza for the Raspberry Pi 2. Preventing this from working.

I've been trying to find a device tree with a video core config for the Pi 2 but I can't find enough information.

@gertvanloo
Copy link
Contributor

I do not have any control over the software. I know the VGA adapter was tested with the Pi-2 as I have seen it working with one of the production prototypes. As far as I know the drivers are part of the standard image. For all other matters post at "http://www.raspberrypi.org/forums/viewtopic.php?f=100&t=86658"

@6by9
Copy link

6by9 commented Jun 2, 2015

Pi2 has used the bplus pins config until the firmware commit Hexxeh/rpi-firmware@a1621d6 on 30th May.
Things have just changed - Phil is on it. (I've hit the issue when linking to a DPI screen via an Adafruit Kippah)

@pelwell
Copy link

pelwell commented Jun 3, 2015

The new dt-blob has more configurations, each of which has a few more defines:

  • rev1
  • rev2
  • bplus1 // Pi 1 Model B+ rev 1.1
  • bplus2 // Pi 1 Model B+ rev 1.2
  • aplus
  • 2b1 // Pi 2 Model B rev 1.0
  • 2b2 // Pi 2 Model B rev 1.1
  • cm

The reason for the change has been to document the variations in hardware and to replace some of the board-specific code with additional usage of the pin configuration data.

It's a shame that the external dt-blob is a complete replacement for the internal one rather than a patch to it, but changing that isn't something to do in a hurry. Instead, we've uploaded the new structure here, and you just need to overwrite pins 2-21 for the 5 (sorry) configurations for B+-compatible boards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants