“Myir stm32mp157”的版本间的差异

来自百问网嵌入式Linux wiki
 
(未显示同一用户的2个中间版本)
第3行: 第3行:
 
=MCU简介=
 
=MCU简介=
  
=功能特征简介=
+
=开始使用=
 +
==功能体验==
  
 +
==应用编程==
  
*linux内核调试
 
**[[Blktrace]]
 
**[[Dmesg and Linux kernel log]]
 
**[[Ftrace]]
 
**[[Ltrace]]
 
**[[LTTng]]
 
**[[Strace]]
 
**[[Trace-cmd and kernelshark trace viewer]]
 
 
  
*linux驱动
+
=进阶使用=
**串口设备相关
+
==使用busybox==
::[[ How to use TTY from an application | 如何通过app使用TTY]]
+
==使用buildroot==
::[[How to use TTY with User Terminal | 如何在用户终端下使用TTY]]
+
==使用yocto==
::[[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月14日 (六) 14:50的最新版本

开发板简介

MPU简介

MCU简介

开始使用

功能体验

应用编程

进阶使用

使用busybox

使用buildroot

使用yocto

使用发行版系统

高阶使用

系统监视

应用调试

内核调试

参考