ArchR Linux 2.0
ArchR Linux 2.0: Release Notes
Open-source Linux distribution for the R36S and RK3326-based clones.
Kernel 6.12 LTS, Mesa 26 Panfrost, CPU 1.4 GHz default (optional 1.5 GHz overclock), 43 supported panels.
Highlights
- Pacman as a real update mechanism: future updates become
pacman -Syuinstead of reflashing the SD card, with signed repositories and the ArchR master key embedded inarchr-keyring. - Audio fixed across all three families: R36S Original, R36S Clone (V20/V21/V22, GR36, G80C/D) and Y3506 Soysauce (V03/V04/V05).
- WiFi finally reliable: passwords with special characters (
$%#@&!*()-_=+çetc.) connect; a new out-of-tree RTL8188EUS driver fixes the authentication failure on the TP-Link/RTL8188EUS chip. WiFi also reconnects to the saved network automatically at boot. - Two inserted SD cards no longer break boot:
boot.iniusesLABEL=instead of/dev/mmcblk${devnum}p1, eliminating the mismatch between the U-Bootdevnumand the kernelmmcblkenumeration. - Overlay generation moves out of the OS build and into the online generator:
https://arch-r.io/overlay-generator/. The/flash/overlays/folder now carries only a multilingualREADME.txtexplaining how to generate themipi-panel.dtboon the site. - USB WiFi dongle works on the Soysauce and clones: the overlay generator now translates the vbus power supply of the OTG port from the stock DTB (the
vcc_host+GPIO regulator in the R36S style, or the rk817 PMICOTG_SWITCHon the Soysauce), tied as thevbus-supplyof&usb20_otg. The 6.12 dwc2 enables the regulator on demand when entering host mode (USB set to "disabled"), with no coil whine. - PortMaster/CFW compatibility layer: the Debian 11/darkOS SONAMEs that ports expect (
libjpeg.so.62,libcodec2.so.0.9,libx264.so.160,libx265.so.192,libtheoradec.so.1) now resolve, andsudo,vmstatandperf(withperf_event_paranoid=1) are present per the official guide.
By category
Pacman as a real update client
gen-pacman-repofixed for the pacman 7 layout (signing only thedb, not per package).repo-stableandrepo-devrepositories on GitHub Releases.archr-keyringcarries the ArchR production public master key.pacmaninstalled with/var/lib/pacmanas a symlink (compatible with read-only squashfs +/storageoverlay)./usr/sbin/bashshebangs rewritten to/usr/bin/bash(issue #36).- GnuPG bumped to 2.4.8 with updated
libksba/npth/pinentry.
Bootloader and partitioning
clone_boot.iniandoriginal_boot.ininow useroot=LABEL=@DISTRO_BOOTLABEL@instead of/dev/mmcblk${devnum}p1. Inserting a second SD card in any order no longer breaks boot (issue #34).- The
busyboxinit resolvesLABEL=/UUID=via util-linuxblkidscanning/proc/partitions(with amknodfallback), because busyboxvolume_iddoes not read FAT32 labels (symptom: "Unable to find LABEL=ARCHR, powering off").mount/umount/findfsare symlinked to busybox andPATHis exported at the top of init. - R36S Clone DTS (eeclone) aligned with the clean config of the other variants:
&emmcdisabled (the board has no eMMC chip; the controller kept recycling init for an absent card: "Timeout sending command" / "Failed to initialize a non-removable card") and&uart5(console ttyS2) muxed with onlyuart5_xfer(theuart5_ctson gpio3 RK_PA3 conflicted and the kernel reverted the whole group). - The FAT partition keeps
BOOT_SIZE=256,mkfs.vfat -s 32,fsck.fat -n. Cosmeticdosfsckwarnings are deliberately ignored (they previously caused a boot loop when "fixed").
Base system, systemd and FHS
- New
tmpfiles.d/z_02_archr-fhs-bridges.confcreates/var → /storagebridges viasystemd-tmpfiles, eliminating refs inherited from ROCKNIX/JELOS. 001-functionsandarchr-automountrevised: inherited refs pointing to Batocera/JELOS paths were corrected.- systemd units fixed: zero warnings in
systemd-analyze. - Symlink renamed:
rocknix-report-stats.timernow points toarchr-report-stats.timer.
Network drivers
- RTL8188EUS (aircrack-ng/rtl8188eus): new out-of-tree package at
projects/ArchR/packages/linux-drivers/RTL8188EUS/to fix the WiFi authentication failure on RTL8188EUS adapters when the upstreamrtl8xxxudriver does not complete the handshake (issue #19). - wifictl gained:
encode_iwd_name(): encodes non-alphanumeric chars as=XXin the profile name, the standard iwd requires.- WPA-PSK validation (8-63 printable bytes or 64 hex).
umask 077before writing profiles (no key leak to other users).- Cleanup of old profiles before creating a new one (no profile leak).
- Auto-reconnect at boot: when WiFi is enabled, the saved network is reconnected automatically at boot. Previously a unit rebooted with WiFi on came back with the toggle showing active but no connection, until the user toggled it off and on.
Security
- setrootpass: replaces the SHA-256 fingerprint file with
sha512cryptsalt comparison, reusing the existing entry in/storage/.cache/shadow. No new sensitive artifact on disk. - WiFi profile permissions with
umask 077.
Audio
- A new
SDCLONEflag in the web generator forces therk817-sound-amplifiedfallback when the clone DTB does not expose the amplifier GPIO. Fixes the "no soundcards" result inaplay -lon R36S Clone V20/V21/V22, GR36, G80C/D (issue #35). - Y3506 Soysauce (V03/V04/V05) loudspeaker is on the analog headphone output (HPOL/HPOR) behind an external amplifier gated by the rk817 codec's
spk-ctl-gpios. A new kernel patch adds rk817use_ext_amplifiersupport: it routes the speaker mux through the headphone DACs and togglesspk-ctl-gpiosvia a DAPM event. The web overlay generator now keeps the baserk817-soundcard enabled for the Soysauce (the NAm flag means "keep the base card"). It no longer swaps tork817-sound-spko-direct, which on the Soysauce base produced an empty card and a silent speaker (issue #29).
Controls / joypad (Soysauce / Y3506)
es_input.cfgnow ships aGO-Super Gamepadentry so both analog sticks navigate the EmulationStation menu (mapped as leftanalog/rightanalog). This fixes the previous behavior where the right stick changed the volume and the left stick did nothing (the auto-generated entry mapped them as joystick1/joystick2, and joystick2 is hardcoded to volume in ES).- The RetroArch
GO-Super Gamepadautoconfig button layout was corrected (select, start and D-pad indices were on the RGB20S layout; now on the R36S layout). This fixes in-game Start, Select and the exit-game hotkey combo. - Analog stick sensitivity tuned for the Y3506 potentiometers (the sticks only reached about 76 percent of range; the gain was raised so full deflection saturates the axis and menu navigation is responsive).
PortMaster / CFW: compatibility layer
- Per-SONAME compat libs: ports built against Debian 11/darkOS expect SONAMEs that ArchR does not ship by default. New packages
compat-codec2(libcodec2.so.0.9),compat-x264(libx264.so.160),compat-x265(libx265.so.192) andcompat-libjpeg62(libjpeg.so.62, IJG v6b ABI via libjpeg-turbo withWITH_JPEG8=OFF) install into/usr/lib/compat. archr-compat-libs.service: since ArchR has nold.so.cache, the service symlinks the*.so*from/usr/lib/compatto the linker's default path at boot, resolving the missinglibtheoradec.so.1for LÖVE runtimes (46 SONAMEs linked, without shadowinglibogg).sudoshim: the guide listssudo/doasas required; ArchR is single-user root, so the shim strips the sudo options and runs the command directly (the ROCKNIX/dArkOS pattern).vmstatadded toprocps-ng, andperfenabled for profiling withkernel.perf_event_paranoid = 1(userspace CPU sampling without full root context).ltraceis the only nice-to-have item from the guide intentionally absent: the maintained fork fails autoreconf on the ArchR toolchain; ports usegdborperf trace.
EmulationStation: System Information and quirks
- The
archr-infoquirks chain fixed: the word-splitting bug on "Game Console R36S" (with spaces) brokefor QDIR in ${QUIRK_DIRS}. Replaced with a bash array. - Temperature in System Information on Clone and Soysauce: the quirks loader matches the
quirks/devices/<name>folder against the exactmodelstring, and folders for "R36S Clone" and "Game Console R36S Soysauce" were missing, soDEVICE_TEMP_SENSORwas empty and only the Original showed temperature. Added folders with thethermal_zone0(CPU) andthermal_zone1(GPU) sensors. The DTBs/tsadc of the three variants are identical and worked: the gap was only per-device config in userspace. - Mesa version, Arch and full kernel string appear in System Information.
archr-config: Batocera paths replaced with the ArchR equivalents in the audio output selection command.- ES fork:
getArchString()readsHW_DEVICEfrom the env, scripts are also searched in/run/emulationstation/scripts, locale.moloaded from/usr/config/locale.
Performance and CPU
- CPU default is 1.4 GHz; the 1.5 GHz turbo OPP is opt-in via the EmulationStation "Enable CPU Overclock" switch (off by default to favor thermals and battery; gameplay still uses the performance governor).
- Inherited JELOS bugs in the boot path fixed.
- Cleanups in Emulators and PortMaster scripts (broken links, divergent paths).
Strategy: overlay generator leaves the OS build
config/mipi-generator/(generator.sh + archr-dtbo.py) andconfig/archr-dts/(23 DTSes and ~120 vendor DTBs) removed from the tree. Net: -8,503 LOC + ~120 binaries.u-boot/package.mkno longer callsgenerator.sh; no longer installsoverlays_{original,clone,soysauce}/.bootloader/mkimagesimplified: theRK3326branch dropped the per-SUBDEVICE copy.- The
/flash/overlays/folder now carries only a multilingualREADME.txt(pt-BR, en, fr, es, zh, ru) explaining: "Generate yourmipi-panel.dtboathttps://arch-r.io/overlay-generator/and paste it here." - The online generator now compares the user's DTB with the corresponding ArchR base DTB (anti-gap mirror), surgically mirroring each diverging property. In real tests with an R36S Clone, this closed 10 additional gaps (button-adc-scale, poll-interval, 8 stick tunings) that were previously lost.
- USB port vbus translation (mirror_vbus): the generator translates the whole OTG port power subtree from the stock DTB into the overlay (regulator,
vin-supplychain and pinctrl group), anchoring by name on the labels the base exposes (usb20_otg,rk817,u2phy,gpio*,pinctrl,pcfg_*). For the Soysauce, it instantiates the rk817OTG_SWITCHon demand (never always-on: it is a boost and would whine with no load). Validated on hardware: an external WiFi dongle enumerates with USB in host mode. Fixed in passing a bug that dropped boolean properties (regulator-always-on,enable-active-high).
Closed issues
| # | Title | Resolution |
|---|---|---|
| #19 | RTL8188EUS WiFi auth fail | Out-of-tree driver aircrack-ng/rtl8188eus.
|
| #29 | Soysauce no audio | rk817 use_ext_amplifier kernel patch drives the external amp via spk-ctl-gpios; generator keeps the base rk817-sound card.
|
| #31 | Clone boot fail (two SDs) | Boot.ini uses LABEL= instead of /dev/mmcblkN.
|
| #34 | Two SD cards prevent boot | Same fix as #31. |
| #35 | R36S Clone V20 no audio | SDCLONE flag forces the amplified fallback in the generator.
|
| #36 | Pacman /usr/sbin conflict
| Shebangs rewritten to /usr/bin/bash.
|
Breaking changes (heads up)
- 2.0 images no longer embed panel overlays. Users of boards where the bootloader default overlay does not work need to generate the
mipi-panel.dtboin the online generator before flashing (or at flash time, via the 2.0 flasher). /flash/overlays/before flashing contains onlyREADME.txt. Manual replacements must use an overlay produced by the generator.
How to build
cd /media/disco-local/ArchR/distribution
make docker-RK3326A native build (make RK3326) fails on hosts where checkdeps does not pass (CachyOS is the known case). The docker build is the supported path.
The original image accepts original R36S boards, R33S, Odroid Go variants, Anbernic RG351V/M, GameForce Chi, MagicX XU10 and Y3506 Soysauce. The clone image covers EE clones, RGB10/10X/20S, MagicX XU-Mini-M and BatLexp G350.
Credits
ArchR is built on the ROCKNIX base, with a build environment derived from LibreELEC. Thanks to the R36S community for reporting bugs across the 44 distinct boards that were instrumental in closing the audio, panel and joypad gaps in this release.
ArchR Linux 2.0: Notas da Versão
Distribuição Linux open-source para o R36S e clones baseados em RK3326.
Kernel 6.12 LTS, Mesa 26 Panfrost, CPU 1.4 GHz por padrão (overclock opcional de 1.5 GHz), 43 painéis suportados.
Destaques
- Pacman como mecanismo de atualização real: atualizações futuras viram
pacman -Syuem vez de reflash do cartão SD, com repositórios assinados e chave-mestra ArchR embarcada noarchr-keyring. - Áudio resolvido nas três famílias: R36S Original, R36S Clone (V20/V21/V22, GR36, G80C/D) e Y3506 Soysauce (V03/V04/V05).
- WiFi finalmente confiável: senhas com caracteres especiais (
$%#@&!*()-_=+çetc.) conectam; novo driver out-of-tree RTL8188EUS resolve a falha de autenticação no chip TP-Link/RTL8188EUS. O WiFi também reconecta à rede salva automaticamente no boot. - Dois cartões SD inseridos não derrubam mais o boot:
boot.iniusaLABEL=em vez de/dev/mmcblk${devnum}p1, eliminando o mismatch entredevnumdo U-Boot e a enumeraçãommcblkdo kernel. - Geração de overlay sai do build do SO e migra para o gerador on-line:
https://arch-r.io/overlay-generator/. A pasta/flash/overlays/agora carrega apenas umREADME.txtmultilíngue explicando como gerar omipi-panel.dtbono site. - Dongle USB WiFi funciona no Soysauce e clones: o gerador de overlay passou a traduzir a alimentação vbus da porta OTG do DTB stock (regulador
vcc_host+GPIO no estilo R36S, ouOTG_SWITCHdo PMIC rk817 no Soysauce), amarrada comovbus-supplydo&usb20_otg. O dwc2 do 6.12 liga o regulador sob demanda ao entrar em host mode (USB em "disabled"), sem coil whine. - Camada de compatibilidade PortMaster/CFW: SONAMEs Debian 11/darkOS que portes esperam (
libjpeg.so.62,libcodec2.so.0.9,libx264.so.160,libx265.so.192,libtheoradec.so.1) agora resolvem, esudo,vmstateperf(comperf_event_paranoid=1) estão presentes conforme o guia oficial.
Por categoria
Pacman como cliente de atualização real
gen-pacman-repocorrigido para layout pacman 7 (assinatura só dodb, não por pacote).- Repositórios
repo-stableerepo-devno GitHub Releases. archr-keyringcarrega a chave-mestra pública de produção do ArchR.pacmaninstalado com/var/lib/pacmancomo symlink (compatível com squashfs RO + overlay/storage).- Shebangs
/usr/sbin/bashreescritos para/usr/bin/bash(issue #36). - GnuPG bumped para 2.4.8 com
libksba/npth/pinentryatualizados.
Bootloader e particionamento
clone_boot.inieoriginal_boot.iniagora usamroot=LABEL=@DISTRO_BOOTLABEL@em vez de/dev/mmcblk${devnum}p1. Inserir um segundo cartão SD em qualquer ordem não derruba o boot (issue #34).- Init do
busyboxresolveLABEL=/UUID=viablkiddo util-linux varrendo/proc/partitions(commknodde fallback), porque ovolume_iddo busybox não lê labels de FAT32 (sintoma: "Unable to find LABEL=ARCHR, powering off").mount/umount/findfssymlinkados pro busybox ePATHexportado no topo do init. - DTS do R36S Clone (eeclone) alinhado com o config limpo das outras variantes:
&emmcdesabilitado (a placa não tem chip eMMC, o controlador reciclava init de cartão ausente: "Timeout sending command" / "Failed to initialize a non-removable card") e&uart5(console ttyS2) muxado só comuart5_xfer(ouart5_ctsem gpio3 RK_PA3 conflitava e o kernel revertia o grupo inteiro). - Partição FAT mantém
BOOT_SIZE=256,mkfs.vfat -s 32,fsck.fat -n. Warnings cosméticos dodosfscksão propositadamente ignorados (já causaram boot loop quando "consertados").
Sistema base, systemd e FHS
- Novo
tmpfiles.d/z_02_archr-fhs-bridges.confcria pontes/var → /storageviasystemd-tmpfiles, eliminando refs herdadas do ROCKNIX/JELOS. 001-functionsearchr-automountrevisados: refs herdadas que apontavam para paths Batocera/JELOS foram corrigidas.- Unidades systemd corrigidas: zero warnings em
systemd-analyze. - Symlink renomeado:
rocknix-report-stats.timeragora aponta paraarchr-report-stats.timer.
Drivers de rede
- RTL8188EUS (aircrack-ng/rtl8188eus): novo pacote out-of-tree em
projects/ArchR/packages/linux-drivers/RTL8188EUS/para resolver a falha de autenticação WiFi em adaptadores RTL8188EUS quando o driverrtl8xxxuupstream não completa o handshake (issue #19). - wifictl ganhou:
encode_iwd_name(): codifica chars não-alfanuméricos como=XXno nome do profile, padrão exigido pelo iwd.- Validação WPA-PSK (8-63 bytes printable ou 64 hex).
umask 077antes de gravar profiles (não vaza chave para outros usuários).- Limpeza de profiles antigos antes de criar novo (sem profile leak).
- Reconexão automática no boot: quando o WiFi está habilitado, a rede salva é reconectada automaticamente no boot. Antes, uma unidade reiniciada com o WiFi ligado voltava com o toggle marcando ativo mas sem conexão, até o usuário desligar e religar.
Segurança
- setrootpass: substitui o arquivo de fingerprint SHA-256 por comparação de salt do
sha512crypt, reaproveitando a entrada existente em/storage/.cache/shadow. Nenhum artefato sensível novo no disco. - Permissões de profile WiFi com
umask 077.
Áudio
- Novo flag
SDCLONEno gerador web força fallbackrk817-sound-amplifiedquando o DTB do clone não expõe o GPIO do amplificador. Resolve a tela "no soundcards" noaplay -lem R36S Clone V20/V21/V22, GR36, G80C/D (issue #35). - Y3506 Soysauce (V03/V04/V05): o alto-falante está na saída analógica de fone (HPOL/HPOR) atrás de um amplificador externo controlado pelo
spk-ctl-gpiosdo codec rk817. Um novo patch de kernel adiciona suporte aouse_ext_amplifierdo rk817: ele roteia o mux do speaker pelos DACs de fone e aciona ospk-ctl-gpiosvia um evento DAPM. O gerador web de overlay agora mantém o card baserk817-soundhabilitado para o Soysauce (a flag NAm significa "mantenha o card base"). Ele não troca mais parark817-sound-spko-direct, que na base do Soysauce produzia um card vazio e alto-falante mudo (issue #29).
Controles / joypad (Soysauce / Y3506)
es_input.cfgagora traz uma entradaGO-Super Gamepadpara que ambos os analógicos naveguem o menu do EmulationStation (mapeados como leftanalog/rightanalog). Isso corrige o comportamento anterior em que o analógico direito mudava o volume e o esquerdo não fazia nada (a entrada gerada automaticamente os mapeava como joystick1/joystick2, e o joystick2 é fixado ao volume no ES).- O layout de botões do autoconfig
GO-Super Gamepaddo RetroArch foi corrigido (os índices de select, start e do D-pad estavam no layout RGB20S; agora estão no layout R36S). Isso corrige o Start e o Select no jogo e o combo de hotkey para sair do jogo. - Sensibilidade dos analógicos ajustada para os potenciômetros do Y3506 (os analógicos alcançavam só cerca de 76 por cento do curso; o ganho foi elevado para que a deflexão total sature o eixo e a navegação no menu fique responsiva).
PortMaster / CFW: camada de compatibilidade
- Libs de compat por SONAME: portes compilados contra Debian 11/darkOS esperam SONAMEs que o ArchR não ship por padrão. Novos pacotes
compat-codec2(libcodec2.so.0.9),compat-x264(libx264.so.160),compat-x265(libx265.so.192) ecompat-libjpeg62(libjpeg.so.62, IJG v6b ABI via libjpeg-turbo comWITH_JPEG8=OFF) instalam em/usr/lib/compat. archr-compat-libs.service: como o ArchR não temld.so.cache, o serviço symlinka os*.so*de/usr/lib/compatpara o path padrão do linker no boot, resolvendo olibtheoradec.so.1que faltava para runtimes LÖVE (46 SONAMEs ligados, sem sombrearlibogg).sudoshim: o guia listasudo/doascomo requeridos; ArchR é single-user root, então o shim tira as opções do sudo e executa o comando direto (padrão ROCKNIX/dArkOS).vmstatadicionado aoprocps-ng, eperfhabilitado para profiling comkernel.perf_event_paranoid = 1(sampling de CPU em userspace sem contexto root completo).ltraceé o único item nice-to-have do guia intencionalmente ausente: o fork mantido falha no autoreconf no toolchain do ArchR; ports usamgdbouperf trace.
EmulationStation: System Information e quirks
- Chain de quirks
archr-infocorrigido: o bug de word-splitting em "Game Console R36S" (com espaços) quebrava ofor QDIR in ${QUIRK_DIRS}. Substituído por array bash. - Temperatura no System Information do Clone e Soysauce: o loader de quirks casa a pasta
quirks/devices/<nome>com a stringmodelexata, e faltavam pastas para "R36S Clone" e "Game Console R36S Soysauce", entãoDEVICE_TEMP_SENSORficava vazio e só o Original mostrava temperatura. Adicionadas pastas com os sensoresthermal_zone0(CPU) ethermal_zone1(GPU). Os DTBs/tsadc das três variantes são idênticos e funcionavam: o gap era só de config per-device no userspace. - Mesa version, Arch e kernel string completos aparecem em System Information.
archr-config: paths Batocera substituídos pelos equivalentes ArchR no comando de seleção de audio output.- ES fork:
getArchString()lêHW_DEVICEdo env, scripts são também buscados em/run/emulationstation/scripts, locale.mocarregado de/usr/config/locale.
Performance e CPU
- A CPU usa 1.4 GHz por padrão; a OPP de turbo de 1.5 GHz é opt-in via a chave "Enable CPU Overclock" do EmulationStation (desligada por padrão para favorecer temperatura e bateria; o gameplay ainda usa o governor performance).
- Bugs herdados de JELOS no caminho de boot corrigidos.
- Cleanups em scripts de Emuladores e PortMaster (links quebrados, paths divergentes).
Estratégia: gerador de overlay sai do build do SO
config/mipi-generator/(generator.sh + archr-dtbo.py) econfig/archr-dts/(23 DTSes e ~120 DTBs vendor) removidos do tree. Net: -8.503 LOC + ~120 binários.u-boot/package.mknão chama maisgenerator.sh; não instala maisoverlays_{original,clone,soysauce}/.bootloader/mkimagesimplificado: o ramoRK3326removeu a cópia per-SUBDEVICE.- A pasta
/flash/overlays/agora carrega apenas umREADME.txtmultilíngue (pt-BR, en, fr, es, zh, ru) explicando: "Gere seumipi-panel.dtboemhttps://arch-r.io/overlay-generator/e cole-o aqui." - O gerador on-line passou a comparar a DTB do usuário com a DTB base ArchR correspondente (anti-gap mirror), espelhando cirurgicamente cada propriedade que diverge. Em testes reais com um R36S Clone, fecharam 10 gaps adicionais (button-adc-scale, poll-interval, 8 stick tunings) que antes eram perdidos.
- Tradução de vbus da porta USB (mirror_vbus): o gerador traduz o subtree inteiro de alimentação da porta OTG do DTB stock para o overlay (regulador, cadeia de
vin-supplye grupo de pinctrl), ancorando por nome nos labels que o base expõe (usb20_otg,rk817,u2phy,gpio*,pinctrl,pcfg_*). Para o Soysauce, instancia oOTG_SWITCHdo rk817 sob demanda (nunca always-on: é um boost e zumbiria sem carga). Validado em hardware: dongle WiFi externo enumera com o USB em host mode. Corrigido de passagem um bug que descartava propriedades booleanas (regulator-always-on,enable-active-high).
Issues fechados
| # | Título | Resolução |
|---|---|---|
| #19 | RTL8188EUS WiFi auth fail | Driver out-of-tree aircrack-ng/rtl8188eus.
|
| #29 | Soysauce sem áudio | Patch de kernel use_ext_amplifier do rk817 aciona o amp externo via spk-ctl-gpios; gerador mantém o card base rk817-sound.
|
| #31 | Clone boot fail (dois SDs) | Boot.ini usa LABEL= em vez de /dev/mmcblkN.
|
| #34 | Dois cartões SD impedem boot | Mesma correção que #31. |
| #35 | R36S Clone V20 sem áudio | Flag SDCLONE força amplified fallback no gerador.
|
| #36 | Pacman /usr/sbin conflict
| Shebangs reescritos para /usr/bin/bash.
|
Mudanças incompatíveis (atenção)
- Imagens 2.0 não embarcam mais overlays de painel. Usuários de placas em que o overlay padrão do bootloader não funciona precisam gerar o
mipi-panel.dtbono gerador on-line antes de gravar (ou na hora da gravação, via flasher 2.0). /flash/overlays/antes da gravação contém apenasREADME.txt. Substituições manuais devem usar um overlay produzido pelo gerador.
Como construir
cd /media/disco-local/ArchR/distribution
make docker-RK3326Build native (make RK3326) falha em hosts onde checkdeps não passa (CachyOS é o caso conhecido). O docker build é o caminho suportado.
A imagem original aceita placas R36S originais, R33S, Odroid Go variants, Anbernic RG351V/M, GameForce Chi, MagicX XU10 e Y3506 Soysauce. A imagem clone cobre EE clones, RGB10/10X/20S, MagicX XU-Mini-M e BatLexp G350.
Créditos
ArchR é construído sobre a base ROCKNIX, com ambiente de build derivado do LibreELEC. Agradecimentos à comunidade R36S por reportar bugs nas 44 placas distintas que foram instrumentais para fechar os gaps de áudio, painel e joypad nesta release.