Pomalu, zlehka, ale už se tam postupně dostávám 💪
Zároveň si díky tomuhle projektu osahávám rust a učím se s GPIO na mainline linuxu.
Pomalu, zlehka, ale už se tam postupně dostávám 💪
Zároveň si díky tomuhle projektu osahávám rust a učím se s GPIO na mainline linuxu.
Running #linux on #arm64 systems like my #radxa rock 5 is fine but partially cumbersome. Software support is missing for stuff like 3D graphics or protected content required by streaming services.
Thanks to #opensource its possible to fill some gaps. Currently I'm playing #OpenTTD built from source.
This game is well written with fallbacks to CPU-rendering when GPU/EGL code is failing.
And I just love it since I saw it first about 30 years ago.
Hey Devs 😁
We need more arm64 build pipelines!
Radxa Rock 4D : un format Raspberry PI avec PCIe, PoE et NPU
La carte de développement Radxa Rock 4D propose une belle densité de compétences en regroupant sur un petit format énormément de choses..
https://www.minimachines.net/?p=134373 #radxa #rockchip
#radxa orion o6 is a tricky customer. i've spent whole evening troubleshooting random hangs and crashes of official radxa image :psyduck: 4/?
První test fit úspěšný! 🥳
Ještě asi proběhnou menší úpravy předního panelu, ale pomalu můžu začít slavit 😅 Reprint kvůli špatnému designu se týkal jen jednoho dílu 🙂
Dnešní odpoledne bude patřit 3D tisku 😅
Už mi zbývá jen pár částí, odhadem tak 4-5h tisku.
Aktuálně mám hotový rámeček jen pro Rock 5B, ale díky rastru na straně by neměl být problém vložit dovnitř cokoliv, co se vměstná do rozměrů 123x152mm.
AMI Aptio V Firmware Powers Radxa Orion O6 at COMPUTEX 2025
#radxa orion o6 plexiglass case is rigid and looks actually good. no scratches, well cut. i see no issues using it as a permanent solution. 2/?
long awaited #radxa orion o6. will share some comments later. what i can say for now: excellent packaging; alu case is super solid and makes good first impression. 1/?
Radxa NIO 5A is a single-board PC with up to 10 TOPS of AI performance
The Radxa NIO 5A is a credit card-sized single-board computer that looks a bit like a Raspberry Pi model B. It even has a Raspberry Pi-compatible 40-pin GPIO header. But this upcoming mini PC has a few features that help set it apart.
One is support for WiFi 6E. Another is a built-in MIPI-CSI connector. But the biggest difference between the NIO 5A and a Raspberry Pi is the processor. This […]
#computex2025 #mediatekGenio520 #radxa #radxaNio5a #singleBoardComputer
Read more: https://liliputing.com/radxa-nio-5a-is-a-single-board-pc-with-up-to-10-tops-of-ai-performance/
Instalación de Debian Bullseye en Radxa ZERO 3W
Vamos a instalar Debian en una placa Radxa ZERO 3W, basada en un procesador Rockchip RK3566 de arquitectura ARM de 64 bits.
https://youtube.com/shorts/caBa0uowwNQ?feature=share
Preparación de la tarjeta
En primer lugar, para este artículo, descargaremos la imagen de la versión de Debian para este dispositivo, disponible en el GitHub del propio fabricante.
$ wget https://github.com/radxa-build/radxa-zero3/releases/download/rsdk-t2/radxa-zero3_bookworm_kde_t2.output.img.xz
A continuación, insertamos una tarjeta de al menos 8 GB y descomprimimos ahí la imagen.
# xz -dc radxa-zero3_bookworm_kde_t2.output.img.xz | pv | sudo dd of=/dev/sdc bs=4M status=progress
Solo queda extraer la tarjeta e introducirla en la Radxa.
Encendido y primera configuración
Conexión y arranque
Conectaremos el USB-C de alimentación al conector más exterior y un hub USB al conector libre, al que conectaremos teclado y ratón.
Una vez arrancado el sistema, se nos presenta la pantalla de acceso de Debian, donde accederemos con el usuario rock. La contraseña por defecto es también rock, que cambiaremos tras este primer acceso.
Conexión Wi-Fi (I)
Para llevar a cabo la conexión a nuestra Wi-Fi haremos uso de nmcli desde línea de comandos.
$ nmcli dev wifi connect "wifi_name" password "wifi_password"
Podemos comprobar la IP asignada con el comando ip y el parámetro «a».
Si deseamos trabajar desde nuestro PC, podemos instalar y habilitar el servicio SSH.
$ sudo apt install openssh-server$ sudo systemctl start ssh
Actualización de Debian
A continuación, vamos a actualizar nuestro Debian.
$ sudo apt update
Si obtenemos un error de firma similar al siguiente, tendremos que proceder a su actualización.
Err:1 https://radxa-repo.github.io/bullseye rockchip-bullseye InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 67A474DD40402951 NO_PUBKEY 5D93177D0752732A
Para la actualización de la firma, aplicaremos el siguiente script:
#!/bin/bash# Install signing keyringkeyring="$(mktemp)"version="$(curl -L https://github.com/radxa-pkg/radxa-archive-keyring/releases/latest/download/VERSION)"curl -L --output "$keyring" "https://github.com/radxa-pkg/radxa-archive-keyring/releases/latest/download/radxa-archive-keyring_${version}_all.deb"sudo dpkg -i "$keyring"rm -f "$keyring"
Una vez ejecutado el script, podremos llevar a cabo la actualización del sistema Debian con normalidad.
$ sudo apt update$ sudo apt upgrade
Conexión Wi-Fi (y II)
Después de la actualización es muy probable que desaparezca el dispositivo Wi-Fi y no podamos conectarnos a nuestro dispositivo por esta vía.
Si miramos la salida de dmesg, lo que ocurre es que el sistema no encuentra el archivo de firmware para la Wi-Fi.
$ sudo dmesg | grep -i "aic8800\|wlan\|wifi\|firmware\|brcmfmac"
[ 19.826019] aic8800_bsp: loading out-of-tree module taints kernel.
[ 19.913365] aicbsp: aicbsp_set_subsys, subsys: AIC_WIFI, state to: 1
[ 19.913368] aicbsp: aicbsp_set_subsys, power state change to 1 dure to AIC_WIFI
[ 19.980803] AICWFDBG(LOGINFO) aicwf_sdio_chipmatch USE AIC8800D80
[ 19.999673] rwnx_load_firmware :firmware path = /lib/firmware/aic8800D80/fw_patch_table_8800d80_u02.bin
[ 20.001850] rwnx_load_firmware: fw_patch_table_8800d80_u02.bin file failed to open
[ 20.001865] wrong size of firmware file
[ 20.004580] aicbsp: aicbsp_set_subsys, fail to set AIC_WIFI power state to 1
[ 21.133402] r8152 5-1.4:1.0: skip request firmware
Para solucionarlo, vamos a instalar el paquete de firmware del chip Wi-Fi AIC8800.
$ sudo apt install aic8800-firmware
No obstante, podemos ver que el directorio de instalación del archivo fw_patch_table_8800d80_u02.bin es otro. Crearemos y copiaremos al directorio esperado este archivo.
$ sudo mkdir -p /lib/firmware/aic8800D80/$ sudo cp /usr/lib/firmware/aic8800_fw/SDIO/aic8800D80/* /lib/firmware/aic8800D80/
Una vez reiniciado el sistema, encontraremos disponible la Wi-Fi.
Potencia de CPU y gestión de RAM
Vamos a medir la potencia de este dispositivo con 7z.
Para ello instalaremos p7zip.
$ sudo apt install p7zip-full
Ejecutaremos sucesivamente los siguientes comandos:
$ 7z b -mmt=1$ 7z b -mmt=2$ 7z b -mmt=4
Obtenemos los siguientes valores en MIPS:
1 núcleo2 núcleos4 núcleosRadxa ZERO 3W (compresión)65213592127Radxa ZERO 3W (descompresión)133831585251Radxa ZERO 3W (promedio)99522593689🌖 Radxa Orion O6:為中階個人電腦帶來 Arm 架構
➤ Arm 架構進軍中階個人電腦市場,但仍面臨挑戰。
✤ https://www.jeffgeerling.com/blog/2025/radxa-orion-o6-brings-arm-midrange-pc
Radxa Orion O6 是一款搭載 Arm 架構的中階 ITX 主機板,擁有最多 12 個核心、64GB 記憶體,並支援 Armv9.2。儘管價格從 200 美元起,但目前因進口關稅而有所上漲,且韌體仍存在一些問題,需要使用者具備一定的技術能力纔能有效利用。它具有良好的擴充性,包括 PCIe 插槽和多個 USB 連接埠,但整體效能目前與蘋果 M1 相當,且能效比遜色,仍有進步空間。雖然初期設定存在挑戰,但它提供了一個在自定義電腦上使用 Arm 架構的可行方案。
+ 感覺這塊板子很有意思,但目前還不太成熟,需要耐心等待韌體更新和驅動程式支援。
+ 雖然效能還比不上蘋果的 M 系列晶片,但價格更親民,而且能客製化組裝,對喜歡 DIY 的玩家來說
#硬體 #Arm #個人電腦 #Radxa Orion O6
Radxa Dragon Q6A : un Pi-Like sous SoC Qualcomm QCS6490
Alternative aux Raspberry Pi, le Radxa Dragon Q6A s'appuie sur une puce Qualcomm 8 cœurs dans un format de SBC très classique..
https://www.minimachines.net/?p=133675 #qualcomm #radxa
Je confirme que la carte pour utiliser l'écran de mon vieux Chromebook fonctionne!
Aussi en vedette: un Rock Pi 4se de Radxa avec une boîte conçu avec un ancien grille pain. Le tout roulant sur Dietpi XFCE.
Et vous, avez-vous un toaster comme ordi?
🤪😂🤣
#linux #linuxfr #linuxqc #dietpi #radxa #toastess #toaster #xfce
Lilbits: Cybersecurity funding, single-board PCs for AI, saving text from screenshots, and Linux on MacBooks
For more than two decades the US government has funded the CVE Program, which tracks and publicly discloses cybersecurity vulnerabilities in a uniform manner. But this week it looked like the federal contract that funds the organization could be set to expire, which could have had a pretty serious impact on global cybersecurity efforts.
That didn’t happen – the US has extended funding for at […]
#ai #asahi #cve #Cybersecurity #dragonwing #fedoraAsahiRemix #lilbits #meigPi #meigSmart #ocr #qualcommDragonwing #radxa #radxaDragonQ6a #sbc #snippingTool #windowsSnippingTool
Radxa Dragon Q6A is a Raspberry Pi-sized single-board PC with a Qualcomm QCS6490 processor featuring a 12 TOPS AI accelerator and support for up to 16GB of RAM. https://www.cnx-software.com/2025/04/16/radxa-dragon-q6a-a-qualcomm-qcs6490-edge-ai-sbc-with-gbe-wifi-6-three-camera-connectors/ #Radxa #RadxaDragonQ6A #QualcommDragonwing #AI #SBC
Radxa Dual 2.5G Router HAT : deux ports Ethernet pour votre SBC
L'extension Radxa Dual 2.5G Router HAT permet d'ajouter une paire de ports Ethernet 2.5 Gigabit une carte type Raspberry Pi 5 ou autre..
https://www.minimachines.net/?p=133444 #radxa