斐讯N1盒子armbian 5.77蓝牙连接详细步骤
1. 首先下载Armbian-5.77镜像包,因为做服务器用,所以我选的是debian无桌面版。斐讯N1刷入armbian 5.77写入emmc
2. 下载完成后,将镜像写入U盘,写盘工具很多,个人喜欢用balenaEtcher,简单方便而且镜像不用解压可以直接写盘。
3. U盘写结束后,将xiangsm编译好的meson-gxl-s905d-phicomm-n1-xiangsm.dtb拷贝进U盘的dtb目录
然后修改uEnv.ini文件,将dtb_name=/dtb/meson-gxl-s905x-*****.dtb这行修改为 dtb_name=/dtb/meson-gxl-s905d-phicomm-n1-xiangsm.dtb
另外,为了方便ssh连接,在U盘根目录创建新文件ssh(一定注意不要带任何扩展名),如果你安装的是desktop版,不打算使用ssh,或者U盘根目录已经有这个文件的话,这一步可以省略。
4. 把U盘插入N1盒子,插上网线和电源,开机,等待几分钟系统启动。
5. 系统启动后,找到N1的IP地址,打开putty连接ssh
6. ssh进系统后,根据系统提示修改root密码,创建一个新用户。
7. 运行
sudo armbian-config
设置时区,配置连接wifi网络。完成后退出
armbian-config
断电,拔U盘,从eMMc启动N1
登陆后,首先建议修改为国内源
运行
nano /etc/apt/sources.list
修改
deb http://httpredir.debian.org/debian stretch main contrib non-free #deb-src http://httpredir.debian.org/debian stretch main contrib non-free deb http://httpredir.debian.org/debian stretch-updates main contrib non-free #deb-src http://httpredir.debian.org/debian stretch-updates main contrib non-free deb http://httpredir.debian.org/debian stretch-backports main contrib non-free #deb-src http://httpredir.debian.org/debian stretch-backports main contrib non-free deb http://security.debian.org/ stretch/updates main contrib non-free #deb-src http://security.debian.org/ stretch/updates main contrib non-free
改为
deb https://mirrors.ustc.edu.cn/debian stretch main contrib non-free #deb-src http://httpredir.debian.org/debian stretch main contrib non-free deb https://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free #deb-src http://httpredir.debian.org/debian stretch-updates main contrib non-free deb https://mirrors.ustc.edu.cn/debian stretch-backports main contrib non-free #deb-src http://httpredir.debian.org/debian stretch-backports main contrib non-free deb https://mirrors.ustc.edu.cn/debian-security/ stretch/updates main contrib non-free #deb-src http://security.debian.org/ stretch/updates main contrib non-free
ctrl+o 回车保存
ctrl+x 退出
修改国内源完成后
分别执行
sudo update sudo upgrade
更新系统。更新完毕后
sudo reboot
重启。
8. 重启后,继续ssh连接,然后执行
sudo armbian-config
进去后选择Network,接着选择BT Install,耐心等待蓝牙组件安装完毕,然后退出。
9. 接着执行
sudo apt install pulseaudio-module-bluetooth
安装pulseaudio组件。安装完成后,分别执行
sudo killall pulseaudio
和
pulseaudio --start
启动pulseaudio服务。
10. 开始进入蓝牙连接阶段,首先执行
sudo hciconfig -a
查看蓝牙控制器信息,确认无误后,执行
sudo hciconfig hci0 up
打开蓝牙控制器,然后执行
sudo bluetoothctl
打开蓝牙管理器。
11. 先后执行
power on discoverable on agent on
然后执行
scan on
搜集周围的蓝牙设备,记录下要连接的设备地址后,执行
trust <设备地址>
信任设备,然后再执行
pair <设备地址>
配对,此时,要配对的设备上可能会弹出提示,点确认。
12. 如以上步骤都没有问题,则执行
connect <设备地址>
稍候即可顺利连接蓝牙,可以运行
info <设备地址>
确认状态。
至此,N1盒子蓝牙连接完毕。
官方QQ群号码:922069959(空)、1093596563(空)
One thought on “斐讯N1盒子armbian 5.77蓝牙连接详细步骤斐讯N1刷入armbian 5.77写入emmc”
Pingback: [N1盒子] 斐讯N1不能从U盘启动直接进入原系统,不进入原系统,也不进入armbian,安装armbian 5.77到n1 – 月下博客
留言评论