已经按照例程将电子墨水屏调通了,SPI通信。
我想要用墨水屏将命令行打印出来,
查了很多资料,发现有个开源工程,可以通过SPI通信完美支持各种型号的显示屏,项目名notro/fbtft。
然后自己试了半天,发现把项目编译进内核的时候始终要报错,
'没有CA证书,或者时间设置不对'
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** Performing self-update
!!! Failed to download update for rpi-update!
!!! Make sure you have ca-certificates installed and that the time is set correctly
然后找了很多方法,也没有调试成功,CA证书,设置时间都做过了
我的系统是没有裁剪过内核的,
请问是不是必须要裁剪过内核,才可以实现,将控制台直接输出在SPI屏幕上?