当前位置:网站首页>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边栏推荐
- Homework 8.4 Interprocess Communication Pipes and Signals
- Flutter learning 5-integration-packaging-publish
- [MRCTF2020] Ezpop (detailed)
- 【cesium】加载并定位 3D Tileset
- What is the function of industrial-grade remote wireless transmission device?
- [MRCTF2020]Ezpop(详解)
- About the installation of sklearn library
- flink读取mongodb数据源
- [MRCTF2020]PYWebsite
- Error creating bean with name ‘configDataContextRefresher‘ defined in class path resource
猜你喜欢

Visibility of multi-column attribute column elements: display, visibility, opacity, vertical alignment: vertical-align, z-index The larger it is, the more it will be displayed on the upper layer

开发属于自己的node包

creo怎么测量点到面的距离

LeetCode:1403. 非递增顺序的最小子序列【贪心】

【转】什么是etcd

C++ core programming

4T硬盘剩余很多提示“No space left on device“磁盘空间不足
How to identify false evidence and evidence?
![[MRCTF2020] PYWebsite](/img/d4/57e8e5ee45b742894679f3f5671516.png)
[MRCTF2020] PYWebsite

Flutter learning three-Flutter basic structure and principle
随机推荐
C#关于set()和get()方法的理解及使用
dedecms error The each() function is deprecated
bytebuffer use demo
[CISCN2019 South China Division]Web11
Homework 8.4 Interprocess Communication Pipes and Signals
The production method of the powered small sailboat is simple, the production method of the electric small sailboat
[Geek Challenge 2019]FinalSQL
Application status of digital twin technology in power system
Analyses the mainstream across technology solutions
[Surveying] Quick Summary - Excerpt from Gaoshu Gang
The solution to the failure to read channel information when dedecms generates a message in the background
write the story about us
人性的弱点
【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
不看后悔,appium自动化环境完美搭建
bytebuffer put flip compact clear 方法演示
Detailed explanation of Mysql's undo log
C语言-大白话理解原码,反码和补码
【8.4】代码源 - 【数学】【历法】【删库】【不朴素的数列(Bonus)】
Day019 Method overriding and introduction of related classes