当前位置:网站首页>uboot enable debug printing information
uboot enable debug printing information
2022-08-05 04:50:00 【IT Mr. Zhang】
Enable debugging information in uboot
In the u-boot/include/common.h file
#define DEBUG //Add this macro#ifdef DEBUG#define _DEBUG 1#else#define _DEBUG 0#endifUse uart's debug function
There is no printing when uboot starts, you can enable the debug function of the UART, especially in the DM model, this function is very useful.
Add the following configuration to the defconfig file in the corresponding board.
CONFIG_DEBUG_UART=yCONFIG_DEBUG_UART_ZYNQ=yCONFIG_DEBUG_UART_BASE=0xe0001000CONFIG_DEBUG_UART_CLOCK=100000000边栏推荐
- 二叉树基本性质+oj题解析
- Flutter学习三-Flutter基本结构和原理
- What is ASEMI photovoltaic diode, the role of photovoltaic diode
- 仪表板展示 | DataEase看中国:数据呈现中国资本市场
- 四位数显表头设计
- UI自动化测试 App的WebView页面中,当搜索栏无搜索按钮时处理方法
- LAB 信号量实现细节
- The solution to the failure to read channel information when dedecms generates a message in the background
- 一篇博客通关Redis技术栈
- C#关于set()和get()方法的理解及使用
猜你喜欢

write the story about us

Detailed explanation of each module of ansible

WPF中DataContext作用

【学习笔记之菜Dog学C】动态内存管理之经典笔试题

Day019 Method overriding and introduction of related classes

The role of DataContext in WPF

What is the function of industrial-grade remote wireless transmission device?

Mysql的undo log详解

creo怎么测量点到面的距离
How to identify false evidence and evidence?
随机推荐
Shell(4) Conditional Control Statement
1068 Find More Coins
[SWPU2019]Web1
WPF中DataContext作用
No regrets, the appium automation environment is perfectly built
The log causes these pits in the thread block, you have to guard against
【转】什么是etcd
The production method of the powered small sailboat is simple, the production method of the electric small sailboat
dedecms织梦tag标签不支持大写字母修复
Excel画图
u-boot调试定位手段
Error creating bean with name ‘configDataContextRefresher‘ defined in class path resource
4T硬盘剩余很多提示“No space left on device“磁盘空间不足
开发属于自己的node包
AUTOCAD - dimension association
How to solve complex distribution and ledger problems?
how to measure distance from point to face in creo
Use IDEA to connect to TDengine server
How to deal with DNS hijacking?
Flutter TapGestureRecognizer 如何工作