this post was submitted on 06 May 2023
3 points (100.0% liked)

Open Source

30301 readers
863 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Basically I want to have a computer to experiment with that is 100% free and open source and that doesn't break the bank. My current idea is to use a RISCV board like the mango pi and use FreeBSD on it. I only use terminal applications expect for the browser so I'm not too worried about performance. But also I have never done anything like this before, this is really just to mess around and learn. But I'm looking for some advice what are the best RISCV boards and is it even worth it? Plus is it even possible to build a 100% free and open source computer with a RISCV board? I am currently doing research into this and this is part of my research lol, thank you.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 year ago

Open-source chips is probably the difficult part about it. There's RISCV CPUs with open-source high-level description - but the physical devices are not open-source (for example the physical layout). There's some people running soft-CPUs on FPGAs. This way the circuit of the CPU is open-source but the FPGA fabric is not. I believe (and/or hope) that the situation might improve in the next decades. There's some chip fabs which start to allow creating fully open-source chips (Skywater in the US, IHP in EU). Yes, most chip fabs are actually forbidding to create open-source chips.

This might be inspiring: https://mntre.com/

[–] [email protected] 0 points 1 year ago (1 children)

Theoretically current RISCV boards are not fully open since the processor itself is not. That might or might not matter to you, but you can always use an FPGA board. Anyway, hmu for anything, it's nice to help with projects as a community :)

[–] [email protected] 0 points 1 year ago (1 children)

Thank you, and by the processor not being open source do you mean the design or the code running on it? sorry if this is a stupid question but I'm new to this just coming off a coreboot thinkpad lol