Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个已经由 3 个人建造的项目。他们使用 uboot 在 P4080 上制作了 Freertos 端口。
现在的问题是,我对uboot的了解很少。那么,我怎样才能找到/porbe 哪个 uart 驱动程序是 Uboot 用来连接 minicom 的?
我在uboot目录下搜索,有好几个驱动。我敢肯定,在某些脚本/文件夹中,必须定义 P4080 上用于 uart 的驱动程序?我如何以及在哪里可以找到它?
谢谢。
苏曼思
您应该考虑查看文件u-boot_directory/include/configs/*yourboard*.h
u-boot_directory/include/configs/*yourboard*.h
您通常会发现一些#define用于串行配置。
#define