“AllCategories”的版本间的差异

来自百问网嵌入式Linux wiki
第1行: 第1行:
  
 +
*linux内核调试
 +
**[[Blktrace]]
 +
**[[Dmesg and Linux kernel log]]
 +
**[[Ftrace]]
 +
**[[Ltrace]]
 +
**[[LTTng]]
 +
**[[Strace]]
 +
**[[Trace-cmd and kernelshark trace viewer]]
 +
 +
 +
*linux驱动
 +
**声卡测试
 +
::[[ALSA_overview | linux alsa声卡概述]]
 +
::[[ALSA_troubleshooting_grid  | linux alsa声卡故障排除]]
 +
::[[How_to_play_audio | 如何播放音频]]
 +
::[[How_to_record_audio | 如何录音]]
 +
::[[I2S_device_tree_configuration | I2S协议如何配置设备树]]
 +
::[[I2S_Linux_driver | I2S协议linux驱动]]
 +
::[[SAI_device_tree_configuration | SAI协议设备树配置]]
 +
::[[SAI_Linux_driver | SAI协议Linux驱动]]
 +
::[[Soundcard_configuration | 声卡配置]]
 +
::[[SPDIFRX_device_tree_configuration  | SPDIFRX协议设备树配置]]
 +
::[[SPDIFRX_Linux_driver | SPDIFRX协议Linux驱动]]
 +
::[[Audio_troubleshooting_grid | 音频故障排除]]
 +
::[[PulseAudio | PulseAudio工具]]
 +
**串口设备相关
 +
::[[ How to use TTY from an application | 如何通过app使用TTY]]
 +
::[[How to use TTY with User Terminal | 如何在用户终端下使用TTY]]
 +
::[[Serial TTY device tree configuration | 串行TTY设备树配置]]
 +
::[[Serial TTY line discipline | 串行TTY线路描述]]
 +
::[[Serial TTY overview | TTY 架构概述]]
 +
::[[TTY tools | TTY调试工具]]
 +
**SPI设备相关
 +
::[[SPI overview | SPI架构概述 ]]
 +
::[[SPI device tree configuration | SPI设备树配置]]
 +
::[[How to use SPI | 如何使用SPI]]
 +
**USB设备相关
 +
::[[USB overview | USB 概述 ]]
 +
::[[PHY overview | USB PHY 层架构概述 ]]
 +
::[[USBH device tree configuration | USB设备树配置 ]]
 +
::[[USBPHYC device tree configuration | USB PHY层设备树配置]]
 +
::[[OTG device tree configuration | USB OTG 设备树配置]]
 +
**I2C设备相关
 +
::[[I2C overview | I2C协议概述]]
 +
::[[I2C i2c-dev | I2C设备 ]]
 +
::[[I2C device tree configuration | I2C设备树配置]]
 +
::[[I2C driver | I2C驱动]]
 +
::[[I2C i2c-tools | I2C测试工具]]
 +
 +
**蓝牙相关
 +
::[[Bluetooth overview | 蓝牙概述 ]]
 +
::[[Bluetooth device tree configuration |  蓝牙设备树配置]]
 +
::[[How to scan BLE devices | 如何扫描低功耗蓝牙设备]]
 +
::[[How to scan Bluetooth devices | 如何扫描标准蓝牙设备]]
 +
::[[How to set up a Bluetooth connection |如何设置蓝牙设备连接]]
 +
**CAN协议相关
 +
::[[CAN overview | CAN协议概述]]
 +
::[[FDCAN device tree configuration|CAN设备树配置]]
 +
::[[How_to_set_up_a_SocketCAN_interface|如何设置CAN套接字接口]]
 +
::[[How to send or receive CAN data |如何发送或接收CAN数据]]
 +
 +
 +
**WIFI设备相关
 +
::[[WLAN overview|WIFI概述]]
 +
::[[WLAN device tree configuration|WIFI设备树配置]]
 +
::[[How to configure a wlan interface on client mode | 如何配置waln设备客户端模式]]
 +
::[[How to configure a wlan interface on hotspot mode|如何配置wlan设备热点模式]]
 +
::[[How to setup wifi connection|如何设置WiFi连接]]
 +
**以太网相关
 +
::[[Ethernet overview | 以太网概述 ]]
 +
::[[How to configure ethernet interface | 如何配置以太网接口]]
 +
::[[Ethernet device tree configuration  | 网络设备树配置]]
 +
**网络测试
 +
::[[How to perform ping test | 如何执行ping测试]]
 +
::[[How to perform ssh connection | 如何执行SSH连接]]
 +
::[[Network tools | 网络工具]]
 +
::[[Networking overview |网络概述]]
 +
::[[Networking troubleshooting grid|网络故障排除]]
 +
*Linux调试工具
 +
::[[Debugfs]]
 +
::[[Ethtool]]
 +
::[[Ifconfig]]
 +
::[[IP Linux command line]]
 +
::[[Kmemleak]]
 +
::[[Netdata]]
 +
::[[Netstat]]
 +
::[[Perf]]
 +
::[[Pseudo filesystem]]
 +
::[[Sysdig]]
 +
::[[Sysprof]]
 +
::[[Sysstat tool suite]]
 +
::[[Systemtap]]
 +
::[[Tcpdump]]
 +
::[[Top Linux command line ]]
 +
::[[Valgrind]]
  
  

2019年12月11日 (三) 17:53的版本


  • linux驱动
    • 声卡测试
linux alsa声卡概述
linux alsa声卡故障排除
如何播放音频
如何录音
I2S协议如何配置设备树
I2S协议linux驱动
SAI协议设备树配置
SAI协议Linux驱动
声卡配置
SPDIFRX协议设备树配置
SPDIFRX协议Linux驱动
音频故障排除
PulseAudio工具
    • 串口设备相关
如何通过app使用TTY
如何在用户终端下使用TTY
串行TTY设备树配置
串行TTY线路描述
TTY 架构概述
TTY调试工具
    • SPI设备相关
SPI架构概述
SPI设备树配置
如何使用SPI
    • USB设备相关
USB 概述
USB PHY 层架构概述
USB设备树配置
USB PHY层设备树配置
USB OTG 设备树配置
    • I2C设备相关
I2C协议概述
I2C设备
I2C设备树配置
I2C驱动
I2C测试工具
    • 蓝牙相关
蓝牙概述
蓝牙设备树配置
如何扫描低功耗蓝牙设备
如何扫描标准蓝牙设备
如何设置蓝牙设备连接
    • CAN协议相关
CAN协议概述
CAN设备树配置
如何设置CAN套接字接口
如何发送或接收CAN数据


    • WIFI设备相关
WIFI概述
WIFI设备树配置
如何配置waln设备客户端模式
如何配置wlan设备热点模式
如何设置WiFi连接
    • 以太网相关
以太网概述
如何配置以太网接口
网络设备树配置
    • 网络测试
如何执行ping测试
如何执行SSH连接
网络工具
网络概述
网络故障排除
  • Linux调试工具
调试文件系统(debugfs)
Ethtool
Ifconfig
IP Linux命令行
Kmemleak
Netdata
Netstat
Perf
伪文件系统
Sysdig
Sysprof
Sysstat工具套件
Systemtap
Tcpdump
top命令
Valgrind




  • 按照CPU厂商查看相关页面
ST
没找到
  • 按照页面创建时间
2019
没找到
2020
没找到
  • 找到开发板CPU型号
没找到
没找到
Am437x
没找到
  • 按照开发板使用内核版本
没找到
  • 所有包含模块讲解分类
DMA驱动
  DMA
Directory
没找到
没找到
NoOs
没找到
VideoWiki
没找到
主页
没找到
  • 各类文件系统
没找到
  • 按照开发语言
Java
没找到
C
没找到
C++
没找到
Python
没找到
Html
没找到
Css
没找到
没找到