@frameworkcomputer It is not only #CUPS, but MANY, MANY things you expect on an Ubuntu installation but you do not find on this system, so
$ sudo apt install man-db unminimize
$ sudo unminimize
are the magic commands to get everything to normal ...
@frameworkcomputer It is not only #CUPS, but MANY, MANY things you expect on an Ubuntu installation but you do not find on this system, so
$ sudo apt install man-db unminimize
$ sudo unminimize
are the magic commands to get everything to normal ...
@frameworkcomputer @zygoon #DeepComputing has published an update of the #Ubuntu 24.04 image (vers. 1.1)!
It fixes most of my complaints, and of Zyga, too:
- #Snap works now! Kernels supports squashfs, I could install snapd, snapcraft and rockcraft, but did not find any app Snap for #RISC_V. Seems I have to start with the #OpenPrinting Snaps ...
- There are 2 Browsers, #Firefox, and #Chromium on it, DEB packages
- Standard Ubuntu GNOME layout, launcher on the left
https://github.com/DC-DeepComputing/fml13v01/releases/tag/V1.1
1/2
#Fedora ist bereit für #RISC_V
RISC-V ist eine offene Befehlssatzarchitektur (Instruction Set Architecture, #ISA), die auf den Prinzipien von Reduced Instruction Set Computing ( #RISC ) basiert. Im Gegensatz zu proprietären Architekturen ist RISC-V kostenlos und offen. Im Hinblick auf Offenheit und Freiheit ist die Entwicklung von RISC-V-Hardware für #Linux ein wichtiger Schritt.
Zielsetzung primäre Architektur.
This might be the smallest PCB I have ever designed. It's a switchless region switch and overclock mod board for #SegaMegadrive / #SegaGenesis consoles. It's barely 2cm x 2.5cm, and most of the surface is occupied by solder pads. The microcontroller is a #RISC_V #CH32V003, the infamous "10 cent 32-bit MCU".
https://gitlab.com/doragasu/md-swless-oc-sch
RISC-V Mainboard for Framework Laptop 13 is now available
via @frameworkcomputer
"We’re happy to share that DeepComputing’s DC-ROMA RISC-V Mainboard for Framework Laptop 13 is now in stock and shipping in the Framework Marketplace. This is very much a developer-focused board to help accelerate maturing the software ecosystem around RISC-V."
@zygoon @frameworkcomputer I have tried out the #RISC_V board directly on the #Ubuntu booth on #FOSDEM but while running a system update on the pre-installed Ubuntu 24.04 LTS, it ran out of storage space.
So I want to replace its storage by a more spacious one.
Zyga, what kind of storage and which size are you using? Mine came with a micro-SD card, I am not sure about the size, can be that it is only 8 GB or so.
Anyone can give me recommendations about which storage to use?
@zygoon @frameworkcomputer Zyga, did you get your #RISC_V board on #FOSDEM, on the #DeepComputing booth?
Yuning Liang, founder of #DeepComputing, has given me one on FOSDEM, as a donation for #OpenPrinting to test the printing stack on RISC-V. I got it in the case for standalone use.
Inside SiFive’s P550 Microarchitecture
"The P550 is a 3-wide out-of-order core with a 13 stage pipeline. Out-of-order execution lets the core move past a stalled instruction to extract instruction level parallelism. It’s critical for achieving high performance because cache and memory latency can be significant limiters for modern CPUs."
RISC-V Made Nice Software Progress In 2024 While Interesting Hardware Still Rare
32GB P550 board bring up!
Study included #x86 #arm #risc_v for this #hpc / #supercomputing application
At last I got that final but important piece for my RISC-V SBC ( @bananapi BPI-F3): the cooler. Now I can finally start compiling some big chunks of code like Qt and KDE software. I do have distributed cross-compiling set up using Icecream, but apparently you can't prevent it scheduling compile jobs locally on SBC and only send them to more powerful computers. Let the fun begin…
Мысли о доработке архитектуры RISC V
Архитектура RISC V (читается как «риск файв») существует и развивается более полутора десятилетий. Участие в развитии этой архитектуры принимают тысячи фирм по всему миру. На очередном круглом столе российского Альянса RISC V мы – компания «Аквариус» – предложили свою идею по доработке. Выносим ее на суд сообщества. Обычно компании-основоположники архитектур закрывают свои системы команд (ISA – instruction set architecture – архитектура системы команд, проще – система команд) от сторонних разработчиков патентными ограничениями, а иногда и судебными преследованиями. Сами они, как правило, развивают свою архитектуру не очень охотно. Стимулом для нововведений часто становится истечение срока лицензионной защиты. ISA дорабатывается, чтобы снова закрыть доступ со стороны к правкам или самостоятельному повторению всей архитектуры. Также толчок в этом направлении может дать требование увеличить разрядность обрабатываемых данных - со временем оно становится очевидным. Как ни странно, сюда же можно отнести и требование уменьшить разрядность. Классическим примером можно считать архитектуру MIPS. Первоначально 32-битная, в конце концов она стала 64-битной с поддержкой 16 -разрядной обработки данных. Почти такой же танец мы увидели и в исполнении RISC V. Но тут есть важные особенности. Если говорить о других архитектурах, их исходный вариант никак не подразумевал дальнейшее развитие - оно ничем не обеспечивалось. А вот RISC V разрабатывалась с учетом того, что она будет развиваться, в нее были заложены такие возможности. А главное – она изначально была открытой, то есть доступной для усовершенствования.