uboot中打开debug调试信息的方法

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Deep_l_zh/article/details/83541549

很简单,找到uboot的根目录/include/common.h中

在这个位置定义一个DEBUG然后重新编译即可。

#define DEBUG

猜你喜欢

转载自blog.csdn.net/Deep_l_zh/article/details/83541549