直接复制过来的英文操作步骤,非常简单明了,在树莓派B+上面安装Arch Linux ARM,不想装官方推荐的Debian系统的可以参考本文。

Raspberry Pi
SD Card Creation
Replace sdX in the following instructions with the device name for the SD card as it appears on your computer. 首先用读卡器或者插在手机中,连接到电脑,进行分区和文件复制。
1. Start fdisk to partition the SD card:
fdisk /dev/sdX
2. At the fdisk prompt, delete old partitions and create a new one:
1. Type o. This will clear out any partitions on the drive.
2. Type p to list partitions. There should be no partitions left.
3. Type n, then p for primary, 1 for the first partition on the drive, press ENTER to accept the default first sector, then type +100M for the last sector.
4. Type t, then c to set the first partition to type W95 FAT32 (LBA).
5. Type n, then p for primary, 2 for the second partition on the drive, and then press ENTER twice to accept the default first and last sector.
6. Write the partition table and exit by typing w.
3. Create and mount the FAT filesystem:
mkfs.vfat /dev/sdX1 mkdir boot mount /dev/sdX1 boot
4. Create and mount the ext4 filesystem:
mkfs.ext4 /dev/sdX2 mkdir root mount /dev/sdX2 root
5. Download and extract the root filesystem (as root, not via sudo):
wget http://archlinuxarm.org/os/ArchLinuxARM-rpi-latest.tar.gz bsdtar -xpf ArchLinuxARM-rpi-latest.tar.gz -C root sync
6. Move boot files to the first partition:
mv root/boot/* boot
7. Unmount the two partitions:
umount boot root
8. Insert the SD card into the Raspberry Pi, connect ethernet, and apply 5V power.
9. Use the serial console or SSH to the IP address given to the board by your router. The default root password is 'root'.
archlinux软件包管理pacman,pacman -S --needed xxx安装。更换软件源vi /etc/pacman.d/sourcelist 添加Server = http://mirrors.hustunique.com/archlinuxarm/armv6h/$repo
然后pacman -Sy更新本地数据库,-u更新软件

(1)安装Arch系统 - 树莓派Raspberry Pi - Arch Linux(转载)相关推荐

  1. 树莓派要mysql的密码_树莓派raspberry Pi 3B+系统中安装mysql过程中不提示输入密码,安装完后如何设置密码...

    树莓派raspberry Pi 3B+安装mysql未提示输入密码,安装后修改mysql密码默认密码 使用mysql -uroot -p 命令连接mysql时,报错 pi@raspberrypi:/ ...

  2. 树莓派 Raspberry Pi 3B+安装官方系统(一)

    两年前购买的树莓派(可看当时我的记录树莓派 3B + 重装系统并配置 WiFi | YouForever)已经在角落里吃灰了好长时间,一度以为已经损坏,几天前试着拿出来折腾一下,竟然神奇地复活了,开心 ...

  3. 树莓派Raspberry Pi 系统搭建和智能机器人小车的组装调试

    本文的出发点:无意接触到树莓派这款优秀的芯片,比较适合青少年编程,激发孩子的编程思维的培养,最好的学习就是实战,借助于淘宝上现成零件式的智能小车硬件和树莓派实现智能机器人小车的实现,给孩子带来低成本高 ...

  4. VLOG丨树莓派Raspberry Pi 3安装PLEX并挂载USB硬盘打造最牛的微型家庭影音服务器2018...

    视频介绍 树莓派3安装目前最流行的PLEX服务器,实现既能最大限度降低功耗,也能随时随地观看分享影片. 一.在树莓派下安装PLEX媒体服务器 1.在终端,将你的树莓派更新至最新 sudo apt up ...

  5. 树莓派(Raspberry Pi 3) - 系统烧录及系统使用

    转自:https://blog.csdn.net/u012313335/article/details/53405734 树莓派(Raspberry pi)是一块集成度极高的ARM开发板,不仅包含了H ...

  6. 树莓派(raspberry pi)系统开发

    [树莓派(raspberry pi)] 01.在linux环境下给树莓派安装系统及入门各种资料 [树莓派(raspberry pi)] 02.PI3安装openCV开发环境做图像识别(详细版) 出处: ...

  7. 树莓派(Raspberry pi) 使用Pi Imager安装烧录操作系统

    树莓派(Raspberry pi)安装烧录操作系统 你好,我是悦创. 最好的方式(土壕的方式)是直接购买了安装好了操作系统的SD卡,拿到树莓派后的第一件事情就是安装烧录操作系统. 安装的过程非常简单, ...

  8. kodi树莓派_树莓派Raspberry Pi 安装XBMC(Kodi)方法及使用教程

    树莓派Raspberry Pi 安装XBMC(Kodi)方法及使用教程4 C  i9 E$ h! o' Z) j1 w7 Y* S( } p3 _( y" h, V/ C4 P. K& ...

  9. 树莓派raspberry pi 4b 安装windows10(含网盘镜像)

    树莓派raspberry pi 4b 安装windows10 工作需要我网上开始寻找如何在树莓派4b上面安装windows,内网一言难尽,,最靠谱的就是下面这个 https://www.ithome. ...

最新文章

  1. linux2.0版本发布时间,Ubuntu 20.04 LTS发布时间表公布 4月23日放出最终稳定版
  2. MFC控件的SubclassDlgItem
  3. AIX 下磁盘 I/O 性能分析
  4. Java教程:影响MySQL性能的配置参数
  5. PHP陈明忠_《PHP网站开发案例教程》习题答案
  6. Linux Ubuntu16.04界面美化
  7. gmp计算机系统课件,EU GMP附录11计算机系统◆问答
  8. splunk中 如何隐藏input_翻糖制作中,如何避免裂缝,如何隐藏裂缝,如何防粘?...
  9. kubernetes日志采集与解析
  10. 309. zui佳买卖股票时机含冷冻期(JavaScript)
  11. while 循环判断时 遇到赋值表达式
  12. Tomcat发布自己的一个web网站
  13. Http代理抓包 Fiddler与Charles
  14. mysql事务ACID实现原理_一文解析:MySQL事务ACID原理让你面试不再害怕
  15. 【HDU - 4565】So Easy!【数学思维题】
  16. 如何使用keil进行编译并且用proteus进行51单片机仿真实现0~F的数码管字符显示
  17. 下载并安装vue-devtools(详细步骤)
  18. FT232RL-REEL 电路图
  19. maya 中切换当前渲染器的方法和设置
  20. 华为畅享z和畅享20pro有什么区别

热门文章

  1. 给初学者的RxJava2.0教程(八)
  2. 用C语言编写的商品库存管理系统
  3. HTML5 全局属性
  4. main.c: In function ‘hello’: main.c:3:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ bef
  5. 安装MATLAB时报错:提取错误 安装dsp_doc_en_common时检测到以下错误:某安装路径(指定的路径无效)
  6. android打印动画,Android实用View系列------TextView实现打印机效果
  7. Windows 设置文件默认打开方式
  8. Android穿山甲SDK接入,已封装直接使用
  9. 2020及2021年常被利用的30个软件漏洞
  10. 【渝粤教育】电大中专Windows操作系统 (2)作业 题库