ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.82k stars 1.87k forks source link

Arch Linux ARM Related Discussion / Arch Linux ARM 相关讨论 #620

Closed Scirese closed 1 year ago

Scirese commented 1 year ago

Hi @ophub, 之前我看到了 #358, 我本人也是 Arch 用户,很想把 Arch Linux ARM 装到安卓盒子上。 折腾几天后我写出了这篇简单的教程:

中文 English

请加个documentation的 tag, 希望能帮到别人😉

我最近会造一个打包好的镜像 I'll make a prebuild package recently

另附上系统桌面: image_2022-10-16_21-39-54

7Ji commented 1 year ago

I've splitted bootflow and configuration on Amlogic devices and Partitioning on Amlogic's proprietary eMMC partition table with ampart out from Installation of ArchLinux ARM on an out-of-tree Amlogic device, since these two are not meant for ArchLinux ARM only, but for Amlogic devices as a whole.

我把Amlogic设备上的启动流程和配置和使用ampart在Amlogic专有的eMMC分区表上分区在不被官方支持的Amlogic设备上安装ArchLinux ARM中分离出来了,这两篇文章并不只是适用于ArchLinux ARM的,而是对Amlogic设备整体都有用。

xiayang0521 commented 1 year ago

I've splitted bootflow and configuration on Amlogic devices and Partitioning on Amlogic's proprietary eMMC partition table with ampart out from Installation of ArchLinux ARM on an out-of-tree Amlogic device, since these two are not meant for ArchLinux ARM only, but for Amlogic devices as a whole.

我把Amlogic设备上的启动流程和配置和使用ampart在Amlogic专有的eMMC分区表上分区在不被官方支持的Amlogic设备上安装ArchLinux ARM中分离出来了,这两篇文章并不只是适用于ArchLinux ARM的,而是对Amlogic设备整体都有用。

双十一期间大佬给我们写了很强的技术文档/教程,感谢贡献!可能小白更需要最后的img镜像,期待后续开个项目。

7Ji commented 1 year ago

Wrote a simple build script to compose a ready-to-use image that can be used on ArchLinuxARM itself or derived distros.
写了一个可以在ArchLinuxARM本身或者是衍生发行版上使用的简单构建脚本 https://github.com/7Ji/amlogic-s9xxx-archlinuxarm

Releases that can be flashed and used:
可以刷写完直接使用的镜像 https://github.com/7Ji/amlogic-s9xxx-archlinuxarm/releases/tag/20221112

Please read the release note and installation guide before using as the way I pack my images is different from Armbian and OpenWrt, a generic image is provided and no SoC/device-specific stuffs are included in the image and you should configure them by yourself which depends on your actual device in the Arch style: Keep it simple, stupid.
请在使用前阅读发行笔记和安装指南,因为我打包镜像的方式和Armbian以及OpenWrt不同,提供的是一个通用镜像,没有包含任何SoC/设备的专属内容,你需要自己手配因SoC或设备而不同的部分,这是Arch的风格:简约

ophub commented 1 year ago

点赞👍

zhangjing-GitHub-Code commented 1 year ago

问一下我几天前下的ubuntu版armbian,发现rootfs里的/usr/sbin/armbian-install需要/etc/ophub-release这个文件,应该怎么改?复制过来还是要进行改动?(scirese(?)的arch教程)

Scirese commented 1 year ago

问一下我几天前下的ubuntu版armbian,发现rootfs里的/usr/sbin/armbian-install需要/etc/ophub-release这个文件,应该怎么改?复制过来还是要进行改动?(scirese(?)的arch教程)

那就直接复制过来