[置顶] 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 阅读(1847) 评论(0) 推荐(1) 编辑

2024年7月2日

高版本x86系统编译低版本gdb时遇到的问题

摘要: 1、 sudo yum -y install readline-devel ../gdb/configure --disable-werror --disable-readline --with-system-readline 2、 /visio/p/1 阅读全文

posted @ 2024-07-02 20:25 lh03061238 阅读(2) 评论(0) 推荐(0) 编辑

2024年6月28日

linux学习---信号

摘要: 参考: https://wlink.blog.csdn.net/article/details/78377302?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlog 阅读全文

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

2024年6月20日

/usr/bin/ld: cannot find -lc错误原因及解决方法

摘要: 在新版本的linux 系统下安装 glibc-devel、glibc和gcc-c++时,都不会安装libc.a. 只安装libc.so. a56爆大奖在线娱乐当使用-static时,libc.a不能使用。只能报找不到libc了。 解决方法:安装glibc-staticsudo yum install glibc-s 阅读全文

posted @ 2024-06-20 15:24 lh03061238 阅读(27) 评论(0) 推荐(0) 编辑

2024年6月18日

交叉编译工具链

摘要: 参考:https://mirrors.edge.kernel.org/pub/tools/crosstool/ 阅读全文

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

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 阅读(3) 评论(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 阅读(7) 评论(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 阅读(6) 评论(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 阅读(4) 评论(0) 推荐(0) 编辑