全志从零开始做系统linux,开始造板子
以目前具有的基础为引,使用全志芯片作为实验开始
以资源网站开始
学习网站:
Index(主页) / WhyCan Forum(哇酷开发者社区)
【目录】全志V3S(荔枝派zero)学习笔记_JavonPeng的博客-CSDN博客
buildroot:Index of /downloads (buildroot.org)
sipeed demo:http://wiki.sipeed.com/soft/Lichee/zh/Zero-Doc/Start/intro%20cn.html

该网站具有资源导向
已B站up资源作为参考学习实验
开源 1.2G 全志V3S 30元成本微型Linux电脑 耗时一个月入门_哔哩哔哩_bilibili
开源地址:https://github.com/Kevincoooool/KS_V3S
whycan项目:https://whycan.com/t_5875.html
一.开发板资源导入
新版本资料3.3链接:https://pan.baidu.com/s/1i3Q8Vz_oaIipx_2PAE9XEg
提取码:48a1 睁大眼插入5V电源!只能5V,务必5V
注意:到手第一件事就插入5V2A ,不用插入USB ,看下启动界面!
(5V2A供电足够,USB不能先供电 ,电流不够)
1.启动的时候检查下TF卡是否插入好了,按下插入。按下弹出,不要使劲拔出来。
!!和树莓派一样,系统存放到SD卡里!!!
2.TFT液晶屏上面都有膜,膜上有线条和盖章,撕掉了液晶屏才更清楚。
3.波特率都是115200,到手先做到货测试。
4.务必看视频教程来做: https://www.bilibili.com/video/BV1eE411u7Qo
5.视频教程链接:https://pan.baidu.com/s/1O23XUW7GWh7q__gsbj8c4Q
提取码:mxyu
6.密码都是root 需要密码的时候
7.制作镜像务必卡启动。拔卡一定要自动弹出不要强制拔掉!
8.4G路由器例子可以打开www.csgsm.com
9.以太网的测试一定要路由器(TPLINK)上面的网线插入板子!
系统启动ok后,uboot网络配置
v3s-uboot > tftp 加载内核和设备树 > NFS文件系统 > 启动内核 / 全志 SOC / WhyCan Forum(哇酷开发者社区)
遇到的问题:
问题1.freadahead.c:91:3: error: #error “Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib.” 91 | #error “Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib.”
解:NUC980开源项目24-Please port gnulib freadahead.c to your platform! – 灰信网(软件开发博客聚合) (freesion.com)
问题2:/../misc/create_inode.c:399:18: error: conflicting types for ‘copy_file_range’; have ‘errcode_t(struct struct_ext2_filsys *, int, struct ext2_file *, off_t, off_t, char *, char *)’ {aka ‘long int(struct struct_ext2_filsys *, int, struct ext2_file *, long int, long int, char *, char *)’}
399 | static errcode_t copy_file_range(ext2_filsys fs, int fd, ext2_file_t e2_file,
问题3:全志V3S在buildroot中编译时遇到的关于_STAT_VER的报错处理