mirror of
https://github.com/archlinuxarm/wiki.git
synced 2025-03-19 00:21:38 +00:00
Arch Linux ARM website wiki
![]() * A script to partition/format an SD card, and extract the lasted Arch Linux ARM build to it. * Works on the Raspberry Pi and Raspberry Pi 2. ## Summary: * This script installs the latest version of Arch Linux ARM to an SD card. * Based on the official installation recommendations: https://archlinuxarm.org/platforms/armv6/raspberry-pi#installation ## Input: ### This script requires the following input: 1. The full path to a block device where Arch ARM is to be installed. ### This script performs the following actions: 1. Creates 100MB vfat (boot) partition on specified block device; 2. Creates ext4 (root) parition on remaining space; 3. Creates a temporary directory for mount points and download; 4. Downloads a tarball of the lastest ArchARM distribution; 5. Extracts files to new root partition; 6. Moves /boot directory to boot partiton. ## Usage: `bash flash-sdcard.sh /dev/sdcard` ## Source Tarball Download: ### The `$SRC` variable is set to the url of the source tarball for the desired version of Arch Linux ARM: * Raspberry Pi (Original/Model A, B, B+): http://archlinuxarm.org/os/ArchLinuxARM-rpi-latest.tar.gz * Raspberry Pi 2: http://archlinuxarm.org/os/ArchLinuxARM-rpi-2-latest.tar.gz |
||
---|---|---|
Asus_Chromebit_CS10.md | ||
Asus_Chromebook_Flip_C100P.md | ||
Contributing.md | ||
Developers.md | ||
Distcc_Cross-Compiling.md | ||
Distributed_Compiling.md | ||
Hisense_Chromebook_C11.md | ||
ODROID-C1.md | ||
ODROID-U2.md | ||
ODROID-U3.md | ||
Platforms.md | ||
README | ||
Samsung_Chromebook.md | ||
Setup_SD_Script | ||
Wiki.md |
This is the wiki for Arch Linux ARM. Before contributing, completely read Contributing.md.