当前位置:网站首页>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#endif
Use 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
边栏推荐
猜你喜欢
In the WebView page of the UI automation test App, the processing method when the search bar has no search button
程序开发的一些常规套路(一)
Mysql的undo log详解
Feature preprocessing
35岁的软件测试工程师,月薪不足2W,辞职又怕找不到工作,该何去何从?
Dephi逆向工具Dede导出函数名MAP导入到IDA中
Error creating bean with name ‘configDataContextRefresher‘ defined in class path resource
creo怎么测量点到面的距离
动力小帆船制作方法简单,电动小帆船制作方法
Flutter learning three-Flutter basic structure and principle
随机推荐
for..in和for..of的区别
bytebuffer 使用demo
四位数显表头设计
The first performance test practice, there are "100 million" a little nervous
dedecms报错The each() function is deprecated
8.04 Day35-----MVC three-tier architecture
【学生毕业设计】基于web学生信息管理系统网站的设计与实现(13个页面)
u-boot debugging and positioning means
WPF中DataContext作用
bytebuffer 内部结构
uboot开启调试打印信息
Feature preprocessing
Day14 jenkins部署
大学物理---质点运动学
ansible各个模块详解
Cron(Crontab)--使用/教程/实例
【学习笔记之菜Dog学C】动态内存管理之经典笔试题
Qixi Festival earn badges
bytebuffer put flip compact clear 方法演示
Mysql's redo log detailed explanation