phicomm N1 install Armbian 20.10
本帖最後由 yiucsw 於 2020-12-1 21:41 編輯
Phicomm N1 要有 Remote control, USB 手指 8G+
https://www.right.com.cn/forum/f ... ypeid%26typeid%3D21
1. 下载Armbian:- https://users.armbian.com/balbes150/arm-64/[/url]
複製代碼 选择:Armbian 20.09
2. Click file .img.xz unzip to .img- sudo dd if=./Armbian_20.09_Arm-64_focal_current_5.8.10.img of=/dev/rdisk2 bs=1m
複製代碼 3. 修改 default -> boot Phicomm N1 file.
3.1 XX Remount USB -> R/W- diskutil unmountDisk /dev/disk2
- [code]sudo mkdir /Volumes/BOOT
- sudo mount -w -t msdos /dev/disk2s1 /Volumes/BOOT
- cd /Volumes/BOOT
複製代碼 |