当前位置:网站首页>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边栏推荐
猜你喜欢

大学物理---质点运动学

动力小帆船制作方法简单,电动小帆船制作方法
![[MRCTF2020]PYWebsite](/img/d4/57e8e5ee45b742894679f3f5671516.png)
[MRCTF2020]PYWebsite

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

for..in和for..of的区别

35岁的软件测试工程师,月薪不足2W,辞职又怕找不到工作,该何去何从?

bytebuffer internal structure

bytebuffer use demo

dedecms后台生成提示读取频道信息失败的解决方法

A 35-year-old software testing engineer with a monthly salary of less than 2W, resigns and is afraid of not finding a job, what should he do?
随机推荐
Flutter学习2-dart学习
Cron(Crontab)--use/tutorial/example
AUTOCAD——标注关联
bytebuffer use demo
In the hot summer, teach you to use Xiaomi smart home accessories + Raspberry Pi 4 to connect to Apple HomeKit
Excel画图
Mvi架构浅析
C language - vernacular to understand the original code, inverse code and complement code
延迟加载js方式async与defer区别
for..in和for..of的区别
The log causes these pits in the thread block, you have to guard against
Mini Program_Dynamic setting of tabBar theme skin
bytebuffer put flip compact clear 方法演示
Some conventional routines of program development (1)
特征预处理
JeeSite New Report
Error creating bean with name ‘configDataContextRefresher‘ defined in class path resource
Shell(4) Conditional Control Statement
[BSidesCF 2019]Kookie
[BJDCTF2020]EasySearch