Replies: 5 comments 2 replies
-
We are excited about RPi5! Same answer as for any other SBC: we need upstream Linux support (6.1) and u-boot support. If that lands, we can start accepting patch for RPi5. |
Beta Was this translation helpful? Give feedback.
-
@smira is there any update on this? It seems RPi 5 is not yet supported and issue #7978 does not see much activity. |
Beta Was this translation helpful? Give feedback.
-
I had a week off and wanted to look at this, there's still a little work to do before sending in a PR (somehow) but I've written drivers for the 2 reset controllers used for brcm,brcmstb-reset and brcm,bcm7216-pcie-sata-rescal (which seem solid) alongside, additionally, a pretty experimental split off driver for brcm,bcm2712-pcie which is the main client driver.
As you can see the devices show but at this stage aren't reporting a subclass but at this stage after quite a few hours I chose to retire to the 'purple zone' and will look at it again and try to get it nailed before I go back to work on Monday (doing less interesting Cloud Stuff :p). |
Beta Was this translation helpful? Give feedback.
-
Thoughts on why this wasn't working were incorrect, I had actually updated the wrong constant based on device specific information in the Linux driver and it proved hard to track down until I re-read the code several times. I now have correct device information for regular devices attached to the bus, you can ignore 02.1b.05, I know that's the RP1 controller and it needs a u-class driver if/when I/somebody want to get it to work but as you can see the nvme drive is popping up but cannot yet be scanned in a stable fashion.
|
Beta Was this translation helpful? Give feedback.
-
@joyshmitz thanks for the post, I'm afraid it's a bit lower level at this point and really about getting the basics working for the bus. As this is the bootloader I don't think there is much value beyond nvme and possibly at some point the peripherals that hang off the RP1 south bridge which is attached to the PCIE bus as well. |
Beta Was this translation helpful? Give feedback.
-
Few days ago a new Raspberry PI 5 was introduced. It's build based on new Broadcom chip: BCM2712 (full specification: https://www.raspberrypi.com/products/raspberry-pi-5/#specification). It looks really interesting considering its price (80$ for 8GB version). Is there any chance Talos would support this new SBC?
Beta Was this translation helpful? Give feedback.
All reactions