04 2023 档案

摘要:我的yocto是哪个版本?hardknott还是dunfell? grep "DISTRO_" sources/poky/meta-poky/conf/distro/poky.conf 阅读全文
posted @ 2023-04-19 14:59 bert_qin 阅读(27) 评论(0) 推荐(0)
摘要:点击查看代码 #include <stdio.h> #include <string.h> void str2ip(char *in, unsigned char *out) { int i; int tmp[4]={0}; sscanf(in, "%d.%d.%d.%d", tmp, tmp + 阅读全文
posted @ 2023-04-04 15:11 bert_qin 阅读(266) 评论(0) 推荐(0)