Intéressant article sur l'open hardware:

Semi-conducteurs: la neutralité suisse attire les géants mondiaux

A l'instar du système d'exploitation open source #Linux le mouvement autour de RISC-V entend briser les monopoles dans le domaine du matériel informatique.

#Riskv #suisse #openSource #hardware

https://www.rts.ch/info/sciences-tech/2026/article/la-suisse-terre-neutre-pour-l-avenir-des-puces-electroniques-mondiales-29181467.html

Semi-conducteurs: la neutralité suisse attire les géants mondiaux

La course à la suprématie dans le secteur des semi-conducteurs attise les tensions géopolitiques entre les superpuissances. Une technologie basée sur des logiciels libres (ou open source) basée en Suisse vise à empêcher un monopole.

Radio Télévision Suisse
"A multi-supplier strategy enables healthy competition between suppliers, leading to taster innovation and competitiveness" says Andrea Galio of #RiskV

RISK-V, UE i chińska AI

Pojawianie się rodziny chipów AI działających w architekturze RISK-V ISA i obsługiwanych przez jądro Linuksa, co pozwala na ich szeroką implementację na praktycznie wszystkim, może pozwolić na stworzenie niezależnej od międzynarodowych korporacji i amerykańskich władz gałęzi AI.

https://wp.me/p3fv0T-hgY #POLECANE #Chiny #ChRL #CPU #RISKV #AI #SpacemiT #X60 #Linux #technologie #UE #DARE #USA

RISK-V, UE i chińska AI

Pojawinie się rodziny chipów AI działających w architektórze RISK-V ISA i obsługiwanych przez jądro Linuksa, co pozwala na ich szeroką implementację na praktycznie wszystkim, może pozwolic na stwor…

CH32V307 и сколько же на самом деле FLASH в микроконтроллерах WCH

В течении последнего года я запустил серийные проекты на микроконтроллерах CH32V207 и CH32V203. И в том или ином виде попробовал работать почти со всеми RISK‑V ядрами от WCH. Анализ опыта работы, это отдельная история, сейчас хотел бы рассказать про структуру памяти старшей линейки WCH. В первую очередь, потому что, я, даже в сегменте англоязычных форумов, не нашел полной информации на эту тему. А небольшой объем памяти анонсируемый в даташитах, возможно многих отпугивает.

https://habr.com/ru/articles/859054/

#WCH #riskv

CH32V307 и сколько же на самом деле FLASH в микроконтроллерах WCH

В течении последнего года я запустил серийные проекты на микроконтроллерах CH32V207 и CH32V203. И в том или ином виде попробовал работать почти со всеми RISK-V ядрами от WCH. Анализ опыта работы, это...

Хабр
Staying Ahead of the Curve: Updating my skillset to champion RISK-V ISA design and exploring the latest trends in mechatronics.
#RiskV #mechatronics #linux
Digital Angel (@digitalangel)

TL;DR: If you are looking for a microcontroller for simple control tasks that you want to program in #Python, then it is also suitable for beginners and has a good price-performance ratio. #milk-v duo s: https://milkv.io/duo-s#buy In the following, I will go into more detail about #installation and #setup: First download #Linux and write it to an SD card so that the #microcontoller can #boot: https://milkv.io/docs/duo/getting-started/boot Connect the SD card to the board and connect the USB-C with your laptop. The boot process went smoothly and after a short time the blue LED flashes, indicating that the boot process was successful. A #USB #network driver is required for the first connection attempt. Please do not be surprised if you read Windows in the following instructions. Just scroll down a little and you will get the instructions for Linux: https://milkv.io/docs/duo/getting-started/setup With #SSH you can now connect via USB and the first step should be to change the password: passwd After connecting to my #WiFi I have #internet connection: https://milkv.io/docs/duo/getting-started/duos#wifi-configuration Now I can update my #python and download #software: python -m pip install --upgrade pip setuptools You can perform an Internet speed test in python: https://pypi.org/project/speedtest-cli/ I wanted to check the performance of the #risk-v #CPU and started the following python script. With htop I saw that the CPU was at 100%: import timeit def main(): perform_cpu_load() def perform_cpu_load(): print("AM: Start...") my_time = timeit.timeit('"-".join(str(i) for i in range(99999))', number=1000) my_time_int = int(round(my_time, 0)) print(my_time_int) if __name__ == "__main__": main() The result was quite sobering at 1193 seconds. For comparison, an Intel CPU i5-7300U has 45 sec. I can't believe that the performance is really that bad and am trying to find a more objective test. That was the end of my first test. However, I also noticed some negative points, which I will publish in another post. If anyone knows a good CPU #performance test in Python please contact me :) #knowledge #hardware #iot #tutorial #test #floss #foss (📎1)

Zehn Vorne
Using Makerchip to keep up with RISC-V core on Linux with Transaction-Level Verilog. While I still believe ARM and MIPS are easier, however, ease of use can be subjective, and, of course, varies on specific use cases and performance, which are crucial to consider on any project.
#riskv #linux #CPU #makerchip #mips #arm

Linux Foundation Open Source Summit North America:
"Linus Torvalds and his good friend Dirk Hohndel ... conversation about Linux development and related issues"

Interesting - They also talked about #security, XZ Utils incident, #LLMs, #hardware, RISK-V, #Git ...

https://www.zdnet.com/article/linus-torvalds-takes-on-evil-developers-hardware-errors-and-hilarious-ai-hype/

#gnulinux #linux #riskv #xz #xzutil #xzutils #llm #torvalds #hohndel #cybersecurity #ictsecurity #itsecurity #exploit #spyware #vulnerability #infosec #ai #aihype #linuxfoundation #opensourcesummit

Linus Torvalds takes on evil developers, hardware errors and 'hilarious' AI hype

While all is 'calm and steady and boring' with the next kernel, Linux creator Torvalds tells an Open Source Summit crowd exactly how he feels about almost everything else.

ZDNET
does anyone have #lichee console 4a or #pinetab v from #pine64 - #riskv laptops? what do you think about them and how do use them? i cant stop dreaming about one
#sbc
How does an OS boot? //Source Dive// 001

YouTube