目前咸鱼还有硬件出售,如果感兴趣,可以买个试试,我是好奇,希望做个全键盘终端使用。
厂家已经消失,原有域名都易主了,所以在线刷机都无效了。而国内没有很好的资源整理或者都过期了。
所以我这里分享一下,请与我联系,文末二维码可见联系方式。

而整个刷机流程中还有很多坑,会在这里慢慢更新。
chip机器系统,debian jessie,
用户及pwd:chip chip,root chip

没有下载SDK.ova,是个虚拟机,太大了,没必要。
CHIP-SDK.zip - Contains vagrant file to re-create the VM, contains a script to setup Ubuntu 14.04 for flashing,使用的是Ubuntu14.04系统,可以使用更高版本,或者debian,但是脚本可能会有支持的区别。目前明确CentOS支持较差,有一些包就是不支持,不建议浪费精力。
CHIP-tools.zip - Scripts for manual flashing, requires android-tools-fastboot sunxi-tools u-boot-tools (for Debian) 注意sunxi-tools建议使用github上面的包来安装,否则如果不是ubuntu系统,显示有这个包,但是版本不对,无法操作。
flash-collection.zip - Every flavour of flash images and rootfs (server, gui, pocketchip, buildroot) in both stable and testing,下载了几个数据包,不知道最终的状态,只是具备刷机的可能性,有了纯桌面的系统。
opensource.nextthing.co.tar.bz2 - Mirror of NTCs APT-Repository
flash-collection.zip and CHIP-SDK.ova contain the following builds:
Stable: Builroot b34 GUI b149
PocketC.H.I.P. b126
Server b149

Testing:
Builroot b23 GUI b543
PocketC.H.I.P. b667 Server b543

最先使用sdk里面的脚本,如果是在debian环境,则需要复制那个脚本里的安装指令来安装。其中sunxi-tools建议使用github上面的包来安装(也已经下载提供),否则如果不是ubuntu系统,显示有这个包,但是版本不对,无法操作。
使用PocketCHIP-flash-utils包里的decompress-chip-flshing-utils.sh解压flash-collection.zip和CHIP-tools.zip,当然也可以手工解压,然后再运行flash-pocketchip.sh,连接设备就搞定。
搞定后,平面触屏是有问题的,
1、在终端内输入:sudo nano /etc/X11/xorg.conf 将以下添加到最后

Section "InputClass" 
Identifier "calibration" 
MatchProduct "1c25000.rtp" 
Option "Calibration" "3980 226 3564 343" 
Option "SwapAxes" "0" 
EndSection

ctrl+X 退出
Y保存
回车确认

安装屏幕校准器
sudo apt-get install xinput-calibrator
这个软件点击校准后会出现1的6行文字,把上面文件的数字修改保存一下,重启之后会生效,提高触摸准确度。

然后可以ssh远程连接(GUI版),如果是原来的PocketCHIP专版可能默认没打开ssh,自己安装吧。
更新chip的更新源,修改/etc/apt/sources.list

deb http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free

deb http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free

deb http://mirrors.ustc.edu.cn/debian/ jessie-backports main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ jessie-backports main contrib non-free

deb http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main contrib non-free

然后,sudo apt-get upgrade,sudo apt-get update

Last modification:April 7, 2021
送杯咖啡,做个交流,谢谢!