晶晨s905可以安装liunx吗

能运行linux的高性价比芯片

To put it bluntly, there are three types of cost-effective chips that can run Linux: minimalist ARM, mainstream ARM, and other niche chips.
Let's talk about the most important ARM chips first. The NXP and Rockchip series are the most popular. The industrial control project we worked on last year used the i.MX7 , a quad-core + Cortex-M4 heterogeneous design, with full real-time performance and power consumption of only about 2 00W. Another point is that the RK series is really cost-effective. For example, RK3 5 6 8 , you can buy a board with 2 5 6 MB memory for 8 8 yuan. Last year, the Double Eleven promotion even sold 6 8 yuan. There is another very important detail. How mature is the ARM ecosystem? You see that 9 5 % of embedded Linux boards on the market are based on it.
At first I thought that a minimalist chip could only run a basic system, but then I found out that was wrong. Last year, a classmate built a minicomputer using three 8 -pin chips. Even though it only has 1 MIPS processing power, it's really fun to run it with Debian installed. It is suitable for those who are on a tight budget and want to play hard.等等,还有别的事。
RISC-V is now starting to gain popularity, but it is best suited for scenarios where customization is too high, such as the quantum computing simulator we created.
A reminder: When choosing an ARM chip, don't just look at the number of cores but also the power consumption. Although the RK3 5 8 8 has eight cores, its standby power consumption can reach 5 00mA. In some cases, using i.MX6 can save more electricity.