上一页 1 2 3 4 5 6 7 8 ··· 11 下一页

2023年6月12日

摘要: //需求: 交叉编译RISC架构python环境第三方库gevent库的依赖greenlet vi greenlet-2.0.2/src/greenlet/platform/switch_xxx_unix.h(该头文件涉及汇编栈帧切换slp_switch函数实现),最新的greenlet还不支持RI 阅读全文
posted @ 2023-06-12 19:04 Skyge 阅读(88) 评论(0) 推荐(0) 编辑
 
摘要: 编译链没有精确到bin目录 Buildroot下没有dl文件夹(编译之后才有;新的第三方库,文件夹如何命名?) 修改profile,使用build_root重新编译??(重新打包就行) 新的第三方库源码如何配置编译参数? 阅读全文
posted @ 2023-06-12 19:02 Skyge 阅读(124) 评论(0) 推荐(0) 编辑
 

2023年6月10日

摘要: pthread_setaffinity_np与sched_setaffinity的区别:sched_setaffinity可在进程的线程中去修改亲和性写在启动脚本中是使用pthread_setaffinity_np、sched_setaffinity、还是tasklet ? (https://www 阅读全文
posted @ 2023-06-10 21:32 Skyge 阅读(241) 评论(0) 推荐(0) 编辑
 

2023年6月6日

摘要: 先阅读文末的2篇参考文档 对用版本的镜像及编译顺序:libffi-3.4.3.tar.gz(为了python编译_ctypes模块);openssl-1.1.1.tar.gz(为了python编译_ssl模块);Python-3.7.9;setuptools-19.6.tar.gz、pip-8.0. 阅读全文
posted @ 2023-06-06 11:35 Skyge 阅读(473) 评论(0) 推荐(0) 编辑
 
摘要: 问题描述: ①原厂不开发buildroot ②demo板不支持ubuntu文件系统(apt-get安装) ③自建buildroot环境也是通过buildroot菜单交叉编译,就直接下源码交叉编译了(buildroot不支持构建ubuntu文件系统;即使同时包含了busybox相关工具的ubuntu文 阅读全文
posted @ 2023-06-06 09:09 Skyge 阅读(47) 评论(0) 推荐(0) 编辑
 

2023年5月30日

摘要: //现象 ①top命令无法输出查询结果 ②系统crow定时器任务没有执行 ③高精度定时器打印了负值(now值正确,只是所有定时器的硬超时时间未刷新) https://blog.csdn.net/cc289123557/article/details/53870460 https://www.cnbl 阅读全文
posted @ 2023-05-30 10:37 Skyge 阅读(367) 评论(0) 推荐(0) 编辑
 

2023年5月22日

摘要: //irq 105: nobody cared (try booting with the "irqpoll" option) //aer_irq threaded aer_isr DIsabling IRQ #105 //aer中断 (91条消息) PCIe AER的驱动_one_bits的博客- 阅读全文
posted @ 2023-05-22 14:01 Skyge 阅读(198) 评论(0) 推荐(0) 编辑
 

2023年5月19日

摘要: lspci -vv try booting with "pcie_aspm=off" to see if that makes a differencepci=nomsi 阅读全文
posted @ 2023-05-19 10:13 Skyge 阅读(23) 评论(0) 推荐(0) 编辑
 

2023年5月16日

摘要: //报错打印 blk_update_request:I/O error ...... op 0x1:(WRITE) flag 0x4800 phys_seg 45 prio class 0 Buffer I/O error on device mmcblk1p1,logocal block 6658 阅读全文
posted @ 2023-05-16 16:42 Skyge 阅读(100) 评论(0) 推荐(0) 编辑
 

2023年5月15日

摘要: //社区问题 https://community.nxp.com/ //关键词 https://www.nxp.com.cn/design/documentation:DOCUMENTATION#/collection=documents&start=0&max=12&language=cn&que 阅读全文
posted @ 2023-05-15 20:27 Skyge 阅读(76) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页