Kevin_Jim t1_j3luan2 wrote
Reply to comment by firebat45 in Raspberry Pi launches higher resolution camera module, now with autofocus | Alongside the company’s Camera Module 3, it’s also releasing a new module for use with M12-mount lenses. by chrisdh79
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.
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.
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.
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.
Kevin_Jim t1_j3n8q8u wrote
LLVM made porting across architectures much easier than it ever was.
Viewing a single comment thread. View all comments