Releases: Broshward/ArchlinuxVim
ArchLinuxVim-3.2.0
New ArchLinux image with 5.19.4 linux kernel release.
Read more in README.md
After load image to disk resize partition
fdisk /dev/td # td is "target device" :)
d
2
n
2
p
Default first sector
Last sector
w
And then resize root filesystem:
resize2fs /dev/td2 # td is "target device" :)
ArchlinuxVim-3.1.0
New kernel and u-boot from sources compiling added. Kernel version is 5.15.
Read more in README.md
After load image to disk resize partition and then resize root filesystem:
resize2fs /dev/td2 # td is "target device" :)
First simple Release
This is the 1-st Release of ArchLinux for VIM3 SBC of Khadas.
You can simply load image to your install parts:
xzcat ArchLinuxVIM-3.00.img.xz | dd of=/path/to/target/device
Download the ArchLinuxVIM.img.xz image with unlimited bandwidth from filehosting.org you may here:
https://www.filehosting.org/file/details/967870/0tN0jPeGJbFYpiHo/ArchLinuxVIM-3.00.img.xz
or try do this with wget command:
wget -c https://download.www21.filehosting.org/b11ce55ee8b60550751cceda22072ae7/ArchLinuxVIM-3.00.img.xz
More about this project and instructions show README.md