本人硬件小白一枚,与2021年4月入住哇酷社区,结识众位大佬,并在各位大佬的帖子中觅得大量的学习资源,最终完成自制小电脑的心愿。既得所愿,现将所有资料汇总成章,整理于此,共享之,再次感谢期间给与支持的晕哥、迪卡大神等大佬。
小白自制Linux开发板 一. 瞎抄原理图与乱画PCB
https://www.cnblogs.com/twzy/p/14714651.html
小白自制Linux开发板 二. u-boot移植
https://www.cnblogs.com/twzy/p/14865952.html
小白自制Linux开发板 三. Linux内核与文件系统移植
https://www.cnblogs.com/twzy/p/15355842.html
小白自制Linux开发板 四. 通过SPI使用ESP8266做无线网卡
https://www.cnblogs.com/twzy/p/15160808.html
小白自制Linux开发板 五. Debian文件系统制作,以及WIFI配置、交换分区配置
https://www.cnblogs.com/twzy/p/15160824.html
小白自制Linux开发板 六. SPI TFT屏幕修改与移植
https://www.cnblogs.com/twzy/p/15160836.html
小白自制Linux开发板 七. USB驱动配置
https://www.cnblogs.com/twzy/p/15243838.html
小白自制Linux开发板 八. Linux音频驱动配置
https://www.cnblogs.com/twzy/p/15356109.html
小白自制Linux开发板 九. 修改开机Logo
https://www.cnblogs.com/twzy/p/15356119.html
小白自制Linux开发板 十. NES游戏玩起来
https://www.cnblogs.com/twzy/p/15356127.html
其他正在整理中
最近编辑记录 twzy (2021-10-19 08:52:01)
离线
为什么可以这么屌,强顶
离线
离线
自制Linux开发板(F1C200s),教程写的不错,收藏了!
离线
@twzy
能不能做在一块板子上呢?
毕竟器件也不多
离线
@twzy
另有疑问,上了USB hub之后,
F1C200S还能进入OTG模式吗?
离线
大佬,小企鹅是在哪里开启的?
离线
非常用用心的教程,学习了
离线
期待六和七
@twzy
可以做到一块板子上,做核心板的目的主要就是可以并行调试好多器件,但是tft屏幕,和网卡一起调试的,
硬件电路里面把PE2拉高了,也就是默认是otg模式,可以在编译设备树或是Linux中切换,大概在第七篇会讲到。
离线
学习了,感谢楼主的分享!向大佬学习,期待后续。
离线
小白自制Linux开发板 六. SPI TFT屏幕修改与移植
https://www.cnblogs.com/twzy/p/15160836.html
离线
牛逼啊牛逼,牛逼牛牛逼,,我后面也要搞一个
离线
小白自制Linux开发板 七. USB驱动配置
https://www.cnblogs.com/twzy/p/15243838.html
离线
厉害厉害,文章写得很直接易懂
离线
小白自制Linux开发板 七. USB驱动配置
https://www.cnblogs.com/twzy/p/15243838.html
连更两贴,赞更新速度
离线
楼主干得漂亮,有板子卖吗?
离线
小白自制Linux开发板 八. Linux音频驱动配置
https://www.cnblogs.com/twzy/p/15356109.html
关于硬件驱动部分的内容基本算是全结束了,积攒的文章也差不多全放完了,后续会集中处理一些bug,更新速度也会随之放缓,还请见谅。
那个显示小企鹅的方式我会放在第九篇。
另外既然是自制开发板,所以这个板子是不卖的,但是硬件相关资料分别在第一篇和第四篇中,在本帖3楼也有链接,软件部分很快整理完成会上传到网盘(因为提及会很大)。到时候会给大家地址。
最后感谢大家支持,过一段时间再见 ^_^
最近编辑记录 twzy (2021-10-23 21:50:52)
离线
楼主给力!!应该是F1C系列最全面系统的教程了!感谢分享~
离线
紧跟大佬学习第二章
1先make ******defcofig再make编译
2
会出现mmc0 各种clock没定义
刚开始还不知道是没定义看了半天然后想起把官方的对比下这是官方上的
然后顺着文件路径寻找要添加头文件#include <dt-bindings/clock/suniv-ccu-f1c100s.h> #include <dt-bindings/reset/suniv-ccu-f1c100s.h>
然后就是suniv-f1c100s-licheepi-nano.dts里好像还少了
reg_vcc3v3: vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
继续去制作文件系统。。。。。。。
离线
我可能买到翻新芯片了,f1c100s买了5片,10块一片,有两块是坏的。uboot提示DRAM初始化失败,有一块焊上是好的,热风枪拆旁边芯片吹了一会,然后就反复重启。
淘宝芯片水真深
离线
@摸鱼moyu
我记得5.7 这个配置默认是有的啊
不太明白了我这里没有,小问题
离线
离线
kernel中关闭framebuff Console相关的东西
离线
666超级厉害
离线
https://whycan.com/files/members/6376/483434-20211028093230198-539265111.png
开机Logo大概是做好了,但是最下面还是会显示一行加载信息,该怎么破呢?
固件镜像整理的怎样了?
能不能增加对ST7735或ST7789的支持,物美价廉的TFT
离线
卓林 说:kernel中关闭framebuff Console相关的东西
https://whycan.com/files/members/6376/QQ截图20211029090509.png
好像没得选,另外两个还取消不了
你可以看看Kconfig文件,需要启动专家模式(Expert Mode)才能改
General setup ---> Configure standard kernel features (expert users)
离线
博客园真的好评 (没错我就是在diss CSDN
唯有爱与科技不可辜负。
知乎专栏:IAMLIUBO的神奇物联网之旅
博客园:IAMLIUBO
Gayhub: IAMLIUBO
离线
另外,请教一下楼主,我设计板子使用的电源管理是EA3036,在负载较大时,比如接wifi模块,接lcd(电流在设计范围内)会导致电源掉电。
我对DCDC电源方面不太懂,电感感值电流参数都是按照手册选,请问可能是什么原因导致的电源掉电的呢?感谢!
离线
小白自制Linux开发板 九. 修改开机Logo
https://www.cnblogs.com/twzy/p/15356119.html
离线
有没有大佬知不知道咋在板子上装gcc,装库装了快一天了没成
离线
https://whycan.com/files/members/6376/IMG_4455.jpg
游戏机目标达成,资料整理中……
貌似颜色不对?
离线
twzy 说:https://whycan.com/files/members/6376/IMG_4455.jpg
游戏机目标达成,资料整理中……
貌似颜色不对?
已经修复了
处理方式
修改InfoNES_System_Linux.cpp文件中的static int lcd_fb_display_px函数
static int lcd_fb_display_px(WORD color, int x, int y)
{
WORD *pen16;
unsigned char r, g, b;
r = ((color >> 10) & 0x1f);
g = ((color >> 5) & 0x3f);
b = (color & 0x1f);
color = r<<11|g<<6|b;
pen16 = (WORD *)(fb_mem + y*line_width + x*px_width);
*pen16 = color;
return 0;
}
离线
@twzy
666666
大佬这个ESP8266 SPI模式长时间工作稳定吗?
离线
我记得在STM32上移植时,有个调色板数组,直接修改为屏幕色素格式就好了,省去了转换颜色,info linux不知有没有
离线
你的infoNES卡不卡?我当初移植的时候游戏人物动作比正常慢好多,我认为之f1c100s性能不够,就没深究。
离线
@twzy
666666大佬这个ESP8266 SPI模式长时间工作稳定吗?
有个问题,就是当小板作为服务器(web服务器、ftp服务器)的时候,传输一点数据后就自动断开了,不知道怎么处理
root@SnailCard:~# dmesg |grep wlan0
[ 241.525691] wlan0: authenticate with 78:44:fd:7e:02:88
[ 241.531292] wlan0: send auth to 78:44:fd:7e:02:88 (try 1/3)
[ 241.742250] wlan0: send auth to 78:44:fd:7e:02:88 (try 2/3)
[ 241.755538] wlan0: authenticated
[ 241.772270] wlan0: associate with 78:44:fd:7e:02:88 (try 1/3)
[ 241.982257] wlan0: associate with 78:44:fd:7e:02:88 (try 2/3)
[ 241.998657] wlan0: RX AssocResp from 78:44:fd:7e:02:88 (capab=0x1411 status=0 aid=1)
[ 242.009522] wlan0: associated
[ 242.014791] wlan0: Limiting TX power to 20 (20 - 0) dBm as advertised by 78:44:fd:7e:02:88
[ 572.506851] wlan0: authenticate with 78:44:fd:7e:02:88
[ 572.514157] wlan0: send auth to 78:44:fd:7e:02:88 (try 1/3)
[ 572.725587] wlan0: send auth to 78:44:fd:7e:02:88 (try 2/3)
[ 572.935684] wlan0: send auth to 78:44:fd:7e:02:88 (try 3/3)
[ 573.145784] wlan0: authentication with 78:44:fd:7e:02:88 timed out
如果是纯下载没问题的
最近编辑记录 twzy (2021-11-01 09:47:12)
离线
@twzy
SDIO ESP8089开源Linux驱动现在可以直接编译通过了, 有没有朋友一起试一试
https://whycan.com/t_4326.html#p69705
和我这情况一样了, 有人说是电源问题,一脸懵x。
离线
@twzy
SDIO ESP8089开源Linux驱动现在可以直接编译通过了, 有没有朋友一起试一试
https://whycan.com/t_4326.html#p69705和我这情况一样了, 有人说是电源问题,一脸懵x。
我们一起定位一下问题原因,争取在本帖把这个问题给解决了
离线
我在论坛看到类似的故障是因为openssl和wpa_wpa_supplicant不兼容引起的,升级openssl解决,不知道对你有没有帮助。
离线
小白自制Linux开发板 十. NES游戏玩起来
https://www.cnblogs.com/twzy/p/15356127.html
这大概是本系列最后一篇了
离线
内容实在是太棒了,我也是做硬件的,感觉linux太偏软件了,现在看了你做的项目,感觉自己又行了,之前做嵌入式的时候还是太浅了,感谢大佬,一起学习
离线
大佬做批板子吧,跟着学习下。
离线
这是NES模拟器代码,已经修改过了
arm-NES-linux-master.zip
下面是在硬盘中待了10年的nes游戏
roms.zip
u-boot项目
链接:https://pan.baidu.com/s/1WWrzVKYx6EthaJrzLj3mFg
提取码:fwup
内核项目
链接:https://pan.baidu.com/s/1rrNq95bFjStLpEa-sj-O6Q
提取码:qeby
文件系统实在太大了,所以暂时不传了
离线
你这个系统放在tf卡reboot能重启吗OK吗?
离线
mark一下,准备做块板子,wifi用8266,就是看到大佬说传输会断掉,还在纠结,不知道现在解决了没有
离线
mark一下,准备做块板子,wifi用8266,就是看到大佬说传输会断掉,还在纠结,不知道现在解决了没有
8266的问题,估计需要大佬出手
离线
大神,怎么解决干扰问题,在某些电磁环境下,容易乱码
离线
水平高且谦虚的楼主。
离线
作者大大,啥时候能把镜像打包一份,直接用win系统烧tf卡上直接用
离线
光速进行时 说:作者大大,啥时候能把镜像打包一份,直接用win系统烧tf卡上直接用
第四篇中有链接
测试镜像文件:
链接:https://pan.baidu.com/s/1qTTgBndBvmssCdeqXHI3Pg
提取码:fw52
上面那个文件有点问题已经删除了
使用这个镜像测试
链接:
https://pan.baidu.com/s/1uG4MTF008DliohcKo6IuqQ
提取码:xnpz
离线
诚心请教一下,4月份开始您花了多久时间弄明白驱动修改适配这些东西?
离线
可以玩gba模拟器吗
离线
楼主,你的m2接口哪里买的,有购买链接吗?我买的矮的插不进去😉
离线
@摸鱼moyu
太棒了哥,我也是这个问题
离线
用金手指的话底部的pcb空间会被浪费掉么,还是可以放元件
离线
用金手指的话底部的pcb空间会被浪费掉么,还是可以放元件
可以放
离线
正准备做一块linux,这下有资料了:)
离线
有做出来的吗,我的屏幕和wifi无法使用
离线
楼主方便留个扣扣啥的细致交流不,我照着楼主的开源项目焊了几块都失败了 ,头疼中
离线
很好的教程 收藏了 有时间跟着做一做
离线
Debian文件系统制作走到 这步进行不下去了,
sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs /debootstrap/debootstrap --second-stage --verbose
chroot: failed to run command '/debootstrap/debootstrap': No such file or directory
离线
Debian文件系统制作走到 这步进行不下去了,
sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs /debootstrap/debootstrap --second-stage --verbose
chroot: failed to run command '/debootstrap/debootstrap': No such file or directory
遇到过,清理以前的内容,重新来一遍就可以了
离线
离线
小白一个已打样到手就开工
离线
如果想看v3s的相关资料的,可以关注一下这个帖子 https://whycan.com/t_7338.html
离线
楼主 我编译Linux系统,按照你的步骤,但是最后uboot没有识别到系统,可以请你帮忙看看吗?小白,不太懂
U-Boot SPL 2018.01-05679-g013ca457fd-dirty (Dec 18 2021 - 06:00:26)
DRAM: 32 MiB
Trying to boot from MMC1
U-Boot 2018.01-05679-g013ca457fd-dirty (Dec 18 2021 - 06:00:26 -0500) Allwinner Technology
CPU: Allwinner F Series (SUNIV)
Model: QL's f1c100s
DRAM: 32 MiB
MMC: SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment
In: serial@1c25000
Out: serial@1c25000
Err: serial@1c25000
Net: No ethernet found.
starting USB...
No controllers found
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
reading /suniv-f1c100s-licheepi-nano.dtb
3607 bytes read in 27 ms (129.9 KiB/s)
starting USB...
No controllers found
USB is stopped. Please issue 'usb start' first.
starting USB...
No controllers found
No ethernet found.
missing environment variable: pxeuuid
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm-sunxi
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default
No ethernet found.
Config file not found
starting USB...
No controllers found
No ethernet found.
No ethernet found.
=>
另外 你在编译系统时有什么配置吗 我看你没有写 我就用没改 然后系统是直接复制到BOOT文件夹下的
离线
@twzy
能不能做在一块板子上呢?
毕竟器件也不多
可能是想着方便底板添加其他功能吧
离线
也是小白一个,打样玩玩,这些资料应该够用了
离线
请问大佬,第七章中移植你usb后那张图,怎么让终端信息显示在lcd上的呢,就是 root@ 那一行。我知道是修改了配置文件来让终端命令前显示 用户 路径,但是只能在 uart0显示,lcd还是显示的dmesg信息
离线
该系列的Debian镜像。解压后将扩展名改为img
链接:https://pan.baidu.com/s/11l5o-bZK6KueomYehV3l1w
提取码:42ka
离线
离线
感谢大佬的教程~对于小白的我来说很有帮助呀。
离线
离线
更新一下Debian镜像。解压后将扩展名改为img
链接:https://pan.baidu.com/s/1RrITGJ3OgoJtYYEY0EImRQ
提取码:6czb
最近编辑记录 twzy (2022-01-13 17:45:24)
离线
我用的esp8089行了就是速度感人
基本随顺着大佬教程编译成模块那个还是fail to master 后面在研究下,
这个好像不是这个意思,我板子用的spi1也是要num = 0才能行,我不太清楚目前还在白嫖正点的教程终于不用频繁的拔内存卡了
然后就是
编译有个函数好像变了,我看没有用到返回值直接屏蔽了不知道有没有影响
离线
@twzy
我是初学者第一次学习linux并且画板子正好碰到你的教程,可能我也就仅限于能调出来,更高深的不懂还在到处学习
离线
这次丝印再印一个“sudo dd if=/dev/zero of=/”
[手动狗头]
离线
楼主,您第一个做的基于f1c200s卡片开源吗
离线
期待作者继续更新
离线
v3s 什么时候 出啊 ,真不错 。
离线
大佬,参考你的贴子,我用nano板,在Starting kernel...一直重启;求助哇
离线
大佬,参考你的贴子,我用nano板,在Starting kernel...一直重启;求助哇
https://whycan.com/files/members/9470/Starting%20kernel....jpg
检查zImage 、 tf卡格式等等
离线
leicai04 说:大佬,参考你的贴子,我用nano板,在Starting kernel...一直重启;求助哇
https://whycan.com/files/members/9470/Starting%20kernel....jpg检查zImage 、 tf卡格式等等
好的,请问应该需要什么格式,分区的时候boot是fat16
离线
@twzy
同样的问题 解决了吗
离线
我在论坛看到类似的故障是因为openssl和wpa_wpa_supplicant不兼容引起的,升级openssl解决,不知道对你有没有帮助。
怎么升级openssl
离线
spi屏刷新率怎么样
离线
我也自己作了一块,一把启动成功,其他的慢慢调,最高屏幕不会不知道杂调的,用别人固件显示正常,我的就这个鬼样子,能帮忙看看是什么情况吗。
屏幕参数:
最近编辑记录 future (2022-06-25 13:52:59)
离线
全部看完了,真的会让人从入门到入坑道放弃啊,太强大了,从0到1啊,现在的Soc集成度也太高了。
离线
woc大佬,f1c200的固件和f1c100固件可以通用吗
离线
这个教程是我看到最全面的全志LINUX的,感谢楼主分享,问下 淘宝店卖的那个是不是就是楼主本人啊
离线
@twzy
能不能出个套件 淘宝卖阿
硬件实在搞不定
离线
学习了,楼主很用功,一直想学但下不了决心去弄
离线
这个教程太好了,感觉找到循序渐进的方向,收藏学习,谢谢!
离线
在坑网大家都说自己是小白,原来只有我才是真正的上白
离线
写的好详细,正好想学习Linux开发板方面的内容,找到方向了,感谢
离线
正想搞一个基于fc200s核心的最小系统板,感谢楼主分享资料!
离线
感谢分享
真小白,只搞过51,想搞一个最小系统板,请问可不可以其他外设都不要,只要SD卡和串口,其他的引脚都引出做I/O
请问楼主的系统可以直接用吗?然后能不能通过通过命令啥的来控制这些I/O输出高低电平?
另外,我看一些图上的F1C200s供电是有时序的吗?还是都可以直接用LDO
离线
@liberty
1、arm理论上可以裸奔,与51单片机一样。因F1C200s没有内置FLASH,所以需要有外置存储(eMMC、TF卡),需要有通信口进行调试,其他GPIO可以引接出来。这就成了核心板。
2、GPIO,当然可以用软件控制高低电平
3、由于arm实在强大,不能总是用单片机的思维所有程序都从0开始,直接找别人开源使用。
4、供电问题,可以多看几张不同板的电路图,看看供电部分有没有控制端,就知道有没有时序问题。
离线
照着抄了一块,现在换GD25Q256的flash系统怎么都跑不起来
离线
太优秀了,按照楼主的教程走了一遍,获益匪浅!
离线
你好博主 根据您的教程完成根文件系统制作之后 进行helloworld.c编译可执行文件复制到根目录下 发现不能执行可执行文件 然后发现根目录下所有的可执行文件都不能执行 报错是没有权限 即使是用chmod 777 修改了权限 不知道是什么问题 还望解答为谢。
离线
有一说一,很有意思的创意
离线
有rgb大屏的驱动吗想跟着学一下,但是想做个7寸屏的。
离线
大佬的文章有问题,用的应该是一个无源晶振
离线
回去做些材料学习下,不行再来请教
离线
可以自制加麦克风和耳机接口
离线
我用的F1C200s在七寸上面太卡了,肉眼可见的刷新,不知道是我优化问题还是怎么
离线
我想请问一下那个补丁包怎么用啊,音频那个
离线
大佬厉害,能详细教一下我这手残党怎么焊芯片吗
离线
大佬厉害,能详细教一下我这手残党怎么焊芯片吗
先到芯片引脚上面上点锡,然后热风枪320度左右吹
离线
几层沉金板 多少钱一块啊😦
离线
大佬太牛了,而我还在为编译根文件系统发愁😰
离线
按照楼主的教程更改linux-5.7.1报错
Kernel: arch/arm/boot/zImage is ready
DTC arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dtb
Error: arch/arm/boot/dts/suniv-f1c100s.dtsi:44.23-24 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:294:arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dtb] 错误 1
make: *** [Makefile:1251:dtbs] 错误 2
arch/arm/boot/dts/suniv-f1c100s.dtsi:
// SPDX-License-Identifier: (GPL-2.0+ OR X11)
/*
* Copyright 2018 Icenowy Zheng <icenowy@aosc.io>
* Copyright 2018 Mesih Kilinc <mesihkilinc@gmail.com>
*/
/ {
#address-cells = <1>;
#size-cells = <1>;
interrupt-parent = <&intc>;
clocks {
osc24M: clk-24M {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <24000000>;
clock-output-names = "osc24M";
};
osc32k: clk-32k {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "osc32k";
};
};
cpus {
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
};
};
soc {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges;
usb_otg: usb@1c13000 {
compatible = "allwinner,suniv-musb";
reg = <0x01c13000 0x0400>;
clocks = <&ccu CLK_BUS_OTG>;
resets = <&ccu RST_BUS_OTG>;
interrupts = <26>;
interrupt-names = "mc";
phys = <&usbphy 0>;
phy-names = "usb";
extcon = <&usbphy 0>;
allwinner,sram = <&otg_sram 1>;
status = "disabled";
};
usbphy: phy@1c13400 {
compatible = "allwinner,suniv-usb-phy";
reg = <0x01c13400 0x10>;
reg-names = "phy_ctrl";
clocks = <&ccu CLK_USB_PHY0>;
clock-names = "usb0_phy";
resets = <&ccu RST_USB_PHY0>;
reset-names = "usb0_reset";
#phy-cells = <1>;
status = "disabled";
};
sram-controller@1c00000 {
compatible = "allwinner,suniv-f1c100s-system-control",
"allwinner,sun4i-a10-system-control";
reg = <0x01c00000 0x30>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
sram_d: sram@10000 {
compatible = "mmio-sram";
reg = <0x00010000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x00010000 0x1000>;
otg_sram: sram-section@0 {
compatible = "allwinner,suniv-f1c100s-sram-d",
"allwinner,sun4i-a10-sram-d";
reg = <0x0000 0x1000>;
status = "disabled";
};
};
};
ccu: clock@1c20000 {
compatible = "allwinner,suniv-f1c100s-ccu";
reg = <0x01c20000 0x400>;
clocks = <&osc24M>, <&osc32k>;
clock-names = "hosc", "losc";
#clock-cells = <1>;
#reset-cells = <1>;
};
intc: interrupt-controller@1c20400 {
compatible = "allwinner,suniv-f1c100s-ic";
reg = <0x01c20400 0x400>;
interrupt-controller;
#interrupt-cells = <1>;
};
pio: pinctrl@1c20800 {
compatible = "allwinner,suniv-f1c100s-pinctrl";
reg = <0x01c20800 0x400>;
interrupts = <38>, <39>, <40>;
clocks = <&ccu 37>, <&osc24M>, <&osc32k>;
clock-names = "apb", "hosc", "losc";
gpio-controller;
interrupt-controller;
#interrupt-cells = <3>;
#gpio-cells = <3>;
uart0_pe_pins: uart0-pe-pins {
pins = "PE0", "PE1";
function = "uart0";
};
};
timer@1c20c00 {
compatible = "allwinner,suniv-f1c100s-timer";
reg = <0x01c20c00 0x90>;
interrupts = <13>;
clocks = <&osc24M>;
};
wdt: watchdog@1c20ca0 {
compatible = "allwinner,suniv-f1c100s-wdt",
"allwinner,sun4i-a10-wdt";
reg = <0x01c20ca0 0x20>;
};
uart0: serial@1c25000 {
compatible = "snps,dw-apb-uart";
reg = <0x01c25000 0x400>;
interrupts = <1>;
reg-shift = <2>;
reg-io-width = <4>;
clocks = <&ccu 38>;
resets = <&ccu 24>;
status = "disabled";
};
uart1: serial@1c25400 {
compatible = "snps,dw-apb-uart";
reg = <0x01c25400 0x400>;
interrupts = <2>;
reg-shift = <2>;
reg-io-width = <4>;
clocks = <&ccu 39>;
resets = <&ccu 25>;
status = "disabled";
};
uart2: serial@1c25800 {
compatible = "snps,dw-apb-uart";
reg = <0x01c25800 0x400>;
interrupts = <3>;
reg-shift = <2>;
reg-io-width = <4>;
clocks = <&ccu 40>;
resets = <&ccu 26>;
status = "disabled";
};
};
};
请问有人知道是什么问题吗
离线
换用了荔枝派官方适配的linux5.2: https://github.com/Lichee-Pi/linux/archive/nano-5.2-flash.zip ,现在linux成功运行,但是debian11无法启动
[ 5.912724] systemd[1]: Set hostname to <user-VirtualBox>.
[ 5.938318] systemd[1]: Failed to open netlink: Function not implemented
[ 5.955038] systemd[1]: Failed to read AF_UNIX datagram queue length, ignoring: No such file or directory
[ 5.974533] systemd[1]: Setting 'fs/file-max' to '2147483647'.
[ 6.005145] systemd[1]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
[ 6.022522] systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup.
[ 6.063266] systemd[1]: Can't load kernel CGROUP SKB BPF program, BPF firewalling is not supported: Function not implemented
[ 6.089516] systemd[1]: Can't load kernel CGROUP DEVICE BPF program, BPF device control is not supported: Function not implemented
[ 6.116217] systemd[1]: Controller 'cpu' supported: no
[ 6.126586] systemd[1]: Controller 'cpuacct' supported: no
[ 6.141808] systemd[1]: Controller 'cpuset' supported: no
[ 6.152543] systemd[1]: Controller 'io' supported: no
[ 6.162739] systemd[1]: Controller 'blkio' supported: no
[ 6.173132] systemd[1]: Controller 'memory' supported: no
[ 6.183542] systemd[1]: Controller 'devices' supported: no
[ 6.198111] systemd[1]: Controller 'pids' supported: no
[ 6.208199] systemd[1]: Controller 'bpf-firewall' supported: no
[ 6.223043] systemd[1]: Controller 'bpf-devices' supported: no
[ 6.238211] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[ 6.258214] systemd[1]: Enabling (yes) showing of status (commandline).
[ 6.279165] systemd[1]: Successfully forked off '(sd-executor)' as PID 76.
[ 6.310263] systemd[76]: Successfully forked off '(direxec)' as PID 77.
[ 6.341882] systemd[76]: Successfully forked off '(direxec)' as PID 78.
[ 6.392224] systemd[76]: Successfully forked off '(direxec)' as PID 79.
[ 6.409426] [drm:vblank_disable_fn] disabling vblank on crtc 0
[ 6.424394] [drm:sun4i_crtc_disable_vblank] Disabling VBLANK on crtc (ptrval)
[ 6.441008] [drm:sun4i_tcon_enable_vblank] Disabling VBLANK interrupt
[ 6.502217] systemd[76]: Successfully forked off '(direxec)' as PID 80.
[ 6.589832] systemd[76]: Successfully forked off '(direxec)' as PID 81.
[ 6.692102] systemd[76]: Successfully forked off '(direxec)' as PID 82.
[ 6.840676] systemd[76]: Successfully forked off '(direxec)' as PID 83.
[ 7.012143] systemd[76]: Successfully forked off '(direxec)' as PID 84.
[ 7.199846] systemd[76]: Successfully forked off '(direxec)' as PID 85.
[ 7.382154] systemd[76]: Successfully forked off '(direxec)' as PID 86.
[ 7.612492] systemd[76]: Successfully forked off '(direxec)' as PID 87.
[ 7.852148] systemd[76]: Successfully forked off '(direxec)' as PID 88.
[ 8.089901] systemd-bless-boot-generator[77]: Skipping generator, not an EFI boot.
[ 8.568062] systemd-fstab-generator[80]: Parsing /etc/fstab...
[ 8.835457] systemd-fstab-generator[80]: Found entry what=/swap1 where=swap type=swap makefs=no growfs=no noauto=no nofail=no
[ 8.862539] systemd-getty-generator[81]: Automatically adding serial getty for /dev/ttyS0.
[ 9.023128] systemd-gpt-auto-generator[82]: Disabling root partition auto-detection, root= is defined.
[ 9.043579] systemd-getty-generator[81]: SELinux enabled state cached to: disabled
[ 9.080920] systemd-fstab-generator[80]: SELinux enabled state cached to: disabled
[ 9.146176] systemd-hibernate-resume-generator[83]: Not running in an initrd, quitting.
[ 9.227468] systemd-gpt-auto-generator[82]: Failed to chase block device '/', ignoring: No such file or directory
[ 9.306101] systemd-rc-local-generator[84]: /etc/rc.local does not exist, skipping.
[ 9.325351] systemd[76]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
[ 9.405262] systemd[76]: /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
[ 9.460713] systemd-gpt-auto-generator[82]: mmcblk0p2: Root device /dev/mmcblk0.
[ 9.539833] systemd[76]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
[ 9.638834] systemd[76]: /usr/lib/systemd/system-generators/systemd-rc-local-generator succeeded.
[ 9.729902] systemd[76]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
[ 9.755810] systemd-gpt-auto-generator[82]: No suitable partition table found, ignoring.
[ 9.796738] systemd[76]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[ 12.071365] systemd-sysv-generator[87]: Native unit for ssh.service already exists, skipping.
[ 12.103931] systemd-sysv-generator[87]: Native unit for procps.service already exists, skipping.
[ 12.134595] systemd-sysv-generator[87]: Native unit for kmod.service already exists, skipping.
[ 12.159142] systemd-sysv-generator[87]: Native unit for rsyslog.service already exists, skipping.
[ 12.190549] systemd-sysv-generator[87]: Native unit for udev.service already exists, skipping.
[ 12.212308] systemd-sysv-generator[87]: Native unit for sudo.service already exists, skipping.
[ 12.236695] systemd-sysv-generator[87]: Native unit for dbus.service already exists, skipping.
[ 12.258807] systemd-sysv-generator[87]: Native unit for hwclock.service already exists, skipping.
[ 12.283654] systemd-sysv-generator[87]: Native unit for networking.service already exists, skipping.
[ 12.308630] systemd-sysv-generator[87]: Native unit for cron.service already exists, skipping.
[ 12.330831] systemd-sysv-generator[87]: Native unit for alsa-utils.service already exists, skipping.
[ 12.353095] systemd-sysv-generator[87]: Native unit for x11-common.service already exists, skipping.
[ 12.377433] systemd-sysv-generator[87]: Ignoring S01cron symlink in rc2.d, not generating cron.service.
[ 12.397546] systemd-sysv-generator[87]: Ignoring S01rsyslog symlink in rc2.d, not generating rsyslog.service.
[ 12.418077] systemd-sysv-generator[87]: Ignoring S01ssh symlink in rc2.d, not generating ssh.service.
[ 12.438127] systemd-sysv-generator[87]: Ignoring S01dbus symlink in rc2.d, not generating dbus.service.
[ 12.458204] systemd-sysv-generator[87]: Ignoring S01sudo symlink in rc2.d, not generating sudo.service.
[ 12.480500] systemd-sysv-generator[87]: Ignoring S01cron symlink in rc3.d, not generating cron.service.
[ 12.500576] systemd-sysv-generator[87]: Ignoring S01rsyslog symlink in rc3.d, not generating rsyslog.service.
[ 12.521143] systemd-sysv-generator[87]: Ignoring S01ssh symlink in rc3.d, not generating ssh.service.
[ 12.541225] systemd-sysv-generator[87]: Ignoring S01dbus symlink in rc3.d, not generating dbus.service.
[ 12.561269] systemd-sysv-generator[87]: Ignoring S01sudo symlink in rc3.d, not generating sudo.service.
[ 12.583470] systemd-sysv-generator[87]: Ignoring S01cron symlink in rc4.d, not generating cron.service.
[ 12.603517] systemd-sysv-generator[87]: Ignoring S01rsyslog symlink in rc4.d, not generating rsyslog.service.
[ 12.624052] systemd-sysv-generator[87]: Ignoring S01ssh symlink in rc4.d, not generating ssh.service.
[ 12.644049] systemd-sysv-generator[87]: Ignoring S01dbus symlink in rc4.d, not generating dbus.service.
[ 12.664079] systemd-sysv-generator[87]: Ignoring S01sudo symlink in rc4.d, not generating sudo.service.
[ 12.686231] systemd-sysv-generator[87]: Ignoring S01cron symlink in rc5.d, not generating cron.service.
[ 12.706251] systemd-sysv-generator[87]: Ignoring S01rsyslog symlink in rc5.d, not generating rsyslog.service.
[ 12.726775] systemd-sysv-generator[87]: Ignoring S01ssh symlink in rc5.d, not generating ssh.service.
[ 12.746774] systemd-sysv-generator[87]: Ignoring S01dbus symlink in rc5.d, not generating dbus.service.
[ 12.766930] systemd-sysv-generator[87]: Ignoring S01sudo symlink in rc5.d, not generating sudo.service.
[ 12.793215] systemd[76]: /usr/lib/systemd/system-generators/systemd-sysv-generator succeeded.
[ 12.812694] systemd[76]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
[ 12.832627] systemd[76]: /usr/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
[ 12.852649] systemd[76]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
[ 12.872825] systemd[76]: /usr/lib/systemd/system-generators/systemd-run-generator succeeded.
[ 12.892078] systemd[76]: /usr/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
[ 12.914853] systemd[1]: (sd-executor) succeeded.
[ 12.925645] systemd[1]: Looking for unit files in (higher priority first):
[ 12.942816] systemd[1]: /etc/systemd/system.control
[ 12.953085] systemd[1]: /run/systemd/system.control
[ 12.963169] systemd[1]: /run/systemd/transient
[ 12.972786] systemd[1]: /run/systemd/generator.early
[ 12.982719] systemd[1]: /etc/systemd/system
[ 12.991671] systemd[1]: /etc/systemd/system.attached
[ 13.001301] systemd[1]: /run/systemd/system
[ 13.009983] systemd[1]: /run/systemd/system.attached
[ 13.019225] systemd[1]: /run/systemd/generator
[ 13.027888] systemd[1]: /usr/local/lib/systemd/system
[ 13.037103] systemd[1]: /lib/systemd/system
[ 13.045331] systemd[1]: /usr/lib/systemd/system
[ 13.053810] systemd[1]: /run/systemd/generator.late
[ 13.084104] systemd[1]: Unit type .automount is not supported on this system.
[ 13.132108] systemd[1]: sd-device-monitor: Failed to create socket: Function not implemented
[ 13.147895] systemd[1]: Failed to allocate device monitor: Function not implemented
[ 13.162716] systemd[1]: Unit type .automount is not supported on this system.
[ 13.178268] systemd[1]: Modification times have changed, need to update cache.
[ 13.195344] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/syslog.service → rsyslog.service
[ 13.214916] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service → wpa_supplicant.service
[ 13.241017] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/sshd.service → ssh.service
[ 13.261160] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/swap1.swap
[ 13.282886] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/fstrim.timer
[ 13.302193] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/final.target
[ 13.321718] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald@.service
[ 13.342661] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-halt.service
[ 13.363074] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-fsckd.service
[ 13.383540] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-tmpfiles-clean.timer
[ 13.406772] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel0.target → poweroff.target
[ 13.427816] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-tmpfiles-setup.service
[ 13.455560] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel4.target → multi-user.target
[ 13.476733] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-update-utmp-runlevel.service
[ 13.503371] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udev-settle.service
[ 13.524390] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/quotaon.service
[ 13.544344] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-fsck-root.service
[ 13.565205] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-update-utmp.service
[ 13.586231] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
[ 13.612769] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd-control.socket
[ 13.633919] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-rfkill.socket
[ 13.654412] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/remote-fs.target
[ 13.674444] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sigpwr.target
[ 13.694253] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/user.slice
[ 13.714100] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-tmpfiles-clean.service
[ 13.740323] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-bless-boot.service
[ 13.761298] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/alsa-restore.service
[ 13.781713] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/apt-daily.service
[ 13.802676] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/cryptdisks-early.service → /dev/null
[ 13.829875] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
[ 13.857274] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/getty.target
[ 13.877045] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-root-device.target
[ 13.897914] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/suspend.target
[ 13.917795] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/suspend-then-hibernate.target
[ 13.939028] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/paths.target
[ 13.959780] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/cryptdisks.service → /dev/null
[ 13.986273] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub@.service
[ 14.006368] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/syslog.socket
[ 14.026153] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-random-seed.service
[ 14.047345] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sleep.target
[ 14.067080] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-binfmt.service
[ 14.087742] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald-dev-log.socket
[ 14.113961] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/blockdev@.target
[ 14.134026] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd.service
[ 14.154828] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/apt-daily-upgrade.service
[ 14.176111] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
[ 14.197849] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-suspend-then-hibernate.service
[ 14.224736] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dev-hugepages.mount
[ 14.245278] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/network-pre.target
[ 14.265713] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/getty-pre.target
[ 14.285789] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/logrotate.timer
[ 14.305773] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald-audit.socket
[ 14.327021] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-cleanup.service
[ 14.347628] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-boot-check-no-failures.service
[ 14.374477] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-exit.service
[ 14.394927] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/swap.target
[ 14.414551] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nss-lookup.target
[ 14.434694] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-update-pre.target
[ 14.455450] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-update-cleanup.service
[ 14.476809] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-sysctl.service
[ 14.497441] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/network-online.target
[ 14.519240] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/udev.service → systemd-udevd.service
[ 14.540561] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/wpa_supplicant.service
[ 14.561187] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/kmod-static-nodes.service
[ 14.582101] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/hibernate.target
[ 14.602182] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-time-wait-sync.service
[ 14.629825] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-kernel-tracing.mount
[ 14.652412] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel5.target → graphical.target
[ 14.673530] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/alsa-state.service
[ 14.693926] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-initctl.socket
[ 14.714543] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/poweroff.target
[ 14.734473] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd.socket
[ 14.755184] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-parse-etc.service
[ 14.775918] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cryptsetup.target
[ 14.796006] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ssh.socket
[ 14.817537] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/timers.target
[ 14.839564] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/dbus-org.freedesktop.locale1.service → systemd-localed.service
[ 14.868232] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-network-generator.service
[ 14.895052] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/multi-user.target
[ 14.915706] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-quotacheck.service
[ 14.937105] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald.service
[ 14.958332] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_all.timer
[ 14.978913] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ssh@.service
[ 14.999011] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nftables.service
[ 15.019585] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/wpa_supplicant@.service
[ 15.042270] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/dbus-org.freedesktop.timedate1.service → systemd-timedated.service
[ 15.071327] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udev-trigger.service
[ 15.092919] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-kernel-debug.mount
[ 15.116314] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/remote-fs-pre.target
[ 15.137353] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ifupdown-wait-online.service
[ 15.158925] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sound.target
[ 15.180249] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-boot-system-token.service
[ 15.208705] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/rc.service → /dev/null
[ 15.229813] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/serial-getty@.service
[ 15.251884] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel6.target → reboot.target
[ 15.272735] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-update.target
[ 15.293196] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/exit.target
[ 15.312804] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/local-fs-pre.target
[ 15.333141] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/emergency.target
[ 15.353334] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/fstrim.service
[ 15.373218] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/modprobe@.service
[ 15.393389] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/apt-daily.timer
[ 15.413354] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd-kernel.socket
[ 15.434393] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sysinit.target
[ 15.454263] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_fail@.service
[ 15.474756] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-fs.target
[ 15.494778] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cron.service
[ 15.514454] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-resolved.service
[ 15.535234] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-reboot.service
[ 15.555816] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rpcbind.target
[ 15.575782] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ifup@.service
[ 15.595520] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/getty@.service
[ 15.615395] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/time-sync.target
[ 15.635432] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rescue-ssh.target
[ 15.655579] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cryptsetup-pre.target
[ 16.294082] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/dbus-org.freedesktop.hostname1.service → systemd-hostnamed.service
[ 16.322789] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/user@.service
[ 16.342577] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/first-boot-complete.target
[ 16.364961] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/default.target → graphical.target
[ 16.385933] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald@.socket
[ 16.406498] random: crng init done
[ 16.415653] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-sysusers.service
[ 16.438010] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/dbus-org.freedesktop.login1.service → systemd-logind.service
[ 16.466051] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/getty-static.service
[ 16.486411] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sockets.target
[ 16.506206] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dbus.service
[ 16.525812] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-modules-load.service
[ 16.546811] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/slices.target
[ 16.566483] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/smartcard.target
[ 16.586452] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/user-runtime-dir@.service
[ 16.607239] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-root-fs.target
[ 16.627769] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/emergency.service
[ 16.647853] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/debug-shell.service
[ 16.668173] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-switch-root.target
[ 16.689046] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-poweroff.service
[ 16.709815] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd.target
[ 16.729698] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-rfkill.service
[ 16.750235] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-suspend.service
[ 16.770954] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/time-set.target
[ 16.790912] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/printer.target
[ 16.810757] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/halt.target
[ 16.830504] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hybrid-sleep.service
[ 16.851667] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rescue.target
[ 16.875575] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel3.target → multi-user.target
[ 16.896817] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd-wait-online.service
[ 16.923503] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hwdb-update.service
[ 16.944566] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/wpa_supplicant-wired@.service
[ 16.965785] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-fsckd.socket
[ 16.986233] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hostnamed.service
[ 17.007110] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-backlight@.service
[ 17.028007] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/network.target
[ 17.048011] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-systemd\x2dcryptsetup.slice
[ 17.074463] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-fs-fuse-connections.mount
[ 17.095719] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ifupdown-pre.service
[ 17.116144] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dev-mqueue.mount
[ 17.136169] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-initctl.service
[ 17.156815] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/console-getty.service
[ 17.177299] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-remount-fs.service
[ 17.198273] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-machine-id-commit.service
[ 17.224626] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-udevadm-cleanup-db.service
[ 17.251200] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hibernate.service
[ 17.273391] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/ctrl-alt-del.target → reboot.target
[ 17.294508] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rsyslog.service
[ 17.314535] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/boot-complete.target
[ 17.336637] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/autovt@.service → getty@.service
[ 17.358967] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel1.target → rescue.target
[ 17.380186] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/basic.target
[ 17.399950] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ssh.service
[ 17.420212] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/alsa-utils.service → /dev/null
[ 17.446806] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-volatile-root.service
[ 17.468769] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/x11-common.service → /dev/null
[ 17.495246] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald-varlink@.socket
[ 17.521576] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-user-sessions.service
[ 17.542821] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/logrotate.service
[ 17.564076] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/procps.service → systemd-sysctl.service
[ 17.590424] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-ask-password-wall.service
[ 17.616843] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/hybrid-sleep.target
[ 17.637293] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journal-flush.service
[ 17.658581] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald.socket
[ 17.679512] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rc-local.service
[ 17.699638] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/container-getty@.service
[ 17.958162] systemd[1]: Caught <ABRT>, dumped core as pid 89.
[ 17.974400] systemd[1]: Freezing execution.
屏幕显示:
离线
为什么我的SY8088AAC将5V输入变为2.5V输出失败,变成了只输出1V。由此造成我用串口接上电脑后,总是突然掉电然后又接上设备
离线
想用这个做一个裸机的屏。
离线
哈哈😃,看了才知道我连小白都算不上
离线
请教一下楼主:F1C200S不靠外部wifi模块或者网口啥的,仅凭F1C200S板子本身自带的外设,能够跟桌面端的ubuntu互传数据吗?
离线
离线
请教一下楼主:F1C200S不靠外部wifi模块或者网口啥的,仅凭F1C200S板子本身自带的外设,能够跟桌面端的ubuntu互传数据吗?
离线
请问F1C200的USB虚拟网卡RNDIS,Windows端的RNDIS_driver驱动那里可以找到。
离线
手工干F1C200,干到眼花缭乱,引脚太细了。
离线
我想请问一下那个补丁包怎么用啊,音频那个
请问解决了吗,我替换那几个文件后编译报错
Makefile:681: include/config/auto.conf.cmd: No such file or directory
scripts/kconfig/conf --syncconfig Kconfig
*** Error during sync of the configuration.
scripts/kconfig/Makefile:71: recipe for target 'syncconfig' failed
make[2]: *** [syncconfig] Error 1
Makefile:589: recipe for target 'syncconfig' failed
make[1]: *** [syncconfig] Error 2
Makefile:700: recipe for target 'include/config/auto.conf.cmd' failed
make: *** [include/config/auto.conf.cmd] Error 2
make: *** Deleting file 'include/config/auto.conf.cmd'
离线
请教楼主一件事,你画的板子里AVCC的供电是3V0,但是数据手册里面推荐的典型值是2.8V,请问楼主是有什么特殊的考量吗?(例如考虑板子线路的压降?)
离线
@Serein2K
同问,使用的是sipeed的官方SDK,直接替换后编译报错。有人成功过吗?
离线
@晕哥,这个贴分页之后怎么打不开第二页了。
离线