Viewing a single comment thread. View all comments

Kevin_Jim t1_j3luan2 wrote

Until they switch to RISC-V that will continue to be the case. They main reason RPis are cheap is because they get a sweetheart deal from Broadcom.

11

yumri t1_j3lz9dj wrote

Well the only good RISC-V board i have seen looks basically like Raspberry pi 3 but with a RISC-V SoC made by VisionFive who also makes the SBC it is in. The main problem is it is RISC-V not ARM so the code will have to change to match.

7

Kevin_Jim t1_j3m5etf wrote

I doubt they RaspberryPi foundation will have match trouble porting their libs, and it’ll be relatively straightforward to maintain the same GPIO.

It’s a matter of resources and commitment. They have the resources, but the moment they even think of deviating from Broadcom, there will be not coming back from it. So, they have to be 100% in.

4

yumri t1_j3mze74 wrote

As VisionFive is a competitor to the RaspberryPi foundation but they actually have a product you can buy. Again the problem is most is made for ARM not RISC-V but as you explained it will be relatively straightforward to use as the same GPIO count and connectors.

So the Camera module should work with their board when the environment is made for RISC-V not just for ARM. I am hoping it will be but i do not know how hard it will be as i don't know RISC-V programming.

1

Kevin_Jim t1_j3n8q8u wrote

LLVM made porting across architectures much easier than it ever was.

1