1 2 3 4 5 ··· 68 下一页

[置顶] linux开发中常用的命令及技巧(连载)

摘要: 1.在内核或uboot目录下搜索相关内容/文件名时:grep "USB" * -nR find -name "*USB*" 2.查看系统中设备 cat /proc/devices 3.查看系统时间(RTC) date /* 显示系统时间 */ date 123015402011.30 /* 设置系统 阅读全文

posted @ 2019-06-26 13:29 lh03061238 阅读(302) 评论(0) 推荐(0) 编辑

[置顶] 使用CCS调试基于AM335X的SPL、Uboot(原创)

摘要: 使用CCS调试基于AM335X的SPL、Uboot 一、开发环境 1、硬件平台:创龙AM3359核心板 2、SDK版本:ti-processor-sdk-linux-am335x-evm-03.00.00.04-Linux-x86-Install 3、Uboot版本:u-boot-2016.05-g 阅读全文

posted @ 2019-01-24 16:40 lh03061238 阅读(1840) 评论(0) 推荐(1) 编辑

2024年6月14日

禁止fedora系统自动挂起

摘要: 参考: https://blog.csdn.net/allway2/article/details/131524164 https://blog.csdn.net/allway2/article/details/131524096?spm=1001.2101.3001.6650.2&utm_medi 阅读全文

posted @ 2024-06-14 16:39 lh03061238 阅读(1) 评论(0) 推荐(0) 编辑

2024年6月11日

make信息重定向

摘要: 参考: https://blog.csdn.net/u010673462/article/details/46625415 https://blog.csdn.net/weixin_38184741/article/details/89313014?utm_medium=distribute.pc_ 阅读全文

posted @ 2024-06-11 16:25 lh03061238 阅读(4) 评论(0) 推荐(0) 编辑

2024年6月7日

u盘安装linux系统

摘要: 插上u盘,fdisk -l根据容量查看u盘盘符,如果原有盘符为sda,则u盘一般为sdb,如果原有盘符为nvme,则u盘一般为sda,下面步骤假定u盘盘符为sdb。umount /dev/sdbdd if=Loongnix-20.mips64el.rc2.iso of=/dev/sdb时间会比较长, 阅读全文

posted @ 2024-06-07 17:21 lh03061238 阅读(3) 评论(0) 推荐(0) 编辑

2024年6月6日

linux系统查看某一个目录占用空间

摘要: https://blog.csdn.net/yuan1164345228/article/details/105724626 阅读全文

posted @ 2024-06-06 11:07 lh03061238 阅读(1) 评论(0) 推荐(0) 编辑

2024年5月29日

linux内核休眠唤醒

摘要: Linux Power休眠唤醒流程-框架图: https://blog.csdn.net/yuzhongqingsi/article/details/102874659 linux休眠唤醒流程,及示例分析: https://blog.csdn.net/weixin_44586903/article/ 阅读全文

posted @ 2024-05-29 15:36 lh03061238 阅读(3) 评论(0) 推荐(0) 编辑

2024年4月29日

Support for password authentication was removed on August 13, 2021

摘要: https://blog.csdn.net/qq_37255976/article/details/134558484 https://zhuanlan.zhihu.com/p/401978754 阅读全文

posted @ 2024-04-29 10:33 lh03061238 阅读(3) 评论(0) 推荐(0) 编辑

2024年4月23日

Linux内核的 EXPORT_SYMBOL 和 EXPORT_SYMBOL_GPL

摘要: 参考: https://www.jianshu.com/p/fd89d4d69772 https://blog.csdn.net/m0_37383484/article/details/128862933 阅读全文

posted @ 2024-04-23 16:15 lh03061238 阅读(12) 评论(0) 推荐(0) 编辑

内核变量jiffies

摘要: 参考: https://www.cnblogs.com/lvzh/p/13502391.htmlhttps://zhuanlan.zhihu.com/p/629349072 阅读全文

posted @ 2024-04-23 16:06 lh03061238 阅读(4) 评论(0) 推荐(0) 编辑

内核 KUnit test

摘要: 参考: https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html https://kunit.dev/ https://zhuanlan.zhihu.com/p/661288357 阅读全文

posted @ 2024-04-23 09:51 lh03061238 阅读(13) 评论(0) 推荐(0) 编辑

2024年3月30日

Linux内核—percpu

摘要: Linux系统中为什么需要per-CPU变量 https://zhuanlan.zhihu.com/p/542819141 https://blog.csdn.net/weixin_45030965/article/details/126289230 https://blog.csdn.net/li 阅读全文

posted @ 2024-03-30 10:59 lh03061238 阅读(7) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 68 下一页

导航