I'd like to get started with RISC-V chips. Can anyone reccommend a good dev board similarly priced or spec'd to the Pi Pico? Would be nice if the standalone SoC are easy to acquire as well.
Which is the best cost wise? Which is the best performance wise? Power consumption wise?
I don't need WiFi/Bluetooth though it would be nice. Low cost is preferrable over sheer performance. Ideally I get a fair amount of GPIO (>30) and it supports 3V or 5V.
I'm using the StarFive VisionFive 2 and its working quite well, there are debain and ubuntu images available as well as some other distributions, generally most of the boards features are working fine and there is a community around it actively improving software support.
For your requirements it might be a bit overkill in performance as its more in the neighborhood of a RasperryPi 3/4 in terms of size, power consumption and performance.
Probably the closest to a Pico in terms of being symmetrical would be the $9 Milk-V duo with two 1 GHz C906 cores (with vector units), and 64 MB RAM. It's obviously far more powerful than the Pico. And isn't available outside China yet.
Taking a step down to things that are actually available, the Sipeed M1s Dock and Pine64 Ox64 use the BL808 chip which has one 320 MHz 32 bit core, one 480 MHz 64 bit core (with vector processor), and a 3rd smaller 32 bit core that is intended to be dedicated to running the WIFI/BT. This chip also has 64 MB of on-chip RAM. The Ox64 is $6 or $8 depending on how big a flash chip (2 MB or 16 MB) it has. The M1s is a little more.
Going back to 2019, the Kendryte K210 chip has two 400 MHz 64 bit cores and 8 MB of RAM. There have been a ton of boards using it, especially from Sipeed but it's a bit more expensive than the newer chips.
There are tons of cheaper boards, but they tend to be single core and only a few KB to few hundred KB of RAM.
I don't know why this comment was dead. Pine64 is legit and the Star64 looks like a viable option.
Anyone with experience on the Star64? I've had some rough times in the past with Pine64 products, from boards dying to the pinebook pro suddenly unable to boot from sd card. Better documentation would have helped. I didn't have hours to comb through forums and discords/matrices.
Still have a major warm place in my heart for Pine64 though, and overall have felt like they're a good value.
WCH has a bunch of new ones that have come out recently, like the CH32V003 and CH32V307 [1]. I would start there, they are close enough and could probably run micropython since they have some that have reasonable amounts of SRAM.
I think they are mostly looking to replace STM32s though.
This is really cool. This is riscv running under wasm in your browser and else where. Paired with a web repl and some JS peripherals, should should probably be the top answer.
Not specifically talking about WorldGuard, but this video comparing Intel SGX, Arm TrustZone, and RISC-V PMP is quite good: https://youtu.be/MREwcSo0uz4
Does anyone have a "Getting started" with Worldguard? I've wanted to experiment with it, but:
1. Didn't find any easily available hardware with it
2. Didn't see actually how to use it.
We see time and again that more eyes on open source doesn't count for a ton either. We had a relatively simple use after free in the kernel just a couple months ago that had been there for a long time. The benefit of open source is that we could demand and verify good testing and analysis for foundational bits of code, but we don't.
> we could demand and verify good testing and analysis for foundational bits of code, but we don't.
Who would you take these demands to? Most foss software is written and managed by volunteer maintainers, if you start demanding things from them they will rightfully tell you to jog on.
Even when they are not volunteers, they are likely employees of companies that fund this development largely because they require and rely on the software. In which case, they likely have priorities set that are aligned with that company and the needs of other users are low priority at best, but more likely largely irreverent.
The people who donthe testing and analysis don't have to be the authors. If I do something for fun, and a faang makes a double digit percentage of the world gdp depend on it's security, then I would hope we demand the company who benefits ensure that security in an open way or choose other software. But that would cost more.
> RISC-V benefits from a lack of obscurity in this sense since there is more visibility into the system design, resulting in more known and addressed vulnerabilities and hence a more robust system.
Which is the best cost wise? Which is the best performance wise? Power consumption wise?
I don't need WiFi/Bluetooth though it would be nice. Low cost is preferrable over sheer performance. Ideally I get a fair amount of GPIO (>30) and it supports 3V or 5V.