duo-files VS cvitek-linux-5.10

Compare duo-files vs cvitek-linux-5.10 and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
duo-files cvitek-linux-5.10
4 1
82 3
- -
7.5 1.3
about 2 months ago about 1 year ago
C
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

duo-files

Posts with mentions or reviews of duo-files. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.
  • Needing advice on creating short delays mostly in C
    2 projects | /r/embedded | 7 Dec 2023
    I'm sorry, but bit banging WS2812 on that hardware is stupid. Find some peripheral that you can use to output WS2812 bitstreams, and use that. For example, for the Raspberry Pi there is a library at https://github.com/jgarff/rpi_ws281x that can use either PWM, PCM or SPI to do this. I know you're dealing with a different CPU, but this should give you ideas about how you can use its peripherals. The data sheet is available: https://github.com/milkv-duo/duo-files/blob/main/hardware/CV1800B/CV1800B-CV1801B-Preliminary-Datasheet-full-en.pdf
  • The Milk-V Duo full preliminary English datasheet just dropped on GitHub
    1 project | /r/RISCV | 13 Sep 2023
  • Milk-V Duo received today from Aliexpress :)
    1 project | /r/RISCV | 4 Jul 2023
  • Milk-V Duo: A $9 RISC-V COMPUTER
    4 projects | news.ycombinator.com | 17 Jun 2023
    Datasheet: https://github.com/milkv-duo/hardware

    Reading the datasheet, it looks like there is one C906 cpu with 700 Mhz without the the vector extension and one C906 cpu at 1Ghz with rvv 0.7.1. The C906 design has been opensourced and is available here: https://github.com/T-head-Semi/openc906

    The C906 supports rv64gc with optimal rvv 0.7.1 with a vlen of 128, but a 256 wide ALU.

    They list H.264/H.265 support, but I don't think it's a standardized extension.

    But see my other comment about using the pre ratification vector extension:

cvitek-linux-5.10

Posts with mentions or reviews of cvitek-linux-5.10. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-17.
  • Milk-V Duo: A $9 RISC-V COMPUTER
    4 projects | news.ycombinator.com | 17 Jun 2023
    > Also, is that mainline Linux or are we going down the hacked kernel route of the ARM boards where someone is going to have to pick through the source to get the patches otherwise it will remain on an ancient unsupported kernel?

    My initial impression is that there are no binary blobs[1]. You can look at the repo it is using over here: https://github.com/milk-v/cvitek-linux-5.10

    I think getting the full sources alone is sufficient. It might not be desirable for the Linux team to accept patches for every standalone piece of hardware. As long as the patches for the actual ISA are mainlined I consider that a win.

    [1] Maybe there are, I didn't look too closely at the repo, but it looks to me that it's all source code.

What are some alternatives?

When comparing duo-files and cvitek-linux-5.10 you can also consider the following projects:

openc906 - OpenXuantie - OpenC906 Core

linux - Patches include sunxi platform support and various driver fixes