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:
 选择:Armbian 20.09複製代碼https://users.armbian.com/balbes150/arm-64/[/url] 
 2. Click file .img.xz  unzip to .img
 3. 修改 default -> boot Phicomm N1 file.複製代碼sudo dd if=./Armbian_20.09_Arm-64_focal_current_5.8.10.img of=/dev/rdisk2 bs=1m
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  
 |