工具与软件:
我们在 uboot 中遇到问题 w.r.t 启动界面。 在这篇博文(e2e.ti.com/.../processor-sdk-am335x-splash-screen-in-u-boot)中 提到 TI 正在开发这款产品...
有任何相关更新?
此致
Karthik
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.
工具与软件:
我们在 uboot 中遇到问题 w.r.t 启动界面。 在这篇博文(e2e.ti.com/.../processor-sdk-am335x-splash-screen-in-u-boot)中 提到 TI 正在开发这款产品...
有任何相关更新?
此致
Karthik
您好!
请参阅以下内容: https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/09_03_05_02/exports/docs/linux/Foundational_Components U307-Boot/Apps-Splash-Screen.html 和以下修补程序: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2023.04&qt=author&q=Sukrut+Bellary
此致、
Krunal
我在 uboot 启动界面上严格按照该文档操作
并且还得到指向以下标记的 uboot 源:https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=09.03.05
我已验证我具有 u 所指向的更改。
并搜索错误消息 I get this code (我得到以下代码):
if (addr < gd->video_bottom) {
/* Device tree node may need the 'bootph-all' or
* 'bootph-some-ram' tag
*/
printf("Video device '%s' cannot allocate frame buffer memory -ensure the device is set up before relocation\n",
dev->name);
return -ENOSPC;
}您好!
感谢您的更新! 我们有以下背光补丁:
https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2023.04&id=2a13324ec63cc488f5f578886d0cf6ece348dfda
https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2023.04&id=6b6f668489b43682d4052a273376175a67314081
https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2023.04&id=b7da29eeaddecc6c6d9b422b8385cac6f6bcce55
此致、
Krunal