请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AM3352 工具/软件:Linux
在 u-boot 中定义了 printf 语句的哪个文件?
u-boot 的函数流程是什么 ?
我使用 的是“ti-processor-sdk-linux-am335x-evm-03.01.00.06”。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Linux
在 u-boot 中定义了 printf 语句的哪个文件?
u-boot 的函数流程是什么 ?
我使用 的是“ti-processor-sdk-linux-am335x-evm-03.01.00.06”。
Ravikiran、您好!
[引用用户="Ravikiran J "]
在 u-boot 中定义了 printf 语句的哪个文件?
[/报价]
version print 语句是在 U-Boot-中定义的、 /cmd/version.c 文件。 另请检查 U-Boot - /common/main.c 文件、如果定义了 CONFIG_VERSION_variable、则会在其中创建"ver" U-Boot 环境变量。
#ifdef CONFIG_VERSION_variable
setenv ("ver"、version_string);//设置 version 变量*/
#endif //* CONFIG_VERSION_variable *
[引用用户="Ravikiran J "]
u-boot 的函数流程是什么?
[/报价]
您可以在 以下 链接中找到 U-Boot 函数流程:
此致、
Kemal