|
|
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
- # 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
- # 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:
- # echo -e "p\nd\nn\np\n1\n\n\n\n\nn\nw" | fdisk /dev/mmcblk0 > /dev/null
- # resize2fs /dev/mmcblk0p1
Copy code
| Type | Username | Password | | Root | root
| root
| | User | alarm
| alarm |
Known Issues
I tested only OrangePi 2
Version History
20190316
20170911
|
|