phicomm K3

https://openwrt.org/toh/phicomm/phicomm_k3_a1

刷机

1
2
3
4
5
6
7
8
9
10
11
12
# 上传文件
scp /本地file [user@local:] setFilePath
# 找到 linux 位置 mtd3/mtd2 我之前是mtd2 刷完梅林会变mtd3
cat /proc/mtd
# mtdblock3 对应mtd3 mtdblock2 对应mtd2
cat /tmp/K3.bin >/dev/mtdblock3 && reboot

报错:Segmentation fault
#不用管它 等待5分钟后 将设备重启

#LEDE Open互刷使用
mtd -r write /tmp/k3.bin firmware

TTL 刷机

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
screen /dev/tty.usbserial-14710 115200
# 设置ip
ifconfig -addr=192.168.2.1 -mask=255.255.255.0
# tftp
sudo launchctl start com.apple.tftpd
sudo chmod 777 /private/tftpboot
# 将 k3.bin 放入 /private/tftpboot
cp k3.bin /private/tftpboot/k3.bin

# 设置本机地址 192.168.2.2/24

# 刷机
show devices

flash -noheader 192.168.1.2:k3.bin nflash0.trx