電訊茶室's Archiver

yiucsw 發表於 2020-1-4 03:18

phicomm N1 install Armbian 20.10

[i=s] 本帖最後由 yiucsw 於 2020-12-1 21:41 編輯 [/i]

Phicomm N1 要有 Remote control, USB 手指 8G+
[url]https://www.right.com.cn/forum/forum.php?mod=viewthread&tid=4053939&extra=page%3D1%26filter%3Dtypeid%26typeid%3D21[/url]

1. 下载Armbian:[code]https://users.armbian.com/balbes150/arm-64/[/url] [/code]选择:Armbian 20.09

2. Click file .img.xz  unzip to .img[code]
sudo dd if=./Armbian_20.09_Arm-64_focal_current_5.8.10.img of=/dev/rdisk2 bs=1m[/code]3. 修改 default -> boot Phicomm N1 file.  
3.1 XX  Remount USB -> R/W[code]diskutil unmountDisk /dev/disk2
[code]sudo mkdir /Volumes/BOOT
sudo mount -w -t msdos /dev/disk2s1 /Volumes/BOOT
cd /Volumes/BOOT  [/code]

yiucsw 發表於 2020-1-4 04:08

[i=s] 本帖最後由 yiucsw 於 2020-12-2 00:51 編輯 [/i]

[size=1]ssh to N1. look at N1 display output there is an IP address show. or check IP from router.  
Run[code]armbian-config[/code]-
   Network
[quote]    -Change eth0 to static (sudo nano /etc/network/interfaces)
    -Disable IPV6
    -Enable WIFI
    -Install Bluetooth (if there is Bluetooth keyboard/mouse)
   System
     - Disable Desktop (if select Desktop linux) low memory and enable if needed.
[/quote]
Network Static ip
sudo nano /etc/network/interfaces
[quote]iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
[/quote]
[/size]

yiucsw 發表於 2020-1-4 15:34

[i=s] 本帖最後由 yiucsw 於 2020-1-9 17:00 編輯 [/i]

Install Docker and portainer
[url]https://leeyr.com/324.html[/url]

yiucsw 發表於 2020-1-6 11:22

[i=s] 本帖最後由 yiucsw 於 2020-1-9 17:05 編輯 [/i]

Install docker management: portainer[size=1][code]docker pull portainer/portainer:latest
docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer

[/code][/size]
in Brower url: ipaddress:9000 for portainer interface
from [url]https://portainer.readthedocs.io/en/latest/deployment.html.[/url]

yiucsw 發表於 2020-1-9 17:15

[i=s] 本帖最後由 yiucsw 於 2020-12-2 00:52 編輯 [/i]

reserved this page

yiucsw 發表於 2020-2-21 19:43

[i=s] 本帖最後由 yiucsw 於 2020-2-25 18:06 編輯 [/i]

deleted, refer to T1

頁: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.