当前位置:网站首页>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边栏推荐
- App rapid development and construction experience: the importance of small programs + custom plug-ins
- mutillidae download and installation
- Flutter 父子组件如何都能收到点击事件
- UI自动化测试 App的WebView页面中,当搜索栏无搜索按钮时处理方法
- 开发属于自己的node包
- [CISCN2019 South China Division]Web11
- 不看后悔,appium自动化环境完美搭建
- 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
- 机器学习概述
- [BJDCTF2020]EasySearch
猜你喜欢

【cesium】元素高亮显示
![[CISCN2019 South China Division]Web11](/img/15/843334fec0a5cc8cfaba92aab938db.png)
[CISCN2019 South China Division]Web11

Excel画图

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

bytebuffer use demo

不看后悔,appium自动化环境完美搭建

ESP32 485光照度

Homework 8.4 Interprocess Communication Pipes and Signals

mutillidae download and installation

Flutter学习2-dart学习
随机推荐
[8.1] Code Source - [The Second Largest Number Sum] [Stone Game III] [Balanced Binary Tree]
Day019 方法重写与相关类的介绍
Mvi架构浅析
Flutter学习4-基本UI组件
Cron(Crontab)--use/tutorial/example
dedecms error The each() function is deprecated
Develop your own node package
不看后悔,appium自动化环境完美搭建
[MRCTF2020]PYWebsite
Mysql's redo log detailed explanation
Dephi逆向工具Dede导出函数名MAP导入到IDA中
bytebuffer 内部结构
creo怎么测量点到面的距离
算法---一和零(Kotlin)
[BSidesCF 2019] Kookie
Talk about 20 common problems in data governance
C语言-大白话理解原码,反码和补码
工业级远距离无线传输装置的功能有哪些?
【cesium】加载并定位 3D Tileset
Flutter学习5-集成-打包-发布