avatar
Articles
165
Tags
0
Categories
19
首页
归档
标签
分类
友链
李瑞琦的博客汇编
首页
归档
标签
分类
友链

汇编

Created2025-07-09|07-RISC-V
|Post Views:
Author: Li Ruiqi
Link: https://li-ruiqi777.github.io/07-RISC-V/汇编.html
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
cover of previous post
Previous
09 删掉某个可执行文件相关依赖
删掉某个可执行文件相关依赖我们在用apt-get装了某个可执行文件/库之后,可能又想删掉它,可能第一时间想到的方式是用rm *的方式删,但是这样容易删不干净。既然文件是由apt-get安装的,拿再由包管理工具删掉就好了 寻找待卸载文件属于哪个包 以qemu-system-riscv64为例 法1:检查系统中通过 apt 安装的 QEMU 相关包 1apt list --installed | grep qemu 法2:查看具体包名 1dpkg -S /usr/bin/qemu-system-riscv64 卸载包12sudo apt-get remove qemu-system-riscv # 保留配置文件sudo apt-get purge qemu-system-riscv # 彻底删除(推荐)
cover of next post
Next
19 有线以太网
有线以太网(Ethernet) Etheret这个词一般指的就是有线以太网,若涉及无线网络,通常会使用Wi-Fi或其他明确术语 嵌入式网络概述之前总是听到“网卡”这个词,实际上他是个非常笼统的概念包含了多个硬件。实际上需要以下的具体硬件来实现Ethernet: MAC控制器:它负责OSI体系中数据链路层的工作(以太网帧的封装、差错与流量控制、MAC地址寻址…) MAC可能位于SoC的内部,也可能外接。如果说一个SoC具备网络功能,一般指的SoC内部有MAC外设 PHY(物理层收发器)芯片:它负责OSI体系中物理层的工作: PHY一般位于SoC外部 信号转换:MAC层的数字信号 <—->...
avatar
Li Ruiqi
总有低谷
Articles
165
Tags
0
Categories
19
Follow Me
Recent Posts
26 PCIE
26 PCIE2026-04-17
claudecode
claudecode2026-04-15
autoconf
autoconf2026-03-21
git
git2026-02-10
25 IIO子系统
25 IIO子系统2026-01-27
©2019 - 2026 By Li Ruiqi
Framework Hexo|Theme Butterfly
人因梦想而伟大