View: 29876|Reply: 11

Arch Linux image with Mainline kernel and U-Boot

[Copy link]

1

threads

7

posts

413

credits

Intermediate member

Rank: 3Rank: 3

credits
413
Published in 2017-9-11 17:48:12 | Show all floors |Read mode
Edited by lazant at 2019-3-16 13:38

Arch Linux image with Mainline kernel and U-Boot

Download
Linux          MEGA
U-Boot       MEGA

Features

Installation on SD Card
  • Download image and extract.
  • Write the xxx.img file (disk image) to your SD Card
    on Linux use dd command
    1. # dd bs=4M if=ArchLinuxARM_xxx.img of=/dev/sdX status=progress oflag=direct
    Copy code

    on Windows use disk image writing software such as Win32 Disk Imager
  • Download U-Boot and extract.
  • Write u-boot-sunxi-with-spl.bin to your SD Card
    1. # dd if=u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8
    Copy code

  • Boot your Orange PI board from SD Card
  • After booting resize Linux partition to fit your SD Card size:
    1. # echo -e "p\nd\nn\np\n1\n\n\n\n\nn\nw" | fdisk /dev/mmcblk0 > /dev/null
    2. # resize2fs /dev/mmcblk0p1
    Copy code



Type Username Password
Rootroot
root
Useralarm
alarm



Known Issues
  • GPU driver not working
I tested only OrangePi 2


Version History
20190316


20170911


1

threads

7

posts

413

credits

Intermediate member

Rank: 3Rank: 3

credits
413
 Author| Published in 2019-3-16 14:07:18 | Show all floors
I upadted arch linux image.
It add WiFi driver.
Full changelog is in the version history.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list